summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-232-0/+337
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-231-0/+1
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
* - New-bussify the rc(4) device driver.jhb2002-10-239-2220/+620
* Don't send/recieve packets when the interface is down.simokawa2002-10-231-0/+9
* npx(4) doesn't honor port hints so don't provide an example one.jhb2002-10-231-1/+0
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().simokawa2002-10-231-15/+24
* MFi386: revision 1.10nyan2002-10-231-2/+0
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)phk2002-10-231-0/+2
* Whitespace cleanup.des2002-10-232-20/+18
* Very minor whitespace/style nit.markm2002-10-232-4/+2
* Put parentheses around function-like macros to shut up warnings.markm2002-10-231-5/+5
* Kill EOL spaces.maxim2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
* 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
OpenPOWER on IntegriCloud