summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant close(2).trasz2008-09-091-1/+0
* Fix double free in setfacl(1). Description from the author:trasz2008-09-061-4/+6
* pkill(1) first appeared in /usr/bin, but later it was moved to /binyar2008-08-314-0/+1062
* Document the ulimit -p option in the sh(1) manual page.ed2008-08-301-1/+3
* Fix a bug in r177497 which caused the getopts state to be reset when 'set'stefanf2008-08-271-1/+1
* Make stty(1) use tab0 and tab3 to handle tab completion.ed2008-08-233-8/+23
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+4
* Fix ACL preservation, apparently broken in 1.47.trasz2008-08-071-1/+3
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-043-3/+3
* Pass the correct flags to expandarg() for NFROMFD and NTOFD. This fixes astefanf2008-07-301-1/+1
* Staticify symbols that will not be used in otherdelphij2008-07-191-11/+11
* Remove unnessasary castkevlo2008-07-181-1/+1
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-161-5/+0
* Add hard sentence breaks.csjp2008-07-061-8/+10
* Document default ACLs and how to use them.csjp2008-07-061-0/+16
* use 'const' for the parameters of the two static functions unalias() and hash...rse2008-06-071-4/+4
* remove an unnecessary includerse2008-06-071-1/+0
* Unbreak last commit to ln for amd64.keramida2008-06-071-1/+1
* Add a -w warning flag to ln(1). When the -w option is enabled,keramida2008-06-062-7/+47
* Fix checking if a variable name is LINENO. As STPUTC changes the pointer if itstefanf2008-05-281-2/+5
* Expand $LINENO to the current line number. This is required by SUSv3's "Userstefanf2008-05-153-7/+35
* Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file.stefanf2008-04-281-6/+3
* - Fix bugs where the value of arithmetic expansion$((...)) was trucatedstefanf2008-04-273-14/+29
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* - Add -D to usage().ru2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-044-16/+46
* Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'stefanf2008-03-221-2/+2
* uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"obrien2008-03-132-3/+2
* - P_SA has been removed.jeff2008-03-121-1/+0
* Add an '-a' option which is identical to specifying '-RpP' forjhb2008-03-103-5/+15
* Enhance realpath(1) in a number of ways:rwatson2008-03-092-7/+34
* Make chflags(1) more chmod(1)-like (and more feature complete):rwatson2008-03-092-17/+43
* Split updatepwd() into two smaller functions. The first one, findpwd(),stefanf2008-02-241-38/+45
* Fix "warning: comparison is always false due to limited range of data type"marcel2008-02-181-4/+1
* Don't reset DST computed by strptime() (when e.g. setting theru2008-02-071-6/+3
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,dds2007-12-271-95/+69
* As suggested, replace earlier changed warnx() / exit() with an errx()edwin2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properedwin2007-12-251-1/+1
* Calling any function from vfork other than exec* and _exit yieldsdds2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesdds2007-12-161-1/+2
* When moving a directory across devices to a place where a directorydds2007-12-161-22/+82
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.marius2007-12-091-1/+1
* Revise the markup.ru2007-12-051-275/+382
* Reduce the WARNS level to avoid a compiler warning about a variablejb2007-11-181-1/+1
* Express in the usage() and SYNOPSIS that -F depends on -s, andru2007-11-172-4/+8
* Swap "source"/"target" where appropriate, to match documentation.ru2007-11-171-38/+38
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.jhb2007-11-081-9/+23
* Bump document date on behalf of previous revision.ru2007-11-011-1/+1
* fix sorting of 'tdnam' keyword in keyword list.julian2007-10-281-2/+1
* Introduce a way to make pure kernal threads.julian2007-10-264-6/+27
OpenPOWER on IntegriCloud