aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove theTim J. Robbins2002-05-174-14/+7
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-176-24/+24
* Remove spurious casts in malloc(3)'s argument.Juli Mallett2002-05-171-3/+3
* Add a Standards section, and note that compress(1) and uncompress(1) nowTim J. Robbins2002-05-171-1/+8
* As required by SUSv3, a file argument of "-" causes standard inputTim J. Robbins2002-05-172-3/+13
* Compression ratio statistics should be written to stderr instead of stdout.Tim J. Robbins2002-05-171-4/+5
* Use exit status 2 to indicate that the file was not compressed becauseTim J. Robbins2002-05-172-0/+8
* Process and user ID arguments must be treated as decimal integers,Tim J. Robbins2002-05-161-1/+1
* Accept decimal user IDs with -u option as well as usernames.Tim J. Robbins2002-05-162-6/+8
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thatTim J. Robbins2002-05-161-1/+2
* OOPS! rev 1.16 accidently changed the default outfile from stderr toPeter Wemm2002-05-161-1/+1
* Handle the case where a negative offset in a regular expression matchTim J. Robbins2002-05-161-0/+2
* Correct synopsis and usage(): pattern arguments are not optional.Tim J. Robbins2002-05-162-2/+2
* More consistancy. file system > filesystemTom Rhodes2002-05-1616-21/+21
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idsTim J. Robbins2002-05-163-6/+62
* Report errors properly if wait() fails.Tony Finch2002-05-151-1/+2
* Upgrade unifdef:Tony Finch2002-05-154-520/+972
* Build the asa(1) utility.Tim J. Robbins2002-05-151-0/+1
* #include <unistd.h> for getopt() and friends.Tim J. Robbins2002-05-151-0/+1
* Use getopt() to reject options (asa has none), and to the "--" end of optionsTim J. Robbins2002-05-152-21/+38
* Remove __P,Tim J. Robbins2002-05-151-7/+3
* style(9): remove space between function name and opening parentheses,Tim J. Robbins2002-05-151-23/+21
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controlTim J. Robbins2002-05-153-0/+221
* o Clean up tmp file usage a little by using mkstemp(3) instead ofBrian Feldman2002-05-141-5/+6
* Fix a "tiny and squeeby and little" markup mistake.Juli Mallett2002-05-141-1/+1
* Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.David Malone2002-05-131-0/+5
* If we can't change the scheduling priority, warn but still executeTim J. Robbins2002-05-131-3/+3
* Support the SUSv3 -n option and the "--" end of options marker.Tim J. Robbins2002-05-122-51/+61
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+2
* Fixed 5 style bugs in VCS ids.Bruce Evans2002-05-121-5/+7
* Finish converting the rest of the function declaration and prototypesMike Barcroft2002-05-122-17/+17
* Fixed printing the the strip binary's name in error messages.Bruce Evans2002-05-121-1/+1
* To perform even basic error checking, one must have an exit code thatBrian S. Dean2002-05-122-4/+8
* Add support for stripping non-native object files by using anMarcel Moolenaar2002-05-111-1/+5
* unbreak build:Alfred Perlstein2002-05-112-6/+2
* #include <stdlib.h> for exit(3) prototype.Chris D. Faulhaber2002-05-111-0/+1
* BWK awk appears to work for world builds just fine now. We want to makeDavid E. O'Brien2002-05-101-2/+0
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.Ruslan Ermilov2002-05-102-1/+13
* Cast the uc_mcontext member to regcontext *, not the whole ucontext_t.Thomas Gellekum2002-05-101-2/+3
* Fix wrong bitmask.Thomas Gellekum2002-05-101-3/+3
* According to POSIX, exit status must be 127 if the requested utility was notTim J. Robbins2002-05-102-5/+15
* Reimplement the who(1) utility to add some features required by SUSv3:Tim J. Robbins2002-05-092-119/+267
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-098-16/+16
* Back out part of previous commit - K&R doesn't have const.Dag-Erling Smørgrav2002-05-091-1/+1
* Make _msgout take a const char * rather than a char *.Dag-Erling Smørgrav2002-05-081-2/+2
* Change whtespace indent in format string to fit new output form ofJun Kuriyama2002-05-081-2/+2
* These files haven't been used in a while.Dag-Erling Smørgrav2002-05-083-480/+0
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-0811-1216/+317
* Really include <paths.h> (it seems it was brought in indirectly)Dag-Erling Smørgrav2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-085-45/+18