aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Constify parameters, no functional or binary change.Xin LI2013-05-151-6/+6
* mdoc sweep.Joel Dahl2013-05-121-2/+2
* sh: Remove linked list of stack marks.Jilles Tjoelker2013-05-112-18/+3
* Make dd's signal handler async safe.Eitan Adler2013-05-106-20/+22
* Fix two typosEitan Adler2013-05-091-2/+2
* sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-05-054-17/+11
* sh: Improve error handling in read builtin:Jilles Tjoelker2013-05-032-5/+29
* Mark usage() __dead2Eitan Adler2013-04-281-1/+1
* Remove cast that was only required for K&R C.Eitan Adler2013-04-281-1/+1
* Add missing static qualifiersEitan Adler2013-04-271-2/+2
* sh: Don't consider jobs -s/-p as reporting the status of jobs.Jilles Tjoelker2013-04-271-7/+9
* Add two more 'static' qualifiersEitan Adler2013-04-261-2/+2
* Take some improvements from DragonFlyBSD:Eitan Adler2013-04-261-17/+17
* Add -x option to avoid crossing mount points when removing a hierarchy.Eitan Adler2013-04-262-6/+13
* Don't appease clang static analyzer after all and roll backUlrich Spörlein2013-04-261-1/+0
* Literally follow POSIX:Konstantin Belousov2013-04-231-1/+1
* - Add the __dead2 attribute since it is a function that never returnsEitan Adler2013-04-231-1/+2
* Point users towards nisdomainname and rc.conf.Joel Dahl2013-04-221-6/+8
* Document a few expansions for the $PS1 and $PS2 environmental variables.Joel Dahl2013-04-211-1/+25
* bin/df: Fix unitialized use in prtstatUlrich Spörlein2013-04-201-5/+7
* Update chio(1) and ch(4) to support reporting element designators.Kenneth D. Merry2013-04-191-0/+70
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* sh: Don't modify exit status when break/continue/return passes !.Jilles Tjoelker2013-04-121-0/+2
* sh: Add const to nodesavestr().Jilles Tjoelker2013-04-071-3/+3
* IFP4 change 222074.Brooks Davis2013-04-031-0/+7
* sh: Write as much into the heredoc pipe as possible, to avoid forking.Jilles Tjoelker2013-04-021-5/+13
* sh: Fix various compiler warnings.Jilles Tjoelker2013-04-0111-32/+36
* Mention that read_attributes, write_attributes, read_acl and write_aclEdward Tomasz Napierala2013-04-011-1/+5
* Minor mdoc fix.Joel Dahl2013-03-291-1/+1
* sh(1): Mention possible ambiguities with $(( and ((.Jilles Tjoelker2013-03-241-1/+14
* Fix compiling ed w/ WITHOUT_ED_CRYPTO... These variables aren'tJohn-Mark Gurney2013-03-231-3/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-212-6/+2
* sh: Recognize "--" and explicitly reject options in wait builtin.Jilles Tjoelker2013-03-151-3/+4
* Add a few examples.Joel Dahl2013-03-157-7/+102
* sh: When executing a trap, keep exit status along with evalskip.Jilles Tjoelker2013-03-031-2/+3
* Enhance test(1) by adding provision to compare any combination of thePeter Jeremy2013-02-252-27/+215
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.Jilles Tjoelker2013-02-235-20/+23
* sh: Fix a crash with the stackmark code.Jilles Tjoelker2013-02-191-0/+2
* Fix NFSv4 permission description in setfacl(1) manual page: the 'D'Edward Tomasz Napierala2013-02-081-2/+2
* Improve description of the "-m" option to setfacl(1).Edward Tomasz Napierala2013-02-081-5/+6
* In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,Edward Tomasz Napierala2013-02-081-1/+6
* sh: Simplify mksyntax and make it fit for cross-compiling.Jilles Tjoelker2013-02-071-88/+66
* sh: Fix a comment.Jilles Tjoelker2013-02-071-1/+1
* Catch TRACE parameters up with r238888. This change is only needed whenXin LI2013-02-071-1/+1
* Document P_PPTRACE.Konstantin Belousov2013-02-071-1/+2
* sh: Do not test for digit_contig in mksyntax.Jilles Tjoelker2013-02-051-46/+2
* sh: Expand here documents in the current process.Jilles Tjoelker2013-02-035-24/+48
* sh: Prefer our character classification functions to <ctype.h>.Jilles Tjoelker2013-01-312-3/+2
* sh: Show negated commands (!) in jobs output.Jilles Tjoelker2013-01-311-0/+4
* Fix date.Joel Dahl2013-01-291-1/+1