summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add nanobsd example for the PC Engines ALIX board (serial console).mr2009-11-1918-0/+1312
* Add a test case for very long BPF program.jkim2009-11-192-1/+1031
* Collapse devinfo_state_t with device_state_t in order to avoid aattilio2009-11-151-6/+6
* sh: Allow a newline before "in" in a for command, as required by POSIX.jilles2009-11-141-0/+29
* Convert {small prefix}BSD to TERM=xterm as well.ed2009-11-132-23/+23
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-1/+1
* Add test-pidfile.c and increase warning level.des2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingdes2009-11-121-0/+280
* Fix warnings and remove one unnecessary use of vfork(). The other coulddes2009-11-121-9/+3
* Fix warningsdes2009-11-123-7/+9
* Check fork() return valuedes2009-11-101-2/+5
* sh: Exempt $@ and $* from set -ujilles2009-10-241-0/+12
* Add some tests for ${var?} and set -u.jilles2009-10-242-0/+51
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-0/+42
* Fix a case where rename actually succeeds, which is also expected behaviourpjd2009-10-201-2/+3
* Update copyright.des2009-10-191-1/+1
* Remove redundant $FreeBSD$.des2009-10-191-2/+0
* Support the specification of a range of destination ports e.g.luigi2009-10-151-51/+88
* A small change to avoid calling gettimeofday() too oftenluigi2009-10-151-4/+19
* Tweaks for sigqueue tests:kib2009-10-112-12/+27
* Fix build on amd64.delphij2009-10-071-4/+5
* sh: Send the "xyz: not found" message to redirected fd 2.jilles2009-10-061-0/+29
* A few regression tests for SOCK_SEQPACKET UNIX domain sockets.rwatson2009-10-054-0/+593
* Regression tests for r197752 (handling of empty/NULL buffers).das2009-10-041-1/+20
* Replace the name of the sysctl to security.bsd.map_at_zero and to bebz2009-10-021-13/+13
* sh: Disallow mismatched quotes in backticks (`...`).jilles2009-10-011-0/+7
* Add a simple C program to check mmap calls to various different addresses.bz2009-09-272-0/+102
* - When we run our trap cleanup handler, echo that we are running thissimon2009-09-271-1/+4
* Update the includes to two more levels of subdirs.rpaulo2009-09-241-2/+2
* Add cross-filesystem regression tests for ACLs.trasz2009-09-233-1/+289
* Add ACL fuzzer. It's not used by the regression tests right now,trasz2009-09-231-0/+225
* - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()jhb2009-09-231-4/+1
* IEEE Std 1003.1, 2004 Edition states:dds2009-09-203-0/+6
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationdds2009-09-202-0/+5
* Add correct test results.dds2009-09-203-0/+42
* Describe how other systems treat this case.dds2009-09-201-1/+5
* Allow [ to be used as a delimiter.dds2009-09-201-0/+9
* The transition to Subversion allows us to rename files withoutdds2009-09-20124-9/+7
* Add regression tests for NFSv4 ACL granular permission enforcement.trasz2009-09-079-2/+738
* Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changedtrasz2009-09-074-26/+1013
* Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.trasz2009-09-011-2/+1
* Add regression test for ACLs on device files - mostly to maketrasz2009-08-311-0/+16
* sh: Fix crash with empty functions (f() { }) introduced in r196483jilles2009-08-281-0/+11
* Add some tests for a fixed bug in an uncommitted patch.jilles2009-08-271-0/+9
* recognie invalid register namessam2009-08-271-1/+10
* Add some tests for poll(2)/shutdown(2) interaction.jilles2009-08-252-2/+205
* - Update config to doxygen 1.5.2 (I use this with 1.5.9).netchild2009-08-2419-93/+63
* sh: Fix crash when undefining or redefining a currently executing function.jilles2009-08-231-0/+4
* Bugfix: all requests for creating vnets via vimage -c were alwayszec2009-08-211-4/+2
* vimage(8) is a legacy CLI interface for managing jails associated withzec2009-08-203-175/+399
OpenPOWER on IntegriCloud