aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Link tests/builtins/getopts9.0 to the build.Jilles Tjoelker2016-01-031-0/+1
* sh: Reduce size of builtins table.Jilles Tjoelker2016-01-032-15/+12
* sh: Remove redundant CTLQUOTEMARK checks.Jilles Tjoelker2015-12-311-18/+2
* sh: Reindent expandmeta().Jilles Tjoelker2015-12-311-21/+21
* sh: Perform pathname generation during the first expansion phases.Jilles Tjoelker2015-12-312-52/+57
* sh: Perform IFS splitting during the first expansion phases.Jilles Tjoelker2015-12-311-362/+253
* sh: Split subevalvar() in #/##/%/%% and =/? parts.Jilles Tjoelker2015-12-291-28/+45
* pax: prevent possible buffer overflowPedro F. Giffuni2015-12-291-1/+1
* sh: Add tests for #/##/%/%% on $* and $@.Jilles Tjoelker2015-12-262-0/+62
* sh/mknodes: Close files and check for errors when writing.Jilles Tjoelker2015-12-201-5/+15
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+4
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+6
* sh: Fix use-after-free when attempting to modify a read-only variable.Jilles Tjoelker2015-12-161-1/+1
* Fix ls -l alignement with new localesBaptiste Daroussin2015-12-071-1/+95
* Add missing CLEANFILES.Bryan Drewery2015-12-071-1/+1
* Enable bin/ls testcases disabled previously because of issues with howEnji Cooper2015-12-071-6/+0
* sh: Add limited test for ${#@} and ${#*}.Jilles Tjoelker2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.Jilles Tjoelker2015-12-051-0/+1
* Fix spelling, as recommended by igor tool.Craig Rodrigues2015-12-011-1/+1
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-013-3/+24
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-012-0/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* sh: Remove global state from nodes.c.Jilles Tjoelker2015-11-242-38/+46
* Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-241-1/+0
* sh: Fix ""$@, which should not use the special case for "$@".Jilles Tjoelker2015-11-182-1/+33
* Protecting against rm -rf / is now POSIXLY_CORRECT per posix 1003.1Baptiste Daroussin2015-11-072-4/+3
* sh: Avoid copying argv for simple commands.Jilles Tjoelker2015-11-013-11/+11
* Update ls -l tests to use mtime, not birthtimeEd Maste2015-10-301-6/+6
* 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