aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Some things don't build for PowerPC yet.David E. O'Brien2003-02-211-1/+5
* Initialize sign to NULL so that we don't attempt to free() it in caseMike Heffner2003-02-201-0/+1
* s/to try and retry/to retry/Ceri Davies2003-02-192-2/+2
* - Detect PAL by CIP header rather than the DSF bit in the DV header.Hidetoshi Shimokawa2003-02-191-71/+48
* Bring the suggested command for extracting a configuration file from theCeri Davies2003-02-181-1/+1
* Remove contractions.Tom Rhodes2003-02-181-3/+3
* Use arc4random() instead of random() when generating the master key.Kris Kennaway2003-02-181-2/+3
* -v now also prints the pnpinfo and location information for the devicesWarner Losh2003-02-171-1/+6
* Update copyright.Mike Makonnen2003-02-162-6/+2
* Condense the output to one line per removed user. For user's whoMike Makonnen2003-02-162-21/+56
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Implemented a simple "nodevice" config(8) command that cancelsRuslan Ermilov2003-02-152-1/+49
* Convert to using <sys/queue.h> macros.Ruslan Ermilov2003-02-156-85/+76
* The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-131-2/+16
* Allow multiple hosts or programs to be named in programThomas Quinot2003-02-132-6/+39
* Use DIOCGPC98 ioctl to write boot block.Yoshihiro Takahashi2003-02-111-22/+62
* Add -DHAVE_ARC4RANDOM to CFLAGSAndrey A. Chernov2003-02-111-1/+1
* Use srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-0/+4
* There is no sense to use random random() and arc4random() in the same program.Andrey A. Chernov2003-02-111-2/+1
* Add missing srand() (sranddev() for FreeBSD)Andrey A. Chernov2003-02-111-0/+5
* Use sranddev()/srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-2/+10
* Allow inner whitespace in the right-hand side of an environment variableThomas Quinot2003-02-101-10/+17
* Try to fix two problems with the -I example. One is the fact that weDoug Barton2003-02-101-1/+1
* Explicitly release a existing lease before we start dhclient (again).Martin Blapp2003-02-091-0/+1
* Revisit the shell special characters issue and settle it once-and-forall.Mike Makonnen2003-02-091-13/+19
* Improve device listing.Hidetoshi Shimokawa2003-02-092-4/+6
* Give more information to users replacing sendmail regarding periodic'sGregory Neil Shapiro2003-02-081-0/+11
* Change the behaviour of adduser to match the previous incarnation a little more.Adrian Chadd2003-02-081-2/+26
* Relocate a call to enable inetd so that it is set regardless ofRobert Watson2003-02-062-4/+2
* MFS: 1.2.2.2Tom Rhodes2003-02-051-1/+1
* * Update copyright year.Doug Barton2003-02-051-5/+6
* * Update copyright year.Doug Barton2003-02-051-2/+5
* Added MI version of <sys/imgact_aout.h>, "a.out.h", which isRuslan Ermilov2003-02-042-2/+87
* Always build kgzip(8); needed to cross-release i386.Ruslan Ermilov2003-02-041-1/+1
* Make this work on non-i386 as well. (Needed for cross-releases.)Ruslan Ermilov2003-02-042-2/+3
* Better gender-neutral language.Tony Finch2003-02-041-2/+2
* even the default case in a switch requires some action (add break;)Bill Fumerola2003-02-031-1/+2
* Fixup capitalization in some of the Startup menu entries.John Baldwin2003-02-032-12/+12
* Remove this Makefile, these docs are built by the Makefiles in src/share/doc/...Tom Rhodes2003-02-011-11/+0
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-312-2/+0
* - Modernize the format of the open file showing mode output:Robert Drehmel2003-01-311-10/+23
* Eliminate hard sentence breaks.Tom Rhodes2003-01-301-4/+4
* Grammar cleanup.Tom Rhodes2003-01-302-5/+5
* Improve alignment in printf().Hidetoshi Shimokawa2003-01-301-1/+1
* Part 1/3 of unbreaking cross releases:Ruslan Ermilov2003-01-292-1/+58
* iAdjust for OpenSSL 0.9.7.Mark Murray2003-01-282-0/+2
* Backout last commit by request.Matthew Dillon2003-01-281-44/+11
* - Search free device node to open. (fwcontrol.c)Hidetoshi Shimokawa2003-01-283-94/+135
* Changes so the 'pw' command will allow '$' as the last character in a useridGarance A Drosehn2003-01-281-14/+51