summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | We want /dev/md0 for ramdisk roots, not /dev/md0c.phk2002-10-211-1/+1
* | fwheads and fwsectors got swapped underway.phk2002-10-211-2/+2
* | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP tojhb2002-10-211-1/+1
* | Reduce the overhead of the mutex statistics gathering code, try to producedes2002-10-212-38/+56
* | Add compartment support to Biba and MLS policies. The logic of therwatson2002-10-216-32/+144
* | One #include <sys/sysctl.h> should be enough.cognet2002-10-211-1/+0
* | Add a flag needed for recovery of excess allocated KSEs.julian2002-10-211-1/+2
* | More in the way of minor consistency improvements: trim 'mac_mls_'rwatson2002-10-211-8/+7
* | Demote sockets to single-label objects rather than maintaining arwatson2002-10-212-32/+0
* | Synchonize variable spelling with the MAC tree: we shortened some ofrwatson2002-10-211-9/+8
* | White space nit the crept in during merge.rwatson2002-10-211-1/+1
* | Since the Biba and MLS access checks are identical to the open checks,rwatson2002-10-212-24/+2
* | Cleanup of relabel authorization checks -- almost identical logic,rwatson2002-10-212-116/+409
* | - Abort all OCBs for timeout.simokawa2002-10-211-5/+14
* | Use if_printf() instead of printf() to print diagnositic messages in thebrooks2002-10-211-9/+6
* | Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-22/+15
* | Make floppy-making part of release.9 conditional on *BOOTSIZEru2002-10-211-16/+7
* | Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-213-100/+136
* | Add a bus_space_unmap() for the puc (and possibly other) drivers.gallatin2002-10-211-0/+14
* | Add some documentation of FreeBSD's special synchronization quirksgallatin2002-10-211-0/+20
* | A better version of disabling SGR support in grotty(1).ru2002-10-211-1/+1
* | Fix LSRR option length check: it has to be less or equal remained header'smaxim2002-10-211-1/+2
* | Update comment to note that the third floppy (for modules) has beenmurray2002-10-213-3/+9
* | Note that support for the third 'drivers floppy' has been implemented.murray2002-10-211-8/+8
* | fix prototype of asyreqq().simokawa2002-10-211-2/+3
* | These (userland) files shouldn't be here.simokawa2002-10-212-675/+0
* | Remove old build glue for removed games.markm2002-10-211-8/+0
* | Move more games stuff to the attic.markm2002-10-212-20/+0
* | Grammar nits.ru2002-10-211-2/+2
* | Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-21509-115054/+0
* | Track changed definition of the debug registers.phk2002-10-211-2/+4
* | Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-217-0/+22
* | I overlooked an absolute path.phk2002-10-211-1/+1
* | All bpf.h/NBPF consumers are gone so stop generating bpf.hbrooks2002-10-211-3/+0
* | Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-212-21/+1
* | Implement working on ELF corefiles. Use kvm_read() when readingmarcel2002-10-211-122/+135
* | Add a twiddle to create PTY's with a biba/equal or mls/equal labelrwatson2002-10-212-0/+18
* | Unhook the per-policy parsing/printing MAC modules in libc to preparerwatson2002-10-217-815/+5
* | track gratuitous change to sys/i386/include/reg.hsam2002-10-212-4/+4
* | Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).brooks2002-10-211-15/+13
* | Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).brooks2002-10-211-2/+2
* | Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).brooks2002-10-211-2/+1
* | Make static in our normal manner.obrien2002-10-211-1/+1
* | Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-212-33/+32
* | Use if_printf(ifp, "blah") instead ofbrooks2002-10-2115-29/+15
* | crash(8) is a manual page, not a `section'.keramida2002-10-211-1/+2
* | Minor typo fixes.keramida2002-10-211-3/+3
OpenPOWER on IntegriCloud