summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.bde1999-07-171-1/+9
* Enable gprof on alpha.simokawa1999-07-165-6/+64
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12107-0/+113
* Break lines to be < 80 chars. This has been done only to that file incracauer1999-07-071-16/+25
* Per requests from the community, commit rudimentary cross compilationimp1999-07-071-2/+2
* Use -finet option to netstat(1), and don't discard anything.des1999-07-062-11/+10
* Don't truncate port numbers.des1999-07-061-9/+5
* Update to new struct sigcontext after SA_SIGINFO changescracauer1999-07-064-18/+20
* Clean up some ambiguous nested if/elses.billf1999-07-0419-41/+62
* Don't ignore weak symbols.dt1999-07-031-1/+0
* Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" ratherdes1999-07-032-7/+8
* Remove unused variable.billf1999-07-021-2/+1
* Add braces to avoid ambigious else.billf1999-07-021-1/+2
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-022-27/+15
* Actually fixed ambiguous else. The previous revision had no effect.bde1999-07-021-4/+4
OpenPOWER on IntegriCloud