aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use the final version of the patch for the overflow, not the next toWarner Losh1999-08-221-7/+9
* Fix a temp file race occurring only when -j is used.Tim Vanderhoek1999-08-222-15/+17
* Mention rwhod(8) in the SEE ALSO sectionBrian Somers1999-08-211-2/+3
* Fix possible buffer overflow with finger and fingerd.Warner Losh1999-08-211-16/+27
* Clear all file flags when taking ownership of devices. Do not ignoreWarner Losh1999-08-212-3/+16
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Don't assume all ctags are meant to match a whole line ("^...line...$").Tim Vanderhoek1999-08-171-5/+44
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-1723-290/+535
* Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'Bruce Evans1999-08-151-4/+4
* Various man page cleanup:Mike Pritchard1999-08-158-23/+23
* Fix bad references:Chris Costello1999-08-141-3/+3
* Bad reference of getcwd(2) changed to getcwd(3).Chris Costello1999-08-141-2/+2
* Bad reference of setrlimit(3) changed to setrlimit(2).Chris Costello1999-08-141-2/+2
* Specify that `ruptime' data is broadcast once every three minutes, notChris Costello1999-08-141-2/+2
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-132-65/+6
* Correct style issues with the previous commit.Sheldon Hearn1999-08-131-19/+16
* Use our floppy device names rather than BSD/OS's.David E. O'Brien1999-08-132-3/+5
* Make VPATH explanation more concise. I apparently was not thinkingChris Costello1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.Chris Costello1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.Tim Vanderhoek1999-08-121-2/+3
* Pass as argv[0] the name of the shell executed instead of "sh".Sheldon Hearn1999-08-111-2/+2
* Document the use of the -a flag in conjunction with the -r flag.Nik Clayton1999-08-112-3/+11
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.Chris Costello1999-08-111-1/+16
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).Dag-Erling Smørgrav1999-08-102-3/+24
* Remove f2c as its libraries were tossed last April, and f2c has been replacedDavid E. O'Brien1999-08-0854-31525/+0
* Fix integer overflow for files containing more than 4GB by usingSheldon Hearn1999-08-061-15/+16
* Add access(2) to the list of recognized syscalls.Dag-Erling Smørgrav1999-08-051-1/+2
* Richard the Lionheart was crowned on 3rd September 1189, not the 27thNik Clayton1999-08-011-2/+2
* Add a -E flag, similar to -e (overide variables from environment) exceptTim Vanderhoek1999-07-314-14/+47
* Print an error message on illegal numerical arguments.Tim Vanderhoek1999-07-311-5/+20
* When printing an error message after command execution fails, don't assumeTim Vanderhoek1999-07-311-2/+4
* Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.Nik Clayton1999-07-302-12/+22
* Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19David E. O'Brien1999-07-301-1/+1
* Hyphens are not legal characters in a C identifier.Dag-Erling Smørgrav1999-07-301-1/+1
* Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]Tim Vanderhoek1999-07-301-2/+2
* Don't output rcsid into the output parser. It may have already beenTim Vanderhoek1999-07-301-2/+2
* Show dirty buffers and the percentage of time a disk was busy.Dag-Erling Smørgrav1999-07-302-14/+37
* Only output `rcsid' (set to our Id string) into the resulting parser file.David E. O'Brien1999-07-301-4/+2
* Fix improper mmap length paramater which can result in improper behaviorBrian Feldman1999-07-291-7/+9
* Allow comments and blank lines as advertised in passwd(5).Sheldon Hearn1999-07-293-3/+14
* Follow the directions in the comments and add our Id string to the outputDavid E. O'Brien1999-07-291-1/+2
* Check that user supplied the required argument; and if not, show usage().David E. O'Brien1999-07-291-0/+5
* * Don't assume realloc() can take NULL as first arg. Yacc needs toDavid E. O'Brien1999-07-291-3/+11
* YYRECOVERING(), not YYRECOVERING.David E. O'Brien1999-07-291-2/+2
* Add support for Bison's "%expect <int>" directive.David E. O'Brien1999-07-293-7/+65
* New w ability: you can list multiple users on the command line and it willBrian Feldman1999-07-282-51/+52
* This covers the previous version, since a null commit message was accidentallyBrian Feldman1999-07-272-2/+2
* *** empty log message ***Brian Feldman1999-07-262-8/+22
* Convert interrupt count from signed to unsigned and the totalNick Hibma1999-07-261-4/+6
* Apply suggested patch- seems reasonable.Matt Jacob1999-07-242-5/+29