Age | Commit message (Expand) | Author |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-16 | check for VBAD vnodes on getvnode(). ok andreas@, tedu@ and marius@ | Pedro Martelletto |
2004-08-05 | don't attempt to put processes back in a directory after unmount. | Ted Unangst |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-03 | if vinvalbuf() fails, unlock the vnode and release it. ok marius@ | Pedro Martelletto |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-10 | when doing user mounts, inherit the MNT_NOEXEC flag from the covered | Pedro Martelletto |
2004-04-13 | useless caddr_t cast removal. same md5s. | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-07-18 | check v_mount for NULL before using. ok art@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst |
2003-05-05 | fix test for restoring mnt_syncer in dounmount. | Ted Unangst |
2003-05-01 | several related changes: | Ted Unangst |
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst |
2003-04-10 | don't try to update directories on zombies. pr2030. ok art | Ted Unangst |
2002-10-02 | Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>. | Thomas Nordin |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
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 |