ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sbin
Revision 501 - Directory Listing - [select for diffs]
Modified Tue Jan 2 09:50:08 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 500
Add -o and -p options from DragonFly.

-0 keyword causes rcorder to generate the dependancy list required to execute
a particular keyword.

-p generated PROVIDE keywords for the specified files.

TODO: document these.

Revision 500 - Directory Listing - [select for diffs]
Modified Tue Jan 2 08:14:55 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 499
Clarify a section.

Revision 499 - Directory Listing - [select for diffs]
Modified Tue Jan 2 08:13:30 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 498
Do not pass through the tailing newline char form ctime(3) output to
setproctitle(3) in order to get rid of the \n escape sequence in ps(1) output
of a dump(8) process.

Revision 498 - Directory Listing - [select for diffs]
Modified Tue Jan 2 08:06:44 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 497
Check for no leading slash.

Revision 497 - Directory Listing - [select for diffs]
Modified Tue Jan 2 08:04:52 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 496
If rawname returns null, deal with iIf rawname returns null, deal with it.

Revision 496 - Directory Listing - [select for diffs]
Modified Tue Jan 2 08:01:12 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 495
Avoid changing line while processing syslog prios.

Revision 495 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:58:35 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 494
Send client indentifier unconditonally as Mac OS X and Windows do.  This corrects problems with older or cheap routers.

Revision 494 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:53:37 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 493
There is no -n option

Revision 493 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:52:31 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 492
Obtained from FreeBSD:

Be more like Windows and Linux and send our hostname in the host-name
option if none is given in the config file.  Also add #ifdefd out
support for sending a client ID based on our MAC address.

PR:		bin/94743, bin/76401
Submitted by:	Frank Behrens <frank at pinky dot sax dot de>

Revision 492 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:51:20 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 491
Obtained from FreeBSD:

  It is possible for bpf to return a length such that:

         length != BPF_WORDALIGN(length)

  This meeans that it is possible for this to be true:

         interface->rbuf_offset > interface->rbuf_len

  Handle this case in the test for running out of packets.  While
  OpenBSD's solution of setting interface->rbuf_len to
  BPF_WORDALIGN(length) is safe due to the size of the buffer, I think
  this solution results in less hidden assumptions.

  This should fix the problem of dhclient running away and consuming 100%
  CPU.

PR:		bin/102226
Submitted by:	Joost Bekkers <joost at jodocus.org>

Revision 491 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:43:23 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 490
WARNS?=6

Revision 490 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:41:35 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 489
Eliminate core dumpbs on lines without '\n'.

Revision 489 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:40:39 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 488
Use pidfile(3).

Reset lineno to 1 for each devd config file.

Revision 488 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:19:11 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 487
Remove alpha bits, $MidnightBSD$

Revision 487 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:15:33 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 486
WARNS?=6

Revision 486 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:14:29 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 485
Remove alpha bits... -s flag was removed prior to fork.. clean up getopt

Revision 485 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:11:41 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 484
$MidnightBSD$
WARNS?=6

Revision 484 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:07:00 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 483
Add new modes.

Revision 483 - Directory Listing - [select for diffs]
Modified Tue Jan 2 07:03:16 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 482
If not compiled for debugging, redirect standard input/output/error to /dev/null before becoming a daemon.

Revision 482 - Directory Listing - [select for diffs]
Modified Tue Jan 2 06:59:59 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 481
WARNS?=6

$MidnightBSD$

Revision 481 - Directory Listing - [select for diffs]
Modified Tue Jan 2 06:57:32 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 480
Clean up RCS/CVS ids

Revision 480 - Directory Listing - [select for diffs]
Modified Tue Jan 2 06:54:22 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 479
Rename perror, xperror as we are using a homegrown version.  (Inspired by OpenBSD)

With this fix, we can go to WARNS=6

Revision 479 - Directory Listing - [select for diffs]
Modified Tue Jan 2 06:37:58 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 476
$MidnightBSD$

WARNS=5

NetBSD Coverity CID 1745: Fix memory leak.

Revision 476 - Directory Listing - [select for diffs]
Modified Mon Jan 1 00:00:52 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 441
Remove reference to loader.conf since its been impossible for a long time to specify using loader.conf

Revision 441 - Directory Listing - [select for diffs]
Modified Sun Dec 31 10:00:42 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 411
Fix rcorder and fsck as they included e*alloc routines now found in libutil.

Revision 411 - Directory Listing - [select for diffs]
Modified Fri Dec 29 21:00:15 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 410
Cleanup init(8).  Switch over to static function declarations.

$MidnightBSD$

Revision 410 - Directory Listing - [select for diffs]
Modified Fri Dec 29 19:09:14 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 409
Based on a patch by M. Warner Losh on hackers@freebsd.org, this patch allows init to chroot.

Revision 409 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:24:38 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 408
Sync with FreeBSD RELENG_6_2.

Reparent the process that executes the window= command from the ttys to the init.  This prevents zombies from being accumulated.

Revision 408 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:22:23 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 407
Use standard mode instead of 500 for /sbin/init

Revision 407 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:21:38 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 406
$MidnightBSD$

Revision 406 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:17:37 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 405
Explain muting.

Revision 405 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:16:25 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 404
Reference nextboot(8)

Revision 404 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:15:07 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 403
Crossreference nextboot(8)

Revision 403 - Directory Listing - [select for diffs]
Modified Thu Dec 28 01:14:05 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 279
Sync with FreeBSD RELENG_6_2.  Catch a number of signals which could result in a race condition with init as corrected in NetBSD.

Revision 279 - Directory Listing - [select for diffs]
Modified Wed Oct 18 16:42:48 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 9
Document -l maxrun.  It was added to freebsd nearly 12 years ago and no one bothered to document it.

Revision 9 - Directory Listing - [select for diffs]
Modified Tue Feb 28 04:09:52 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 6
*** empty log message ***

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links