Age | Commit message (Expand) | Author |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski |
2002-02-08 | simplify sys_pread a bit. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-04 | Don't ffree the newly allocated file before calling dupfdopen. | Artur Grabowski |
2002-01-21 | Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr() | Todd C. Miller |
2002-01-18 | record ctime for the mountpoint, mount time or last mount update; art@ ok | Michael Shalayeff |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-23 | Indentation. | Artur Grabowski |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-14 | Isn't copy 'n paste a great invention? | Artur Grabowski |
2001-05-14 | Remove some unnecessary code + some random cleanup. | Artur Grabowski |
2001-05-13 | Add pad argument for p{read,write}v? to the syscall args comment for | Todd C. Miller |
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2001-02-12 | Check if softdep is enabled for this fs before calling softdep's | Federico G. Schwindt |
2000-04-20 | p{read,write}{,v} from csapuntz, partial NetBSD origin I think | Theo de Raadt |
2000-04-15 | Fix sys_sync to actually sync all file systems. | Constantine Sapuntzakis |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
2000-02-07 | (sys_getfh): moved here from nfs_syscalls.c | assar |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar |
1999-12-06 | Yet another solution to the mfs unmount/kill race (not ugly this time). | Artur Grabowski |
1999-07-30 | do not permit regular users to chflags/fchflags on chr or blk devices -- | Theo de Raadt |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-02-26 | adaptation to uvm vnode pager | Artur Grabowski |
1999-02-15 | reorder some flag handling in unmount for safer locking | Artur Grabowski |
1999-02-15 | Fail correctly when trying to match a filesystem on the old typenum | Artur Grabowski |
1999-01-19 | Single Unix specification 2 says that rmdir(".") should suceed or give EBUSY | Artur Grabowski |
1999-01-10 | remove unnecessary declaration of dounmount | Artur Grabowski |
1998-12-28 | remove old leftovers from lite2 upgrade | Artur Grabowski |
1998-12-23 | Opps. the flag that says that we are sleeping is MNT_MWAIT, not MNT_WAIT | Artur Grabowski |
1998-12-21 | return EOPNOTSUPP when there is no support for this filesystem in the kernel. | Artur Grabowski |
1998-12-10 | Several fixes to dounmount. | Artur Grabowski |
1998-11-12 | Integrate latest soft updates patches for McKusick. | Constantine Sapuntzakis |
1998-09-27 | Only update vfs_refcount when the mount succeeds and MNT_UPDATE not set. | Todd C. Miller |