summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition andimp2004-06-272-8/+5
* Rwatson, write 100 times for tomorrow:phk2004-06-271-1/+1
* Make sure to kill the devstat entry for disappearing disks.phk2004-06-271-1/+3
* Only build miidevs.h when we have mii in the kernelimp2004-06-271-3/+3
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inalex2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goimp2004-06-274-6941/+0
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* MFp4:imp2004-06-271-1/+13
* MFp4:imp2004-06-274-257/+351
* MFp4:imp2004-06-271-14/+0
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* Introduce a hack that will make geom_gate to work with read-only mounts.pjd2004-06-271-0/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-2727-29/+29
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...imp2004-06-2727-27/+27
* Guard against us having no tty pointer.phk2004-06-271-1/+2
* Fix a tuner problem.schweikh2004-06-271-1/+3
* Those are unneeded too.pjd2004-06-272-2/+0
* Add two missing includes and remove two uneeded.pjd2004-06-274-2/+5
* Acquire the socket buffer lock when calling unp_scan() onrwatson2004-06-271-0/+2
* Annotate so_gencnt field of struct socket locked by so_global_mtx.rwatson2004-06-271-1/+2
* Add a new global mutex, so_global_mtx, which protects the global variablesrwatson2004-06-271-2/+26
* Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build.rwatson2004-06-273-0/+3
* Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built intorwatson2004-06-273-0/+3
* Update a stale comment. The heuristic to swap processes out based ondas2004-06-271-2/+3
* The g_up and g_down threads use a local 'mymutex' mutex to allow WITNESSrwatson2004-06-261-0/+16
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-2612-142/+55
* Remove an unused field from the vmspace structure.alc2004-06-261-2/+1
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-269-49/+64
* In case pmap_extract_and_hold() is ever performed on a different pmap thanalc2004-06-261-0/+2
* Allocate TIDs in thread_init() and deallocate them in thread_fini().marcel2004-06-266-110/+89
* Remove spl's from TCP protocol entry points. While not all lockingrwatson2004-06-261-32/+1
* Spelling fixes.mpp2004-06-261-14/+14
* Replace comment on spl state when calling soabort() with a comment onrwatson2004-06-261-1/+4
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Catch up with usbd_get_string_desc() change.le2004-06-261-2/+3
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directle2004-06-261-18/+0
* MFNetBSD.le2004-06-265-22/+52
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-2614-57/+44
* MFNetBSD.le2004-06-261-2/+5
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-267-49/+29
* MFp4:imp2004-06-261-3/+2
* MFp4:imp2004-06-261-3/+3
* Merged from sys/dev/sio/sio.c revision 1.442.nyan2004-06-262-326/+250
* Not quite sure how that one got past me..julian2004-06-261-1/+1
* MFNetBSD ehci.c and ehcireg.hle2004-06-262-47/+52
* Add type definitions for prgregset_t and psaddr_t. Both are used bymarcel2004-06-251-0/+3
* Add '#include <sys/mbuf.h>' to fix the kernel build.emax2004-06-251-0/+1
* oops from Gleb..julian2004-06-251-0/+3
* Gah! commit from wrong tree.phk2004-06-251-6/+0
* Retire the TIOC_REMOTE ioctl.phk2004-06-252-96/+3
OpenPOWER on IntegriCloud