summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings that have become fataljulian2002-02-272-3/+10
* turn on the ethertype filter modulejulian2002-02-271-0/+1
* Remove a redundant decalaration of call_desc[] since it's now agj2002-02-271-2/+0
* First rev at making pipe(2) pipe's MPsafe.alfred2002-02-272-23/+76
* Minimal testing has shown that a 4 page tsb is a nice sweet spot for currentjake2002-02-271-1/+1
* Parameterize the number of pages to allocate for the per-cpu area onjake2002-02-275-5/+7
* Make cpu_identify take the value of the ver register and cpuid as argumentsjake2002-02-273-6/+4
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelpeter2002-02-272-2/+2
* More IPV6 const fixes.alfred2002-02-272-2/+2
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-275-1040/+220
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-278-46/+28
* clarify panic messagealfred2002-02-272-2/+2
* Fix warnings caused by discarding const.alfred2002-02-276-9/+11
* Remove errors in LINT (now that they are fatal)julian2002-02-271-0/+4
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-277-125/+65
* Remove problematic PHY_WRITE so that autoneg to 10 Mbpsdanny2002-02-271-16/+1
* remove trailing semi-colons from macro definitions.alfred2002-02-271-2/+2
* didn't quite undo the last reversion. This gets it.dillon2002-02-272-2/+2
* Minor cleanup.jake2002-02-271-2/+4
* Wrap long lines.jake2002-02-271-1/+2
* Use pcpu.pc_cpumask instead of computing 1 << cpuid.jake2002-02-273-12/+5
* Add a macro for shift of an integer (1 << shift == sizeof). Move the pointerjake2002-02-277-7/+13
* Wrap long lines.jake2002-02-271-2/+4
* remove "discards qualifier" erro by not potentially writing tojulian2002-02-261-2/+5
* Define basic macros required by GDB.obrien2002-02-261-5/+21
* revert compatibility fix temporarily (thought it would not break anythingdillon2002-02-262-2/+2
* revert last commit temporarily due to whining on the lists.dillon2002-02-2648-2179/+611
* Fix warnings in the gif(4) driver so it compiles with -Werror.brooks2002-02-262-6/+7
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidbrooks2002-02-261-1/+1
* Rather than include namespace pollution in <grp.h> in order to declaremike2002-02-261-0/+5
* Staticize an extern that no one else used.brooks2002-02-262-3/+1
* Make peter's commit compatible with interrupt-enabled critical_enter()dillon2002-02-262-4/+4
* Add a missing field to the end of array marker in the pci_ids array.brooks2002-02-261-1/+1
* Did someone turn on -Werror or something?dillon2002-02-261-0/+2
* Apparently gcc3.1 is now using deprcated v8 instructions in v9 codejake2002-02-262-12/+30
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-2648-611/+2179
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-263-0/+9
* off by one error in Aaron Gifford's code. KAME PR 393.ume2002-02-261-3/+3
* Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,bde2002-02-261-3/+4
* Hide "bla bla exists, skipping it" behind bootverbose.sos2002-02-261-4/+4
* - Fix indentation and return statements to conform to style(9).robert2002-02-262-810/+856
* Revert part of the last commit. A couple of defines were removedjoe2002-02-261-0/+4
* Add makeoptions NO_WERROR=true so that we can build. =)benno2002-02-261-0/+1
* Cast the variable, not the constant to 64 bits.phk2002-02-261-1/+1
* Fix warning in !SMP case.phk2002-02-261-0/+2
* Remove unused variable.phk2002-02-261-1/+0
* Hide GCCisms in the non-GCC case.mike2002-02-261-0/+2
* Convert pmap.pm_context to an array of contexts indexed by cpuid. Thisjake2002-02-267-64/+67
* Pu back a call to pmap_context_destroy which was accidentily removedjake2002-02-261-0/+1
* In ad-hoc mode, the "associate" bit is valid to check to see if it isambrisko2002-02-261-3/+1
OpenPOWER on IntegriCloud