aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-152-0/+83
* MFC: example fixesMartin Cracauer1999-04-141-10/+34
* MFC: typo fix, additional references to sysctl variables that affectGuy Helmer1999-04-131-6/+15
* MFC: sign extension bugAndrey A. Chernov1999-04-011-1/+1
* MFC: node / node pair clarificationBill Fumerola1999-03-201-1/+1
* MFC: whois.c 1.6 -> 1.8 (Russian NIC, gov/mil updates)Bill Fumerola1999-03-172-10/+33
* MFC: grammar nitsBill Fumerola1999-03-151-4/+4
* Add doscmd back; it appears to build without X now.Jordan K. Hubbard1999-03-121-1/+2
* MFC: add '-p' for POSIX compliant output.Ollivier Robert1999-03-122-21/+63
* MFC: Fix fstat compatibility by printing the address of the tcppcb insteadDag-Erling Smørgrav1999-03-101-3/+7
* MFC: fixup whitespace of previous commitJoerg Wunsch1999-03-031-1/+1
* MFC: . explicitly use fcntl(...,F_SETOWN) so we get SIGIO'sJoerg Wunsch1999-03-033-3/+4
* MFC (rev 1.5): improve error message when attempting to link to aAlexander Langer1999-03-021-2/+2
* MFC: close PR #10264. Don't bomb with fatal error in my_yp_match(): returnBill Paul1999-03-011-1/+17
* MFC: Add '-p pattern' option for splitting based on lines matching a pattern.Archie Cobbs1999-03-013-51/+94
* MFC: PRUNEPATHS assignmentAndrey A. Chernov1999-02-281-2/+2
* Merge changes from 4.0: update references and add -A flag.Garrett Wollman1999-02-254-20/+69
* Merge the following revisions of the following files into RELENG_3:Kenneth D. Merry1999-02-181-9/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-02-181-0/+39
* MFC: off-by-one error.Bill Fenner1999-02-161-2/+2
* MFC: .Os usageBill Fenner1999-02-151-2/+2
* MFC: Ignore errors from chflags.Dag-Erling Smørgrav1999-02-142-5/+5
* 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