summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add back the typedefs for in_addr_t and in_port_t; some broken autoconftjr2002-10-221-0/+10
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.jake2002-10-222-5/+11
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-222-0/+10
* detect idle kse correctly.davidxu2002-10-221-1/+1
* This update further fine tunes the locking of snapshot vnodes inmckusick2002-10-221-12/+21
* This update is a performance improvement when allocating blocks onmckusick2002-10-221-0/+12
* This update removes a race between unmount and lookup. The lookupmckusick2002-10-221-4/+1
* This checkin reimplements the io-request priority hack in a waymckusick2002-10-223-32/+26
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)semenu2002-10-223-621/+355
* mac_none is a stub policy without any functional implementation.rwatson2002-10-212-14/+14
* Remove the process state PRS_WAIT.julian2002-10-213-7/+0
* psl.h isn't referenced anywhere that I could find on the alpha, so removepeter2002-10-211-32/+0
* Introduce mac_biba_copy() and mac_mls_copy(), which conditionallyrwatson2002-10-212-17/+49
* Grrr, s/PBP/BPB/ here as well.jhb2002-10-211-1/+1
* Add the ability to specify a strict C99 environment with themike2002-10-211-1/+6
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-212-4/+63
* Add id_t, a new type capable of representing a pid_t or a uid_t. Movemike2002-10-212-1/+13
* Remove the "temporary connection" hack in udp_output(). In orderiedowse2002-10-211-23/+26
* GEOM does not (and shall not) propagate flags like D_MEMDISK, so we willphk2002-10-211-11/+11
* We want /dev/md0 for ramdisk roots, not /dev/md0c.phk2002-10-211-1/+1
* Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP tojhb2002-10-211-1/+1
* Reduce the overhead of the mutex statistics gathering code, try to producedes2002-10-212-38/+56
* Add compartment support to Biba and MLS policies. The logic of therwatson2002-10-216-32/+144
* One #include <sys/sysctl.h> should be enough.cognet2002-10-211-1/+0
* Add a flag needed for recovery of excess allocated KSEs.julian2002-10-211-1/+2
* More in the way of minor consistency improvements: trim 'mac_mls_'rwatson2002-10-211-8/+7
* Demote sockets to single-label objects rather than maintaining arwatson2002-10-212-32/+0
* Synchonize variable spelling with the MAC tree: we shortened some ofrwatson2002-10-211-9/+8
* White space nit the crept in during merge.rwatson2002-10-211-1/+1
* Since the Biba and MLS access checks are identical to the open checks,rwatson2002-10-212-24/+2
* Cleanup of relabel authorization checks -- almost identical logic,rwatson2002-10-212-116/+409
* - Abort all OCBs for timeout.simokawa2002-10-211-5/+14
* Use if_printf() instead of printf() to print diagnositic messages in thebrooks2002-10-211-9/+6
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-22/+15
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-213-100/+136
* Add a bus_space_unmap() for the puc (and possibly other) drivers.gallatin2002-10-211-0/+14
* fix prototype of asyreqq().simokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.simokawa2002-10-212-675/+0
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-217-0/+22
* All bpf.h/NBPF consumers are gone so stop generating bpf.hbrooks2002-10-211-3/+0
* Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-212-21/+1
* Add a twiddle to create PTY's with a biba/equal or mls/equal labelrwatson2002-10-212-0/+18
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).brooks2002-10-211-15/+13
* Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).brooks2002-10-211-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).brooks2002-10-211-2/+1
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-212-33/+32
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-2115-29/+15
* Fixed some unsorting.bde2002-10-211-20/+21
* In cb_dumphdr() we were calling buf_write() with di->priv as themarcel2002-10-201-1/+1
* Fix the calculations of the length of the unread message buffertmm2002-10-201-2/+2
OpenPOWER on IntegriCloud