| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a WITNESS_WARN() to uiomove() to whine if locks are held when this | John Baldwin | 2004-10-12 | 1 | -0/+2 |
| * | Clean up and wash struct iovec and struct uio handling. | Poul-Henning Kamp | 2004-07-10 | 1 | -17/+46 |
| * | - Change mi_switch() and sched_switch() to accept an optional thread to | John Baldwin | 2004-07-02 | 1 | -1/+1 |
| * | Remove checks for curthread == NULL - it can't happen. | Tim J. Robbins | 2004-06-03 | 1 | -5/+3 |
| * | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | Tim J. Robbins | 2004-06-03 | 1 | -9/+4 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Rename iov_to_uio to uiofromiov to be more consistent with other | Mike Silbersack | 2004-02-04 | 1 | -1/+1 |
| * | Style fixes | Mike Silbersack | 2004-02-04 | 1 | -29/+29 |
| * | Remove debugging code that slipped into the previous commit. | Mike Silbersack | 2004-02-02 | 1 | -3/+0 |
| * | Rewrite sendfile's header support so that headers are now sent in the first | Mike Silbersack | 2004-02-01 | 1 | -0/+42 |
| * | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | Jeff Roberson | 2004-01-25 | 1 | -2/+1 |
| * | Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr, | Alfred Perlstein | 2003-12-26 | 1 | -2/+4 |
| * | Introduce a uiomove_frombuf helper routine that handles computing and | Jacques Vidrine | 2003-10-02 | 1 | -0/+23 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | - Add vm object locking to vm_pgmoveco(). | Alan Cox | 2003-06-09 | 1 | -2/+5 |
| * | Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing the | John Baldwin | 2003-05-05 | 1 | -2/+2 |
| * | Remove extraneous check. We are not going to return from copyin/out on | John Baldwin | 2003-03-25 | 1 | -2/+0 |
| * | Zero copy send and receive fixes: | Kenneth D. Merry | 2003-03-08 | 1 | -1/+1 |
| * | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | Alan Cox | 2003-03-06 | 1 | -106/+2 |
| * | Convert one of our main caddr_t consumers, uiomove(9), to void *. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -5/+5 |
| * | Clean up whitespace, unregisterize, ANSIfy, remove prototypes made | Dag-Erling Smørgrav | 2003-03-02 | 1 | -55/+19 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Reduce the number of times that we acquire and release the page queues | Alan Cox | 2002-12-29 | 1 | -2/+0 |
| * | Extend the scope of the page queues lock in vm_pgmoveco(). | Alan Cox | 2002-12-20 | 1 | -4/+4 |
| * | Hold the page queues lock when performing vm_page_busy(). | Alan Cox | 2002-12-18 | 1 | -0/+2 |
| * | Use pmap_remove_all() instead of pmap_remove() before freeing the page | Alan Cox | 2002-11-28 | 1 | -5/+4 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 1 | -1/+2 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -5/+8 |
| * | o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy() | Alan Cox | 2002-08-04 | 1 | -1/+3 |
| * | o Lock page queue accesses by vm_page_free(). | Alan Cox | 2002-07-21 | 1 | -0/+2 |
| * | Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETS | Kenneth D. Merry | 2002-07-12 | 1 | -16/+11 |
| * | Add a hashdestroy() function to undo the actions of hashinit(). | Ian Dowse | 2002-06-30 | 1 | -0/+15 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -1/+0 |
| * | More caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -4/+4 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -20/+171 |
| * | Remove UIO_USERISPACE - we do not support any split instruction/data | Peter Wemm | 2002-06-20 | 1 | -6/+0 |
| * | o Condition the compilation of uiomoveco() and vm_uiomove() | Alan Cox | 2002-05-05 | 1 | -3/+7 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -1/+1 |
| * | Fix a bug introduced in r. 1.28: when copy{in,out} would fail for an | Thomas Moestl | 2002-02-08 | 1 | -1/+2 |
| * | Change the preemption code for software interrupt thread schedules and | John Baldwin | 2002-01-05 | 1 | -1/+1 |
| * | Make uio_yield() a global. Call uio_yield() between chunks | Matthew Dillon | 2001-09-26 | 1 | -3/+1 |
| * | Fix locking on td_flags for TDF_DEADLKTREAT. If the comments in the code | John Baldwin | 2001-09-13 | 1 | -1/+6 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -12/+15 |
| * | Remove spl's in uio_yield() that are covered by the sched_lock. | John Baldwin | 2001-07-03 | 1 | -3/+0 |
| * | After one too many PRs on the subject, bite the bullet and define IOV_MAX | Garrett Wollman | 2001-06-18 | 1 | -0/+4 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+2 |
| * | Introduce copyinfrom and copyinstrfrom, which can copy data from either | Jonathan Lemon | 2001-02-16 | 1 | -0/+36 |
| * | Implement a unified run queue and adjust priority levels accordingly. | Jake Burkholder | 2001-02-12 | 1 | -1/+1 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |