| Commit message (Expand) | Author | Age | Files | Lines |
| * | o In struct prison, add an allprison linked list of prisons (protected | Mike Barcroft | 2003-04-09 | 1 | -44/+65 |
| * | Move the initialization of the vattr flags field in setfflags() to | Robert Watson | 2003-03-05 | 1 | -6/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove extraneous FILEDESC_LOCK around atomic read. | Jeffrey Hsu | 2003-02-16 | 1 | -2/+0 |
| * | Correct handling of locking for chroot() and chdir() cases: rather | Robert Watson | 2003-01-31 | 1 | -7/+8 |
| * | Clean up vnode handling on return from chroot() in certain error | Robert Watson | 2003-01-31 | 1 | -2/+4 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -21/+21 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -21/+21 |
| * | Correct file descriptor leaks in lseek and do_dup. | Jacques Vidrine | 2003-01-06 | 1 | -8/+15 |
| * | unwrap lines made short enough by SCARGS removal | Alfred Perlstein | 2002-12-14 | 1 | -8/+4 |
| * | remove syscallarg(). | Alfred Perlstein | 2002-12-14 | 1 | -177/+177 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -85/+85 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -85/+85 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -85/+85 |
| * | Fix a case in kern_rename() where a vn_finished_write() call was | Ian Dowse | 2002-10-27 | 1 | -2/+2 |
| * | Change the way support for asynchronous I/O is indicated to applications | Garrett Wollman | 2002-10-27 | 1 | -1/+14 |
| * | Hook up most of the MAC entry points relating to file/directory/node | Robert Watson | 2002-10-19 | 1 | -2/+68 |
| * | Incremental style improvements: more consistently avoid assignments | Robert Watson | 2002-10-10 | 1 | -18/+31 |
| * | Explore new heights in alphabetization for _file and _fd variations on | Robert Watson | 2002-10-10 | 1 | -60/+60 |
| * | Implement extattr_{delete,get,set}_link() system calls: extended attribute | Robert Watson | 2002-10-09 | 1 | -0/+90 |
| * | Add back a fdrop() call at the end of kern_open() that got lost in | Ian Dowse | 2002-10-07 | 1 | -0/+1 |
| * | Merge support for mac_check_vnode_link(), a MAC framework/policy entry | Robert Watson | 2002-10-05 | 1 | -1/+6 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -1/+1 |
| * | - Properly lock v_vflags in getdirents(). | Jeff Roberson | 2002-09-25 | 1 | -4/+14 |
| * | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -1/+3 |
| * | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 1 | -7/+3 |
| * | Split out a number of mostly VFS and signal related syscalls into | Ian Dowse | 2002-09-01 | 1 | -82/+214 |
| * | - Hold the vnode lock across unlink() so that the v_vflag check is safe. | Jeff Roberson | 2002-08-21 | 1 | -15/+20 |
| * | Pass active_cred and file_cred into the MAC framework explicitly | Robert Watson | 2002-08-19 | 1 | -4/+11 |
| * | Break out mac_check_vnode_op() into three seperate checks: | Robert Watson | 2002-08-19 | 1 | -8/+4 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -7/+7 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -4/+7 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -1/+14 |
| * | Include file cleanup; mac.h and malloc.h at one point had ordering | Robert Watson | 2002-08-01 | 1 | -1/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -10/+95 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -0/+12 |
| * | Improve formatting and variable use consistency in extattr system | Robert Watson | 2002-08-01 | 1 | -3/+2 |
| * | Simplify the logic to enter VFS_EXTATTRCTL(). | Robert Watson | 2002-08-01 | 1 | -7/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+23 |
| * | When referencing nd_cnp after namei(), always pass SAVENAME into | Robert Watson | 2002-07-30 | 1 | -5/+9 |
| * | Set VAPPEND in open mode when O_APPEND is specified as an argument to | Robert Watson | 2002-07-22 | 1 | -0/+2 |
| * | Change utimes to set the file creation time (for filesystems that | Kirk McKusick | 2002-07-17 | 1 | -6/+15 |
| * | Change the name of st_createtime to st_birthtime. This change is | Kirk McKusick | 2002-07-16 | 1 | -1/+1 |
| * | - Change chroot_refuse_vdir_fds() to require that the passed in struct | John Baldwin | 2002-07-13 | 1 | -16/+18 |
| * | Move every code related to mount(2) in a new file, vfs_mount.c. | Maxime Henrion | 2002-07-02 | 1 | -1042/+0 |
| * | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | Ian Dowse | 2002-07-01 | 1 | -5/+4 |
| * | Remove unneeded casts to caddr_t. | Alfred Perlstein | 2002-06-28 | 1 | -31/+31 |
| * | In vn_mkdir(), use vrele() instead of vput() on the parent directory | Ian Dowse | 2002-06-28 | 1 | -1/+9 |
| * | Use proper size in bzero of stat structure. | Kirk McKusick | 2002-06-24 | 1 | -1/+1 |