summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-152/+152
* Add a -q flag to swapon(8) to suppress informational messages. Use it inmtm2008-06-233-10/+25
* The sysctl(8) program exits on some errors and only emits warnings onmtm2008-06-234-5/+17
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-238-44/+0
* Run savecore(8) only if there is a core dump to save. If there ismtm2008-06-231-2/+5
* Implement a "quiet" mode for rc.d/netif, which only outputsmtm2008-06-233-15/+23
* +Computers can't cruise. Meandering is a foreign concept to them.phk2008-06-231-0/+6
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handlejhb2008-06-235-44/+27
* Ensure the channel is a number and not a range, the 'channel' command can bethompsa2008-06-231-1/+4
* - Fix compile if WPI_DEBUG is not definedthompsa2008-06-231-27/+39
* Ensure that KERNBASE is no less than the virtual address -2GB.alc2008-06-231-1/+1
* Set the sysctl(8) value in the same shell, not a subshell. This wasmtm2008-06-231-2/+2
* Turn execvpe() into an internal libc routine.ed2008-06-237-20/+12
* Move the diagnostic output when the rc.subr(8) glue automatically starts amtm2008-06-231-3/+9
* Move a lot of diagnostic output behind $rc_quiet in scripts thatmtm2008-06-239-17/+19
* Align the script more with rc.d/cleanvar (which doesn't output anymtm2008-06-231-2/+2
* Remove the -v flag from the command line to dumpon(8), and instead printmtm2008-06-231-1/+2
* Remove pointless informational message.mtm2008-06-231-1/+0
* Argh! s/nfs_client_enable/nfsclient_enable/gmtm2008-06-232-4/+4
* Do not print anything unless one of the net/routing options is set.mtm2008-06-232-4/+35
* s/daemon processes/local packages/ for consisitency.mtm2008-06-231-1/+1
* Always create opt_ah.h regardless of KERNBUILDDIR.thompsa2008-06-231-1/+1
* Add exit_delay parameter to control daemon exit delay after signal.mav2008-06-223-4/+31
* If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create arwatson2008-06-221-0/+4
* Use strdup() instead of static buffer allocation to avoid 128 bytes limitmav2008-06-221-6/+18
* Teach fifo_create regression test to also try to use mknod(2) to createrwatson2008-06-221-36/+84
* Add support for VT8237 ISA bridge.gonzo2008-06-221-0/+7
* Add an abbreviation for adaptive mode, and document all the abreviations.obrien2008-06-222-1/+2
* Output information only if /etc/rc.local exists.mtm2008-06-221-4/+4
* Do not print anything unless at least one of the abi emulators ismtm2008-06-221-2/+8
* Simplify this script with the added bonus that the bit about i386mtm2008-06-221-22/+17
* Don't say we're going to mount filesystems of a certain type unlessmtm2008-06-222-8/+25
* Don't say we're going to [start|stop] local packages unless there actuallymtm2008-06-221-4/+16
* Get pointer to devfs_ruleset struct after garbage collection has beengonzo2008-06-221-3/+3
* o The FreeBSD bus_dmamap_sync(9) supports ored together flags for quitemarius2008-06-221-90/+90
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Make preparations for increasing the size of the kernel virtual address spacealc2008-06-221-2/+6
* KERNBASE is not necessarily an address within the kernel map, e.g.,alc2008-06-211-1/+1
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Regression test for a recently fixed strtod bug.das2008-06-211-1/+11
* Bring in the vendor's fix for a bug in strtod() wherebydas2008-06-211-2/+5
* Prepare for a larger kernel virtual address space. Specifically, oncealc2008-06-211-4/+8
* Refactor one of the ISO extraction tests: Move the referencekientzle2008-06-212-94/+76
* MfP4: Joerg Sonnenberg's extensions to the mtree support for morekientzle2008-06-211-12/+79
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thiskientzle2008-06-211-3/+3
* If we're using -l and can't hardlink the file because of a cross-devicekientzle2008-06-211-3/+17
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* Removed the no-op -p; documented -P.ru2008-06-212-7/+6
* Add -v (verbose) option to -l command, to show size and backing storemarck2008-06-212-7/+17
* To catch up with rev 179872: rename enable_quotas to quota_enable.simon2008-06-211-5/+5
OpenPOWER on IntegriCloud