aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-1/+1
* Clean up trailing whitespaceEnji Cooper2015-10-181-9/+9
* Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite asEnji Cooper2015-10-182-0/+13
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-151-0/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-1211-35/+2
* sh: Make struct arglist an array instead of a linked list.Jilles Tjoelker2015-10-116-215/+136
* Remove all of the syncsEnji Cooper2015-10-101-10/+0
* Call sync consistently using atf_checkEnji Cooper2015-10-061-6/+6
* Explicitly set BLOCKSIZE to 512 in the environmentEnji Cooper2015-10-061-0/+1
* Add some more syncs to quiesce the filesystem after creating theEnji Cooper2015-10-061-0/+4
* Start using the fact that SUBDIR.yes is added to SUBDIRWarner Losh2015-10-051-15/+4
* Merge additional testcases and improvements to bin/ls/ls_tests fromEnji Cooper2015-10-052-64/+674
* Initialize fd to -1 so that gcc doesn't emit an unitialized warning.Sean Bruno2015-10-041-1/+2
* Make GCC happyBryan Drewery2015-10-031-0/+1
* Use getaddrinfo() to fill struct sockaddr_un. It now supportsHiroki Sato2015-10-031-16/+25
* wordexp: Rewrite to make WRDE_NOCMD reliable.Jilles Tjoelker2015-09-304-0/+89
* Skip the B_flag testcase to stop blowing up freebsd-current@ withEnji Cooper2015-09-301-0/+1
* Add initial testcases for bin/lsEnji Cooper2015-09-283-0/+373
* Fix whitespace error in ls(1) detected by igorAllan Jude2015-09-271-3/+3
* Use one fewer made up words in the ls(1) man pageAllan Jude2015-09-271-2/+2
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+1
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-041-2/+4
* sh: Allow empty << EOF markers.Jilles Tjoelker2015-09-023-2/+30
* sh: Fix read with escaped IFS characters at the end.Jilles Tjoelker2015-08-303-12/+28
* sh: Add set -o nolog.Jilles Tjoelker2015-08-294-5/+15
* Respect locale settings.Xin LI2015-08-281-0/+3
* Use exit() instead of return in main().Xin LI2015-08-281-1/+1
* sh: Fix out of bounds read when there is no ] after a [:class:].Jilles Tjoelker2015-08-253-12/+17
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-242-2/+2
* sh: Don't create bad parse result when postponing a bad substitution error.Jilles Tjoelker2015-08-234-2/+13
* Make pkill/pgrep -j ARG take jname, not just jid.Jamie Gritton2015-08-226-20/+78
* sh: Avoid negative character values from $'\Uffffffff' etc.Jilles Tjoelker2015-08-203-5/+15
* sh: Add test for $'\u' without any digits.Jilles Tjoelker2015-08-202-0/+8
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-163-2/+21
* sh: When setting option via long name, don't go via letter.Jilles Tjoelker2015-08-141-13/+20
* Cast uid and gid to the correct type for display to solve segfault in ls(1) o...Allan Jude2015-07-241-2/+2
* Remove an excess space accidently introduced in the output in ls(1) by r285734Allan Jude2015-07-221-1/+1
* Fix some issues with the application of libxo to ls(1)Allan Jude2015-07-213-11/+45
* Mention the dd-like recoverdisk(1) to help folks find this great BSD command.David E. O'Brien2015-07-161-0/+1
* mdoc: minor Xr fixesJoel Dahl2015-07-141-2/+2
* Prevent potential integer overflowBaptiste Daroussin2015-07-131-2/+5
* Prevent potential integer overflowBaptiste Daroussin2015-07-131-2/+6
* Since r284198, ls(1) just always depends libxo(3), not only in case ofMarius Strobl2015-07-121-2/+2
* sh(1): libedit has supported multibyte encodings for a while.Jilles Tjoelker2015-07-111-4/+2
* mv: Improve message when moving two or more files to non-directory.Jilles Tjoelker2015-06-281-1/+1
* sh: Fix some arithmetic undefined behaviour.Jilles Tjoelker2015-06-242-4/+3
* Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.Alexander Kabaev2015-06-171-2/+2
* Unbreak ``env LANG=ru_RU.KOI8-R ls -l''.Marcel Moolenaar2015-06-171-1/+1
* new dependsSimon J. Gerraty2015-06-162-1/+2