summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Enforce the compile-time threads limit at run-time, so that a high threadrwatson2006-09-021-0/+4
| | | | | count argument doesn't cause a segfault or memory corruption when the compile-time array is overrun.
* Improve input parsing:phk2006-08-281-14/+36
| | | | | | | | Add "-C <column>" and "-d <delims>" options to chop up input lines. Make '#' a comment character, rest of line is ignored. Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Remove alpha left-overs.ru2006-08-221-3/+0
|
* Move the setup of "diskless" /etc magic files from install_etc() to asimon2006-08-151-13/+19
| | | | | | | | | | separate function which is called right after install_etc(). This makes it simpler to (ab)use nanobsd.sh as a framework to build more normal FreeBSD images where a normal /etc is used, since setup_nanobsd_etc() can just be redefined. OK'ed in principle by: phk MFC after: 1 week
* checkpoint new versionsam2006-08-1012-483/+2454
|
* Fix some minor nits in the README file of wessidekeramida2006-08-071-4/+3
| | | | Reviewed by: sam, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* add wessidesam2006-08-072-1/+2
|
* another tool that uses the raw tx apisam2006-08-078-0/+3384
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* use proper tx seriessam2006-08-061-2/+2
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* make it work after the api changesam2006-08-051-6/+43
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* hook packet injection tools upsam2006-08-052-1/+15
|
* test programs for 802.11 packet injectionsam2006-08-0517-0/+4460
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* 802.11 packet injection test toolsam2006-08-053-0/+879
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* crude stumbler using raw packet api'ssam2006-08-052-0/+1077
| | | | Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* raw tx statsam2006-08-051-0/+1
|
* Fix for architectures where sizeof(void *) > sizeof(int).jb2006-08-041-2/+2
|
* Fix build when .CURDIR != .OBJDIR.netchild2006-08-021-0/+3
| | | | Noticed by: "Alexander Mogilny" <sg@astral.ntu-kpi.kiev.ua>
* Tell the bitter truth that WITHOUT_GNU and WITHOUT_PAMyar2006-07-312-0/+2
| | | | don't have any effect now.
* Document some more src.conf(5) options:yar2006-07-313-0/+13
| | | | | | WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. Noticed by: src/tools/build/options/makeman
* Actually skip over undocumented options with "continue"yar2006-07-311-0/+1
| | | | | | to avoid artifacts in the manpage generated. Previously an orphaned paragraph on dependencies of such an option would appear.
* Extend the MK_INET6 section by rescue/ping6 and the manpages.yar2006-07-291-0/+14
|
* Add a test program which performs some very basic tests of libmp(3).simon2006-07-283-0/+233
| | | | | | It is by no means expected to perform a complete test of the library for correctness, but is meant to test the API to make sure libmp (or libcrypto) updates don't totally break the library.
* 'make distribution' must be run from src, not src/etc, so that the properthomas2006-07-281-1/+1
| | | | | | | set of /usr/share/mk/* is available. This is necessary to build a 7.x NanoBSD image on a 6.x host. Reviewed by: phk
* Do not forget about INET6 and MK_INET6_SUPPORT.yar2006-07-281-0/+6
|
* Populate the MK_INET6 block.yar2006-07-281-3/+13
|
* Add Memory Corp 512MB CF Flash.simon2006-07-261-0/+15
| | | | MFC after: 3 days
* Add a test case for closing a UDPv6 socket that has been connected torwatson2006-07-192-0/+30
| | | | | | the IPv6 loopback address. Warns ?= 2.
* Add very basic regression test for netinet6: create and close raw,rwatson2006-07-192-0/+67
| | | | UDP, and TCP IPv6 sockets.
* Add regression tests of the emulation of the long branch conditional form.marcel2006-07-172-0/+271
| | | | | These tests can obviously only be run on Merced processors, as they don't implement the long branch.
* When creating the NanoBSD disk image, install boot blocks from thethomas2006-07-151-1/+1
| | | | | | newly-built world, in preference to those from the host system. Reviewed by: phk
* Create the diskless magic files in /etc during the install_etc() stepphk2006-07-131-10/+13
| | | | | | | instead of setup_nanobsd(), because this gives customize tasks a chance to fiddle the details. Inspired & tested by: Jordan Coleman <jordan@JordanColeman.com>
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-0920-20/+20
|
* When extending a file with truncate, check that newly added bytes haverwatson2006-07-091-21/+55
| | | | | | | a value of 0 in the extended region. Make sure that we get EINVAL back if we try to truncate a read-only file descriptor.
* Add regression tests to make sure that attempting to call ftruncate() onrwatson2006-07-091-5/+46
| | | | various non-file objects fails.
* Add very basic ftruncate() regression test, with a comment rather morerwatson2006-07-092-0/+109
| | | | thorough than the tests regarding what should be tested.
* Add (missing) and remove (obsolete) .m files.netchild2006-07-081-4/+7
|
* o fix join/rejoin formatsam2006-06-301-2/+22
| | | | | | o add netbsd portability glue MFC after: 2 weeks
* dump new cabq statssam2006-06-231-0/+2
|
* Fix type warnings on 64-bit machines.obrien2006-06-211-3/+3
|
* ipw statistics toolsam2006-06-202-0/+283
|
* Tweak mfc.pl to generate backout patchsets.flz2006-06-091-9/+20
| | | | Approved by: cperciva (mentor)
* Add regression tests for geli(8) authentication feature.pjd2006-06-065-0/+306
| | | | Supported by: Wheel Sp. z o.o. (http://www.wheel.pl)
* - Update regression tests after recent changes.pjd2006-06-062-65/+72
| | | | - Verify various sector sizes.
* Add regression tests for IPsec.pjd2006-06-041-0/+89
|
* Output directory has gone, remove it from Makefile.maxim2006-05-311-1/+0
|
* Fix test for empty interpreter.maxim2006-05-311-1/+1
|
* o Add various regression tests for execve(2) syscall.maxim2006-05-3110-0/+227
| | | | Obtained from: NetBSD
* o Let getopt(3) report errors in command line arguments.maxim2006-05-311-13/+11
| | | | | | | | o If something is wrong with options, then output short usage help message. o Output errstr returned from strtonum(3). PR: bin/98141 Submitted by: Andrey Simonenko
* Make recoverdisk compile on amd64 and possibly other 64bit archs.matteo2006-05-302-5/+5
| | | | | | | | Bump WARNS to 6. PR: amd64/97566 Reviewed by: phk@ MFC after: 3 days
* The tinderbox has moved to projcvs.des2006-05-3025-2554/+0
|
OpenPOWER on IntegriCloud