Age | Commit message (Expand) | Author |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-23 | Fix possible crash on invalid filesystems. | Tobias Stoeckmann |
2014-06-18 | Fix off by one in pm_inusemap. | Tobias Stoeckmann |
2014-05-27 | Fix 'mount -ur' for msdosfs | Stefan Fritsch |
2014-05-09 | stop using B_AGE, it was effectively retired some time ago. | Ted Unangst |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
2014-04-21 | msdosfs timestamps can only represent 1/1/1980 through | Kenneth R Westerback |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2013-12-24 | fix error checking oddity in msdosfs code, as noted by kettenis@ | Alexander Hall |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-23 | revoke's default imp works. | Marc Espie |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-01-15 | Make the FAT setattr handling more consistent about unsupported | Martynas Venckus |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-09-06 | Remove the need to occasionally treat dos file names as strings by | Kenneth R Westerback |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2012-04-05 | As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583, | Mike Belopuhov |
2012-02-16 | add kevent support for msdosfs to make applications | Robert Nagy |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-11-17 | Teach msdosfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-10-27 | improve the look of a for loop | Theo de Raadt |
2010-09-23 | Change: | Owain Ainsworth |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-05-16 | Make the DE_INTERNALIZE/EXTERNALIZE macros copy to/from the struct | Nicholas Marriott |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-01-24 | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, | Kenneth R Westerback |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-08-30 | lock the vnode before calling VOP_CLOSE() in msdofs_unmount(). | Thordur I. Bjornsson |
2009-08-14 | - deregister; no binary change | Jasper Lievisse Adriaanse |
2009-08-13 | - ansify function declarations, no binary change | Jasper Lievisse Adriaanse |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-13 | - missing printf("\n"); after calling lockmgr_printinfo() | Jasper Lievisse Adriaanse |
2009-08-09 | indicate success for setting directory attributes; first step towards | Martynas Venckus |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |