summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not assume there is only a space between #define and the macro nameschweikh2003-09-131-1/+1
* Add the -m, -w and -x options to ls's usage message.tjr2003-09-091-2/+2
* mdoc(7): Use the new feature of the .In macro.ru2003-09-082-2/+2
* Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.ru2003-09-071-1/+1
* Fix testing of arith_assign() value for $((a=15)).schweikh2003-09-071-1/+1
* #include <string.h> for prototypes for strcpy() and strlen().tjr2003-09-061-0/+2
* Style cleanup, mostlyschweikh2003-09-044-207/+246
* Implement missing shell arithmetic operators in $(()) expansionschweikh2003-08-304-49/+236
* Stage 4 of dynamically linked root support. Add a big knob,gordon2003-08-171-1/+4
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-133-0/+15
* Note in STANDARDS that -gno are not (yet?) POSIX conformant.schweikh2003-08-081-1/+6
* Add additional documentation to setfacl(1) regarding the behavior ofrwatson2003-08-071-0/+18
* -v no longer a valid argument to setfacl(1) -- remove from usage().rwatson2003-08-071-1/+1
* Clarify that the 'state' information consists of characters, notbrueffer2003-08-051-2/+2
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-9/+2
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
* This code isn't WARNS=6 clean in the standard (crypto) caseru2003-07-201-0/+1
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).ru2003-07-202-14/+13
* When reporting an error internalizing an ACL string, print out therwatson2003-07-181-2/+2
* Temporarily turn off -Werror for these components.kan2003-07-111-1/+1
* -l prints all permissions, not just owner and groupbrueffer2003-07-101-1/+1
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-2/+0
* Changes following CScout analysis:dds2003-07-0513-38/+37
* Rename a local variable in order to avoid collision with standard 'log'kan2003-06-301-3/+3
OpenPOWER on IntegriCloud