aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fixed assorted misuses of NULL in integer context.Bruce Evans2004-03-1112-16/+16
* Fixed mispellings of '\0' as NULL.Bruce Evans2004-03-111-2/+2
* Remove information about the configuration file.Tom Rhodes2004-03-111-308/+3
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-101-1/+1
* Make libgeom usable by C++ programs:John Baldwin2004-03-091-9/+10
* Link pf to the build and install:Max Laier2004-03-081-0/+5
* Shift file locking to source file instead of temp file. This fixesKen Smith2004-03-082-8/+5
* Add a check for wtmp records which have invalid values for ut_time. WtmpGarance A Drosehn2004-03-081-12/+64
* Compile 'ac' with DEBUG when arch==sparc64.Garance A Drosehn2004-03-081-0/+5
* Add a debug-statement from NetBSD, and then rework all debug-statementsGarance A Drosehn2004-03-081-9/+82
* In the case where /etc/rc.d/ is empty, do not bogusly ask the user ifDoug Barton2004-03-071-1/+1
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.Bill Paul2004-03-072-9/+159
* Set MAKEOBJDIRPREFIX in the environment, like God intended. ThisRuslan Ermilov2004-03-061-3/+3
* Use ascii null char ('\0') instead of NULL.Yoshihiro Takahashi2004-03-051-2/+2
* fix reference to sysctl variable: machdep.an_cache_mode -> hw.an.an_cache_modeRalf S. Engelschall2004-03-051-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-055-4/+5
* Fix style breakage.Takanori Watanabe2004-03-051-0/+1
* Eliminate hard sentence breaks.Tom Rhodes2004-03-041-8/+19
* Make unprivilaged user can see battery info.Takanori Watanabe2004-03-041-2/+5
* Make rpc.lockd bind to a reserved port, since there are NFS clientsPeter Pentchev2004-03-041-0/+18
* Add a new option to mountd(8), -p <port>. This allows the user to specifyBruce M Simpson2004-03-042-7/+76
* Minor style(9) fixes. remove a register keyword, correct two indents.Garance A Drosehn2004-03-031-3/+3
* Convert K&R-style routine definitions to C89 style, partially to reduceGarance A Drosehn2004-03-031-33/+13
* Add command line option for chrootdir, all pkg_add(8) operations will beKen Smith2004-03-012-3/+39
* This is an initial whitespace cleanup commit, new content to follow.Ken Smith2004-03-011-19/+38
* Revert previous change. The effect of -w or -W option is described inPhilippe Charnier2004-02-291-1/+1
* Make rmuser now also remove ipc resources. Also, fix a few minorJens Schweikhardt2004-02-291-4/+18
* Add skeleton build dirs for pf userland:Max Laier2004-02-281-0/+26
* o Now when the Cold War is ended we can confess our pppd(8) supportsMaxim Konovalov2004-02-281-0/+6
* Rename the WATCHDOG option to SW_WATCHDOG and make it use thePoul-Henning Kamp2004-02-284-55/+210
* Add extra sanity check for SDP packets in libsdp(3)Maksim Yevmenkin2004-02-261-1/+3
* Backed out previous commit (bogus addition of -static to CFLAGS).Bruce Evans2004-02-261-3/+2
* Fix endianes bugMaksim Yevmenkin2004-02-251-0/+3
* According to source code, under certain conditions, logging goes to thePhilippe Charnier2004-02-251-1/+1
* Update manual page.Poul-Henning Kamp2004-02-251-19/+26
* Recognize "auto" format.Poul-Henning Kamp2004-02-252-6/+47
* Set size field correctly, it is number of sectors on the device, notPoul-Henning Kamp2004-02-251-2/+6
* Add an 'add' command to ugidfw(8), which permits specifying a newRobert Watson2004-02-252-10/+65
* Have edquota honour MAXLOGNAME rather than hardcoding the maximumCeri Davies2004-02-241-1/+1
* style.Makefile(5):Johan Karlsson2004-02-235-5/+5
* Teach rfcomm_pppd(8) how to register Bluetooth LAN service with local sdpd(8)Maksim Yevmenkin2004-02-232-19/+88
* Report login attempts to syslog. Due to the statically-linked nature ofColin Percival2004-02-222-1/+21
* Normalize polling interval while the target is offline.Hidetoshi Shimokawa2004-02-202-7/+13
* Clarify the "lp" description to mention port@host syntax.Tim Kientzle2004-02-191-1/+1
* Add "-q" argument to setfmac and setfsmac to allow the patient butRobert Watson2004-02-183-13/+27
* l2ping(8) should not loose echo data if target does not responds to the pingMaksim Yevmenkin2004-02-172-24/+36
* Whitespace nit.Dag-Erling Smørgrav2004-02-171-1/+1
* The callrpc call to unmonitor hosts was passing the wrong xdrAlfred Perlstein2004-02-171-2/+2
* Add -d flag to monitor BIO_DELETE operations tooPoul-Henning Kamp2004-02-152-4/+27
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-113-4/+22