| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 1 | -3/+3 |
| * | - Split the run queue and sleep queue linkage, so that a process | Jake Burkholder | 2000-11-17 | 1 | -1/+1 |
| * | Don't release and acquire Giant in mi_switch(). Instead, release and | John Baldwin | 2000-11-16 | 1 | -0/+2 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -2/+1 |
| * | GC vax-only code | Eivind Eklund | 2000-09-14 | 1 | -47/+0 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -1/+6 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | These changes appear to give us benefits with both small (32MB) and | Kirk McKusick | 1999-07-08 | 1 | -2/+9 |
| * | This solves a deadlock that can occur when read()ing into a file-mmap() | Julian Elischer | 1999-03-12 | 1 | -4/+12 |
| * | The previous commit also fixed a possibly-wrong (too high) priority | Bruce Evans | 1999-02-22 | 1 | -1/+1 |
| * | Improved scheduling in uiomove(), etc. resched_wanted() is true too | Bruce Evans | 1999-02-22 | 1 | -6/+6 |
| * | Switch context before doing some i/o operations that might block if | Bruce Evans | 1999-02-02 | 1 | -1/+26 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -5/+5 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -13/+11 |
| * | remove nonsense code. | Poul-Henning Kamp | 1998-08-04 | 1 | -4/+2 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -4/+4 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -4/+4 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | 1) Start using a cleaner and more consistant page allocator instead | John Dyson | 1998-02-05 | 1 | -2/+3 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -2/+5 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -2/+65 |
| * | Some performance improvements, and code cleanups (including changing our | John Dyson | 1997-12-19 | 1 | -1/+76 |
| * | Rename "struct kmemstats" to "struct malloc_type" it makes more sense now. | Poul-Henning Kamp | 1997-10-10 | 1 | -3/+5 |