summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add a perl wrapper. mergmaster(8) is broken with out it.obrien2002-05-182-0/+68
* Add my birthday to the list. Apparently, I share a birthday with dwhite.gordon2002-05-171-0/+1
* Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)knu2002-05-171-4/+5
* Get byte swapping primitives from sys/endian.h now that they are exportedjake2002-05-171-5/+1
* Group the output chunks differently, to try to match BSD/OS output. Switchjmallett2002-05-171-3/+6
* Revert part of the previous revision. Changing exit() to return() in main()jmallett2002-05-171-1/+1
* Make the output tidier when multiple integer formats are requested bytjr2002-05-171-3/+3
* Simplify prerun() in the case where there are no arguments. Can't do -I or -Jjmallett2002-05-171-1/+1
* Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options thattjr2002-05-175-87/+425
* Declare variables that were extern'd in multiple places in hexdump.h.tjr2002-05-174-9/+3
* Add support for printing long doubles.tjr2002-05-173-1/+12
* Print signed single-byte decimal integers correctly instead of implicitlytjr2002-05-171-1/+1
* Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove thetjr2002-05-174-14/+7
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-176-24/+24
* Remove spurious casts in malloc(3)'s argument.jmallett2002-05-171-3/+3
* Add a Standards section, and note that compress(1) and uncompress(1) nowtjr2002-05-171-1/+8
* As required by SUSv3, a file argument of "-" causes standard inputtjr2002-05-172-3/+13
* Compression ratio statistics should be written to stderr instead of stdout.tjr2002-05-171-4/+5
* Use exit status 2 to indicate that the file was not compressed becausetjr2002-05-172-0/+8
* Process and user ID arguments must be treated as decimal integers,tjr2002-05-161-1/+1
* Accept decimal user IDs with -u option as well as usernames.tjr2002-05-162-6/+8
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thattjr2002-05-161-1/+2
* OOPS! rev 1.16 accidently changed the default outfile from stderr topeter2002-05-161-1/+1
* Handle the case where a negative offset in a regular expression matchtjr2002-05-161-0/+2
* Correct synopsis and usage(): pattern arguments are not optional.tjr2002-05-162-2/+2
* More consistancy. file system > filesystemtrhodes2002-05-1616-21/+21
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idstjr2002-05-163-6/+62
* Report errors properly if wait() fails.fanf2002-05-151-1/+2
* Upgrade unifdef:fanf2002-05-154-545/+997
* Build the asa(1) utility.tjr2002-05-151-0/+1
* #include <unistd.h> for getopt() and friends.tjr2002-05-151-0/+1
* Use getopt() to reject options (asa has none), and to the "--" end of optionstjr2002-05-152-21/+38
* Remove __P,tjr2002-05-151-7/+3
* style(9): remove space between function name and opening parentheses,tjr2002-05-151-23/+21
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controltjr2002-05-153-0/+221
* o Clean up tmp file usage a little by using mkstemp(3) instead ofgreen2002-05-141-5/+6
* Fix a "tiny and squeeby and little" markup mistake.jmallett2002-05-141-1/+1
* Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.dwmalone2002-05-131-0/+5
* If we can't change the scheduling priority, warn but still executetjr2002-05-131-3/+3
* Support the SUSv3 -n option and the "--" end of options marker.tjr2002-05-122-51/+61
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+2
* Fixed 5 style bugs in VCS ids.bde2002-05-121-5/+7
* Finish converting the rest of the function declaration and prototypesmike2002-05-122-17/+17
* Fixed printing the the strip binary's name in error messages.bde2002-05-121-1/+1
* To perform even basic error checking, one must have an exit code thatbsd2002-05-122-4/+8
* Add support for stripping non-native object files by using anmarcel2002-05-111-1/+5
* unbreak build:alfred2002-05-112-6/+2
* #include <stdlib.h> for exit(3) prototype.jedgar2002-05-111-0/+1
* BWK awk appears to work for world builds just fine now. We want to makeobrien2002-05-101-2/+0
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.ru2002-05-102-1/+13
OpenPOWER on IntegriCloud