summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Various man page cleanup:mpp1999-08-158-23/+23
* Fix bad references:chris1999-08-141-3/+3
* Bad reference of getcwd(2) changed to getcwd(3).chris1999-08-141-2/+2
* Bad reference of setrlimit(3) changed to setrlimit(2).chris1999-08-141-2/+2
* Specify that `ruptime' data is broadcast once every three minutes, notchris1999-08-141-2/+2
* Axe LOGIN_CAP_AUTH.sheldonh1999-08-132-65/+6
* Correct style issues with the previous commit.sheldonh1999-08-131-19/+16
* Use our floppy device names rather than BSD/OS's.obrien1999-08-132-3/+5
* Make VPATH explanation more concise. I apparently was not thinkingchris1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.chris1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.hoek1999-08-121-2/+3
* Pass as argv[0] the name of the shell executed instead of "sh".sheldonh1999-08-111-2/+2
* Document the use of the -a flag in conjunction with the -r flag.nik1999-08-112-3/+11
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.chris1999-08-111-1/+16
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).des1999-08-102-3/+24
* Remove f2c as its libraries were tossed last April, and f2c has been replacedobrien1999-08-0854-31525/+0
* Fix integer overflow for files containing more than 4GB by usingsheldonh1999-08-061-15/+16
* Add access(2) to the list of recognized syscalls.des1999-08-051-1/+2
* Richard the Lionheart was crowned on 3rd September 1189, not the 27thnik1999-08-011-2/+2
* Add a -E flag, similar to -e (overide variables from environment) excepthoek1999-07-314-14/+47
* Print an error message on illegal numerical arguments.hoek1999-07-311-5/+20
* When printing an error message after command execution fails, don't assumehoek1999-07-311-2/+4
* Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.nik1999-07-302-12/+22
* Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19obrien1999-07-301-1/+1
* Hyphens are not legal characters in a C identifier.des1999-07-301-1/+1
* Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]hoek1999-07-301-2/+2
* Don't output rcsid into the output parser. It may have already beenhoek1999-07-301-2/+2
* Show dirty buffers and the percentage of time a disk was busy.des1999-07-302-14/+37
* Only output `rcsid' (set to our Id string) into the resulting parser file.obrien1999-07-301-4/+2
* Fix improper mmap length paramater which can result in improper behaviorgreen1999-07-291-7/+9
* Allow comments and blank lines as advertised in passwd(5).sheldonh1999-07-293-3/+14
* Follow the directions in the comments and add our Id string to the outputobrien1999-07-291-1/+2
* Check that user supplied the required argument; and if not, show usage().obrien1999-07-291-0/+5
* * Don't assume realloc() can take NULL as first arg. Yacc needs toobrien1999-07-291-3/+11
* YYRECOVERING(), not YYRECOVERING.obrien1999-07-291-2/+2
* Add support for Bison's "%expect <int>" directive.obrien1999-07-293-7/+65
* New w ability: you can list multiple users on the command line and it willgreen1999-07-282-51/+52
* This covers the previous version, since a null commit message was accidentallygreen1999-07-272-2/+2
* *** empty log message ***green1999-07-262-8/+22
* Convert interrupt count from signed to unsigned and the totaln_hibma1999-07-261-4/+6
* Apply suggested patch- seems reasonable.mjacob1999-07-242-5/+29
* Correct a typo (22th -> 22nd)n_hibma1999-07-241-33/+34
* Regenerate to match changes made in the embedded yacc parser.hoek1999-07-231-28/+70
* Regenerate this file. This fixes a y2k bogon. As an unintentional side-effect,hoek1999-07-231-33/+75
* Don't dump core for a known, documented bug.sheldonh1999-07-221-1/+21
* Improve printf(3) conversion specifier parsing so that silly formatssheldonh1999-07-222-19/+97
* Vastly improve the speed of the file command by makingwes1999-07-222-6/+7
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
* Add braces to appease the egcs -Wall mom.jdp1999-07-172-4/+6
* Make gcore work again. It was broken by a format change in thejdp1999-07-171-2/+2
OpenPOWER on IntegriCloud