| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire | stefanf | 2009-04-13 | 1 | -0/+1 |
* | Add reference to strmode(3). | trasz | 2009-04-13 | 1 | -0/+1 |
* | Don't let trailing empty lines overwrite the result of the last command with 0. | stefanf | 2009-04-04 | 1 | -1/+2 |
* | Fix the behaviour of the read built-in when IFS is unset. | stefanf | 2009-03-22 | 1 | -1/+1 |
* | Improve the IFS handling of the read built-in. | stefanf | 2009-03-22 | 1 | -10/+68 |
* | - Apply the r190270 changes to printing of single aliases too. | stefanf | 2009-03-22 | 1 | -23/+48 |
* | Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias' | stefanf | 2009-03-22 | 1 | -1/+6 |
* | cat(1) compiles fine at WARNS level 6. | des | 2009-03-16 | 1 | -0/+1 |
* | Don't disable CR-to-NL translation when waiting for data to arrive. | ed | 2009-03-08 | 1 | -0/+1 |
* | [1] When showing threads, the thread name just appears if the comm | attilio | 2009-02-26 | 3 | -11/+37 |
* | Before this fix, pax would stop the restore sequence for | kientzle | 2009-02-01 | 1 | -36/+4 |
* | Bump .Dd for r187609 | keramida | 2009-01-30 | 1 | -1/+1 |
* | Make the Monty Python quote more google friendly instead of | trhodes | 2009-01-26 | 1 | -3/+2 |
* | Note the implication of setting the 'w' permission on directories, | trhodes | 2009-01-23 | 1 | -2/+7 |
* | Add an example of using bs=2048 to duplicate data CD-ROMs. | keramida | 2009-01-23 | 1 | -0/+5 |
* | o Fix a typo. Bump .Dd for the previous delta. | maxim | 2009-01-13 | 1 | -2/+2 |
* | Clean up a bit of confusing language and improve .Nd. | trhodes | 2009-01-13 | 1 | -4/+9 |
* | fix typo | luigi | 2009-01-13 | 1 | -1/+1 |
* | Document how kernel environment can be statically compiled in, | luigi | 2009-01-13 | 1 | -0/+20 |
* | - rename the RETURN VALUES section to EXIT STATUS | danger | 2009-01-07 | 1 | -1/+1 |
* | Report error messages of the builtins 'type' and 'command -V' to stderr instead | stefanf | 2008-11-28 | 1 | -12/+11 |
* | Fix $? at the first command of a function. The previous exit status was saved | stefanf | 2008-11-23 | 1 | -0/+1 |
* | Implement -T option as found in Linux df(1). When given, file system type | pjd | 2008-11-23 | 2 | -7/+19 |
* | Fix whitespace. | emaste | 2008-11-13 | 1 | -3/+2 |
* | When running a "chio return" operation using a physical source unit | joerg | 2008-10-30 | 1 | -4/+6 |
* | Teach cat(1) and cp(1) to use a larger buffer if enough memory is present | ivoras | 2008-10-30 | 2 | -4/+50 |
* | Remove superfluous va_end which was left there in rev 1.38. | rdivacky | 2008-10-28 | 1 | -2/+0 |
* | Add fallback when mmap fails on regular files. Some filesystems, | dds | 2008-10-27 | 1 | -30/+28 |
* | Improve the `pkill -t' handling, which I changed in my previous commit. | ed | 2008-09-30 | 2 | -11/+14 |
* | Don't automatically prepend the "tty" prefix to `pkill -t' arguments. | ed | 2008-09-28 | 2 | -9/+5 |
* | Remove redundant close(2). | trasz | 2008-09-09 | 1 | -1/+0 |
* | Fix double free in setfacl(1). Description from the author: | trasz | 2008-09-06 | 1 | -4/+6 |
* | pkill(1) first appeared in /usr/bin, but later it was moved to /bin | yar | 2008-08-31 | 4 | -0/+1062 |
* | Document the ulimit -p option in the sh(1) manual page. | ed | 2008-08-30 | 1 | -1/+3 |
* | Fix a bug in r177497 which caused the getopts state to be reset when 'set' | stefanf | 2008-08-27 | 1 | -1/+1 |
* | Make stty(1) use tab0 and tab3 to handle tab completion. | ed | 2008-08-23 | 3 | -8/+23 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+4 |
* | Fix ACL preservation, apparently broken in 1.47. | trasz | 2008-08-07 | 1 | -1/+3 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 3 | -3/+3 |
* | Pass the correct flags to expandarg() for NFROMFD and NTOFD. This fixes a | stefanf | 2008-07-30 | 1 | -1/+1 |
* | Staticify symbols that will not be used in other | delphij | 2008-07-19 | 1 | -11/+11 |
* | Remove unnessasary cast | kevlo | 2008-07-18 | 1 | -1/+1 |
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 1 | -5/+0 |
* | Add hard sentence breaks. | csjp | 2008-07-06 | 1 | -8/+10 |
* | Document default ACLs and how to use them. | csjp | 2008-07-06 | 1 | -0/+16 |
* | use 'const' for the parameters of the two static functions unalias() and hash... | rse | 2008-06-07 | 1 | -4/+4 |
* | remove an unnecessary include | rse | 2008-06-07 | 1 | -1/+0 |
* | Unbreak last commit to ln for amd64. | keramida | 2008-06-07 | 1 | -1/+1 |
* | Add a -w warning flag to ln(1). When the -w option is enabled, | keramida | 2008-06-06 | 2 | -7/+47 |
* | Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it | stefanf | 2008-05-28 | 1 | -2/+5 |