summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
* Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"suz2002-10-221-5/+9
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* Style fix: space between 'switch' and '('.rwatson2002-10-222-2/+2
* Don't dereference the 'x' pointer if it is NULL, instead skip thejhb2002-10-221-6/+12
* s/mls/biba/ in a copy+paste error for a printf.rwatson2002-10-221-1/+1
* - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-229-156/+303
* - No need for pmtimer hint anymore.jhb2002-10-221-2/+0
* No need for pmtimer hint anymore.jhb2002-10-222-2/+0
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyjhb2002-10-221-2/+19
* Remove the mac_te policy bits from 'struct oldmac' -- we're not goingrwatson2002-10-222-12/+0
* opt_mac.h is no longer required for any of these modules, remove fromrwatson2002-10-226-6/+0
* Don't enforce MAC Biba policy for socket visibility if Biba is notrwatson2002-10-221-0/+3
* Reserve a major number for NVIDIA.mdodd2002-10-221-0/+1
* Change the `mutex_prof' structure to use three variables containedrobert2002-10-222-36/+28
* Invoke mac_check_vnode_mmap() during mmap operations on vnodes,rwatson2002-10-221-2/+12
* Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies torwatson2002-10-2214-1/+213
* Missed in previous merge: export sizeof(struct oldmac) rather thanrwatson2002-10-229-9/+9
* MFi386: revision 1.543.nyan2002-10-222-78/+78
* Merged from sys/isa/syscons_isa.c revision 1.20.nyan2002-10-222-0/+4
* MFi386: revisions 1.189 and 1.190.nyan2002-10-223-36/+30
* Move the label initialized flag into _label.h: it's no longerrwatson2002-10-221-0/+2
* Adapt MAC policies for the new user API changes; teach policies howrwatson2002-10-227-94/+691
* - Check that a process isn't a new process (p_state == PRS_NEW) beforejhb2002-10-221-20/+23
* Support the new MAC user API in kernel: modify existing system callsrwatson2002-10-229-1521/+8253
* Revised APIs for user process label management; the existing APIs reliedrwatson2002-10-224-194/+216
* Regen.rwatson2002-10-225-12/+45
* Flesh out prototypes for __mac_get_pid, __mac_get_link, andrwatson2002-10-221-3/+5
* Note that id_t can also hold a gid_t. Realign comments.mike2002-10-221-8/+8
* Fix typo in comments (misspelled "necessary").sheldonh2002-10-221-2/+2
* 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
OpenPOWER on IntegriCloud