summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
* Add -m option to specify a creation mode whcih is not affected bysheldonh1999-08-272-9/+59
* Add ``-i'' option, which is the same as ``-''. The -i option is thesheldonh1999-08-272-8/+19
* 1. Add support for months and years in relative time spec (now + 1 year)nsayer1999-08-262-52/+35
* Declaration of strtouq() is not missing from stdlib.h, so don't redeclaredt1999-08-251-3/+0
* Use the final version of the patch for the overflow, not the next toimp1999-08-221-7/+9
* Fix a temp file race occurring only when -j is used.hoek1999-08-222-15/+17
* Mention rwhod(8) in the SEE ALSO sectionbrian1999-08-211-2/+3
* Fix possible buffer overflow with finger and fingerd.imp1999-08-211-16/+27
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-212-3/+16
* Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
* Don't assume all ctags are meant to match a whole line ("^...line...$").hoek1999-08-171-5/+44
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-1723-290/+535
* Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'bde1999-08-151-4/+4
* 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
OpenPOWER on IntegriCloud