summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Don't checksum distfiles twice if they match the first time.phk2010-11-231-9/+7
* Optimize the ports recurser a bit more.phk2010-11-231-1/+3
* Improve the ports-dependency resolver by truncating the recursion ifphk2010-11-231-7/+34
* sh: Add a test that manipulates various long strings.jilles2010-11-191-0/+16
* sh: Add another simple test for the wait builtin.jilles2010-11-191-0/+21
* Fix an error in our results printing.gnn2010-11-161-1/+1
* Add optional files controlled by WITH_GPIO knobgonzo2010-11-141-0/+5
* lib32 is installed on powerpc64 too.brucec2010-11-141-10/+10
* libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.brucec2010-11-141-5/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-123-0/+178
* Insulate the nanobsd build from the current system by opting out ofimp2010-11-101-0/+2
* Build make.conf when the world is not selected to build, but theimp2010-11-101-0/+3
* Document NANO_CFGDIR and NANO_DATADIRimp2010-11-101-0/+6
* Hide 460.chkportsum in MK_PKGTOOLS != no case.delphij2010-11-091-0/+1
* test: Move tests to tools/regression/bin/test.jilles2010-11-084-1/+170
* - Set -x flag when executing customisation scripts to aid in debugging them.n_hibma2010-11-071-10/+31
* Remove useless comment.trasz2010-11-071-1/+0
* sh: Add simple tests for printf.jilles2010-11-052-0/+6
* sh: Fix some issues with aliases and case, by importing dash checkkwd code.jilles2010-11-021-0/+6
* sh: Detect various additional errors in the parser.jilles2010-10-291-0/+4
* sh: Fix some issues with CTL* bytes and ${var#pat}.jilles2010-10-291-0/+22
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-291-0/+34
* sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.jilles2010-10-281-0/+31
* sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.jilles2010-10-281-0/+28
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-241-0/+7
* sh: Make sure defined functions can actually be called.jilles2010-10-241-0/+25
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-241-0/+4
* sh: Add a test trying to close a descriptor that is not open.jilles2010-10-241-0/+3
* sh: Change ! within a pipeline to start a new pipeline instead.jilles2010-10-241-0/+3
* sh: Add some testcases for alias expansion.jilles2010-10-242-0/+11
* Add microbenchmark for create/unlink of a zero-byte file.rwatson2010-10-241-3/+32
* Validate syscall_timing test names before starting to provide earlierrwatson2010-10-221-12/+68
* Universally use uintmax_t in syscall_timing; rearrange arithmetic torwatson2010-10-211-64/+65
* Add Cambridge/Google tag since the copyright has been updated.rwatson2010-10-211-0/+3
* Further syscall_timing improvements: allow an arbitrary "path" stringrwatson2010-10-211-45/+41
* Fix bug in recent syscall_timing change: measure the number of iterationsrwatson2010-10-211-3/+4
* Further enhancements to syscall_timing:rwatson2010-10-211-79/+258
* Improve the structure and implementation of the syscall_timingrwatson2010-10-211-106/+374
* sh: Allow running 'prove' from tools/regression/bin/sh againjilles2010-10-151-5/+1
* Embellish this testcase a little bit to be more clear what the output isobrien2010-10-142-0/+18
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-0/+15
* Allow one to regression test 'sh' changes without having to installobrien2010-10-1228-82/+97
* Correct regression test to not show a false positive when run as root.obrien2010-10-111-6/+9
* Don't blow away /bin/rmail symlink if we are keeping mailwrapper.markm2010-10-081-0/+2
* Clean up tools in tools/tools/netrate.pluknet2010-10-082-6/+11
* Add some missing files to optionally delete.netchild2010-10-061-0/+27
* - Add WITH_GPIO entry to src.conf(5) man pagegonzo2010-10-051-0/+2
* Change the output of mctest to give a summary of the results insteadgnn2010-10-012-13/+34
* - simplify by using one build scriptmr2010-10-018-678/+32
* tr: Fix '[=]=]' equivalence class.jilles2010-09-293-1/+5
OpenPOWER on IntegriCloud