aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use __XSTRING() from cdefs.h instead of rolling my own.Eivind Eklund1999-01-251-7/+1
* I may have forgotten to upgrade this value, but that will never happenEivind Eklund1999-01-231-6/+8
* __FreeBSD__ is also used here.John Hay1999-01-231-1/+3
* Back out the new crypt(3) stuff untill we can go through an independantMark Murray1999-01-232-154/+31
* Added support for multiple hash formats, and new salt generation code.Brandon Gillespie1999-01-222-31/+154
* Use the new variable NEED_LIBNAMES instead of includingJohn Polstra1999-01-221-2/+2
* Force <bsd.libnames.mk> to be included, regardless of the objectJohn Polstra1999-01-221-1/+2
* Make top use new kvm_getswapinfo() call.Matthew Dillon1999-01-221-144/+19
* Fix labeling bugMatthew Dillon1999-01-221-1/+3
* Make systat -swap use new kvm_swapinfo() functionMatthew Dillon1999-01-221-137/+57
* Euro support, part 2.Warner Losh1999-01-216-2/+345
* Allow login to be linked statically even when PAM is used, sinceJohn Polstra1999-01-201-4/+2
* Add support for accessing ports. This was done to access parallelWarner Losh1999-01-201-4/+19
* Add a compile knob to avoid using PAM code (login will use standard UnixAndrzej Bialecki1999-01-192-4/+22
* Replace 'long int' with 'int' for Alpha.Hidetoshi Shimokawa1999-01-191-6/+6
* Fixed breakage of `make checkdpadd' in previous commit.Bruce Evans1999-01-191-4/+4
* "19%02", tm.year -> "%d", tm.year+1900Daniel O'Callaghan1999-01-181-2/+2
* Allow two digit years 1969-2068Daniel O'Callaghan1999-01-181-3/+6
* Fix "make world" breakage because MT_RTABLE was still referenced here.Ollivier Robert1999-01-181-1/+3
* Update to Global-3.42.Hidetoshi Shimokawa1999-01-186-30/+28
* Don't use ip_mrtproto to determine whether multicast routing is inBill Fenner1999-01-183-83/+32
* Fix logic error in RFC 850 kluge.Garrett Wollman1999-01-151-3/+4
* For RFC 850 dates received in HTTP responses, implement the century pivotGarrett Wollman1999-01-152-4/+48
* Typo.Jean-Marc Zucconi1999-01-152-4/+4
* Allocate aligned memory according to sizeof(char *).Hidetoshi Shimokawa1999-01-131-2/+2
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-3/+3
* From the submitter:Doug Rabson1999-01-101-2/+2
* Fix the annoying bug introduced in rev 1.18 that caused each line to bePeter Wemm1999-01-102-13/+15
* uptime display more in style with original codeDavid E. O'Brien1999-01-091-1/+19
* revert to rev 1.29. (floppy drives will be gotten rid of another way)David E. O'Brien1999-01-091-10/+1
* Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PEWarner Losh1999-01-091-27/+99
* Don't allow pointer underrun in loop.Jordan K. Hubbard1999-01-081-2/+4
* Merge from 2_2 man page change.Daniel O'Callaghan1999-01-052-2/+2
* PR: 9323Daniel O'Callaghan1999-01-051-1/+4
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,Bruce Evans1999-01-041-1/+1
* Fix a build problem when upgrading from 9 month old sources. There'sChuck Robey1999-01-041-1/+1
* Make the timeout handler log any failed logins, to make sure failedEivind Eklund1999-01-031-7/+17
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."Bill Fumerola1998-12-311-2/+2
* Add copyright and RCS/CVS Id.David E. O'Brien1998-12-271-0/+28
* Update section on DK_NDRIVES (which was removed with CAM), and explainDavid E. O'Brien1998-12-271-9/+10
* Turn the compile time option into a run-time option.David E. O'Brien1998-12-272-7/+10
* Don't waste precious space on showing the performance of fdX.David E. O'Brien1998-12-271-1/+9
* No __profname bozoness, no strstr() bozoness... test argv[0] againstMatthew Dillon1998-12-241-4/+21
* Since argv is in scope, use argv[0] instead of __progname.Steve Price1998-12-241-2/+2
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.Matt Jacob1998-12-221-1/+13
* Flush the output file before exiting; short-lived programs don't even fillMike Smith1998-12-211-1/+2
* Fixed typo.Foxfair Hu1998-12-201-1/+1
* add in new errstat subcommand (MTIOCSERRSTAT)Matt Jacob1998-12-191-2/+33
* Made changes suggested by bruce, plus a couple of others which made -Wall work.Matt Jacob1998-12-181-11/+17
* Unbreak K&R support, and generate code that works in K&R C as well asDag-Erling Smørgrav1998-12-181-20/+12