Age | Commit message (Expand) | Author |
2003-12-10 | fix NULL/0 mixup | Jun-ichiro itojun Hagino |
2003-12-04 | Typos | Miod Vallat |
2003-11-13 | Couple of typos in poll changes. ok millert@ | Dale Rahn |
2003-10-22 | from netbsd: | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | don't write grabage in unused direntry field. newer windows versions | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-07-29 | constify the conversion tables | Michael Shalayeff |
2003-05-07 | string cleaning; ok art tedu | Theo de Raadt |
2003-04-26 | fix handling when renaming directories on fat32. mv a/b . would mess up the | Ted Unangst |
2003-04-18 | support for making directories +x without affecting normal files | Ted Unangst |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-05-24 | protect biodone with splbio | Artur Grabowski |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-12-02 | Fix msdos filesystem read/write errors with large files, bug introduced | Dale Rahn |
2001-11-28 | don't generate an error if setting the gid/uid doesn't actually change | Jakob Schlyter |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | VOP_UNLOCK + vrele does not alway == vput | Constantine Sapuntzakis |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-23 | retreive -> retrieve | Aaron Campbell |
2001-07-26 | remove unused support for creating files and directories from | assar |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Get rid of several vnode operations | Constantine Sapuntzakis |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-06-07 | Avoid superfluous vrele in msdosfs_rename. | Artur Grabowski |
2000-03-15 | Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. | Aaron Campbell |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-11-17 | There is no msdosfs_abortop. Remove prototype. | Artur Grabowski |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-01 | do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. Not | Theo de Raadt |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski |
1999-02-19 | Fix a bug where the root directory could look corrupted on FAT12. | Artur Grabowski |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-10 | honor MNT_NOATIME. from FreeBSD | Artur Grabowski |
1999-01-10 | make this compile with MSDOSFS_DEBUG | Artur Grabowski |
1999-01-10 | make this work with MSDOSFS_DEBUG | Artur Grabowski |