| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -5/+5 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Don't cuddle else's so much as we removed additional parts of each | rwatson | 2004-06-24 | 1 | -8/+4 |
* | Remove temporary API bandage that allowed applications speaking the | rwatson | 2004-06-24 | 1 | -9/+0 |
* | Acquire Giant in link() so that the system call can be marked | rwatson | 2004-06-22 | 1 | -1/+5 |
* | Acquire Giant in link() so that we can mark it as MSTD in | rwatson | 2004-06-22 | 1 | -1/+5 |
* | Only initialize f_data and f_ops if nobody else did so already. | phk | 2004-06-19 | 1 | -2/+4 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -5/+5 |
* | Remove unused code. | pjd | 2004-06-07 | 1 | -6/+1 |
* | Remove a stale comment. | tjr | 2004-06-04 | 1 | -4/+0 |
* | Eliminate a memory leak in kern_symlink() that could occur if | tjr | 2004-05-11 | 1 | -1/+1 |
* | Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just like | pjd | 2004-04-26 | 1 | -5/+4 |
* | Look out! vn_start_write() is able to return 0 and NULL 'mp'. | pjd | 2004-04-22 | 1 | -0/+2 |
* | Removed some less than useful comments: | bde | 2004-04-06 | 1 | -68/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks. | dfr | 2004-04-05 | 1 | -0/+38 |
* | Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE. | dwmalone | 2004-03-16 | 1 | -9/+11 |
* | Add two new sysctls: | pjd | 2004-03-08 | 1 | -2/+46 |
* | Correct a comment. | dwmalone | 2004-02-17 | 1 | -1/+1 |
* | By default, when a process in jail calls getfsstat(), only return the | rwatson | 2004-02-14 | 1 | -0/+8 |
* | New file descriptor allocation code, derived from similar code introduced | des | 2004-01-15 | 1 | -0/+3 |
* | Mechanical whitespace cleanup; parenthesize return values; other minor | des | 2004-01-11 | 1 | -30/+36 |
* | Document that when we are addressing an open()/close() race, the reason | rwatson | 2003-12-24 | 1 | -0/+2 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 1 | -13/+296 |
* | falloc allocates a file structure and adds it to the file descriptor | dwmalone | 2003-10-19 | 1 | -10/+2 |
* | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | rwatson | 2003-08-21 | 1 | -4/+3 |
* | td_dupfd just needs to be less than 0, it does not have to hold the | jhb | 2003-08-07 | 1 | -1/+1 |
* | In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls, | iedowse | 2003-08-05 | 1 | -5/+23 |
* | Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the | rwatson | 2003-07-28 | 1 | -1/+2 |
* | Pass the file descriptor index down to vn_open. | phk | 2003-07-27 | 1 | -1/+13 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Use the f_vnode field to tell which file descriptors have a vnode. | phk | 2003-07-04 | 1 | -1/+2 |
* | Prefer the vop_rmextattr() vnode operation for removing extended | rwatson | 2003-06-22 | 1 | -2/+4 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -16/+20 |
* | Don't (re)initialize f_gcflag to zero. | phk | 2003-06-20 | 1 | -0/+1 |
* | FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pool | truckman | 2003-06-19 | 1 | -5/+5 |
* | Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use that | phk | 2003-06-18 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | If a system call comes in requesting to retrieve an attribute named | rwatson | 2003-06-05 | 1 | -1/+13 |
* | Implementations of extattr_list_fd(), extattr_list_file(), and | rwatson | 2003-06-04 | 1 | -0/+143 |
* | 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 |