summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Revise markup.ru2006-09-301-31/+36
|
* Removed libc_r build support.ru2006-09-302-9/+0
|
* Initializate "offset" variable to zero; otherwise, if not usingru2006-09-282-0/+3
| | | | | | the -o option, it might contain garbage. MFC after: 1 day
* Slight tunups to the config files.julian2006-09-2116-70/+25
|
* In the spirit of nanoBSD and PicoBSD, add TinyBSD.julian2006-09-2046-0/+5596
| | | | | | Submitted by jmeloatfreebsdbrasil,com-br (Jean Milanez Melo) As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
* Move readonly.t regression tests file to where it belongs.pjd2006-09-191-0/+0
| | | | I accidentally added it to a wrong directory.
* Add regression tests for 'geli configure' subcommand.pjd2006-09-161-0/+130
| | | | MFC after: 1 week
* Regression tests for read-only option (attach -r).pjd2006-09-161-0/+93
| | | | MFC after: 1 week
* dd a series of regression tests to validate that privilege requirements arerwatson2006-09-1332-0/+4026
| | | | | | | | | | | | implemented properly for a number of kernel subsystems. In general, they try to exercise the privilege first as the root user, then as a test user, in order to determine when privilege is being checked. Currently, these tests do not compare inside/outside jail, and probably should be enhanced to do that. Sponsored by: nCircle Network Security, Inc. Obtained from: TrustedBSD Project
* Document the new know, WITHOUT_ASSERT_DEBUG.ru2006-09-111-0/+4
|
* - Utilize the "showconfig" top-level target.ru2006-09-111-3/+5
| | | | - Pass __MAKE_CONF=/dev/null to get a pristine output.
* 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
|
OpenPOWER on IntegriCloud