aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Check that flopen() can lock against self and that children inherit the lock.Dag-Erling Smørgrav2009-06-061-6/+41
* pciconf(8) removes characters after an #, therefor remove them.Edwin Groothuis2009-06-061-8/+10
* When trying to see if we could update the share/misc/pci_vendors,Edwin Groothuis2009-06-061-79/+99
* Add an interim userland utility for managing vimages / virtualizedMarko Zec2009-06-064-0/+347
* lchflags(2) takes int, not u_long like chflags(2) and fchflags(2).Pawel Jakub Dawidek2009-06-031-1/+1
* Add support for the build options that are currently in the port:Doug Barton2009-06-014-0/+10
* tools for mwl driverSam Leffler2009-06-0110-0/+1305
* Add tests for r193169.Stefan Farfeleder2009-05-314-0/+17
* Add a regression test for multiple threads of the same process acquiring the ...Zachary Loafman2009-05-282-0/+110
* Increment the counter outside the subshell.Dag-Erling Smørgrav2009-05-271-1/+1
* Add the regression test for bin/date.Edwin Groothuis2009-05-271-0/+1
* Add a regression test for kern/21768.Dag-Erling Smørgrav2009-05-261-0/+42
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-252-0/+4
* Regression test the 'addr1,+N' feature added in r192732Brian Somers2009-05-253-0/+10
* add npe toolsSam Leffler2009-05-231-0/+16
* add npe tools; first is npestats which reports device statisticsSam Leffler2009-05-238-0/+804
* Added two tools to check the contents of /usr/share/misc/iso* withEdwin Groothuis2009-05-233-0/+264
* Add regression tests for the date(1) + argument for user-definedEdwin Groothuis2009-05-203-0/+99
* fix typoSam Leffler2009-05-181-1/+1
* A script for plucking packages and their runtime dependencies forPoul-Henning Kamp2009-04-191-0/+96
* Cleanups to prepare this code for wider use (likely merged into hostapd):Sam Leffler2009-04-181-102/+249
* allow NANO_CFGDIR to be overriddenSam Leffler2009-04-181-1/+1
* no more need for -p option to wlanwds; it knows how to find the parent nowSam Leffler2009-04-151-1/+1
* o remove the -p option; use the %parent pointer sysctl to find the parent ifnetSam Leffler2009-04-151-20/+29
* switch usb setup to usb2; it still doesn't work right but theSam Leffler2009-04-131-9/+4
* catch up with removal of ATH_SUPPORT_TDMASam Leffler2009-04-132-2/+0
* Add a test for r191009.Stefan Farfeleder2009-04-131-0/+2
* Add a few more regression tests for POSIX.1e ACLs.Edward Tomasz Napierala2009-04-131-2/+114
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-061-2/+2
* Remove if_ppp(4) and if_sl(4).Ed Schouten2009-04-051-4/+0
* Remember to clear the ports list before generation for prefetchPoul-Henning Kamp2009-04-051-0/+1
* Test the r190298 change.Stefan Farfeleder2009-03-222-0/+2
* Add a few tests for the read built-in.Stefan Farfeleder2009-03-222-0/+44
* Update test for r190284.Stefan Farfeleder2009-03-222-1/+3
* Update and extend the tests for alias.Stefan Farfeleder2009-03-222-1/+5
* Wrap a long line.Poul-Henning Kamp2009-03-211-2/+7
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-192-2/+0
* Oops. Correct comment in the LICENSE file.Pawel Jakub Dawidek2009-03-141-1/+1
* Regression tests for mac_portacl(4).Pawel Jakub Dawidek2009-03-144-0/+242
* Switch over to gnu99 compilation on default for userland.Roman Divacky2009-03-141-1/+2
* add more register bit defsSam Leffler2009-03-122-12/+39
* move shared register support code to commonSam Leffler2009-03-118-4/+4
* add athpoke, a tool to peek/poke registersSam Leffler2009-03-113-1/+256
* add athdecode, an app to decode register logsSam Leffler2009-03-113-1/+441
* add %b format strings for use by athdecodeSam Leffler2009-03-115-844/+988
* Add tcpp -- TCP parallelism microbenchmark.Robert Watson2009-03-107-0/+1098
* Rename files that collide on case-insensitive file systems by encodingRobert Watson2009-03-103-0/+0
* In UNIX domain socket GC regression test, after setting a socketRobert Watson2009-03-081-1/+1
* Make ifinfo build. The struct if_data members ifi_recvquota andPyun YongHyeon2009-03-041-2/+2
* add -b option to suppress the bannerSam Leffler2009-03-021-4/+8