summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* o Add a collection of regression tests for ancillary (control)maxim2006-05-294-0/+1823
| | | | | | | | | | | | | | | | | | | | | | | data passing for unix domain sockets, stream and datagram. There are 15 tests: Test/Type of socket STREAM DGRAM ---------------------------------------------------------------------- Sending, receiving cmsgcred 1 6 Receiving sockcred (listening socket has LOCAL_CREDS) 2 n/a Receiving sockcred (accepted socket has LOCAL_CREDS) 3 n/a Receiving sockcred n/a 7 Sending cmsgcred, receiving sockcred 4 8 Sending, receiving timestamp 5 9 Sending, receiving cmsgcred (no control data) 10 13 Sending cmsgcred, receiving sockcred (no control data) 11 14 Sending, receiving timestamp (no control data) 12 15 Currently we pass 8 tests. All the rest marked as TODO. PR: kern/90800 Submitted by: Andrey Simonenko
* Add RELENG_5_5 to the 5.x lineup.des2006-05-292-2/+2
|
* o Test truncate(2) on fifo: it should ignore the request andmaxim2006-05-291-0/+19
| | | | | | | return success. PR: kern/98064 Submitted by: Kirk Russell
* Add a disclaimer regarding public/internal functions to every subsystem fornetchild2006-05-2819-17/+34
| | | | | | | now. Discussed on: cvs-all Helped with the wording: "Ben Kaduk" <minimarmot@gmail.com>
* This is the kernel subsystem API documentation generation framework.netchild2006-05-2621-0/+789
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses doxygen to generate the API documentation. For each subsystem a very small (about 20 lines with comments) subsystem specific Doxyfile has to be written (have a look at the README for more). All common doxygen options are specified in a separate file. The framework is configured to not only generate the HTML version, but also a PDF version (the paper size is hardcoded to DIN A4 currently and depending on the subsystem you have to increase some limits in the latex configuration of your system, the README tells more about this). It also allows cross-references between the subsystems (it generates doxygen tag files). Currently the docs are generated in OBJDIR, but this may change after coordination with doc@. The makefile is prepared to generate/move various parts of the generated docs to different destinations. TARGET_ARCH is respected and some env-vars are set for architecture specific handling of the source (the README tells more). Subsystems for which docs are generated: - cam - crypto - dev_pci - dev_sound - dev_usb - geom - i4b - kern - libkern - linux - net80211 - netgraph - netinet - netinet6 - netipsec - opencrypto - vm Requested by: gnn
* Use WARNS and rely on rules rather than an explicit target for therwatson2006-05-252-6/+2
| | | | | | test binary. Reported by: maxim
* Add a basic regression test for sendfile() over TCP, which sends varyingrwatson2006-05-252-0/+337
| | | | | lengths of headers and data and makes sure it receives about the right number of bytes.
* make cryptotest compile after the latest changes to cryptodev.hmr2006-05-241-3/+3
|
* o Correct comments: remove a reference to non-existent gdbinit.9 man page;maxim2006-05-221-3/+2
| | | | | | | correct a path to the kernel build directory; gdb lost -k key. Reviewed by: grog MFC after: 1 week
* o Convert to Test::Harness testing infratructure.maxim2006-05-201-0/+22
|
* Switch value back to values.trhodes2006-05-201-1/+1
| | | | Requested by: ru
* Add missing stats.hst_nodesc statistics.pjd2006-05-181-2/+4
|
* Send the pcvt(4) driver off to retirement.phk2006-05-172-5/+0
|
* Some minor wording/description changes.trhodes2006-05-161-6/+8
| | | | Reviewed by: ru (two months ago)
OpenPOWER on IntegriCloud