| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace nits. | des | 2007-04-05 | 2 | -4/+4 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 5 | -11/+15 |
* | Annotate that this giant acqusition is dependent on tty locking. | kris | 2007-03-26 | 1 | -2/+2 |
* | o cd9660 code repo-copied, update a comment. | maxim | 2007-03-24 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 16 | -11/+132 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 3 | -22/+44 |
* | Change fifo_printinfo to check if the vnode v_fifoinfo pointer | mpp | 2007-03-02 | 1 | -0/+4 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Check that the error returned by vfs_getopts() is not ENOENT before assuming | cognet | 2007-02-21 | 1 | -2/+2 |
* | Do allow PIOCSFL in jail for setguid processes; this is more consistent | rwatson | 2007-02-19 | 1 | -4/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 18 | -146/+154 |
* | Forced commit and #include changes for repo copy from | rodrigc | 2007-02-11 | 7 | -21/+21 |
* | Add noatime to the list of mount options that msdosfs accepts. | rodrigc | 2007-02-08 | 1 | -1/+1 |
* | Style fixes: use ANSI C function declarations. | rodrigc | 2007-02-08 | 1 | -31/+8 |
* | Fix the race of dereferencing /proc/<pid>/file with execve(2) by caching | kib | 2007-02-07 | 1 | -4/+12 |
* | Eliminate some dead code which was introduced in 1.23, yet was always | rodrigc | 2007-02-06 | 1 | -11/+0 |
* | coda_vptofh is never defined nor used. | pjd | 2007-02-02 | 1 | -1/+0 |
* | Fixing compilation bustage by removing references to opt_msdosfs.h. | avatar | 2007-01-30 | 2 | -4/+0 |
* | Fix spacing from my previous commit to this file: | trhodes | 2007-01-30 | 1 | -1/+1 |
* | Add a "-o large" mount option for msdosfs. Convert compile-time checks for | rodrigc | 2007-01-30 | 2 | -36/+54 |
* | Below is slightly edited description of the LOR by Tor Egge: | kib | 2007-01-22 | 1 | -1/+24 |
* | Add a 3rd entry in the cache, which keeps the end position | trhodes | 2007-01-16 | 2 | -3/+19 |
* | Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode. | pav | 2007-01-15 | 1 | -24/+52 |
* | Tell backing v_object the filesize right on it's creation. | pav | 2007-01-07 | 1 | -1/+6 |
* | When performing a mount update to change a mount from read-only to read-write, | rodrigc | 2007-01-06 | 1 | -4/+10 |
* | Simplify code in union_hashins() and union_hashget() functions. These | rodrigc | 2007-01-05 | 1 | -24/+12 |
* | Eliminate obsolete comment, now that getushort() is implemented in | rodrigc | 2007-01-05 | 1 | -4/+0 |
* | Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink when | rodrigc | 2007-01-05 | 1 | -8/+20 |
* | Use the vnode interlock to close a race where pfs_vncache_alloc() could | jhb | 2007-01-02 | 1 | -8/+9 |
* | Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem. | pav | 2006-12-23 | 1 | -0/+12 |
* | Unbreak 64-bit little-endian systems that do require alignment. | marcel | 2006-12-21 | 1 | -18/+5 |
* | For big-endian version of getulong() macro, cast result to u_int32_t. | rodrigc | 2006-12-19 | 1 | -1/+1 |
* | Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform). | rodrigc | 2006-12-19 | 1 | -5/+1 |
* | Remove unused variable in unionfs_root(). | rodrigc | 2006-12-09 | 1 | -2/+0 |
* | Use vfs_mount_error() in a few places to give more descriptive mount error | rodrigc | 2006-12-09 | 1 | -2/+6 |
* | Add locking around calls to unionfs_get_node_status() | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | In unionfs_readdir(), prevent a possible NULL dereference. | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over | rodrigc | 2006-12-09 | 1 | -2/+3 |
* | Minor cleanup. If we are doing a mount update, and we pass in | rodrigc | 2006-12-09 | 1 | -4/+8 |
* | The ISO9660 spec does allow files up to 4G. Change the i_size | kientzle | 2006-12-08 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -10/+3 |
* | o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME | maxim | 2006-12-03 | 1 | -2/+4 |
* | Add missing includes for <sys/buf.h> and <sys/bio.h>. | rodrigc | 2006-12-02 | 1 | -0/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 4 | -3040/+3216 |
* | o From the submitter: dos2unixchr will convert to lower case if | maxim | 2006-11-26 | 1 | -2/+4 |
* | Fix an integer overflow and allow access to files larger than 4GB on | le | 2006-11-20 | 3 | -19/+19 |
* | Wake up PIOCWAIT handler on the process exit in addition to the stop | kib | 2006-11-17 | 1 | -2/+2 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 3 | -5/+5 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 10 | -63/+107 |
* | Create a bidirectional mapping of the DOS 'read only' attribute | bp | 2006-11-05 | 3 | -2/+20 |