| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather than | jhb | 2006-02-10 | 1 | -1/+1 |
* | - No need to WANTPARENT when we're just going to vrele it in a deadlock | jeff | 2006-02-07 | 1 | -4/+1 |
* | Make UDF endian-safe. | will | 2006-02-03 | 3 | -3/+3 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | jeff | 2006-02-01 | 2 | -14/+11 |
* | - Remove a stale comment. This function was rewritten to be SMP safe some | jeff | 2006-01-30 | 1 | -6/+0 |
* | Update incorrect comments here, there should not be a call to panic() | trhodes | 2006-01-23 | 1 | -4/+4 |
* | Do not assume that `char direntry::deExtension[3]' starts right after | fjoe | 2006-01-22 | 4 | -17/+16 |
* | Convert last four functions in coda_vnops.c to ANSI C function | rwatson | 2006-01-21 | 1 | -14/+6 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 7 | -7/+32 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -0/+1 |
* | o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typo | maxim | 2006-01-09 | 1 | -1/+1 |
* | o Typo in the debug message: s/skiped/skipped. | maxim | 2006-01-05 | 1 | -1/+1 |
* | When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule | rwatson | 2006-01-03 | 1 | -2/+4 |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -4/+4 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 3 | -5/+5 |
* | Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option | avatar | 2005-12-05 | 1 | -3/+1 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -1/+1 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 3 | -4/+4 |
* | Fix -Wundef. | ru | 2005-12-04 | 2 | -4/+4 |
* | Fix interaction with Windows 2000/XP based servers: | bp | 2005-11-22 | 1 | -1/+3 |
* | Properly parse the nowin95 mount option. | rodrigc | 2005-11-19 | 1 | -5/+4 |
* | Add "shortnames" and "longnames" mount options which are | rodrigc | 2005-11-18 | 1 | -1/+5 |
* | - Add errmsg to the list of smbfs mount options. | rodrigc | 2005-11-16 | 1 | -7/+23 |
* | This is a workaround for a complicated issue involving VFS cookies and devfs. | dwhite | 2005-11-09 | 1 | -0/+24 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 22 | -36/+36 |
* | Use correct cirteria for determining which directory entries we can | phk | 2005-10-18 | 1 | -1/+1 |
* | Implement the full range of ISO9660 number conversion routines in iso.h. | des | 2005-10-18 | 1 | -49/+35 |
* | Unconditionally mount a CD9660 filesystem as read-only, instead of | rodrigc | 2005-10-17 | 1 | -2/+4 |
* | Use the actual sector size of the media instead of hard-coding it to 2048. | rodrigc | 2005-10-17 | 1 | -3/+12 |
* | Unconditionally mount a UDF filesystem as read-only, instead of | rodrigc | 2005-10-17 | 1 | -2/+4 |
* | - Fix typo. | flz | 2005-10-17 | 1 | -1/+1 |
* | Update nwfs_lookup() to match the current cache_lookup() API. | truckman | 2005-10-16 | 1 | -26/+11 |
* | Reflect mpsafety of the underlying filesystem in the nullfs image. | kris | 2005-10-16 | 1 | -0/+1 |
* | Apply the same fix to a potential race in the ISDOTDOT code in | truckman | 2005-10-16 | 1 | -3/+4 |
* | In preparation for making the modules actually use opt_*.h files | yar | 2005-10-14 | 2 | -8/+0 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | - Do not hardcode the bsize to a sectorsize of 2048, even though | rodrigc | 2005-10-09 | 1 | -5/+21 |
* | We don't need 'imp' here. | pjd | 2005-10-07 | 1 | -1/+0 |
* | Second attempt at a work-around for fifo-related socket panics during | rwatson | 2005-10-01 | 1 | -0/+4 |
* | The NWFS code in RELENG_6 is broken due to a typo in | phk | 2005-09-30 | 1 | -1/+1 |
* | Remove checks for BOOTSIG[23] from FAT32 bootblocks. | peadar | 2005-09-29 | 2 | -8/+2 |
* | Back out fifo_vnops.c:1.127, which introduced an sx lock around I/O on | rwatson | 2005-09-27 | 1 | -16/+3 |
* | Assert v_fifoinfo is non-NULL in fifo_close() in order to catch | rwatson | 2005-09-26 | 1 | -0/+1 |
* | Lock the read socket receive buffer when frobbing the sb_state flag on | rwatson | 2005-09-25 | 1 | -2/+2 |
* | Make rule zero really magical, that way we don't have to do anything | phk | 2005-09-24 | 3 | -153/+99 |
* | For reasons of consistency (and necessity), assert an exclusive vnode | rwatson | 2005-09-23 | 1 | -0/+1 |
* | Add fi_sx, an sx lock to serialize I/O operations on the socket pair | rwatson | 2005-09-22 | 1 | -3/+16 |
* | Rewamp DEVFS internals pretty severely [1]. | phk | 2005-09-19 | 6 | -446/+437 |
* | Assert that (vp) is locked in fifo_close(), since we rely on the | rwatson | 2005-09-18 | 1 | -0/+1 |
* | Don't attempt to recurse lockmgr, it doesn't like it. | phk | 2005-09-15 | 2 | -3/+6 |