| Commit message (Expand) | Author | Age | Files | Lines |
* | Update p_runtime on exit. This fixes calcru() on zombies, and prepares | bde | 2004-06-21 | 1 | -2/+9 |
* | Prevent the rp driver from panic'ing on first access and make at | gallatin | 2004-06-21 | 3 | -29/+33 |
* | New style functions, kill register keyword. | phk | 2004-06-21 | 1 | -43/+28 |
* | Don't hold topology lock while calling g_gate_release(). | pjd | 2004-06-21 | 1 | -0/+2 |
* | Include module.h | scottl | 2004-06-21 | 1 | -0/+1 |
* | Merge next step in socket buffer locking: | rwatson | 2004-06-21 | 6 | -69/+558 |
* | Fix the following error: | marcel | 2004-06-20 | 1 | -0/+2 |
* | Fill in the values for the ki_tid and ki_numthreads which have been | gad | 2004-06-20 | 1 | -0/+2 |
* | Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE so | gad | 2004-06-20 | 1 | -14/+32 |
* | Include an annotation of NET_{LOCK,UNLOCK}_GIANT() noting that these | rwatson | 2004-06-20 | 1 | -1/+4 |
* | It's now the responsibility of the consumer of soabort() to remove a | rwatson | 2004-06-20 | 1 | -1/+12 |
* | If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE. | rwatson | 2004-06-20 | 2 | -10/+24 |
* | In uipc_rcvd(), lock the socket buffers at either end of the UNIX | rwatson | 2004-06-20 | 1 | -0/+4 |
* | Annotate so_state as locked with SOCK_LOCK(so). | rwatson | 2004-06-20 | 1 | -1/+4 |
* | Hold SOCK_LOCK(so) when frobbing so_state when disconnecting a | rwatson | 2004-06-20 | 1 | -1/+5 |
* | Remove one more unneeded reference to arpcom.ac_netgraph. | wpaul | 2004-06-20 | 1 | -10/+34 |
* | - Simplify pmap_remove_pages(), eliminating unnecessary indirection. | alc | 2004-06-20 | 2 | -25/+24 |
* | Assert the inpcb lock before letting MAC check whether we can deliver | rwatson | 2004-06-20 | 2 | -0/+2 |
* | IP multicast code no longer needs to acquire Giant before appending | rwatson | 2004-06-20 | 1 | -3/+0 |
* | Stash our node context pointer somewhere else within struct ifnet of | wpaul | 2004-06-20 | 1 | -2/+18 |
* | When retrieving the SO_LINGER socket option for user space, hold the | rwatson | 2004-06-20 | 1 | -0/+7 |
* | 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 |