aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Drop all received data mbufs from a socket's queue if the MT_SONAMEBruce M Simpson2006-12-232-0/+116
* initialize mutex and cv.David Xu2006-12-061-2/+2
* Fix spelling.David Xu2006-12-051-1/+1
* Add a test for pthread's cv and cancellation.David Xu2006-12-052-0/+93
* New test cases demonstrating fixed bugs, and the reason whyDiomidis Spinellis2006-12-0321-1/+201
* /usr/sbin/faithd is an INET6-specific tool, and now it won't be builtYaroslav Tykhiy2006-11-271-0/+1
* Shorten the KERNCONF filename to the basename in the install target asNick Hibma2006-11-271-1/+1
* add rate knob for net80211 rate control modulesSam Leffler2006-11-261-0/+2
* ah_if.m was removed a while agoAlexander Leidinger2006-11-261-1/+0
* Make use of mk/ files from a fresh source tree, rather thanXin LI2006-11-241-1/+1
* Fix and extend the -j option to pkill/pgrep WRT the jailYaroslav Tykhiy2006-11-232-35/+87
* Remove references to mount_devfs, mount_fdescfs, mount_linprocfs,Craig Rodrigues2006-11-227-28/+0
* Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length ofJung-uk Kim2006-11-161-8/+12
* Add the Transcend 2GB card specs.Benno Rice2006-11-161-0/+5
* Add a short regression test to try to exercise races in the non-atomicRobert Watson2006-11-152-0/+219
* o Indent by tab.Maxim Konovalov2006-11-111-1/+1
* o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).Maxim Konovalov2006-11-113-0/+177
* Update copyright date.Bruce M Simpson2006-11-092-2/+2
* Use C99 types.Bruce M Simpson2006-11-092-32/+32
* Rewrite the format of pirtool output to match what the kernel currentlyBruce M Simpson2006-11-092-50/+66
* Use z modifier for size_t and ssize_t.Jung-uk Kim2006-11-071-15/+15
* Add the examples from the manual page.Diomidis Spinellis2006-11-0610-2/+630
* Updated results for bin/68981Diomidis Spinellis2006-11-062-0/+42
* Regress.out is now regress.x.out.Diomidis Spinellis2006-11-061-1/+0
* Test the handling of supplied and default parameters.Diomidis Spinellis2006-11-0629-2/+1692
* Add regression tests for PR 105078.Stefan Farfeleder2006-11-059-0/+19
* Only use the filename part of the kernel configuration file as an argument toNick Hibma2006-11-021-1/+1
* Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaultingJohn Birrell2006-11-011-0/+2
* Reworking of how to add ports.Julian Elischer2006-11-0116-55/+126
* Add fs_unrefs field to the super block structure.Pawel Jakub Dawidek2006-10-311-1/+2
* Add configuration stubs for adding package derived files to the variousJulian Elischer2006-10-307-0/+42
* Add some code to support including files ffrom packages in the image.Julian Elischer2006-10-302-15/+31
* Might as well move to the right place if we are not there.Julian Elischer2006-10-111-0/+2
* let the user know what configurations are available when asking for it.Julian Elischer2006-10-111-13/+22
* o Grammar.Maxim Konovalov2006-10-092-8/+8
* o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229Maxim Konovalov2006-10-091-2/+2
* Large rewrite of the tinybsd script.Julian Elischer2006-10-041-33/+269
* Revise markup.Ruslan Ermilov2006-09-301-31/+36
* Removed libc_r build support.Ruslan Ermilov2006-09-302-9/+0
* Initializate "offset" variable to zero; otherwise, if not usingRuslan Ermilov2006-09-282-0/+3
* Slight tunups to the config files.Julian Elischer2006-09-2116-70/+25
* In the spirit of nanoBSD and PicoBSD, add TinyBSD.Julian Elischer2006-09-2046-0/+5596
* Move readonly.t regression tests file to where it belongs.Pawel Jakub Dawidek2006-09-191-0/+0
* Add regression tests for 'geli configure' subcommand.Pawel Jakub Dawidek2006-09-161-0/+130
* Regression tests for read-only option (attach -r).Pawel Jakub Dawidek2006-09-161-0/+93
* dd a series of regression tests to validate that privilege requirements areRobert Watson2006-09-1332-0/+4026
* Document the new know, WITHOUT_ASSERT_DEBUG.Ruslan Ermilov2006-09-111-0/+4
* - Utilize the "showconfig" top-level target.Ruslan Ermilov2006-09-111-3/+5
* Enforce the compile-time threads limit at run-time, so that a high threadRobert Watson2006-09-021-0/+4
* Improve input parsing:Poul-Henning Kamp2006-08-281-14/+36