summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Until I can figure out how to live without the volatile qualifier onimp2002-02-261-1/+1
* Remove an unused variable.imp2002-02-261-1/+0
* Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.imp2002-02-261-6/+6
* If we're going to ifdef out the only reference to asr_drvinit, thenimp2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.imp2002-02-261-0/+1
* minor style(9) fix: return (foo); The file was mostly style(9) before.imp2002-02-261-16/+16
* Allow the user tsb to span multiple pages. Make the default 2 pages for nowjake2002-02-262-26/+30
* When using hardware decoding, reconstruct the wire form of the ethernetbrooks2002-02-261-0/+20
* Enforce inbound IPsec SPDjedgar2002-02-261-1/+11
* Make gif(4) nesting level and parallel tunnel support tunable at runtimebrooks2002-02-261-5/+27
* in ulpt_reset() req.bmRequestType was unitialized, fix it.alfred2002-02-261-0/+1
* Merge from NetBSD:joe2002-02-262-16/+13
* Fix a warning by pulling prototype for arp_ifinit() into scope.peter2002-02-261-1/+4
* Fix warning; amdsmb_abort() is not used.peter2002-02-261-0/+2
* Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.peter2002-02-261-1/+1
* Remove unused variable (td)peter2002-02-261-1/+0
* Fix a warning. useracc() should take a const pointer argument.peter2002-02-262-4/+4
* Fix a warning. Do not assume pointer == long.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-2534-920/+2134
* Remove code to lock the user tsb into the tlb. We can handle faults on itjake2002-02-255-49/+4
* I was able to boot this kernel using the latest WIP kernel sources.obrien2002-02-251-23/+39
* Turn on -Werror by default. This is is easily turned off, by either:peter2002-02-251-5/+5
* Add 'nowerror' to the vendor acpica code that spews out warnings.peter2002-02-251-31/+31
* Tidy up some warningspeter2002-02-254-14/+16
* Implement a nested window state. This avoids attempting to spill a userjake2002-02-253-476/+189
* Add a new test_counter() function which tries to determine the width ofphk2002-02-251-17/+46
* Document what inpcb->inp_vflag is for.alfred2002-02-251-1/+1
* The TCP code did not do sufficient checks on whether incoming packetscjc2002-02-252-14/+26
* Modify the tte format to not include the tlb context number and to store thejake2002-02-258-499/+1189
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
OpenPOWER on IntegriCloud