Age | Commit message (Expand) | Author |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-12-01 | Add missing cache_purge() in msdosfs_rename(). | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-10-08 | When moving a directory to under a new parent, write the correct | Tom Cosgrove |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat |
2005-03-14 | Fix typo in comment | Tom Cosgrove |
2005-03-02 | (And remember to remove the block on filesystems > 128 GB) | Tom Cosgrove |
2005-03-02 | Add support for MS-DOS filesystems > 128 GB, by changing the way we | Tom Cosgrove |
2005-03-02 | Make all the MS-DOS filesystem code ignore trailing dots and spaces, in | Tom Cosgrove |
2005-03-01 | Fix an integer overflow that prevented us from reading files >= 2 GB | Tom Cosgrove |
2005-03-01 | The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so | Tom Cosgrove |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-30 | kill breada(), from Sven Dehmlow. ok tedu@ millert@ | Pedro Martelletto |
2004-11-29 | Don't use seltrue() in poll ops since it requires v_rdev dereferencing | Alexander Yurchenko |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-16 | remove printfs i left in. noticed by marc@ | Ted Unangst |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-12 | 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@ | Ted Unangst |
2004-03-31 | Fix false positives when comparing long file names that have the | Todd C. Miller |
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 |