| Commit message (Expand) | Author | Age | Files | Lines |
* | Partially back out rev 1.87 by nuking fifo_inactive() and moving the | truckman | 2003-06-16 | 1 | -20/+4 |
* | Clean up the fifo_open() implementation: | truckman | 2003-06-13 | 1 | -45/+30 |
* | Fix up locking problems in fifo_open() and fifo_close(): | truckman | 2003-06-01 | 1 | -25/+73 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+1 |
* | Better fix for the problem addressed by rev.1.79: don't loop in | bde | 2003-03-24 | 1 | -8/+13 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -6/+7 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -6/+6 |
* | There is some sort of race/deadlock which I have not identified | phk | 2002-12-29 | 1 | -1/+6 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -1/+1 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -2/+0 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | Handle one more case of a fifofs filetmp: set filetmp.f_cred to | rwatson | 2002-08-20 | 1 | -2/+3 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -2/+6 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -2/+3 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -30/+4 |
* | Lock the writer socket across sorwakeup(fip->fi_writesock). | tanimura | 2002-05-21 | 1 | -1/+3 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -4/+28 |
* | Use vop_panic() instead of rolling our own. | phk | 2002-05-02 | 1 | -23/+11 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -8/+10 |
* | Cleanup of logic, flow and comments. | alfred | 2002-04-18 | 1 | -20/+18 |
* | Remove __P. | alfred | 2002-03-19 | 2 | -14/+14 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Fix select on fifos. | alfred | 2002-01-14 | 1 | -11/+29 |
* | don't initialize the mutex in the temporary struct file, the soo_* | alfred | 2002-01-14 | 1 | -6/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -4/+13 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -2/+4 |
* | Fix select on named pipes without a reader. | alfred | 2001-12-12 | 1 | -1/+0 |
* | Switch behavior of fifos to more closely match what goes on in other OSes. | alfred | 2001-11-08 | 1 | -0/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -23/+24 |
* | The kq write filter was hooked up to the wrong socket, and thus was | jlemon | 2001-06-06 | 1 | -4/+11 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -28/+0 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -30/+36 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | phk | 2000-08-18 | 1 | -15/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+86 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Set the sender's low watermark to match the maximum size for atomic | bde | 1997-12-19 | 1 | -1/+2 |
* | Fixed EOF handing. | bde | 1997-12-13 | 1 | -8/+2 |