| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not drop Giant around the poll method yet, we're not ready for it. | phk | 2004-04-12 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 47 | -189/+1 |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 1 | -1/+1 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | rwatson | 2004-03-31 | 2 | -2/+2 |
* | Catch all cases where bread() returns an error and a valid *bp, and release | scottl | 2004-03-30 | 2 | -6/+11 |
* | Clean up the stub fake vnode locking implemenations. The main reason this | peter | 2004-03-29 | 1 | -0/+9 |
* | Don't reject FAT file systems with a number of "Heads" greater than | rwatson | 2004-03-14 | 1 | -1/+1 |
* | When taking event callbacks (like process_exit) out from under Giant, those | green | 2004-03-14 | 1 | -0/+2 |
* | When I was a kid my work table was one cluttered mess an cleaning it up | phk | 2004-03-11 | 1 | -20/+0 |
* | Remove unused second arg to vfinddev(). | phk | 2004-03-11 | 1 | -1/+3 |
* | Don't call devsw() more than we need to, and in particular do not expose | phk | 2004-03-10 | 1 | -4/+4 |
* | Change __FUNCTION__ to __func__ | scottl | 2004-03-03 | 1 | -2/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -1/+2 |
* | Do not attempt to open NODEV | phk | 2004-02-24 | 1 | -0/+3 |
* | Fix comment containing vop_readdir_args contents: a_cookies is really | tjr | 2004-02-23 | 1 | -1/+1 |
* | cookies is an array of u_long, not u_int, so MALLOC() it accordingly. | tjr | 2004-02-23 | 1 | -2/+2 |
* | Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun | bde | 2004-02-21 | 1 | -2/+1 |
* | Device megapatch 6/6: | phk | 2004-02-21 | 1 | -9/+30 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 1 | -2/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -8/+10 |
* | Report the correct length for symlink entries. | phk | 2004-02-19 | 1 | -1/+1 |
* | Use size_t or ssize_t wherever appropriate instead of casting from int * | tjr | 2004-02-19 | 2 | -26/+27 |
* | Do not place dirmask in unnamed padding. Move it to the bottom of this | trhodes | 2004-02-17 | 1 | -1/+1 |
* | If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF, | tjr | 2004-02-17 | 1 | -2/+4 |
* | White-space align a struct definition. | phk | 2004-02-15 | 3 | -37/+27 |
* | Fixed some style bugs: | bde | 2004-02-14 | 1 | -4/+4 |
* | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces | bde | 2004-02-12 | 1 | -11/+12 |
* | Fix a panic in pseudofs(9) that could occur when doing an I/O | nectar | 2004-02-10 | 1 | -0/+5 |
* | Fixes problems that occurred when a file was removed and a directory | tjr | 2004-02-10 | 3 | -1/+42 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 5 | -19/+44 |
* | Fix style(9) of my previous commit. | cperciva | 2004-01-21 | 1 | -1/+1 |
* | Allow devfs path rules to work on directories. Without this fix, | cperciva | 2004-01-21 | 1 | -1/+2 |
* | Spell magic '16' number as IO_SEQSHIFT. | kan | 2004-01-19 | 1 | -1/+1 |
* | Do not allow operations which cause known file-system corruption. | green | 2004-01-16 | 1 | -2/+8 |
* | Remove a warning. | green | 2004-01-16 | 1 | -2/+0 |
* | Fix an upper-vnode leak created in revision 1.52. When an upper-layer | green | 2004-01-16 | 2 | -19/+13 |
* | Fix an inverted test for NOPEN in the unused function smb_smb_flush(). | tjr | 2004-01-12 | 1 | -1/+1 |
* | Don't try to unlock the directory vnode in null_lookup() if the lock is | truckman | 2004-01-11 | 1 | -1/+1 |
* | Restore closing of SMB find handle in smbfs_close(). | tjr | 2004-01-10 | 1 | -1/+8 |
* | Lock p->p_textvp before calling vn_fullpath() on it. Note the | rwatson | 2004-01-07 | 1 | -0/+2 |
* | In smbfs_inactive(), only invalidate the node's attribute cache if we | tjr | 2004-01-04 | 1 | -1/+1 |
* | Pass ACL, extended attribute and MAC vnode ops down the vnode stack. | tjr | 2004-01-03 | 1 | -0/+239 |
* | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls. | phk | 2004-01-02 | 1 | -0/+5 |
* | Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentation | bde | 2003-12-29 | 1 | -58/+68 |
* | Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock() | bde | 2003-12-29 | 1 | -11/+8 |
* | Fixed style bugs in rev.1.112. The bugs started with obscure magic | bde | 2003-12-29 | 1 | -12/+12 |
* | v_vxproc was a bogus name for a thread (pointer). | bde | 2003-12-28 | 1 | -2/+2 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 5 | -1/+106 |
* | Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid | tjr | 2003-12-22 | 1 | -1/+1 |
* | Avoid sign extension when casting signed characters to unsigned wide | tjr | 2003-12-16 | 1 | -2/+2 |