summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert an if->panic in soclose() into a call to KASSERT().rwatson2004-06-201-2/+1
* Give zlib the ability to be a module that can be depended on,markm2004-06-202-0/+32
* Annotate some ordering-related issues in solisten() which are not yetrwatson2004-06-201-0/+5
* Annotate two intentionally unlocked reads with comments.rwatson2004-06-201-0/+6
* Initialize ni_cnd.cn_cred before calling lookup() (this is normally donetmm2004-06-201-0/+1
* Document the possibility of setting default values forjosef2004-06-201-0/+1
* Enable pcm to read kenv variables to set default values forjosef2004-06-201-2/+11
* MFNetBSD 1.15, author: mycroftle2004-06-201-2/+2
* Micro-tweaking.markm2004-06-201-7/+10
* Add pmap locking to pmap_is_prefaultable().alc2004-06-202-12/+18
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-205-5/+5
* Fixed misformatting of code and breaking of a comment in previous commit.bde2004-06-202-4/+4
* Fixed misformatting in previous commit.bde2004-06-202-2/+2
* Backed out previous commit. The dev_t -> `struct cdev *' changes havebde2004-06-201-1/+1
* Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimegad2004-06-201-0/+2
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
* Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
* Sync to 1.182 of usbdevssanpei2004-06-192-2/+18
* Add support Microtune Bluetooth donglesanpei2004-06-191-0/+4
* Fix compilation for Xscale.cognet2004-06-191-1/+1
* Remove dead code related to pv entry allocation.alc2004-06-191-14/+0
* Remove unused pt_entry_ts. Remove an unneeded semicolon.alc2004-06-192-17/+8
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-194-6/+14
* Include sys/module.h.cognet2004-06-192-0/+2
* I happened to have a sys/pool.h file in my tree, but most people do not,cognet2004-06-191-1/+0
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-194-5/+3
* When no fixed address is given in a shmat() request, pass a hint addresstjr2004-06-191-2/+5
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-4/+22
* Add some more fields to the 'struct kinfo_proc', including some fieldsgad2004-06-191-3/+15
* Define a KERN_PROC_GID option for kvm_getprocs().gad2004-06-191-1/+2
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isbde2004-06-191-25/+7
* Only initialize f_data and f_ops if nobody else did so already.phk2004-06-192-4/+8
* Explicitly initialize f_data and f_vnode to NULL.phk2004-06-191-0/+3
* Add the f_vnode pointer to struct xfile, shortly it will no longer bephk2004-06-191-0/+1
* Duplicate the securelevel check from spec_vnops.c here.phk2004-06-191-0/+11
* Remove spl() calls. Update comments to reflect the removal of spl() calls.alc2004-06-191-53/+8
* Assert socket buffer lock in sb_lock() to protect socket buffer sleeprwatson2004-06-194-29/+93
* Add more precision to the cx_usage sysctl output and special-case 0%.njl2004-06-191-5/+11
* In tcp_ctloutput(), don't hold the inpcb lock over a call torwatson2004-06-181-1/+1
* Add a sysctl/tunable, "kern.always_console_output", that lets you setgreen2004-06-181-3/+12
* Clean up allocated ressources when destroying the main vinum geom.le2004-06-184-21/+53
* Remove compat code and unused lock declarations.njl2004-06-181-22/+2
* Remove compat defines.njl2004-06-181-4/+0
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundbms2004-06-182-0/+5
* Avoid deadlock which is caused by locking VDIR of parent and VREG ofkuriyama2004-06-181-0/+9
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tbms2004-06-182-0/+5
* Linux applications expect to be able to call SIOCGIFCONF with anbms2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.bms2004-06-181-15/+17
* Check that m->m_pkthdr.rcvif is not NULL before checking if a packetbms2004-06-181-1/+2
* Add comment to reflect that we should retry after thread singling failed.davidxu2004-06-181-0/+4
OpenPOWER on IntegriCloud