| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert an if->panic in soclose() into a call to KASSERT(). | rwatson | 2004-06-20 | 1 | -2/+1 |
* | Give zlib the ability to be a module that can be depended on, | markm | 2004-06-20 | 2 | -0/+32 |
* | Annotate some ordering-related issues in solisten() which are not yet | rwatson | 2004-06-20 | 1 | -0/+5 |
* | Annotate two intentionally unlocked reads with comments. | rwatson | 2004-06-20 | 1 | -0/+6 |
* | Initialize ni_cnd.cn_cred before calling lookup() (this is normally done | tmm | 2004-06-20 | 1 | -0/+1 |
* | Document the possibility of setting default values for | josef | 2004-06-20 | 1 | -0/+1 |
* | Enable pcm to read kenv variables to set default values for | josef | 2004-06-20 | 1 | -2/+11 |
* | MFNetBSD 1.15, author: mycroft | le | 2004-06-20 | 1 | -2/+2 |
* | Micro-tweaking. | markm | 2004-06-20 | 1 | -7/+10 |
* | Add pmap locking to pmap_is_prefaultable(). | alc | 2004-06-20 | 2 | -12/+18 |
* | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 5 | -5/+5 |
* | Fixed misformatting of code and breaking of a comment in previous commit. | bde | 2004-06-20 | 2 | -4/+4 |
* | Fixed misformatting in previous commit. | bde | 2004-06-20 | 2 | -2/+2 |
* | Backed out previous commit. The dev_t -> `struct cdev *' changes have | bde | 2004-06-20 | 1 | -1/+1 |
* | Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime | gad | 2004-06-20 | 1 | -0/+2 |
* | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | bde | 2004-06-20 | 1 | -1/+1 |
* | Clear any pending exceptions before using frstor (in the non-FXSR case) | bde | 2004-06-19 | 1 | -0/+4 |
* | Sync to 1.182 of usbdevs | sanpei | 2004-06-19 | 2 | -2/+18 |
* | Add support Microtune Bluetooth dongle | sanpei | 2004-06-19 | 1 | -0/+4 |
* | Fix compilation for Xscale. | cognet | 2004-06-19 | 1 | -1/+1 |
* | Remove dead code related to pv entry allocation. | alc | 2004-06-19 | 1 | -14/+0 |
* | Remove unused pt_entry_ts. Remove an unneeded semicolon. | alc | 2004-06-19 | 2 | -17/+8 |
* | Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_t | marcel | 2004-06-19 | 4 | -6/+14 |
* | Include sys/module.h. | cognet | 2004-06-19 | 2 | -0/+2 |
* | I happened to have a sys/pool.h file in my tree, but most people do not, | cognet | 2004-06-19 | 1 | -1/+0 |
* | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | bde | 2004-06-19 | 4 | -5/+3 |
* | When no fixed address is given in a shmat() request, pass a hint address | tjr | 2004-06-19 | 1 | -2/+5 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -4/+22 |
* | Add some more fields to the 'struct kinfo_proc', including some fields | gad | 2004-06-19 | 1 | -3/+15 |
* | Define a KERN_PROC_GID option for kvm_getprocs(). | gad | 2004-06-19 | 1 | -1/+2 |
* | Removed foot-shooting setting of CR0_TS in exec_setregs(). It is | bde | 2004-06-19 | 1 | -25/+7 |
* | Only initialize f_data and f_ops if nobody else did so already. | phk | 2004-06-19 | 2 | -4/+8 |
* | Explicitly initialize f_data and f_vnode to NULL. | phk | 2004-06-19 | 1 | -0/+3 |
* | Add the f_vnode pointer to struct xfile, shortly it will no longer be | phk | 2004-06-19 | 1 | -0/+1 |
* | Duplicate the securelevel check from spec_vnops.c here. | phk | 2004-06-19 | 1 | -0/+11 |
* | Remove spl() calls. Update comments to reflect the removal of spl() calls. | alc | 2004-06-19 | 1 | -53/+8 |
* | Assert socket buffer lock in sb_lock() to protect socket buffer sleep | rwatson | 2004-06-19 | 4 | -29/+93 |
* | Add more precision to the cx_usage sysctl output and special-case 0%. | njl | 2004-06-19 | 1 | -5/+11 |
* | In tcp_ctloutput(), don't hold the inpcb lock over a call to | rwatson | 2004-06-18 | 1 | -1/+1 |
* | Add a sysctl/tunable, "kern.always_console_output", that lets you set | green | 2004-06-18 | 1 | -3/+12 |
* | Clean up allocated ressources when destroying the main vinum geom. | le | 2004-06-18 | 4 | -21/+53 |
* | Remove compat code and unused lock declarations. | njl | 2004-06-18 | 1 | -22/+2 |
* | Remove compat defines. | njl | 2004-06-18 | 1 | -4/+0 |
* | Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound | bms | 2004-06-18 | 2 | -0/+5 |
* | Avoid deadlock which is caused by locking VDIR of parent and VREG of | kuriyama | 2004-06-18 | 1 | -0/+9 |
* | Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't | bms | 2004-06-18 | 2 | -0/+5 |
* | Linux applications expect to be able to call SIOCGIFCONF with an | bms | 2004-06-18 | 1 | -0/+14 |
* | Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly. | bms | 2004-06-18 | 1 | -15/+17 |
* | Check that m->m_pkthdr.rcvif is not NULL before checking if a packet | bms | 2004-06-18 | 1 | -1/+2 |
* | Add comment to reflect that we should retry after thread singling failed. | davidxu | 2004-06-18 | 1 | -0/+4 |