Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the ability for full installs to optionally use RAM disks for /tmp and ↵ | jim-p | 2013-03-11 | 1 | -1/+7 |
| | | | | | | /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). | ||||
* | We no longer use /var/run/config.lock - catch up to other progress. Also, ↵ | jim-p | 2011-01-12 | 1 | -3/+3 |
| | | | | use lockf to test if the config is locked now, with a 30 second timeout. | ||||
* | Backup DHCP leases on NanoBSD too | jim-p | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | Move the RRD backup code to a script. | jim-p | 2010-08-06 | 1 | -4/+1 |
| | |||||
* | Save the old shutdown binary in an attempt to smooth a firmware upgrade that ↵ | jim-p | 2010-07-29 | 1 | -1/+6 |
| | | | | crosses to/from 32/64-bit. | ||||
* | Don't kill ssh, it will stop the rest of the process when done from ssh. ↵ | jim-p | 2010-06-02 | 1 | -9/+0 |
| | | | | Instead, do not shut down network interfaces before a reboot. The original motive for doing this may no longer be necessary. Fixes #626 | ||||
* | Send TERM to sshd during shutdown/reboot to ensure that client sessions are ↵ | jim-p | 2010-06-01 | 1 | -0/+2 |
| | | | | kicked properly. Fixes #626. | ||||
* | Add a space between interfaces | Scott Ullrich | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Backout last commit | Scott Ullrich | 2009-06-24 | 1 | -4/+0 |
| | |||||
* | Call save_sshkeys on reboot for nanobsd | Scott Ullrich | 2009-06-24 | 1 | -0/+4 |
| | |||||
* | Down interfaces before rebooting. Hopefully giving enough time | Scott Ullrich | 2009-05-15 | 1 | -0/+6 |
| | | | | | for the master interface to send a pfsync() notification to its peers. Open and Free both down the interface before rebooting. | ||||
* | Woops, cd to / and then tar | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | cd to /var before running tar operation | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | MFC 12687 | Scott Ullrich | 2006-06-17 | 1 | -1/+1 |
| | | | | Silent tar: Removing leading '/' from member names on reboot | ||||
* | MFC 11521 | Scott Ullrich | 2006-04-17 | 1 | -0/+2 |
| | | | | Mount config area rw before tar and then ro after tar. | ||||
* | MFC 11520 | Scott Ullrich | 2006-04-17 | 1 | -0/+12 |
| | | | | | Save the RRD files! MFC: Soon, testing with hoba now. Tickets: | ||||
* | Do not reboot or halt if a config_write() operation is in progress | Scott Ullrich | 2006-03-13 | 1 | -0/+5 |
| | |||||
* | Add $Id$ tags | Bill Marquette | 2005-03-27 | 1 | -0/+2 |
| | |||||
* | Add rc.halt command which will shutdown and halt a running system. | Scott Ullrich | 2004-12-28 | 1 | -1/+1 |
| | | | | Suggested-by: Bachman Kharazmi | ||||
* | Use shutdown -r instead of reboot. | Scott Ullrich | 2004-12-28 | 1 | -1/+2 |
| | | | | Noticed-by: Bachman Kharazmi | ||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+5 |