summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed mounds of unused variables.bde2002-02-251-4/+0
* The thermal thread needs to take Giant before it does anything with themsmith2002-02-251-0/+6
* Sockets passed into uipc_abort() have been allocated by sonewconn()iedowse2002-02-251-10/+2
* Make atomic_cmpset_32 correctly return 0 on failure.benno2002-02-241-0/+3
* Fix style bugs:alfred2002-02-241-2/+3
* Tests by numerous people have shown that many chipsets do not properlydillon2002-02-241-1/+1
* bump __FreeBSD_version for usb structure rename.alfred2002-02-241-1/+1
* Give a little more information as to why pnp configuration of a devicealfred2002-02-241-1/+7
* Add a generation number to timecounters and spin if it changes underphk2002-02-242-38/+65
* Fix a typo (?) in previous commit told ttyprintf() to print the integerphk2002-02-241-1/+1
* Sync with the Alpha's GENERIC configuration.obrien2002-02-241-3/+143
* Finish phk's previous removal of BIO_ORDERED, all code thatsos2002-02-242-5/+0
* Move some debugger-only symbols around; this patch didn't make it intomsmith2002-02-243-4/+2
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* Fix LINT breakage by adding a missing include.tmm2002-02-232-0/+2
* Add PMAP_STATS option so pmap.c compiles.jake2002-02-231-0/+1
* Make use of the ranged tlb demap operations where ever possible. Usejake2002-02-234-56/+77
* Add needed include of ucontext.h.jake2002-02-231-0/+1
* Fix namespace pollution introduced in previous commit.des2002-02-231-4/+1
OpenPOWER on IntegriCloud