summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Designate special builtins as such in command -V and type.jilles2009-06-242-3/+15
* Staticify internal routines.delphij2009-06-234-7/+7
* Quote -x tracing output so it is unambiguous.jilles2009-06-231-2/+17
* Do not fork for a subshell if it is the last thing this shell is doingjilles2009-06-231-2/+2
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-1/+1
* sh: Improve handling of setjmp/longjmp volatile:jilles2009-06-234-61/+18
* Fix race condition in noclobber option.jilles2009-06-201-7/+19
* Fix some issues with quoted output and shorten it in some cases.jilles2009-06-191-9/+15
* Properly flush input after an error in backquotes in interactive mode.jilles2009-06-171-1/+1
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.jilles2009-06-135-9/+35
* Don't skip forking for an external command if any traps are active.jilles2009-06-133-1/+17
* Mention the range for the exit status for the exit special builtin.jilles2009-06-071-0/+1
* Make "human-readable" (-H/-h) output also "humanize" inode counts.simon2009-06-072-6/+37
* use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...rse2009-06-011-1/+1
* align coding style with style(9) to avoid misunderstandingsrse2009-06-011-1/+2
* correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...rse2009-06-013-4/+4
* be more type correct and align local ckmalloc() with its underlying malloc(3)...rse2009-06-014-5/+7
* sh: Make read's timeout (-t) apply to the entire line, not only the firstjilles2009-05-312-19/+2
* Fix the eval command in combination with set -e. Before this change the shellstefanf2009-05-315-9/+11
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-3/+3
* Preserve file flags on symlinks in cp -Rp.jilles2009-05-301-1/+1
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.jilles2009-05-262-9/+99
* Fix elapsed (etime) field for swapped out processes in ps:jilles2009-05-241-0/+4
* Fix chflags -h in various cases: do not use link target's flags as original.jilles2009-05-241-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-1/+1
* Remove redundant whitespacebrian2009-05-181-3/+2
* When finding processes, ignore ourself and our ancestors. It is almostbrian2009-05-172-5/+40
* Add a -d option to ps to display descendant info with the output.brian2009-05-174-15/+167
* Implement ^T support for rm: now it will report the next file itimp2009-04-291-0/+29
* Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entirestefanf2009-04-131-0/+1
* Add reference to strmode(3).trasz2009-04-131-0/+1
* Don't let trailing empty lines overwrite the result of the last command with 0.stefanf2009-04-041-1/+2
* Fix the behaviour of the read built-in when IFS is unset.stefanf2009-03-221-1/+1
* Improve the IFS handling of the read built-in.stefanf2009-03-221-10/+68
* - Apply the r190270 changes to printing of single aliases too.stefanf2009-03-221-23/+48
* Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias'stefanf2009-03-221-1/+6
* cat(1) compiles fine at WARNS level 6.des2009-03-161-0/+1
* Don't disable CR-to-NL translation when waiting for data to arrive.ed2009-03-081-0/+1
* [1] When showing threads, the thread name just appears if the commattilio2009-02-263-11/+37
* 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
OpenPOWER on IntegriCloud