summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in r. 1.28: when copy{in,out} would fail for antmm2002-02-081-1/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-082-4/+4
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-085-12/+0
* Turn SMP back on by default in GENERIC on the Alpha.jhb2002-02-082-2/+2
* Turn interrupt thread preemption back on on the alpha.jhb2002-02-081-1/+1
* MFi386: revisions 1.493 and 1.494.nyan2002-02-082-2/+12
* Fix broken Giant locking protocol introduced in rev 1.114. You cannotpeter2002-02-081-0/+1
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedpeter2002-02-083-22/+22
* Remove bogus range restrictions that attempted to restrict the rangeimp2002-02-081-14/+30
* o Merge various recent fixes from the MAC branch relating to extattrctl():rwatson2002-02-082-12/+20
* Fix world breakage (compiling libstdc++):peter2002-02-081-2/+2
* Fix a fatal trap when using ksched_setscheduler() (eg: mozilla, netscapepeter2002-02-081-1/+1
* Add a helper script used to take an Intel-supplied ACPI CA drop and make itmsmith2002-02-081-0/+42
* remove superfluous blank linejulian2002-02-081-1/+0
* Fix a couple of style bugs introduced (or touched by) previous commit.peter2002-02-075-6/+5
* Fix a whole bunch of long lines introduced by previous commit by usingpeter2002-02-071-11/+15
* Fix a long line touched in previous commit (but not caused by previouspeter2002-02-071-1/+2
* Attempt to patch up some style bugs introduced in the previous commitpeter2002-02-075-23/+31
* Attempt to unmangle some code touched in the previous commit.peter2002-02-071-11/+8
* Fix a long line introduced in previous commit.peter2002-02-071-1/+2
* Fix long line added in previous commit.peter2002-02-071-1/+3
* Patch up some long lines introduced in previous commit.peter2002-02-071-3/+7
* Fix style bug introduced in previous commit.peter2002-02-071-1/+1
* Occationally background fsck would cause a spurious ``freeing freemckusick2002-02-071-0/+4
* Replace a few more lines of code orphaned by MFREE going away.mjacob2002-02-072-6/+10
* You cannot take the address of a variable with the 'register' qualifier.mjacob2002-02-071-1/+1
* Remove the inline assembly optimized versins of bintime_*() functions,phk2002-02-071-30/+0
* Revise timercounters to use binary fixed point format internally.phk2002-02-074-115/+171
* Pre-KSE/M3 commit.julian2002-02-0771-382/+431
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-075-7/+0
* Replace the MFREE that Marshal (Quick Draw) Dillon apparently didn't look for.mjacob2002-02-071-3/+6
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZEluigi2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCluigi2002-02-071-1/+2
* Remove DETACH_NOWARNimp2002-02-071-1/+0
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachimp2002-02-071-4/+3
* Occationally deleted files would hang around for hours or daysmckusick2002-02-071-7/+10
* Fix support for 630ET support. We don't need the Linux part to set theambrisko2002-02-062-11/+4
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-064-3/+9
* Fixes for alpha pmap on SMP machines:jhb2002-02-063-52/+66
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-064-0/+51
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlydillon2002-02-061-2/+3
* Correctly identify the Intel 82830 AGP bridge.benno2002-02-052-0/+6
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-055-20/+37
* Let the number of timecounters follow hz, otherwise people withphk2002-02-052-3/+4
* The hardware checksum code makes the assumption that a packet routed outarchie2002-02-051-2/+9
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* - Do not hang if the resource allocation fails.tanimura2002-02-052-19/+30
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-0515-95/+67
* + A variety of 23XX changes:mjacob2002-02-0410-56/+219
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.des2002-02-046-31/+34
OpenPOWER on IntegriCloud