summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for LSI type software RAID's.sos2004-06-252-29/+335
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-256-13/+11
* Use generic routines for BREAK and modem control ioctls.phk2004-06-251-54/+25
* Use generic modem control and BREAK ioctl handling. This eliminatedphk2004-06-251-91/+34
* Release UNIX domain socket subsystem lock earlier -- don't need torwatson2004-06-251-1/+1
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-2514-91/+118
* Mark a plex as 'newborn' when it is created. This is used to indicatele2004-06-252-1/+4
* Fix uninitialized variable, that breaks the build.josef2004-06-251-2/+2
* Catch up with sparc64 OFWCONS_POLL_HZ changegrehan2004-06-251-0/+2
* - set resid correctly so that a failed seek (e.g. end of file) returnsgrehan2004-06-251-1/+3
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-2512-0/+12
* Make the relationship between modem control bits and their delta cousinsphk2004-06-251-9/+11
* Use generic support for BREAK and modem control ioctlsphk2004-06-251-87/+48
* Use generic support for BREAK and modem control ioctls.phk2004-06-252-128/+94
* Use generic support for modemcontrol and BREAK ioctls.phk2004-06-251-79/+64
* Do not count loobacks as other fuilures.rik2004-06-251-1/+2
OpenPOWER on IntegriCloud