index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
rc.subr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be robust to a bogus script specification or contents
yar
2007-06-04
1
-11
/
+24
*
o Implement the stop_boot subroutine [1]. This subroutine can be used by
mtm
2007-05-18
1
-0
/
+22
*
Prepend ${_chroot} to a pathname in a consistent and robust way:
yar
2007-03-10
1
-2
/
+3
*
Allow for /usr/bin/env when parsing the shebang line from an
yar
2006-12-31
1
-0
/
+5
*
MFp4:
yar
2006-12-27
1
-146
/
+198
*
Teach find_processes() to use ${name}_chroot.
flz
2006-11-26
1
-2
/
+2
*
Remove leading dollar sign in rcvar command output.
flz
2006-11-26
1
-2
/
+2
*
debug() shouldn't misidentify itself to logger(1).
yar
2006-10-02
1
-1
/
+1
*
Backout this commit since it breaks startup and some scripts in
flz
2006-08-22
1
-30
/
+5
*
Eliminate header line(s) from ps(1) output instead of skipping over them.
yar
2006-08-18
1
-5
/
+2
*
The ps(1) command is unfriendly to scripts by default because
yar
2006-08-18
1
-3
/
+4
*
Allow for setting negative priority (niceness) when $foo_user is non-root.
yar
2006-08-17
1
-2
/
+7
*
Back out rev. 1.63. It was a poor idea because
yar
2006-07-26
1
-9
/
+15
*
Avoid extra runs of test(1) by using its built-in logical operations.
yar
2006-07-25
1
-15
/
+9
*
Sync comments around _doit with the code.
yar
2006-07-25
1
-1
/
+2
*
We notify of failures with err or warn.
yar
2006-07-25
1
-2
/
+2
*
Add diagnostics to load_kld().
yar
2006-07-25
1
-4
/
+12
*
Quite a number of rc.d scripts try to load kernel modules. Many
yar
2006-06-21
1
-0
/
+39
*
Remove the require_kld function I just committed and replace with a nicer sol...
flz
2006-05-18
1
-29
/
+0
*
Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
flz
2006-05-18
1
-0
/
+29
*
- Move _rc_subr_loaded=: at the end of the file, to be consistent with NetBSD.
flz
2006-04-18
1
-5
/
+8
*
Use ps true power instead of tr/tail which aren't available early enough.
flz
2006-04-13
1
-1
/
+1
*
- If no pidfile has been created at startup, only stop processes
flz
2006-04-11
1
-4
/
+7
*
- Oops, add a missing "then".
flz
2006-04-11
1
-1
/
+1
*
- Set a two read-only variables (${prefix} and ${etcdir}). This is
flz
2006-04-11
1
-14
/
+43
*
- Sync rc.subr with NetBSD.
flz
2006-04-04
1
-10
/
+34
*
Harmless typo (s/overide/override/).
flz
2006-03-23
1
-2
/
+2
*
Update a comment to match functionality changed in r1.39 (allow square
ceri
2006-02-15
1
-0
/
+1
*
Don't include geli devices in list when noauto is specified in the options fi...
flz
2006-02-12
1
-1
/
+10
*
Silence a warning about empty directories in all the places it might
dougb
2005-12-10
1
-1
/
+1
*
Since rc.subr is a library of functions, it should not use exit
yar
2005-12-06
1
-6
/
+6
*
Change how *.sh scripts are handled. If the script is in /etc/rc.d,
dougb
2005-12-05
1
-2
/
+2
*
Introduce startup scripts from the local_startup directories to
dougb
2005-12-02
1
-0
/
+38
*
Avoid invoking the current script again when we need
yar
2005-11-16
1
-2
/
+3
*
Override $command with $foo_program only if $command
yar
2005-10-26
1
-3
/
+1
*
Document that `reload' is not provided by default
yar
2005-10-26
1
-0
/
+2
*
o Grammar.
maxim
2005-10-24
1
-1
/
+1
*
Allow the process name to be in square brackets ([]) in _find_processes().
jhb
2005-10-17
1
-1
/
+1
*
Fix the usage of rc_usage. The rc_usage function takes
yar
2005-10-01
1
-3
/
+3
*
Stop hard-coding an -M flag to mdmfs(8) in /etc/rc.subr.
yar
2005-08-24
1
-1
/
+1
*
Add scripts for GELI device configuration on boot.
pjd
2005-08-14
1
-0
/
+34
*
Move 'local_tr' function to rc.subr and change its name to 'ltr'.
pjd
2005-08-14
1
-0
/
+23
*
Style: mostly tabs vs blanks, and semicolon placement.
schweikh
2005-05-22
1
-26
/
+26
*
Cosmetic typo in check_pidfile()
keramida
2005-01-09
1
-1
/
+1
*
Add two new rc.conf options: tmpmfs_flags and varmfs_flags.
keramida
2004-11-09
1
-3
/
+3
*
Finish cleanup of rc.d/netif. It's now possible to start/stop more
mtm
2004-07-30
1
-7
/
+13
*
Wrap rc.subr inside
cperciva
2004-07-04
1
-0
/
+6
*
Make the stop command respect the 'fast' prefix.
mtm
2004-06-26
1
-3
/
+4
*
Fix typo.
mtm
2004-06-24
1
-1
/
+1
*
Restore pre-rcNG behaviour:
mtm
2004-06-06
1
-3
/
+2
[next]