summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add inlines for demapping a range of pages from the itlb and dtlb. Thisjake2002-02-231-5/+16
* Use intr_disable/intr_restore instead of TLB_ATOMIC_START/END.jake2002-02-231-13/+8
* Use PCB_REG instead of loading the pcb from curthread. This fixes a bugjake2002-02-232-8/+4
* Adapt the tsb_foreach interface to take a source and a destination pmap sojake2002-02-233-18/+58
* Add statistic gathering for various tsb operations.jake2002-02-231-0/+34
* Remove debug code.jake2002-02-231-12/+2
* Add statistic gathering for various pmap operations.jake2002-02-231-3/+38
* Remove CADDR1 and CADDR2 which are no longer used. On other architecturesjake2002-02-231-16/+0
* Add macros to extract the UPA module id from the UPA config register.jake2002-02-231-0/+6
* 1. Setup the user stack pointer before returning to a user trap handler.jake2002-02-232-0/+64
* Include intr_machdep.h only for !LOCORE.jake2002-02-231-2/+2
* Add needed include of ucontext.h. Fix braino setting curpcb.jake2002-02-231-1/+2
* Add metadata types for dtlb and itlb data, and number of slots used.jake2002-02-231-0/+10
* Lock struct pgrp, session and sigio.tanimura2002-02-2335-314/+1004
OpenPOWER on IntegriCloud