| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -3/+3 |
* | Current implementations of sync(2) and syncer vnode fsync() VOP uses | kib | 2012-02-06 | 1 | -11/+3 |
* | Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon(). | kib | 2012-01-08 | 1 | -1/+16 |
* | Fire a kevent if necessary after seeking on a regular file. This fixes a | jhb | 2011-12-16 | 1 | -0/+1 |
* | Document a large number of currently undocumented sysctls. While here | eadler | 2011-12-13 | 1 | -1/+2 |
* | Fix a race between getvnode() dereferencing half-constructed file | kib | 2011-11-24 | 1 | -1/+14 |
* | Improve *access*() parameter name consistency. | ed | 2011-11-19 | 1 | -17/+17 |
* | - Split out a kern_posix_fadvise() from the posix_fadvise() system call so | jhb | 2011-11-14 | 1 | -26/+31 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -0/+134 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -72/+72 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 1 | -40/+20 |
* | When falloc() was broken into separate falloc_noinstall() and finstall(), | rwatson | 2011-08-13 | 1 | -2/+3 |
* | Allow Capsicum capabilities to delegate constrained | jonathan | 2011-08-13 | 1 | -33/+87 |
* | Only call fdclose() on successfully-opened FDs. | jonathan | 2011-08-11 | 1 | -2/+4 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -32/+74 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -3/+3 |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | mdf | 2011-04-19 | 1 | -22/+37 |
* | Fix a copy/paste whitespace error. | mdf | 2011-04-18 | 1 | -3/+3 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 1 | -0/+80 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -2/+2 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 1 | -9/+16 |
* | Add O_CLOEXEC flag to open(2) and fhopen(2). | kib | 2011-03-25 | 1 | -2/+2 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -2/+2 |
* | In revoke(), verify that VCHR vnode indeed belongs to devfs. | kib | 2010-07-06 | 1 | -1/+1 |
* | Handle a case in kern_openat() when vn_open() change file type from | kib | 2010-04-13 | 1 | -15/+2 |
* | Remove XXX comment. Add another comment, describing why f_vnode assignment | kib | 2010-04-13 | 1 | -1/+6 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -7/+7 |
* | Actually make O_DIRECTORY work. | ed | 2010-03-21 | 1 | -0/+4 |
* | Fix a comment nit. | jhb | 2010-03-11 | 1 | -2/+2 |
* | Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZE | jhb | 2010-03-03 | 1 | -1/+11 |
* | Remove stale comment about socket buffer accounting from access(2) code. | rwatson | 2010-02-27 | 1 | -2/+1 |
* | Background: | mckusick | 2010-01-11 | 1 | -5/+11 |
* | Don't add VAPPEND if the file is not being opened for writing. Note that this | trasz | 2009-12-08 | 1 | -1/+1 |
* | In fhopen, vfs_ref() the mount point while vnode is unlocked, to prevent | kib | 2009-09-06 | 1 | -1/+3 |
* | Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL) | kib | 2009-08-26 | 1 | -2/+1 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 1 | -8/+0 |
* | Rework vnode argument auditing to follow the same structure, in order | rwatson | 2009-07-28 | 1 | -8/+8 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -4/+23 |
* | For access(2) and eaccess(2), audit the requested access mode. | rwatson | 2009-07-01 | 1 | -0/+1 |
* | Audit the file descriptor number passed to lseek(2). | rwatson | 2009-07-01 | 1 | -0/+1 |
* | Fix link(2) auditing: use the second audit record path for the new object | rwatson | 2009-07-01 | 1 | -1/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -32/+32 |
* | Remove the static from int hardlink_check_uid. | bz | 2009-06-13 | 1 | -1/+1 |
* | Simply shared vnode locking and extend it to also include fsync. | ps | 2009-06-08 | 1 | -2/+8 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -7/+1 |
* | - Implement a lockless file descriptor lookup algorithm in | jeff | 2009-05-14 | 1 | -14/+5 |
* | Prevent overflow of uio_resid. | kib | 2009-05-11 | 1 | -0/+3 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -7/+7 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -24/+0 |