| Age | Commit message (Expand) | Author |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-05-01 | compile again. | nonaka |
| 2009-04-11 | Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did. | christos |
| 2009-04-11 | Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use | christos |
| 2009-04-04 | Add fileops::fo_drain(), to be called from fd_close() when there is more | ad |
| 2008-03-26 | Update dmover fileops to compile again. From he@. | ad |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-05 | Add #include <sys/simplelock.h> | matt |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-11-12 | Ensure that the 'pc' local variable is initialized, so that this builds again. | he |
| 2007-11-08 | pesky missing semicolons. | dogcow |
| 2007-11-07 | - Make it compile again. | ad |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-25 | Use selinit() / seldestroy(). | ad |
| 2007-07-12 | Implementation of per-CPU work-queues support for workqueue(9) interface. | rmind |
| 2007-07-12 | Make a minimal adaption to the new kthread_create() signature | he |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-01-13 | Complete initializers so those files compile. | cube |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-07-28 | Correct first arg to falloc(). | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-01-17 | dmoverioopen: add a missing simple_lock_init(). | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-12 | pass the flag to fdclone. | christos |
| 2004-12-05 | Correct a typo: it's fnullop_kqfilter and not fnullop_kqueue. | he |
| 2004-11-30 | Cloning cleanup: | christos |
| 2004-11-28 | Fix the fcntl entry points; cmd is a command, not the flags themselves. | thorpej |
| 2003-11-07 | Go ahead and define xor function names up to xor16. | briggs |
| 2003-11-07 | Fix another used-before-initialized bug that gcc uncovered. | briggs |
| 2003-09-13 | move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we | jdolecek |
| 2003-07-25 | Add support for xor2-xor8 to swdmover. | briggs |
| 2003-07-19 | Add a software implementation of the iSCSI CRC32C algorithm. This | thorpej |
| 2003-07-19 | Add a well-known dmover function name for the CRC32C used by the iSCSI | thorpej |
| 2003-07-19 | Add immediate value support for dmoverio transactions. | thorpej |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-14 | Fix typo in previous. | thorpej |
| 2003-06-12 | Separate out the immediate value from the input buffer. The immediate | thorpej |
| 2003-05-30 | In dmio_read(), make sure to set DMIO_STATE_READ_WAIT in ds->ds_flags | scw |
| 2003-04-26 | In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc, | briggs |
| 2003-04-01 | Mmmm... LOCKDEBUG... | briggs |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |