| Commit message (Expand) | Author | Age | Files | Lines |
* | nmount'ify unionfs further by using separate options instead | mux | 2002-06-15 | 2 | -6/+16 |
* | Convert UDF to nmount. | mux | 2002-06-15 | 2 | -50/+28 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 4 | -105/+102 |
* | Change null_hashlock into null_hashmtx, because there is no need for | semenu | 2002-06-13 | 1 | -22/+15 |
* | Fix the "error" path (when dropping not fully initialized vnode). | semenu | 2002-06-13 | 3 | -19/+26 |
* | Fix wrong locking in null_inactive and null_reclaim. This makes nullfs | semenu | 2002-06-13 | 1 | -10/+7 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 5 | -88/+88 |
* | Make devfs to give honour to PDIRUNLOCK flag. | semenu | 2002-06-01 | 1 | -9/+13 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 2 | -51/+16 |
* | Convert unionfs to nmount. | mux | 2002-05-24 | 2 | -25/+22 |
* | Fix comments. | mux | 2002-05-24 | 1 | -1/+1 |
* | Convert nullfs to nmount. | mux | 2002-05-23 | 2 | -17/+12 |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 1 | -6/+14 |
* | Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER. | semenu | 2002-05-21 | 1 | -2/+6 |
* | 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 | 2 | -16/+49 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 8 | -9/+11 |
* | Remove a check of blocknumbers/offsets which will be pointless with | phk | 2002-05-18 | 1 | -12/+0 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 28 | -61/+63 |
* | In VOP_LOOKUP, don't assume that the final pathname component | mux | 2002-05-16 | 1 | -2/+1 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 3 | -8/+8 |
* | Fix several bugs in devfs_lookupx(). When we check the nameiop to | mux | 2002-05-10 | 1 | -3/+3 |
* | Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. | jeff | 2002-05-04 | 2 | -0/+2 |
* | HPFS picks up the vop_stdgetpages and vop_stdputpages member functions | phk | 2002-05-03 | 1 | -2/+0 |
* | s/pfs_badop/vop_eopnotsupp/ | des | 2002-05-03 | 1 | -17/+9 |
* | Convert devfs to nmount. | mux | 2002-05-02 | 1 | -6/+5 |
* | Convert the pseudofs framework to nmount (thus procfs and linprocfs). | mux | 2002-05-02 | 2 | -8/+8 |
* | Convert fdescfs to nmount. | mux | 2002-05-02 | 1 | -6/+5 |
* | Don't reference vop_std* since they are already implicitly | scottl | 2002-05-02 | 1 | -3/+0 |
* | Use vop_panic() instead of rolling our own. | phk | 2002-05-02 | 2 | -43/+19 |
* | In udf_bmap(), return the physical block number, not the logical | scottl | 2002-05-02 | 1 | -1/+5 |
* | Fix udf_read(). Honor the uio_resid when determining the size of | scottl | 2002-04-30 | 1 | -16/+22 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -8/+10 |
* | Use vnode locking with devfs; permit VFS locking assertions to make | rwatson | 2002-04-29 | 1 | -0/+6 |
* | UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag | bp | 2002-04-26 | 1 | -0/+6 |
* | Track nfs's getpages() changes: | bp | 2002-04-23 | 1 | -12/+46 |
* | Get rid from extra #ifdefs. | bp | 2002-04-23 | 2 | -79/+4 |
* | Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined. | bde | 2002-04-21 | 1 | -3/+6 |
* | Include <sys/systm.h> for (at least) the definition of atomic functions | bde | 2002-04-21 | 1 | -0/+1 |
* | Don't put a line break in string literals. GCC 3.1 complains and GCC | marcel | 2002-04-20 | 1 | -13/+10 |
* | Spelling fix for comment. | rwatson | 2002-04-20 | 1 | -1/+1 |
* | Cleanup of logic, flow and comments. | alfred | 2002-04-18 | 1 | -20/+18 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 2 | -4/+4 |
* | Sync with UDF p4 tree: Use POSIX integer types instead of BSD types. | asmodai | 2002-04-15 | 4 | -159/+159 |
* | Actually add the UDF files! | scottl | 2002-04-14 | 7 | -0/+2986 |
* | Remove stale XXX comment. | jhb | 2002-04-14 | 1 | -1/+0 |
* | - Change procfs_control()'s first argument to be a thread pointer instead | jhb | 2002-04-13 | 1 | -47/+32 |
* | Lock the target process for p_candebug(). | jhb | 2002-04-13 | 1 | -3/+4 |
* | Lock the target process in procfs_doproc*regs() for p_candebug and while | jhb | 2002-04-13 | 3 | -9/+23 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -18/+17 |