| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide a simple sample labeled access control policy, mac_partition. | rwatson | 2002-10-23 | 2 | -0/+337 |
* | Provide a simple sample labeled access control policy, mac_partition. | rwatson | 2002-10-23 | 1 | -0/+1 |
* | We must be careful to avoid recursive copy-on-write faults when | mckusick | 2002-10-23 | 1 | -1/+14 |
* | We always need sys/pcpu.h now, not just for the SMP case. | jhb | 2002-10-23 | 1 | -1/+1 |
* | Remove NO_GEOM from sparc64. | phk | 2002-10-23 | 1 | -2/+0 |
* | - New-bussify the rc(4) device driver. | jhb | 2002-10-23 | 9 | -2220/+620 |
* | Don't send/recieve packets when the interface is down. | simokawa | 2002-10-23 | 1 | -0/+9 |
* | npx(4) doesn't honor port hints so don't provide an example one. | jhb | 2002-10-23 | 1 | -1/+0 |
* | - Dequeue OCBs more safely in sbp_abort_all_ocbs(). | simokawa | 2002-10-23 | 1 | -15/+24 |
* | MFi386: revision 1.10 | nyan | 2002-10-23 | 1 | -2/+0 |
* | Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>) | phk | 2002-10-23 | 1 | -0/+2 |
* | Whitespace cleanup. | des | 2002-10-23 | 2 | -20/+18 |
* | Very minor whitespace/style nit. | markm | 2002-10-23 | 2 | -4/+2 |
* | Put parentheses around function-like macros to shut up warnings. | markm | 2002-10-23 | 1 | -5/+5 |
* | Kill EOL spaces. | maxim | 2002-10-23 | 1 | -24/+23 |
* | Use syslog for messages about dropped sessions, do not flood a console. | maxim | 2002-10-23 | 1 | -1/+1 |
* | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | mckusick | 2002-10-23 | 1 | -1/+1 |
* | Handle binaries with arbitrary number PT_LOAD sections, not only | kan | 2002-10-23 | 1 | -14/+19 |
* | fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4" | suz | 2002-10-22 | 1 | -5/+9 |
* | Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS | thomas | 2002-10-22 | 3 | -26/+52 |
* | Style fix: space between 'switch' and '('. | rwatson | 2002-10-22 | 2 | -2/+2 |
* | Don't dereference the 'x' pointer if it is NULL, instead skip the | jhb | 2002-10-22 | 1 | -6/+12 |
* | s/mls/biba/ in a copy+paste error for a printf. | rwatson | 2002-10-22 | 1 | -1/+1 |
* | - Expand struct trapframe to 256 bytes, make all fields fixed width and the | jake | 2002-10-22 | 9 | -156/+303 |
* | - No need for pmtimer hint anymore. | jhb | 2002-10-22 | 1 | -2/+0 |
* | No need for pmtimer hint anymore. | jhb | 2002-10-22 | 2 | -2/+0 |
* | Add an identify method that creates a pmtimer0 device if it doesn't alreedy | jhb | 2002-10-22 | 1 | -2/+19 |
* | Remove the mac_te policy bits from 'struct oldmac' -- we're not going | rwatson | 2002-10-22 | 2 | -12/+0 |
* | opt_mac.h is no longer required for any of these modules, remove from | rwatson | 2002-10-22 | 6 | -6/+0 |
* | Don't enforce MAC Biba policy for socket visibility if Biba is not | rwatson | 2002-10-22 | 1 | -0/+3 |
* | Reserve a major number for NVIDIA. | mdodd | 2002-10-22 | 1 | -0/+1 |
* | Change the `mutex_prof' structure to use three variables contained | robert | 2002-10-22 | 2 | -36/+28 |
* | Invoke mac_check_vnode_mmap() during mmap operations on vnodes, | rwatson | 2002-10-22 | 1 | -2/+12 |
* | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | rwatson | 2002-10-22 | 14 | -1/+213 |
* | Missed in previous merge: export sizeof(struct oldmac) rather than | rwatson | 2002-10-22 | 9 | -9/+9 |
* | MFi386: revision 1.543. | nyan | 2002-10-22 | 2 | -78/+78 |
* | Merged from sys/isa/syscons_isa.c revision 1.20. | nyan | 2002-10-22 | 2 | -0/+4 |
* | MFi386: revisions 1.189 and 1.190. | nyan | 2002-10-22 | 3 | -36/+30 |
* | Move the label initialized flag into _label.h: it's no longer | rwatson | 2002-10-22 | 1 | -0/+2 |
* | Adapt MAC policies for the new user API changes; teach policies how | rwatson | 2002-10-22 | 7 | -94/+691 |
* | - Check that a process isn't a new process (p_state == PRS_NEW) before | jhb | 2002-10-22 | 1 | -20/+23 |
* | Support the new MAC user API in kernel: modify existing system calls | rwatson | 2002-10-22 | 9 | -1521/+8253 |
* | Revised APIs for user process label management; the existing APIs relied | rwatson | 2002-10-22 | 4 | -194/+216 |
* | Regen. | rwatson | 2002-10-22 | 5 | -12/+45 |
* | Flesh out prototypes for __mac_get_pid, __mac_get_link, and | rwatson | 2002-10-22 | 1 | -3/+5 |
* | Note that id_t can also hold a gid_t. Realign comments. | mike | 2002-10-22 | 1 | -8/+8 |
* | Fix typo in comments (misspelled "necessary"). | sheldonh | 2002-10-22 | 1 | -2/+2 |
* | Add back the typedefs for in_addr_t and in_port_t; some broken autoconf | tjr | 2002-10-22 | 1 | -0/+10 |
* | Start tick at the correct time (cpu_init_clocks), instead of cpu_startup. | jake | 2002-10-22 | 2 | -5/+11 |
* | Add some magic bits necessary to turn the transmitter on for some | silby | 2002-10-22 | 2 | -0/+10 |