| Commit message (Expand) | Author | Age | Files | Lines |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 2 | -43/+25 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -7/+7 |
* | Add dropped implementation of ioctl for fifos. | phk | 2004-11-18 | 1 | -1/+20 |
* | Make vnode bypass for fifos (read, write, poll) mandatory. | phk | 2004-11-17 | 1 | -133/+6 |
* | Add file ops to fifofs so that we can bypass vnodes (and Giant) for the | phk | 2004-11-15 | 1 | -1/+164 |
* | fifos doesn't need a vop_lookup, the default will do fine. | phk | 2004-11-13 | 1 | -19/+0 |
* | Properly implement a default version of VOP_GETWRITEMOUNT. | phk | 2004-11-06 | 1 | -1/+0 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -5/+5 |
* | Remove unlocked read annotation for sbspace(); the read is locked. | rwatson | 2004-06-23 | 1 | -1/+0 |
* | Merge some additional leaf node socket buffer locking from | rwatson | 2004-06-18 | 1 | -6/+27 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+2 |
* | Grab the socket buffer send or receive mutex when performing a | rwatson | 2004-06-15 | 1 | -0/+6 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -5/+5 |
* | Add MSG_NBIO flag option to soreceive() and sosend() that causes | truckman | 2004-06-01 | 1 | -12/+6 |
* | Switch from using the vnode interlock to a private mutex in fifo_open() | truckman | 2004-05-17 | 1 | -24/+23 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 2 | -8/+0 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | rwatson | 2004-03-31 | 1 | -1/+1 |
* | Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for | truckman | 2003-11-16 | 1 | -6/+3 |
* | If fifo_open() is interrupted, fifo_close() may not get called, causing | truckman | 2003-11-10 | 1 | -9/+23 |
* | 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 |