aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the wording of the inline comments from the previous commit.Crist J. Clark2002-02-272-16/+6
* MPsafe fixes:Alfred Perlstein2002-02-271-4/+23
* Return ESRCH if the target process is not inferior to the curproc.Seigo Tanimura2002-02-271-0/+2
* Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. thisAlfred Perlstein2002-02-271-1/+1
* Re-fix a pointer/integer warning.Peter Wemm2002-02-272-2/+2
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-2741-2193/+1037
* Fix warnings that have become fatalJulian Elischer2002-02-272-3/+10
* turn on the ethertype filter moduleJulian Elischer2002-02-271-0/+1
* Remove a redundant decalaration of call_desc[] since it's now aGary Jennejohn2002-02-271-2/+0
* First rev at making pipe(2) pipe's MPsafe.Alfred Perlstein2002-02-272-23/+76
* Minimal testing has shown that a 4 page tsb is a nice sweet spot for currentJake Burkholder2002-02-271-1/+1
* Parameterize the number of pages to allocate for the per-cpu area onJake Burkholder2002-02-275-5/+7
* Make cpu_identify take the value of the ver register and cpuid as argumentsJake Burkholder2002-02-273-6/+4
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelPeter Wemm2002-02-272-2/+2
* More IPV6 const fixes.Alfred Perlstein2002-02-272-2/+2
* Use the pci.c code wherever possible, rather than copying all the pciWarner Losh2002-02-275-1040/+220
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-278-46/+28
* clarify panic messageAlfred Perlstein2002-02-272-2/+2
* Fix warnings caused by discarding const.Alfred Perlstein2002-02-276-9/+11
* Remove errors in LINT (now that they are fatal)Julian Elischer2002-02-271-0/+4
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedPeter Wemm2002-02-277-125/+65
* Remove problematic PHY_WRITE so that autoneg to 10 MbpsDaniel O'Callaghan2002-02-271-16/+1
* remove trailing semi-colons from macro definitions.Alfred Perlstein2002-02-271-2/+2
* didn't quite undo the last reversion. This gets it.Matthew Dillon2002-02-272-2/+2
* Minor cleanup.Jake Burkholder2002-02-271-2/+4
* Wrap long lines.Jake Burkholder2002-02-271-1/+2
* Use pcpu.pc_cpumask instead of computing 1 << cpuid.Jake Burkholder2002-02-273-12/+5
* Add a macro for shift of an integer (1 << shift == sizeof). Move the pointerJake Burkholder2002-02-277-7/+13
* Wrap long lines.Jake Burkholder2002-02-271-2/+4
* remove "discards qualifier" erro by not potentially writing toJulian Elischer2002-02-261-2/+5
* Define basic macros required by GDB.David E. O'Brien2002-02-261-5/+21
* revert compatibility fix temporarily (thought it would not break anythingMatthew Dillon2002-02-262-2/+2
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-2648-2179/+611
* Fix warnings in the gif(4) driver so it compiles with -Werror.Brooks Davis2002-02-262-6/+7
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidBrooks Davis2002-02-261-1/+1
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-0/+5
* Staticize an extern that no one else used.Brooks Davis2002-02-262-3/+1
* Make peter's commit compatible with interrupt-enabled critical_enter()Matthew Dillon2002-02-262-4/+4
* Add a missing field to the end of array marker in the pci_ids array.Brooks Davis2002-02-261-1/+1
* Did someone turn on -Werror or something?Matthew Dillon2002-02-261-0/+2
* Apparently gcc3.1 is now using deprcated v8 instructions in v9 codeJake Burkholder2002-02-262-12/+30
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-2648-611/+2179
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousBruce Evans2002-02-263-0/+9
* off by one error in Aaron Gifford's code. KAME PR 393.Hajimu UMEMOTO2002-02-261-3/+3
* Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,Bruce Evans2002-02-261-3/+4
* Hide "bla bla exists, skipping it" behind bootverbose.Søren Schmidt2002-02-261-4/+4
* - Fix indentation and return statements to conform to style(9).Robert Drehmel2002-02-262-792/+838
* Revert part of the last commit. A couple of defines were removedJosef Karthauser2002-02-261-0/+4
* Add makeoptions NO_WERROR=true so that we can build. =)Benno Rice2002-02-261-0/+1
* Cast the variable, not the constant to 64 bits.Poul-Henning Kamp2002-02-261-1/+1