Project

General

Profile

Download (6.85 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
972246c7 02/17/2025 05:30 PM Brad Davis

Avoid using test -o and use || instead

6ee5b44a 02/09/2025 11:07 PM Brad Davis

Properly quote these variables

84926bb6 02/09/2025 10:37 PM Brad Davis

Improve these tests by avoiding -a which might cause commands to run on the right-hand side

d9554e41 02/06/2025 09:23 PM Brad Davis

Reorganize how RAM disks are created

This improves things by moving the read of the sizes for the RAM disks
up before things are unmounted and so we have a good linker cache for
xmllint to run and also avoids spawning another shell just to mount the
RAM disks.

646b553b 02/05/2025 05:44 PM Brad Davis

Simplify these calculations by doing them directly in the shell

37d60e23 01/07/2025 02:11 PM Luiz Souza

Bump up the year in the Copyright notice.

7d87d7cb 03/06/2024 08:15 PM Jim Pingle

Fix tmpfs RAM disk mount permissions. Fixes #15054

a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

1c0fa041 05/05/2023 12:21 PM Jim Pingle

Revert "Correct RAM disk swap calculation. Issue #13508"

This reverts commit b10998b1951b3e0d1cb74449a6b6dd333b9d292a.

b10998b1 05/03/2023 03:39 PM Jim Pingle

Correct RAM disk swap calculation. Issue #13508

It was not factored into the shell version as it should be (still a
problem here, see Redmine).

It was also returning a bogus small value on systems that have no swap
configured.

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

a1ccf0db 05/24/2022 02:24 PM Christian McDonald

Improvements to ramdisk functions for improved handling on ZFS

91d8c6c9 05/23/2022 09:30 PM Christian McDonald

Revert "Fixes RAM disk handling on ZFS (support boot environments)"

This reverts commit e6b47d6812b1a46738c75a8991cd1393b200d7ef

e6b47d68 05/23/2022 09:02 PM Christian McDonald

Fixes RAM disk handling on ZFS (support boot environments)

db6e63dd 05/23/2022 08:25 PM Christian McDonald

Revert "Fix RAM disk support for ZFS layout changes related to BEs. Fixes #13182"

This reverts commit b9097e4cfe3fcbdec86a00a5a470d93d05ea8102

b9097e4c 05/23/2022 05:07 PM Christian McDonald

Fix RAM disk support for ZFS layout changes related to BEs. Fixes #13182

382f76bc 05/20/2022 12:49 AM Christian McDonald

Remove orphaned ram disk backup script

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

d566427f 08/19/2021 06:59 PM Jim Pingle

Convert RAM disks to tmpfs. Implements #12145

75f2aba5 07/15/2021 01:13 PM Mark Silinio

Captive Portal DB/Vouchers RAM disk backup. Issue #11894

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

82bf21fc 02/03/2020 07:24 PM Jim Pingle

RAM Disk robustness improvements. Fixes NG 3173

  • Prevents RAM disk from being partially enabled and left in a broken
    state if the RAM disks cannot be created
  • Prevents RAM disks from potentially overcommitting free kernel memory,
    which FreeBSD now prevents, but could result in errors....