| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a minor error in pipe_stat - st_size was always reported as 0 | silby | 2004-07-20 | 1 | -1/+4 |
* | Revise the direct or optimized case to use uiomove_fromphys() by the reader | alc | 2004-03-27 | 1 | -60/+18 |
* | Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state | rwatson | 2004-02-26 | 1 | -0/+1 |
* | Update comment regarding MAC labels: we no longer pass endpoints | rwatson | 2004-02-25 | 1 | -7/+3 |
* | Correct some major SMP-harmful problems in the pipe implementation. First | green | 2004-02-22 | 1 | -41/+66 |
* | Don't dec/inc the amountpipes counter every time we resize a pipe -- | rwatson | 2004-02-03 | 1 | -2/+3 |
* | Catch instances of (pipe == NULL) that were obsoleted with recent | rwatson | 2004-02-03 | 1 | -6/+6 |
* | Coalesce pipe allocations and frees. Previously, the pipe code | rwatson | 2004-02-01 | 1 | -91/+150 |
* | Fix an error in a KASSERT string: it's pipe_free_kmem(), not | rwatson | 2004-01-31 | 1 | -1/+1 |
* | New file descriptor allocation code, derived from similar code introduced | des | 2004-01-15 | 1 | -0/+1 |
* | Back out 1.160, which was committed by mistake. | des | 2004-01-11 | 1 | -1/+0 |
* | Mechanical whitespace cleanup. | des | 2004-01-11 | 1 | -27/+27 |
* | Mechanical whitespace cleanup + minor style nits. | des | 2004-01-11 | 1 | -1/+3 |
* | Fix the maxpipekva warning message so that it points to the correct | silby | 2003-12-28 | 1 | -1/+1 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | - Delay the allocation of memory for the pipe mutex until we need it. | alc | 2003-11-06 | 1 | -5/+1 |
* | - Simplify pipespace() by eliminating the explicit creation of vm objects. | alc | 2003-11-06 | 1 | -10/+2 |
* | Unlock pipe mutex when failing MAC pipe ioctl access control check. | rwatson | 2003-11-03 | 1 | -1/+3 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -1/+1 |
* | falloc allocates a file structure and adds it to the file descriptor | dwmalone | 2003-10-19 | 1 | -1/+3 |
* | fix a problem referencing free'd memory. This is only a problem for | jmg | 2003-10-12 | 1 | -2/+7 |
* | pipe_build_write_buffer() only requires read access of the page that it | alc | 2003-09-12 | 1 | -1/+2 |
* | Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently, | alc | 2003-09-08 | 1 | -35/+11 |
* | Giant is no longer required by pipe_destroy_write_buffer(). Reduce | alc | 2003-09-06 | 1 | -9/+7 |
* | if we got this far, we definately don't have an EBADF. Return a more | jmg | 2003-08-15 | 1 | -1/+1 |
* | - The vm_object pointer in pipe_buffer is unused. Remove it. | alc | 2003-08-13 | 1 | -5/+2 |
* | Pipespace() no longer requires Giant. | alc | 2003-08-11 | 1 | -2/+2 |
* | More pipe changes: | silby | 2003-08-11 | 1 | -38/+26 |
* | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreaded | alc | 2003-08-11 | 1 | -3/+3 |
* | - Remove GIANT_REQUIRED from pipespace(). | alc | 2003-08-08 | 1 | -4/+0 |
* | - Remove GIANT_REQUIRED from pipe_free_kmem(). | alc | 2003-08-07 | 1 | -3/+0 |
* | Remove test in pipe_write() which causes write(2) to return EAGAIN | pb | 2003-07-30 | 1 | -1/+1 |
* | The introduction of vm object locking has caused witness to reveal | alc | 2003-07-30 | 1 | -1/+1 |
* | A few minor changes: | silby | 2003-07-09 | 1 | -6/+7 |
* | Put some concrete limits on pipe memory consumption: | silby | 2003-07-08 | 1 | -17/+68 |
* | Initialize struct fileops with C99 sparse initialization. | phk | 2003-06-18 | 1 | -2/+8 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | style(9). | mux | 2003-06-09 | 1 | -12/+20 |
* | Need to hold the same SMP lock for (knote) list traversal as for | hsu | 2003-04-02 | 1 | -1/+1 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Do not allow kqueues to be passed via unix domain sockets. | alfred | 2003-02-15 | 1 | -1/+1 |
* | Use atomic ops to update amountpipekva. Amountpipekva represents the | alc | 2003-02-13 | 1 | -5/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -12/+12 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -12/+12 |
* | White-space changes. | phk | 2002-12-24 | 1 | -7/+7 |
* | Detediousficate declaration of fileops array members by introducing | phk | 2002-12-23 | 1 | -12/+7 |
* | Remove a KASSERT I added in 1.73 to catch uninitialized pipes. | alfred | 2002-10-14 | 1 | -2/+0 |
* | whitespace fixes. | alfred | 2002-10-12 | 1 | -2/+2 |