summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Before this fix, pax would stop the restore sequence forkientzle2009-02-011-36/+4
* Bump .Dd for r187609keramida2009-01-301-1/+1
* Make the Monty Python quote more google friendly instead oftrhodes2009-01-261-3/+2
* Note the implication of setting the 'w' permission on directories,trhodes2009-01-231-2/+7
* Add an example of using bs=2048 to duplicate data CD-ROMs.keramida2009-01-231-0/+5
* o Fix a typo. Bump .Dd for the previous delta.maxim2009-01-131-2/+2
* Clean up a bit of confusing language and improve .Nd.trhodes2009-01-131-4/+9
* fix typoluigi2009-01-131-1/+1
* Document how kernel environment can be statically compiled in,luigi2009-01-131-0/+20
* - rename the RETURN VALUES section to EXIT STATUSdanger2009-01-071-1/+1
* Report error messages of the builtins 'type' and 'command -V' to stderr insteadstefanf2008-11-281-12/+11
* Fix $? at the first command of a function. The previous exit status was savedstefanf2008-11-231-0/+1
* Implement -T option as found in Linux df(1). When given, file system typepjd2008-11-232-7/+19
* Fix whitespace.emaste2008-11-131-3/+2
* When running a "chio return" operation using a physical source unitjoerg2008-10-301-4/+6
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentivoras2008-10-302-4/+50
* Remove superfluous va_end which was left there in rev 1.38.rdivacky2008-10-281-2/+0
* Add fallback when mmap fails on regular files. Some filesystems,dds2008-10-271-30/+28
* Improve the `pkill -t' handling, which I changed in my previous commit.ed2008-09-302-11/+14
* Don't automatically prepend the "tty" prefix to `pkill -t' arguments.ed2008-09-282-9/+5
* 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
OpenPOWER on IntegriCloud