Project

General

Profile

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

# Date Author Comment
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....