aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant whitespaceBrian Somers2009-05-181-3/+2
* When finding processes, ignore ourself and our ancestors. It is almostBrian Somers2009-05-172-5/+40
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-174-15/+167
* Implement ^T support for rm: now it will report the next file itWarner Losh2009-04-291-0/+29
* Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entireStefan Farfeleder2009-04-131-0/+1
* Add reference to strmode(3).Edward Tomasz Napierala2009-04-131-0/+1
* Don't let trailing empty lines overwrite the result of the last command with 0.Stefan Farfeleder2009-04-041-1/+2
* Fix the behaviour of the read built-in when IFS is unset.Stefan Farfeleder2009-03-221-1/+1
* Improve the IFS handling of the read built-in.Stefan Farfeleder2009-03-221-10/+68
* - Apply the r190270 changes to printing of single aliases too.Stefan Farfeleder2009-03-221-23/+48
* Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias'Stefan Farfeleder2009-03-221-1/+6
* cat(1) compiles fine at WARNS level 6.Dag-Erling Smørgrav2009-03-161-0/+1
* Don't disable CR-to-NL translation when waiting for data to arrive.Ed Schouten2009-03-081-0/+1
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-263-11/+37
* Before this fix, pax would stop the restore sequence forTim Kientzle2009-02-011-36/+4
* Bump .Dd for r187609Giorgos Keramidas2009-01-301-1/+1
* Make the Monty Python quote more google friendly instead ofTom Rhodes2009-01-261-3/+2
* Note the implication of setting the 'w' permission on directories,Tom Rhodes2009-01-231-2/+7
* Add an example of using bs=2048 to duplicate data CD-ROMs.Giorgos Keramidas2009-01-231-0/+5
* o Fix a typo. Bump .Dd for the previous delta.Maxim Konovalov2009-01-131-2/+2
* Clean up a bit of confusing language and improve .Nd.Tom Rhodes2009-01-131-4/+9
* fix typoLuigi Rizzo2009-01-131-1/+1
* Document how kernel environment can be statically compiled in,Luigi Rizzo2009-01-131-0/+20
* - rename the RETURN VALUES section to EXIT STATUSDaniel Gerzo2009-01-071-1/+1
* Report error messages of the builtins 'type' and 'command -V' to stderr insteadStefan Farfeleder2008-11-281-12/+11
* Fix $? at the first command of a function. The previous exit status was savedStefan Farfeleder2008-11-231-0/+1
* Implement -T option as found in Linux df(1). When given, file system typePawel Jakub Dawidek2008-11-232-7/+19
* Fix whitespace.Ed Maste2008-11-131-3/+2
* When running a "chio return" operation using a physical source unitJoerg Wunsch2008-10-301-4/+6
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentIvan Voras2008-10-302-4/+50
* Remove superfluous va_end which was left there in rev 1.38.Roman Divacky2008-10-281-2/+0
* Add fallback when mmap fails on regular files. Some filesystems,Diomidis Spinellis2008-10-271-30/+28
* Improve the `pkill -t' handling, which I changed in my previous commit.Ed Schouten2008-09-302-11/+14
* Don't automatically prepend the "tty" prefix to `pkill -t' arguments.Ed Schouten2008-09-282-9/+5
* Remove redundant close(2).Edward Tomasz Napierala2008-09-091-1/+0
* Fix double free in setfacl(1). Description from the author:Edward Tomasz Napierala2008-09-061-4/+6
* pkill(1) first appeared in /usr/bin, but later it was moved to /binYaroslav Tykhiy2008-08-314-0/+1062
* Document the ulimit -p option in the sh(1) manual page.Ed Schouten2008-08-301-1/+3
* Fix a bug in r177497 which caused the getopts state to be reset when 'set'Stefan Farfeleder2008-08-271-1/+1
* Make stty(1) use tab0 and tab3 to handle tab completion.Ed Schouten2008-08-233-8/+23
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+4
* Fix ACL preservation, apparently broken in 1.47.Edward Tomasz Napierala2008-08-071-1/+3
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-043-3/+3
* Pass the correct flags to expandarg() for NFROMFD and NTOFD. This fixes aStefan Farfeleder2008-07-301-1/+1
* Staticify symbols that will not be used in otherXin LI2008-07-191-11/+11
* Remove unnessasary castKevin Lo2008-07-181-1/+1
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.Ed Schouten2008-07-161-5/+0
* Add hard sentence breaks.Christian S.J. Peron2008-07-061-8/+10
* Document default ACLs and how to use them.Christian S.J. Peron2008-07-061-0/+16
* use 'const' for the parameters of the two static functions unalias() and hash...Ralf S. Engelschall2008-06-071-4/+4