Project

General

Profile

Download (1016 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e92e83d4 03/12/2013 02:16 AM Jim Pingle

Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).

7201ca27 01/12/2011 07:26 PM Jim Pingle

We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout.

6b5a20ab 08/06/2010 04:03 PM Jim Pingle

Backup DHCP leases on NanoBSD too

ef68d19c 08/06/2010 04:03 PM Jim Pingle

Move the RRD backup code to a script.

bf072179 07/29/2010 06:03 PM Jim Pingle

Save the old shutdown binary in an attempt to smooth a firmware upgrade that crosses to/from 32/64-bit.

2d99dce7 06/02/2010 04:27 PM Jim Pingle

Don't kill ssh, it will stop the rest of the process when done from ssh. Instead, do not shut down network interfaces before a reboot. The original motive for doing this may no longer be necessary. Fixes #626

99f42109 06/01/2010 04:50 PM Jim Pingle

Send TERM to sshd during shutdown/reboot to ensure that client sessions are kicked properly. Fixes #626.

c16601e6 06/26/2009 11:20 PM Scott Ullrich

Add a space between interfaces

aaffe234 06/24/2009 06:17 PM Scott Ullrich

Backout last commit

2a47e68f 06/24/2009 06:03 PM Scott Ullrich

Call save_sshkeys on reboot for nanobsd

4b68ec30 05/16/2009 01:15 AM Scott Ullrich

Down interfaces before rebooting. Hopefully giving enough time
for the master interface to send a pfsync() notification to its
peers. Open and Free both down the interface before rebooting.

79e9b652 02/18/2007 11:23 PM Scott Ullrich

Woops, cd to / and then tar

4217338a 02/18/2007 11:18 PM Scott Ullrich

cd to /var before running tar operation

1e39020c 06/17/2006 05:00 PM Scott Ullrich

MFC 12687
Silent tar: Removing leading '/' from member names on reboot

83df670b 04/17/2006 09:05 PM Scott Ullrich

MFC 11521
Mount config area rw before tar and then ro after tar.

f921cfbb 04/17/2006 09:04 PM Scott Ullrich

MFC 11520
Save the RRD files! MFC: Soon, testing with hoba now.
Tickets:

57b66617 03/13/2006 06:07 AM Scott Ullrich

Do not reboot or halt if a config_write() operation is in progress

1b8df11b 03/27/2005 10:39 PM Bill Marquette

Add $Id$ tags

405e5de0 12/28/2004 08:52 PM Scott Ullrich

Add rc.halt command which will shutdown and halt a running system.

Suggested-by: Bachman Kharazmi

7ab8562c 12/28/2004 08:39 PM Scott Ullrich

Use shutdown -r instead of reboot.

Noticed-by: Bachman Kharazmi

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision