| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | detect idle kse correctly. | davidxu | 2002-10-22 | 1 | -1/+1 |
* | This update further fine tunes the locking of snapshot vnodes in | mckusick | 2002-10-22 | 1 | -12/+21 |
* | This update is a performance improvement when allocating blocks on | mckusick | 2002-10-22 | 1 | -0/+12 |
* | This update removes a race between unmount and lookup. The lookup | mckusick | 2002-10-22 | 1 | -4/+1 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 3 | -32/+26 |
* | Remove the OpenBSD comatibility stuff. Many changes to be more style(9) | semenu | 2002-10-22 | 3 | -621/+355 |
* | mac_none is a stub policy without any functional implementation. | rwatson | 2002-10-21 | 2 | -14/+14 |
* | Remove the process state PRS_WAIT. | julian | 2002-10-21 | 3 | -7/+0 |
* | psl.h isn't referenced anywhere that I could find on the alpha, so remove | peter | 2002-10-21 | 1 | -32/+0 |
* | Introduce mac_biba_copy() and mac_mls_copy(), which conditionally | rwatson | 2002-10-21 | 2 | -17/+49 |
* | Grrr, s/PBP/BPB/ here as well. | jhb | 2002-10-21 | 1 | -1/+1 |
* | Add the ability to specify a strict C99 environment with the | mike | 2002-10-21 | 1 | -1/+6 |
* | Implement a new IP_SENDSRCADDR ancillary message type that permits | iedowse | 2002-10-21 | 2 | -4/+63 |
* | Add id_t, a new type capable of representing a pid_t or a uid_t. Move | mike | 2002-10-21 | 2 | -1/+13 |
* | Remove the "temporary connection" hack in udp_output(). In order | iedowse | 2002-10-21 | 1 | -23/+26 |
* | GEOM does not (and shall not) propagate flags like D_MEMDISK, so we will | phk | 2002-10-21 | 1 | -11/+11 |
* | We want /dev/md0 for ramdisk roots, not /dev/md0c. | phk | 2002-10-21 | 1 | -1/+1 |