Go to file
jmmv bff64ddc47 Allow the run_rc_command function in rc.subr to pass extra parameters to
the command being executed.  This is to allow rc.d scripts to do:

    run_rc_command "${@}"

instead of:

    run_rc_command "${1}"

and let the command handler (start, stop, etc.) receive the arguments after
the command name.

None of the default commands allow extra arguments, and they will error out
if any are given.  This is mostly useful for script-specific commands that
are only supposed to be used through the command line and, therefore, need
to provide a friendly interface.

Proposed in tech-userlevel@.  No major objections except for some minor
concerns regarding whether this should be allowed or not at all.  Note that
I'm not touching any of the rc.d scripts in the base system, so this is
effectively a no-op from the user point of view.
2010-03-15 18:59:47 +00:00
bin \\ -> \e 2010-03-01 21:53:58 +00:00
common Add memset to libkern on vax, moving existing memset.S to src/common. 2010-03-12 09:12:34 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto catch up with the change in signature (hah!) for netpgp_list_keys(3). 2010-03-14 00:55:32 +00:00
dist Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value) 2010-03-01 00:13:47 +00:00
distrib fix MKDEBUG=yes builds on dreamcast. 2010-03-15 08:03:02 +00:00
doc Mention support for the SMC Elite Ultra Ethernet with 2010-03-13 16:35:08 +00:00
etc Allow the run_rc_command function in rc.subr to pass extra parameters to 2010-03-15 18:59:47 +00:00
external Merge for libarchive-2.8.2. 2010-03-14 19:30:50 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Latin police: use proper conjugation. 2010-02-16 09:53:51 +00:00
gnu update all of these makefiles for the .so -> .pico change. 2010-03-14 00:26:09 +00:00
include Consistently use __printflike and __scanflike. 2010-02-25 18:37:12 +00:00
lib 1. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san. 2010-03-15 15:00:58 +00:00
libexec Implement negative cache checks for symbol lookups. 2010-02-27 11:16:38 +00:00
regress if pthread_create() fails, display the iteration number in the error message. 2010-02-16 00:15:19 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin add SMART code 187: "Reported uncorrect". from smartmontools. 2010-03-13 19:49:50 +00:00
share Sync SYNOPSIS with the actual configuration file. 2010-03-15 00:47:38 +00:00
sys Latest change to loadfile_elf32.c grew a dependency on strncmp, 2010-03-15 16:13:13 +00:00
tests Update to use newstyle rump_module interfaces. 2010-03-05 18:49:30 +00:00
tools Fix build on Solaris. "seems reasonable" by joerg. 2010-03-07 19:10:10 +00:00
usr.bin Since we have st_birthtime in struct stat, it is in default display. 2010-03-11 21:37:01 +00:00
usr.sbin Quote question mark so it's correctly marked up. 2010-03-12 09:36:15 +00:00
x11 Use correct lib 2010-02-04 12:54:55 +00:00
build.sh Make build.sh work again with /usr/xpg4/bin/sh on Solaris. Ok by pooka. 2010-03-07 17:34:25 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Note shared objects extension change, and stalled files. 2010-02-22 12:35:32 +00:00