summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix region code reporting.ken2001-01-281-4/+3
* Revert previous commit. I messed up my testing.marcel2001-01-285-5/+5
* Remove devstat entries in mddelete()phk2001-01-281-0/+1
* A couple of chip errata work-arounds refined:groudier2001-01-281-3/+3
* Remove an outdated DEVFS non-description.phk2001-01-282-8/+0
* Clear intr_nesting_level when an interrupt thread has no morejake2001-01-284-0/+4
* Add a new distribution algorythm to the 'one2many' node type.julian2001-01-282-3/+54
* Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.kato2001-01-281-2/+6
* Synced with sys/i386/i386/machdep.c revision 1.436.kato2001-01-282-16/+72
* Add gd_witness_spin_check.marcel2001-01-282-0/+2
* Fix typo.marcel2001-01-281-1/+1
* Improve kernel bootstrapping:marcel2001-01-289-62/+116
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-287-42/+42
* Defer assignment of low level interrupt handlers for PCI interruptstegge2001-01-2811-330/+424
* Remove an assertion I forgot to remove in the previous commit: sbuf_len()des2001-01-281-1/+2
* Add sbuf_clear() and sbuf_overflowed().des2001-01-282-32/+57
* The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, sogallatin2001-01-272-2/+2
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-2713-13/+18
* Merged from sys/isa/sio.c revision 1.320.nyan2001-01-272-298/+170
* Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byjhb2001-01-272-2/+2
* Turn DEVFS on by default.phk2001-01-272-2/+2
* Add a new ddb command 'witness_list' that lists the mutexes held byjhb2001-01-273-0/+30
* p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,peter2001-01-271-1/+1
* Bah, as my luck would have it, I had a kernel source tree in the windowpeter2001-01-271-2/+4
* Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one.peter2001-01-271-4/+2
* 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
OpenPOWER on IntegriCloud