summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark the section describing return values with an appropriate section flag.danger2008-06-261-1/+1
* Fix a fallout from SSP commit, and make this compile again.ru2008-06-261-2/+1
* Fix a chicken-and-egg problem: this files implements SSP support,ru2008-06-261-3/+0
* Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work onmtm2008-06-261-5/+5
* The signature for a pthread function requires that itmtm2008-06-261-0/+6
* Fix 6-year old cut&paste error. The # could be escaped with '\', notsobomax2008-06-261-2/+2
* Split out the reference zip file for ease of maintenance.kientzle2008-06-262-19/+16
* Regen properly.ru2008-06-251-85/+85
* Regen.ru2008-06-251-88/+88
* 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
OpenPOWER on IntegriCloud