| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revision 1.178 | Jeff Roberson | 2005-02-27 | 1 | -9/+1 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | MFC rev 1.183; fix panic when too many pipes are allocated. | Mike Silbersack | 2005-01-24 | 1 | -1/+3 |
| * | Major enhancements to pipe memory usage: | Mike Silbersack | 2004-08-16 | 1 | -55/+136 |
| * | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -6/+11 |
| * | Standardize pipe locking, ensuring that everything is locked via | Mike Silbersack | 2004-08-03 | 1 | -152/+115 |
| * | * Add a "how" argument to uma_zone constructors and initialization functions | Brian Feldman | 2004-08-02 | 1 | -6/+8 |
| * | Don't perform pipe endpoint locking during pipe_create(), as the pipe | Robert Watson | 2004-07-23 | 1 | -11/+20 |
| * | Fix a minor error in pipe_stat - st_size was always reported as 0 | Mike Silbersack | 2004-07-20 | 1 | -1/+4 |
| * | Revise the direct or optimized case to use uiomove_fromphys() by the reader | Alan Cox | 2004-03-27 | 1 | -60/+18 |
| * | Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state | Robert Watson | 2004-02-26 | 1 | -0/+1 |
| * | Update comment regarding MAC labels: we no longer pass endpoints | Robert Watson | 2004-02-25 | 1 | -7/+3 |
| * | Correct some major SMP-harmful problems in the pipe implementation. First | Brian Feldman | 2004-02-22 | 1 | -41/+66 |
| * | Don't dec/inc the amountpipes counter every time we resize a pipe -- | Robert Watson | 2004-02-03 | 1 | -2/+3 |
| * | Catch instances of (pipe == NULL) that were obsoleted with recent | Robert Watson | 2004-02-03 | 1 | -6/+6 |
| * | Coalesce pipe allocations and frees. Previously, the pipe code | Robert Watson | 2004-02-01 | 1 | -91/+150 |
| * | Fix an error in a KASSERT string: it's pipe_free_kmem(), not | Robert Watson | 2004-01-31 | 1 | -1/+1 |
| * | New file descriptor allocation code, derived from similar code introduced | Dag-Erling Smørgrav | 2004-01-15 | 1 | -0/+1 |
| * | Back out 1.160, which was committed by mistake. | Dag-Erling Smørgrav | 2004-01-11 | 1 | -1/+0 |
| * | Mechanical whitespace cleanup. | Dag-Erling Smørgrav | 2004-01-11 | 1 | -27/+27 |
| * | Mechanical whitespace cleanup + minor style nits. | Dag-Erling Smørgrav | 2004-01-11 | 1 | -1/+3 |
| * | Fix the maxpipekva warning message so that it points to the correct | Mike Silbersack | 2003-12-28 | 1 | -1/+1 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
| * | - Delay the allocation of memory for the pipe mutex until we need it. | Alan Cox | 2003-11-06 | 1 | -5/+1 |
| * | - Simplify pipespace() by eliminating the explicit creation of vm objects. | Alan Cox | 2003-11-06 | 1 | -10/+2 |
| * | Unlock pipe mutex when failing MAC pipe ioctl access control check. | Robert Watson | 2003-11-03 | 1 | -1/+3 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -1/+1 |
| * | falloc allocates a file structure and adds it to the file descriptor | David Malone | 2003-10-19 | 1 | -1/+3 |
| * | fix a problem referencing free'd memory. This is only a problem for | John-Mark Gurney | 2003-10-12 | 1 | -2/+7 |
| * | pipe_build_write_buffer() only requires read access of the page that it | Alan Cox | 2003-09-12 | 1 | -1/+2 |
| * | Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently, | Alan Cox | 2003-09-08 | 1 | -35/+11 |
| * | Giant is no longer required by pipe_destroy_write_buffer(). Reduce | Alan Cox | 2003-09-06 | 1 | -9/+7 |
| * | if we got this far, we definately don't have an EBADF. Return a more | John-Mark Gurney | 2003-08-15 | 1 | -1/+1 |
| * | - The vm_object pointer in pipe_buffer is unused. Remove it. | Alan Cox | 2003-08-13 | 1 | -5/+2 |
| * | Pipespace() no longer requires Giant. | Alan Cox | 2003-08-11 | 1 | -2/+2 |
| * | More pipe changes: | Mike Silbersack | 2003-08-11 | 1 | -38/+26 |
| * | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreaded | Alan Cox | 2003-08-11 | 1 | -3/+3 |
| * | - Remove GIANT_REQUIRED from pipespace(). | Alan Cox | 2003-08-08 | 1 | -4/+0 |
| * | - Remove GIANT_REQUIRED from pipe_free_kmem(). | Alan Cox | 2003-08-07 | 1 | -3/+0 |
| * | Remove test in pipe_write() which causes write(2) to return EAGAIN | Pierre Beyssac | 2003-07-30 | 1 | -1/+1 |
| * | The introduction of vm object locking has caused witness to reveal | Alan Cox | 2003-07-30 | 1 | -1/+1 |
| * | A few minor changes: | Mike Silbersack | 2003-07-09 | 1 | -6/+7 |
| * | Put some concrete limits on pipe memory consumption: | Mike Silbersack | 2003-07-08 | 1 | -17/+68 |
| * | Initialize struct fileops with C99 sparse initialization. | Poul-Henning Kamp | 2003-06-18 | 1 | -2/+8 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | style(9). | Maxime Henrion | 2003-06-09 | 1 | -12/+20 |
| * | Need to hold the same SMP lock for (knote) list traversal as for | Jeffrey Hsu | 2003-04-02 | 1 | -1/+1 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -1/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Do not allow kqueues to be passed via unix domain sockets. | Alfred Perlstein | 2003-02-15 | 1 | -1/+1 |