summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure we do not follow an invalid pointer in ipfw_reportluigi2001-01-271-1/+2
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-2724-448/+90
* - Back out over-aggressive locking of p->p_cred.jhb2001-01-261-12/+3
* Fix fork_exit() to take a pointer to a function that returns void as itsjhb2001-01-262-3/+3
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-263-6/+6
* Minor cleanups after yesterday's patch.luigi2001-01-263-27/+15
* Initialise proc0.p_heldmtx and proc0.p_contested and calldfr2001-01-261-2/+7
* The osfulator needs sysvipc to work. Thanks to DES's commit togallatin2001-01-261-0/+3
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-264-0/+8
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-263-3/+420
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-262-6/+8
* Swap egress hooks for packets entering from the monitor hooks.julian2001-01-261-2/+2
* Bring dummynet in line with the code that now works in -STABLE.luigi2001-01-262-129/+164
* Bring bridging code in line with the one which works on -STABLE.luigi2001-01-261-49/+97
* Push Giant down into the trap handlers that need it, instead ofjake2001-01-263-45/+132
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andjhb2001-01-261-23/+23
* Comment the interface to ether_input() and the way is normallyluigi2001-01-251-0/+9
* Only clear the 'free' bit if we were successful in getting a queue item off t...julian2001-01-251-2/+6
* Whitespace fix: convert code indented 6 spaces to use tabs instead.jhb2001-01-252-12/+12
* Discard extra status information if -1. This has been breaking thensouch2001-01-251-0/+5
* Consider that the chipset may be in ECP mode (from BIOS settings)nsouch2001-01-254-72/+74
* Added necessary include for pc98.nyan2001-01-252-0/+2
* Remove CV_DECLARE(), which serves no useful purpose.jasone2001-01-251-4/+0
* Add some description and clarification as to the use of the tdfx device.cokane2001-01-252-0/+18
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-254-24/+14
* - Doh, lock faultin() with proc lock in scheduler().jhb2001-01-251-0/+6
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Remove prototype for child_return().jhb2001-01-241-1/+0
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-2410-49/+24
* Don't crash the kernel if the user tries to load a netgraphjulian2001-01-241-4/+10
* DEVFS cloning for if_tap.phk2001-01-241-5/+47
* - Remove some unused and unneeded atomic operations sitting in mp_machdep.cjhb2001-01-242-61/+13
* Newbusify ar(4).jhay2001-01-247-640/+1166
* Change cpuno to cpuid.dfr2001-01-244-32/+32
* Fix typo.dfr2001-01-242-1/+2
* Correct a comment.wollman2001-01-242-2/+2
* Oops, when converting if (foo) panic() to a KASSERT(), you have to invertjhb2001-01-241-3/+4
* Bump FreeBSD version to reflect changes to libc and libc_r.deischen2001-01-241-1/+1
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-242-1/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2456-1373/+615
* Argh, I didn't get this test right when I converted it. Break this upjhb2001-01-241-10/+9
* - Catch up to proc flag changes.jhb2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledjhb2001-01-241-0/+3
* - Catch up to proc flag changes.jhb2001-01-241-27/+43
* - Catch up to proc flag changes.jhb2001-01-243-5/+15
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
OpenPOWER on IntegriCloud