summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakcperciva2004-03-161-2/+2
* static and const.jmallett2004-03-151-10/+10
* And a bandaid so that the output of "available space" is correct whenle2004-03-091-1/+2
* Remove a.out at the end of 'make test'ache2004-03-081-1/+1
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).bde2004-03-061-16/+15
* Add a.out to CLEANFILESache2004-03-061-0/+1
* Change locale name from non-existent ASCII to en_US.US-ASCIIache2004-03-061-2/+2
* Teach dd(1) about parity bits.phk2004-03-059-21/+157
* Add a test-target and reference vectors for the character converions.phk2004-03-0511-0/+194
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-052-2/+2
* Rev. 1.32 moved a comment to the wrong line. The hack refered tomtm2004-03-041-2/+2
* Fixes to output of `ls -lh` for certain file sizes:cperciva2004-03-011-4/+4
* style.Makefile:johan2004-02-234-4/+4
* Allow the -H option to show threads when selecting by uid, tty,deischen2004-02-221-8/+6
* Only call chflags() on directories once.ceri2004-02-181-5/+4
* style(9): wrap at 80 columns.njl2004-02-121-3/+5
* Handle proper formatting and a buffer overrun when running an old sh onnjl2004-02-121-7/+28
* MFp4 @46705:jmallett2004-02-081-0/+2
* Use int rather than size_t storage for printf field widths to avoidiedowse2004-02-081-43/+41
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>cracauer2004-02-051-1/+1
* Use sys_nsig instead of the static NSIG. DragonflyBSD kill.c:1.3njl2004-01-281-5/+5
* Use sys_nsig instead of NSIG for the length of the signal arrays. Thisnjl2004-01-282-6/+6
* The PR diff I committed recently had one bug noticed bycracauer2004-01-281-1/+2
* Fix alignment of size field in `ls -lh` -- the width was being computedcperciva2004-01-221-2/+2
* Bring ps.1 up to date with changes in the past seven years:cperciva2004-01-211-33/+22
* Replace home-grown dup2() implementation with actual dup2() calls. Thisdes2004-01-215-43/+13
* Removed duplicate y.tab.h from SRCS and CLEANFILES.ru2004-01-201-1/+1
* - Build things in pure dictionary order (see sort(1)).ru2004-01-161-5/+8
* Note the Linux required format.obrien2004-01-061-0/+1
* o Fix a style bug and poor wording in comment.kuriyama2004-01-011-2/+10
* o Spell 'diretories' correctly.maxim2003-12-301-1/+1
* PR 28852cracauer2003-12-281-24/+1
* Print unambiguous paths with -R -v.ru2003-12-161-1/+1
* The uuidgen(1) program is WARNS=6 clean, so flag it as such.mux2003-12-071-1/+1
* Do something sensible if both -h and -k are given.obrien2003-12-012-0/+9
* Force a staticly linked /bin and /sbin for ia64. The necessary changesmarcel2003-11-191-1/+1
* Change the default for binaries in /bin and /sbin from statically togordon2003-11-161-1/+1
* Don't mmap(2) and munmap(2) zero-length files.alc2003-11-131-1/+2
* Fix format strings (intmax_t is %jd, not %qd)kris2003-11-121-2/+2
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-23/+25
* When the P flag is set (i.e. Overwrite regular files before deleting them),guido2003-11-101-8/+14
* 1. Fixed leakage of a file descriptor for every non-fatal failure inbde2003-11-081-1/+3
* Style.ru2003-11-021-1/+1
* Remove the code for parsing octal modes, since setmode(3) alreadytobez2003-10-311-22/+5
* Handle realloc() failure correctly.tjr2003-10-161-2/+5
* Turn malloc+snprintf into asnprintf.markm2003-10-141-14/+10
* - Check and report write(2) errors.dds2003-10-111-10/+59
* Check for write errors; report and exit with error value.dds2003-10-041-0/+2
* Be a little bit more correct WRT counting numbers vs. integer numbers.obrien2003-09-131-10/+10
OpenPOWER on IntegriCloud