Project

General

Profile

Download (1.16 KB) 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).

85055175 05/31/2011 03:58 PM Scott Ullrich

Remove old vidcontrol cruft lingering from long long ago

004cb7c5 03/23/2011 01:43 AM Scott Ullrich

Merge 8b7d91267376d8b1e5e8d5748371430e2a601e23 https://rcs.pfsense.org/projects/pfsense/repos/mterron-clone/commits/8b7d91267376d8b1e5e8d5748371430e2a601e23 which fixes rc.shutdown issue

fa182351 03/09/2011 06:03 PM Jim Pingle

Only delete files in /tmp, not directories. Fixes rm errors on shutdown. (Doing rm -rf might cause it to go across filesystem boundaries again, which we're trying to avoid.)

bcc85621 02/24/2011 03:51 PM Jim Pingle

Fix find again... apparently -xdev is depreciated and tosses errors, replaced by -x

583f4913 02/24/2011 02:17 PM Seth Mos

Correct the find command, pipe into xargs

219585da 02/23/2011 01:55 PM Seth Mos

Do not cross filesystem boundaries when removing files lest we empty Seth' USB stick

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.

d12003c9 12/14/2010 10:22 PM Jim Pingle

Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there.

This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.

0d89a2fc 12/14/2010 10:10 PM Jim Pingle

Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087

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.

92a5e926 08/26/2009 01:45 PM Renato Botelho

Revert "Use php to detect product name on shell scripts"

This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.

07881462 08/03/2009 07:52 PM Renato Botelho

Use php to detect product name on shell scripts

f51db33f 11/10/2008 03:48 AM Scott Ullrich

Use product_name

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.

acdd8ddf 04/17/2006 09:03 PM Scott Ullrich

MFC 11518
Save the rrd databases to the config space on reboot.

6995b4fc 03/20/2006 08:00 PM Scott Ullrich

Do not allow shutdown if write is in progress

99dc4c77 01/01/2006 12:15 AM Scott Ullrich

Do not rm -rf /tmp on shutdown if platform is not pfSense

240aaa07 11/28/2005 12:50 AM Scott Ullrich

Clean /tmp/ directory on shutdown

37451994 10/21/2005 04:12 AM Scott Ullrich

Do not down pfsync, let the reboot sequence naturally handle

5c2c817a 10/15/2005 05:54 PM Scott Ullrich

Shut off pfsync on shutdown with same freebsd command: /sbin/ifconfig pfsync0 -syncdev down

73c2749c 10/13/2005 01:15 AM Scott Ullrich

Do not bring down carp interfaces one by one, let the normal shutdown procedure handle

1640b429 10/09/2005 02:35 AM Scott Ullrich

Switch back to vty1 on reboot/shutdown

2c960203 07/11/2005 12:32 AM Scott Ullrich

Spam less on shutdown

3b18f175 07/09/2005 07:35 PM Scott Ullrich

On shutdown call /etc/sshd and alert we're stopping so it can compare /root/.authorized_keys with the config.xml version

153c8601 05/06/2005 02:48 PM Scott Ullrich

Output status of bringing carp interfaces down

cfc55699 05/06/2005 02:44 PM Scott Ullrich

Full patch to ifconfig

0c48d845 05/06/2005 02:44 PM Scott Ullrich

Convert carp code back to shell script

42013a42 05/06/2005 12:49 AM Scott Ullrich

Alert when bringing down carp interfaces on shutdown

330a31eb 05/06/2005 12:39 AM Scott Ullrich

Don't forget

6ac2abcb 05/06/2005 12:38 AM Scott Ullrich

Convert rc.shutdown to php script, gracefully shutdown carp interfaces on shutdown

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

Add $Id$ tags

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

Initial revision