summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix read with escaped IFS characters at the end.jilles2015-08-303-12/+28
* sh: Add set -o nolog.jilles2015-08-294-5/+15
* Respect locale settings.delphij2015-08-281-0/+3
* Use exit() instead of return in main().delphij2015-08-281-1/+1
* sh: Fix out of bounds read when there is no ] after a [:class:].jilles2015-08-253-12/+17
* Upgrade libxo to 0.4.5.marcel2015-08-242-2/+2
* sh: Don't create bad parse result when postponing a bad substitution error.jilles2015-08-234-2/+13
* Make pkill/pgrep -j ARG take jname, not just jid.jamie2015-08-226-20/+78
* sh: Avoid negative character values from $'\Uffffffff' etc.jilles2015-08-203-5/+15
* sh: Add test for $'\u' without any digits.jilles2015-08-202-0/+8
* sh: Backslash-newline should not affect field splitting in read builtin.jilles2015-08-163-2/+21
* sh: When setting option via long name, don't go via letter.jilles2015-08-141-13/+20
* Cast uid and gid to the correct type for display to solve segfault in ls(1) o...allanjude2015-07-241-2/+2
* Remove an excess space accidently introduced in the output in ls(1) by r285734allanjude2015-07-221-1/+1
* Fix some issues with the application of libxo to ls(1)allanjude2015-07-213-11/+45
* Mention the dd-like recoverdisk(1) to help folks find this great BSD command.obrien2015-07-161-0/+1
* mdoc: minor Xr fixesjoel2015-07-141-2/+2
* Prevent potential integer overflowbapt2015-07-131-2/+5
* Prevent potential integer overflowbapt2015-07-131-2/+6
* Since r284198, ls(1) just always depends libxo(3), not only in case ofmarius2015-07-121-2/+2
* sh(1): libedit has supported multibyte encodings for a while.jilles2015-07-111-4/+2
* mv: Improve message when moving two or more files to non-directory.jilles2015-06-281-1/+1
* sh: Fix some arithmetic undefined behaviour.jilles2015-06-242-4/+3
* Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.kan2015-06-171-2/+2
* Unbreak ``env LANG=ru_RU.KOI8-R ls -l''.marcel2015-06-171-1/+1
* new dependssjg2015-06-162-1/+2
* removed extra keywordsjg2015-06-131-1/+0
* Add META_MODE support.sjg2015-06-1339-0/+1032
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-0839-78/+1
| * Merge sync of headsjg2015-05-2794-713/+925
| |\
| * | Updated/new dependenciessjg2014-11-191-0/+1
| * | Merge from head@274682sjg2014-11-1973-624/+1156
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1938-125/+205
| |\ \ \
| * | | | Updated dependenciessjg2014-05-1638-37/+1
| * | | | Updated dependenciessjg2014-05-1037-0/+75
| * | | | Merge from headsjg2014-05-0822-56/+164
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-28501-411/+9021
| |\ \ \ \ \
| * | | | | | New/updated dependenciessjg2013-10-171-0/+12
| * | | | | | Merge head@256284sjg2013-10-136-4/+274
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-10-132-106/+0
| * | | | | | | Merge from headsjg2013-09-0556-1152/+583
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ sync from headsjg2013-04-1230-116/+444
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciessjg2013-03-1138-0/+38
| * | | | | | | | | Updated dependenciessjg2013-02-1638-76/+2
| * | | | | | | | | Sync with HEAD.obrien2013-02-0844-434/+617
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+1
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0455-306/+504
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-2238-0/+1158
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | r284198 seems to have left a null format string printf that gcc does *not*sbruno2015-06-111-1/+0
* | | | | | | | | | | | | | Convert ls(1) to use libxo(3).marcel2015-06-106-104/+190
OpenPOWER on IntegriCloud