aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach sysinstall about the em(4) device.Tom Rhodes2003-01-272-0/+2
* Note that -c is no longer supported. This was requested by a few users andTom Rhodes2003-01-271-0/+4
* Correct typo.Murray Stokely2003-01-262-2/+2
* Reword the description of -R a bit and add a note about being carefulGiorgos Keramidas2003-01-261-2/+6
* Change the nominal swap calculation from 1/2 physical memory to 1/8Matthew Dillon2003-01-252-2/+2
* Commit simple mergemaster changes to make the UI more deterministicMatthew Dillon2003-01-251-11/+44
* Change API of FW_GDEVLST ioctl.Hidetoshi Shimokawa2003-01-251-28/+42
* Use stderr for message output.Hidetoshi Shimokawa2003-01-242-31/+37
* back out logging to /var/log/adduserMax Khon2003-01-241-6/+0
* In interactive mode, ask the user if he/she wants to add anotherMike Makonnen2003-01-241-0/+18
* expr foo -> $((foo))Max Khon2003-01-231-2/+2
* - restore an ability to write log of added users (default toMax Khon2003-01-231-3/+13
* Do not loose trailing spaces when printing prompt messages.Max Khon2003-01-231-3/+3
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
* Merge DV(Digital Video) support.Hidetoshi Shimokawa2003-01-234-3/+449
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.Johan Karlsson2003-01-231-2/+2
* ypserv(8) is now started from rc.dMike Makonnen2003-01-231-1/+1