summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFhead @ r281414ngie2015-10-051-16/+27
|\
| * Initialize fd to -1 so that gcc doesn't emit an unitialized warning.sbruno2015-10-041-1/+2
| * Make GCC happybdrewery2015-10-031-0/+1
| * Use getaddrinfo() to fill struct sockaddr_un. It now supportshrs2015-10-031-16/+25
* | Add a testcase for ls -fngie2015-10-051-1/+26
* | Fix the ls -l testcasengie2015-10-041-2/+2
* | - Speed up the testing process by moving socket creationngie2015-10-041-7/+40
* | Add ls -l testcasengie2015-10-041-1/+20
* | Add a ls -R testcase; remove some debugging in the ls -S testcasengie2015-10-041-6/+32
* | Add another case for ls -F (regular file)ngie2015-10-041-0/+1
* | Add testcases that exercise ls -b and ls -Tngie2015-10-041-2/+35
* | Add atf_test_case before all _head function definitionsngie2015-10-041-0/+20
* | Add a ls -S testcasengie2015-10-041-1/+46
* | Look for awk/sort explicitlyngie2015-10-041-1/+1
* | Add ls -m testcases and check for /usr/bin/bc in the ls -h testcasesngie2015-10-041-1/+20
* | Add testcases for ls -d, ls -g, ls -h, ls -i, and ls -o; refactor creating fi...ngie2015-10-041-21/+154
* | Add testcases for ls -D, ls -F, ls -H, ls -k, and ls -r; separate out ls -L a...ngie2015-10-031-23/+103
* | - Add a testcase for ls -nngie2015-10-021-3/+27
* | Add a testcase for ls -pngie2015-10-021-1/+21
* | Add a testcase to test ls -s; remove an unnecessary syncngie2015-10-021-3/+24
* | Add ls -t testcasesngie2015-10-021-6/+31
* | Add testcases for ls -ungie2015-10-021-1/+27
* | Add testcases for ls -q, ls -w, and ls -yngie2015-10-021-49/+90
* | MFhead @ r288473ngie2015-10-024-0/+89
|\ \ | |/
| * wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-09-304-0/+89
| * Skip the B_flag testcase to stop blowing up freebsd-current@ withngie2015-09-301-0/+1
* | Stop blowing up freebsd-current@ because kyua report-jenkins doesn't properlyngie2015-09-301-3/+23
|/
* Add initial testcases for bin/lsngie2015-09-283-0/+373
|\
| * Start adding tests for bin/lsngie2015-06-143-0/+120
* | Fix whitespace error in ls(1) detected by igorallanjude2015-09-271-3/+3
* | Use one fewer made up words in the ls(1) man pageallanjude2015-09-271-2/+2
* | Update META_MODE dependencies.bdrewery2015-09-171-0/+1
* | Expose an interface to determine if an ACE is inherited.delphij2015-09-041-2/+4
* | sh: Allow empty << EOF markers.jilles2015-09-023-2/+30
* | 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
OpenPOWER on IntegriCloud