aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* MFC: Don't use an arbitrary hardcoded value for nfds in select() calls.Dag-Erling Smørgrav1999-02-101-6/+8
* Approved by jkh. Pullup of 1.13 to RELENG_3.Matt Jacob1999-02-051-4/+42
* Approved by jkh. Pullup of 1.21 to RELENG_3.Matt Jacob1999-02-051-1/+58
* MFC: typoBill Fumerola1999-01-281-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-264-0/+288
* MFC: Fix PAM-related a.out breakage.John Polstra1999-01-222-3/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2133-2447/+2
* 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
* 1) Clarify that a weof count of zero is allowed (flush buffers).Matt Jacob1998-12-181-1/+30
* Free memory from setmode.Warner Losh1998-12-161-1/+2
* Return memory from setmode.Warner Losh1998-12-161-0/+1
* The perlinterp option builds and works, but I'm not so sure how it'll goPeter Wemm1998-12-161-5/+6