aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _games is gone in rev. 1.305.Ruslan Ermilov2002-10-221-1/+1
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.Jake Burkholder2002-10-222-5/+11
* Add some magic bits necessary to turn the transmitter on for someMike Silbersack2002-10-222-0/+10
* detect idle kse correctly.David Xu2002-10-221-1/+1
* This commit was generated by cvs2svn to compensate for changes in r105672,Assar Westerlund2002-10-221-1/+8
|\
| * import 1.27 to fix buffer overflow:Assar Westerlund2002-10-221-1/+8
* | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3.Robert Watson2002-10-222-3/+5
* | This update further fine tunes the locking of snapshot vnodes inKirk McKusick2002-10-221-12/+21
* | This update is a performance improvement when allocating blocks onKirk McKusick2002-10-221-0/+12
* | This update removes a race between unmount and lookup. The lookupKirk McKusick2002-10-221-4/+1
* | This checkin reimplements the io-request priority hack in a wayKirk McKusick2002-10-223-32/+26
* | Remove the OpenBSD comatibility stuff. Many changes to be more style(9)Semen Ustimenko2002-10-223-621/+355
* | Add mac(9), a man page providing a basic introduction to the conceptsRobert Watson2002-10-212-1/+200
* | mac_none is a stub policy without any functional implementation.Robert Watson2002-10-212-14/+14
* | Remove the process state PRS_WAIT.Julian Elischer2002-10-213-7/+0
* | Lobotomize MakeDev(), we don't need it with devfs.Poul-Henning Kamp2002-10-211-0/+2
* | DEVFS has been nmountified, so use nmount(2) to mount it.Poul-Henning Kamp2002-10-212-4/+28
* | Add support for sparc64 kernel debugging.Mark Peek2002-10-211-5/+64
* | psl.h isn't referenced anywhere that I could find on the alpha, so removePeter Wemm2002-10-211-32/+0
* | Introduce mac_biba_copy() and mac_mls_copy(), which conditionallyRobert Watson2002-10-212-17/+49
* | Grrr, s/PBP/BPB/ here as well.John Baldwin2002-10-211-1/+1
* | Add the ability to specify a strict C99 environment with theMike Barcroft2002-10-211-1/+6
* | Sigh, d_ntracks, not d_nheads.Poul-Henning Kamp2002-10-211-1/+1
* | Implement a new IP_SENDSRCADDR ancillary message type that permitsIan Dowse2002-10-213-4/+91
* | Add id_t, a new type capable of representing a pid_t or a uid_t. MoveMike Barcroft2002-10-212-1/+13
* | Remove the "temporary connection" hack in udp_output(). In orderIan Dowse2002-10-211-23/+26
* | GEOM does not (and shall not) propagate flags like D_MEMDISK, so we willPoul-Henning Kamp2002-10-211-11/+11
* | We want /dev/md0 for ramdisk roots, not /dev/md0c.Poul-Henning Kamp2002-10-211-1/+1
* | fwheads and fwsectors got swapped underway.Poul-Henning Kamp2002-10-211-2/+2
* | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP toJohn Baldwin2002-10-211-1/+1
* | Reduce the overhead of the mutex statistics gathering code, try to produceDag-Erling Smørgrav2002-10-212-38/+56
* | Add compartment support to Biba and MLS policies. The logic of theRobert Watson2002-10-216-32/+144
* | One #include <sys/sysctl.h> should be enough.Olivier Houchard2002-10-211-1/+0
* | Add a flag needed for recovery of excess allocated KSEs.Julian Elischer2002-10-211-1/+2
* | More in the way of minor consistency improvements: trim 'mac_mls_'Robert Watson2002-10-211-8/+7
* | Demote sockets to single-label objects rather than maintaining aRobert Watson2002-10-212-32/+0
* | Synchonize variable spelling with the MAC tree: we shortened some ofRobert Watson2002-10-211-9/+8
* | White space nit the crept in during merge.Robert Watson2002-10-211-1/+1
* | Since the Biba and MLS access checks are identical to the open checks,Robert Watson2002-10-212-24/+2
* | Cleanup of relabel authorization checks -- almost identical logic,Robert Watson2002-10-212-116/+409
* | - Abort all OCBs for timeout.Hidetoshi Shimokawa2002-10-211-5/+14
* | Use if_printf() instead of printf() to print diagnositic messages in theBrooks Davis2002-10-211-9/+6
* | Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-22/+15
* | Make floppy-making part of release.9 conditional on *BOOTSIZERuslan Ermilov2002-10-211-16/+7
* | Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-213-100/+136
* | Add a bus_space_unmap() for the puc (and possibly other) drivers.Andrew Gallatin2002-10-211-0/+14
* | Add some documentation of FreeBSD's special synchronization quirksAndrew Gallatin2002-10-211-0/+20
* | A better version of disabling SGR support in grotty(1).Ruslan Ermilov2002-10-211-1/+1
* | Fix LSRR option length check: it has to be less or equal remained header'sMaxim Konovalov2002-10-211-1/+2
* | Update comment to note that the third floppy (for modules) has beenMurray Stokely2002-10-213-3/+9