aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't hold topology lock while calling g_gate_release().Pawel Jakub Dawidek2004-06-211-0/+2
* Include module.hScott Long2004-06-211-0/+1
* Merge next step in socket buffer locking:Robert Watson2004-06-216-69/+558
* Fix the following error:Marcel Moolenaar2004-06-201-0/+2
* Fill in the values for the ki_tid and ki_numthreads which have beenGarance A Drosehn2004-06-201-0/+2
* Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE soGarance A Drosehn2004-06-201-14/+32
* Include an annotation of NET_{LOCK,UNLOCK}_GIANT() noting that theseRobert Watson2004-06-201-1/+4
* It's now the responsibility of the consumer of soabort() to remove aRobert Watson2004-06-201-1/+12
* If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE.Robert Watson2004-06-202-10/+24
* In uipc_rcvd(), lock the socket buffers at either end of the UNIXRobert Watson2004-06-201-0/+4
* Annotate so_state as locked with SOCK_LOCK(so).Robert Watson2004-06-201-1/+4
* Hold SOCK_LOCK(so) when frobbing so_state when disconnecting aRobert Watson2004-06-201-1/+5
* Remove one more unneeded reference to arpcom.ac_netgraph.Bill Paul2004-06-201-10/+34
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.Alan Cox2004-06-202-25/+24
* Assert the inpcb lock before letting MAC check whether we can deliverRobert Watson2004-06-202-0/+2
* IP multicast code no longer needs to acquire Giant before appendingRobert Watson2004-06-201-3/+0
* Stash our node context pointer somewhere else within struct ifnet ofBill Paul2004-06-201-2/+18
* When retrieving the SO_LINGER socket option for user space, hold theRobert Watson2004-06-201-0/+7
* Convert an if->panic in soclose() into a call to KASSERT().Robert Watson2004-06-201-2/+1
* Give zlib the ability to be a module that can be depended on,Mark Murray2004-06-202-0/+32
* Annotate some ordering-related issues in solisten() which are not yetRobert Watson2004-06-201-0/+5
* Annotate two intentionally unlocked reads with comments.Robert Watson2004-06-201-0/+6
* Initialize ni_cnd.cn_cred before calling lookup() (this is normally doneThomas Moestl2004-06-201-0/+1
* Document the possibility of setting default values forJosef El-Rayes2004-06-201-0/+1
* Enable pcm to read kenv variables to set default values forJosef El-Rayes2004-06-201-2/+11
* MFNetBSD 1.15, author: mycroftLukas Ertl2004-06-201-2/+2
* Micro-tweaking.Mark Murray2004-06-201-7/+10
* Add pmap locking to pmap_is_prefaultable().Alan Cox2004-06-202-12/+18
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-205-5/+5
* Fixed misformatting of code and breaking of a comment in previous commit.Bruce Evans2004-06-202-4/+4
* Fixed misformatting in previous commit.Bruce Evans2004-06-202-2/+2
* Backed out previous commit. The dev_t -> `struct cdev *' changes haveBruce Evans2004-06-201-1/+1
* Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimeGarance A Drosehn2004-06-201-0/+2
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-201-1/+1
* Clear any pending exceptions before using frstor (in the non-FXSR case)Bruce Evans2004-06-191-0/+4
* Sync to 1.182 of usbdevsMIHIRA Sanpei Yoshiro2004-06-192-2/+18
* Add support Microtune Bluetooth dongleMIHIRA Sanpei Yoshiro2004-06-191-0/+4
* Fix compilation for Xscale.Olivier Houchard2004-06-191-1/+1
* Remove dead code related to pv entry allocation.Alan Cox2004-06-191-14/+0
* Remove unused pt_entry_ts. Remove an unneeded semicolon.Alan Cox2004-06-192-17/+8
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tMarcel Moolenaar2004-06-194-6/+14
* Include sys/module.h.Olivier Houchard2004-06-192-0/+2
* I happened to have a sys/pool.h file in my tree, but most people do not,Olivier Houchard2004-06-191-1/+0
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-194-5/+3
* When no fixed address is given in a shmat() request, pass a hint addressTim J. Robbins2004-06-191-2/+5
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,Garance A Drosehn2004-06-191-4/+22
* Add some more fields to the 'struct kinfo_proc', including some fieldsGarance A Drosehn2004-06-191-3/+15
* Define a KERN_PROC_GID option for kvm_getprocs().Garance A Drosehn2004-06-191-1/+2
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isBruce Evans2004-06-191-25/+7
* Only initialize f_data and f_ops if nobody else did so already.Poul-Henning Kamp2004-06-192-4/+8