| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too | bde | 1997-12-13 | 1 | -2/+32 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Use unique sleep message strings. | bde | 1997-10-27 | 1 | -4/+3 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -18/+7 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -35/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -8/+1 |
* | vnops megacommit | phk | 1997-10-15 | 2 | -88/+70 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -45/+44 |