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