summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-2537-22/+126
* Use "__asm __volatile" rather than "__asm" for instruction sequencesmarius2008-06-251-7/+7
* Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64marius2008-06-251-164/+2
* src/compat/ is gone back in March.ru2008-06-251-2/+2
* Document spindown constraints as given in the original commitbz2008-06-251-1/+22
* Remove the unused M_MEMDEV from the kernel.ed2008-06-252-4/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-2512-18/+1
* Fix links to online gcc docs.ale2008-06-251-3/+3
* Pass the entry down into the core write loop, so wekientzle2008-06-251-4/+6
* Months in English are capitalized (even when abbreviated).wollman2008-06-251-1/+1
* Quiet rc.d/syscons unless it has something to say.mtm2008-06-241-6/+35
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-59/+46
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-63/+49
* Make it simpler to build netgraph modules outside of the kernel sourcegnn2008-06-241-0/+2
* In -p mode, don't gaurd against '..' in paths. We continue tokientzle2008-06-241-0/+1
* In case of interface initialization failure remove struct in_ifaddr* fromgonzo2008-06-241-0/+8
* Add two commands to _umtx_op system call to allow a simple mutex to bedavidxu2008-06-245-90/+251
* Fix test for waiting AIFs in aac_poll(). This seems to solve theemaste2008-06-241-2/+7
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-143/+143
* 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
OpenPOWER on IntegriCloud