| Commit message (Expand) | Author | Age | Files | Lines |
* | _games is gone in rev. 1.305. | ru | 2002-10-22 | 1 | -1/+1 |
* | 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 commit was generated by cvs2svn to compensate for changes in r105672, | assar | 2002-10-22 | 1 | -1/+8 |
|\ |
|
| * | import 1.27 to fix buffer overflow: | assar | 2002-10-22 | 1 | -1/+8 |
* | | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3. | rwatson | 2002-10-22 | 2 | -3/+5 |
* | | 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 |
* | | Add mac(9), a man page providing a basic introduction to the concepts | rwatson | 2002-10-21 | 2 | -1/+200 |
* | | 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 |
* | | Lobotomize MakeDev(), we don't need it with devfs. | phk | 2002-10-21 | 1 | -0/+2 |
* | | DEVFS has been nmountified, so use nmount(2) to mount it. | phk | 2002-10-21 | 2 | -4/+28 |
* | | Add support for sparc64 kernel debugging. | mp | 2002-10-21 | 1 | -5/+64 |
* | | 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 |
* | | Sigh, d_ntracks, not d_nheads. | phk | 2002-10-21 | 1 | -1/+1 |
* | | Implement a new IP_SENDSRCADDR ancillary message type that permits | iedowse | 2002-10-21 | 3 | -4/+91 |
* | | 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 |
* | | fwheads and fwsectors got swapped underway. | phk | 2002-10-21 | 1 | -2/+2 |
* | | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to | jhb | 2002-10-21 | 1 | -1/+1 |
* | | Reduce the overhead of the mutex statistics gathering code, try to produce | des | 2002-10-21 | 2 | -38/+56 |
* | | Add compartment support to Biba and MLS policies. The logic of the | rwatson | 2002-10-21 | 6 | -32/+144 |
* | | One #include <sys/sysctl.h> should be enough. | cognet | 2002-10-21 | 1 | -1/+0 |
* | | Add a flag needed for recovery of excess allocated KSEs. | julian | 2002-10-21 | 1 | -1/+2 |
* | | More in the way of minor consistency improvements: trim 'mac_mls_' | rwatson | 2002-10-21 | 1 | -8/+7 |
* | | Demote sockets to single-label objects rather than maintaining a | rwatson | 2002-10-21 | 2 | -32/+0 |
* | | Synchonize variable spelling with the MAC tree: we shortened some of | rwatson | 2002-10-21 | 1 | -9/+8 |
* | | White space nit the crept in during merge. | rwatson | 2002-10-21 | 1 | -1/+1 |
* | | Since the Biba and MLS access checks are identical to the open checks, | rwatson | 2002-10-21 | 2 | -24/+2 |
* | | Cleanup of relabel authorization checks -- almost identical logic, | rwatson | 2002-10-21 | 2 | -116/+409 |
* | | - Abort all OCBs for timeout. | simokawa | 2002-10-21 | 1 | -5/+14 |
* | | Use if_printf() instead of printf() to print diagnositic messages in the | brooks | 2002-10-21 | 1 | -9/+6 |
* | | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -22/+15 |
* | | Make floppy-making part of release.9 conditional on *BOOTSIZE | ru | 2002-10-21 | 1 | -16/+7 |
* | | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 3 | -100/+136 |
* | | Add a bus_space_unmap() for the puc (and possibly other) drivers. | gallatin | 2002-10-21 | 1 | -0/+14 |
* | | Add some documentation of FreeBSD's special synchronization quirks | gallatin | 2002-10-21 | 1 | -0/+20 |
* | | A better version of disabling SGR support in grotty(1). | ru | 2002-10-21 | 1 | -1/+1 |
* | | Fix LSRR option length check: it has to be less or equal remained header's | maxim | 2002-10-21 | 1 | -1/+2 |
* | | Update comment to note that the third floppy (for modules) has been | murray | 2002-10-21 | 3 | -3/+9 |