| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race in soclose() where connections could be queued to the | mohans | 2006-11-22 | 1 | -22/+26 |
* | Save exit status of an exiting process in kn_data in the knote. | jhb | 2006-11-20 | 1 | -0/+1 |
* | whitespace fix only | julian | 2006-11-20 | 1 | -6/+6 |
* | Use scheduler API sched_user_prio() to adjust thread's userland priority, | davidxu | 2006-11-20 | 1 | -12/+15 |
* | Add vm map and object locking to each_writable_segment(). | alc | 2006-11-19 | 1 | -10/+15 |
* | Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out | jkim | 2006-11-17 | 1 | -5/+9 |
* | Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', | pjd | 2006-11-16 | 3 | -9/+10 |
* | Adjust assertions to allow for magical properties of the 'lbolt' wait | jhb | 2006-11-15 | 1 | -3/+3 |
* | Fix a copy-paste bug in NON-KSE case. | davidxu | 2006-11-14 | 1 | -11/+11 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 4 | -12/+13 |
* | track lock class name in a way that doesn't break WITNESS | kmacy | 2006-11-13 | 5 | -13/+22 |
* | Unbreak witness | kmacy | 2006-11-12 | 1 | -1/+1 |
* | In kern_sendfile() fix the calculation of sbytes (the total number of bytes | andre | 2006-11-12 | 1 | -23/+19 |
* | Copy base user priority in NO_KSE case. | davidxu | 2006-11-12 | 1 | -0/+1 |
* | Fix mispatch of includes list; allows my kernel to build successfully. | trhodes | 2006-11-12 | 1 | -0/+1 |
* | show lock class in profiling output for default case where type is not specif... | kmacy | 2006-11-12 | 2 | -19/+24 |
* | Use mi_switch, this should fix loadavg calculation problem in NO_KSE case. | davidxu | 2006-11-12 | 1 | -5/+0 |
* | Update includes for sys/posix4 move. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 7 | -14/+9 |
* | Update #includes list. | trhodes | 2006-11-11 | 3 | -5/+3 |
* | Unbreak userland priority inheriting in NO_KSE case. | davidxu | 2006-11-11 | 1 | -1/+2 |
* | tinderbox fix | kmacy | 2006-11-11 | 1 | -1/+1 |
* | remove lingering call to rd(tick) | kmacy | 2006-11-11 | 1 | -1/+1 |
* | missed nits replacing mutex with lock | kmacy | 2006-11-11 | 1 | -4/+4 |
* | MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profile | kmacy | 2006-11-11 | 6 | -257/+382 |
* | o Fix a couple of obvious typos. | maxim | 2006-11-08 | 1 | -2/+2 |
* | Style cleanups to the sctp_* syscall functions. | andre | 2006-11-07 | 1 | -107/+95 |
* | Simplify operations with sync_mtx in sched_sync(): | jhb | 2006-11-07 | 1 | -7/+3 |
* | Fix comment typo and function declaration. | jhb | 2006-11-07 | 1 | -2/+2 |
* | Don't drop reference to tty in tty_close() if TS_ISOPEN is already cleared. | tegge | 2006-11-06 | 1 | -7/+6 |
* | Handle early errors in kern_sendfile() by introducing a new goto 'out' | andre | 2006-11-06 | 1 | -9/+9 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 33 | -248/+367 |
* | Add a new priv(9) kernel interface for checking the availability of | rwatson | 2006-11-06 | 3 | -90/+380 |
* | Typo, 'from' vnode is locked here, not 'to' vnode. | pjd | 2006-11-04 | 1 | -1/+1 |
* | This commits the remake in kern/ make sysent to get | rrs | 2006-11-03 | 2 | -2/+2 |
* | Ok, here it is, we finally add SCTP to current. Note that this | rrs | 2006-11-03 | 5 | -0/+516 |
* | Always init the console before trying to cnadd it to | jb | 2006-11-03 | 1 | -2/+2 |
* | Use the improved m_uiotombuf() function instead of home grown sosend_copyin() | andre | 2006-11-02 | 1 | -1/+29 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 2 | -89/+90 |
* | Rewrite kern_sendfile() to work in two loops, the inner which turns as many | andre | 2006-11-02 | 1 | -240/+278 |
* | Increment nb_allocated while holding the pt_mtx lock to avoid races. | jhb | 2006-11-01 | 1 | -1/+1 |
* | Comment and style tweak. | jhb | 2006-11-01 | 1 | -2/+2 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 2 | -17/+97 |
* | Add gjournal specific code to the UFS file system: | pjd | 2006-10-31 | 1 | -0/+2 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 1 | -0/+1 |
* | Refactor vfs_setdirty(), creating vfs_setdirty_locked_object(). | alc | 2006-10-29 | 1 | -6/+16 |
* | In bufdone_finish() restrict the acquisition and release of the page | alc | 2006-10-28 | 1 | -2/+8 |
* | Remove member p_procscopegrp which is no longer used by libthr. | davidxu | 2006-10-27 | 1 | -8/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 22 | -236/+1062 |
* | The attempt to rename "." with MAC framework compiled in would cause attempt | kib | 2006-10-26 | 2 | -2/+4 |