summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* I may have forgotten to upgrade this value, but that will never happeneivind1999-01-231-6/+8
* __FreeBSD__ is also used here.jhay1999-01-231-1/+3
* Back out the new crypt(3) stuff untill we can go through an independantmarkm1999-01-232-154/+31
* Added support for multiple hash formats, and new salt generation code.brandon1999-01-222-31/+154
* Use the new variable NEED_LIBNAMES instead of includingjdp1999-01-221-2/+2
* Force <bsd.libnames.mk> to be included, regardless of the objectjdp1999-01-221-1/+2
* Make top use new kvm_getswapinfo() call.dillon1999-01-221-144/+19
* Fix labeling bugdillon1999-01-221-1/+3
* Make systat -swap use new kvm_swapinfo() functiondillon1999-01-221-137/+57
* Euro support, part 2.imp1999-01-216-2/+345
* Allow login to be linked statically even when PAM is used, sincejdp1999-01-201-4/+2
* Add support for accessing ports. This was done to access parallelimp1999-01-201-4/+19
* Add a compile knob to avoid using PAM code (login will use standard Unixabial1999-01-192-4/+22
* Replace 'long int' with 'int' for Alpha.simokawa1999-01-191-6/+6
* Fixed breakage of `make checkdpadd' in previous commit.bde1999-01-191-4/+4
* "19%02", tm.year -> "%d", tm.year+1900danny1999-01-181-2/+2
* Allow two digit years 1969-2068danny1999-01-181-3/+6
* Fix "make world" breakage because MT_RTABLE was still referenced here.roberto1999-01-181-1/+3
* Update to Global-3.42.simokawa1999-01-186-30/+28
* Don't use ip_mrtproto to determine whether multicast routing is infenner1999-01-183-83/+32
* Fix logic error in RFC 850 kluge.wollman1999-01-151-3/+4
* For RFC 850 dates received in HTTP responses, implement the century pivotwollman1999-01-152-4/+48
* Typo.jmz1999-01-152-4/+4
* Allocate aligned memory according to sizeof(char *).simokawa1999-01-131-2/+2
* Move nologin from /etc to /var/run. This means one less file that hasasami1999-01-111-3/+3
* From the submitter:dfr1999-01-101-2/+2
* Fix the annoying bug introduced in rev 1.18 that caused each line to bepeter1999-01-102-13/+15
* uptime display more in style with original codeobrien1999-01-091-1/+19
* revert to rev 1.29. (floppy drives will be gotten rid of another way)obrien1999-01-091-10/+1
* Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PEimp1999-01-091-27/+99
* Don't allow pointer underrun in loop.jkh1999-01-081-2/+4
* Merge from 2_2 man page change.danny1999-01-052-2/+2
* PR: 9323danny1999-01-051-1/+4
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,bde1999-01-041-1/+1
* Fix a build problem when upgrading from 9 month old sources. There'schuckr1999-01-041-1/+1
* Make the timeout handler log any failed logins, to make sure failedeivind1999-01-031-7/+17
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."billf1998-12-311-2/+2
* Add copyright and RCS/CVS Id.obrien1998-12-271-0/+28
* Update section on DK_NDRIVES (which was removed with CAM), and explainobrien1998-12-271-9/+10
* Turn the compile time option into a run-time option.obrien1998-12-272-7/+10
* Don't waste precious space on showing the performance of fdX.obrien1998-12-271-1/+9
* No __profname bozoness, no strstr() bozoness... test argv[0] againstdillon1998-12-241-4/+21
* Since argv is in scope, use argv[0] instead of __progname.steve1998-12-241-2/+2
* Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.mjacob1998-12-221-1/+13
* Flush the output file before exiting; short-lived programs don't even fillmsmith1998-12-211-1/+2
* Fixed typo.foxfair1998-12-201-1/+1
* add in new errstat subcommand (MTIOCSERRSTAT)mjacob1998-12-191-2/+33
* Made changes suggested by bruce, plus a couple of others which made -Wall work.mjacob1998-12-181-11/+17
* Unbreak K&R support, and generate code that works in K&R C as well asdes1998-12-181-20/+12
* 1) Clarify that a weof count of zero is allowed (flush buffers).mjacob1998-12-181-1/+30
OpenPOWER on IntegriCloud