projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kernel - use new td_ucred in numerous places
[dragonfly.git]
/
sys
/
kern
/
vfs_syscalls.c
2009-12-15
Matthew Dillon
kernel - use new td_ucred in numerous places
blob
|
commitdiff
2009-12-13
Matthew Dillon
kernel - Move MP lock inward, plus misc other stuff
blob
|
commitdiff
|
diff to current
2009-12-04
Matthew Dillon
kernel - Fix recursive lockmgr lock panic when creating...
blob
|
commitdiff
|
diff to current
2009-11-22
Stathis Kamperis
Allow null mounts to accept -o update
blob
|
commitdiff
|
diff to current
2009-09-30
Simon 'corecode...
Fix chdir/fchdir for setuid/setgid binaries
blob
|
commitdiff
|
diff to current
2009-09-03
Simon Schubert
modules: pull in most of FreeBSD's module linker changes
blob
|
commitdiff
|
diff to current
2009-08-25
Matthew Dillon
Fix issue1314 - panic when exporting -public flag
blob
|
commitdiff
|
diff to current
2009-08-24
Matthew Dillon
Add a flags argument to VOP_FSYNC()
blob
|
commitdiff
|
diff to current
2009-08-23
Nicolas Thery
add faccessat(2) syscall
blob
|
commitdiff
|
diff to current
2009-08-23
Nicolas Thery
'at' syscalls: remove unneeded _AT_SYMLINK_MASK constant
blob
|
commitdiff
|
diff to current
2009-08-19
Matthew Dillon
Merge branch 'master' of ssh://crater.dragonflybsd...
blob
|
commitdiff
|
diff to current
2009-08-19
Matthew Dillon
AMD64 - Refactor uio_resid and size_t assumptions.
blob
|
commitdiff
|
diff to current
2009-08-18
Nicolas Thery
add unlinkat(2) system call
blob
|
commitdiff
|
diff to current
2009-08-12
Matthew Dillon
mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
blob
|
commitdiff
|
diff to current
2009-08-09
Nicolas Thery
add fchownat(2) system call
blob
|
commitdiff
|
diff to current
2009-08-06
Nicolas Thery
add fchmodat(2) system call
blob
|
commitdiff
|
diff to current
2009-08-04
Matthew Dillon
kernel module loader - fix load dependencies from prelo...
blob
|
commitdiff
|
diff to current
2009-08-04
Matthew Dillon
DEVS - rollup - kernel core
blob
|
commitdiff
|
diff to current
2009-07-28
Nicolas Thery
add fstatat(2) syscall
blob
|
commitdiff
|
diff to current
2009-07-28
Nicolas Thery
new nlookup functions for "at" syscalls
blob
|
commitdiff
|
diff to current
2009-07-25
Nicolas Thery
add openat(2) system call
blob
|
commitdiff
|
diff to current
2009-07-12
Michael Neumann
priv: Introduce and use PRIV_VFS_REVOKE
blob
|
commitdiff
|
diff to current
2009-07-12
Michael Neumann
priv: Use PRIV_VFS_CHFLAGS_DEV
blob
|
commitdiff
|
diff to current
2009-07-12
Michael Neumann
priv: Use PRIV_VFS_LINK
blob
|
commitdiff
|
diff to current
2009-06-25
Michael Neumann
priv: Reduce some uses of PRISON_ROOT
blob
|
commitdiff
|
diff to current
2009-06-25
Michael Neumann
priv: Refactor kern_mknod and narrow privileges
blob
|
commitdiff
|
diff to current
2009-06-25
Michael Neumann
priv: Narrow privileges
blob
|
commitdiff
|
diff to current
2009-05-23
Matthew Dillon
Supporting amd64 /dev/kmem requires allowing apparently...
blob
|
commitdiff
|
diff to current
2009-05-07
Matthew Dillon
Fix O_NOFOLLOW and do not follow softlinks if O_EXCL.
blob
|
commitdiff
|
diff to current
2009-05-06
Matthew Dillon
Add kernel-layer support for chflags checks, remove...
blob
|
commitdiff
|
diff to current
2009-05-04
Matthew Dillon
The kernel permissions check code was not checking...
blob
|
commitdiff
|
diff to current
2009-04-03
Matthew Dillon
Revoke reimplementation - primary commit part 1/2.
blob
|
commitdiff
|
diff to current
2009-04-02
Matt Dillon
Fix permissions check for utimes() - owner can call...
blob
|
commitdiff
|
diff to current
2009-02-28
Matthew Dillon
HAMMER VFS - Fix improper cred checks for utimes()
blob
|
commitdiff
|
diff to current
2009-02-16
Nicolas Thery
Fix warning in kernel.
blob
|
commitdiff
|
diff to current
2009-01-17
Matthew Dillon
Reorder an unlock to avoid a recursive vnode lock in...
blob
|
commitdiff
|
diff to current
2008-12-31
Michael Neumann
Unbreak build. Fix missing include.
blob
|
commitdiff
|
diff to current
2008-12-31
Michael Neumann
Merge branches 'master' and 'suser_to_priv'
blob
|
commitdiff
|
diff to current
2008-12-17
Michael Neumann
Refactor filesystem types list and fix bug.
blob
|
commitdiff
|
diff to current
2008-12-16
Michael Neumann
Use jailed() inline-function
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-11-11
Peter Avalos
Add the lchflags() syscall.
blob
|
commitdiff
|
diff to current
2008-09-17
Matthew Dillon
* Implement the ability to export NULLFS mounts via...
blob
|
commitdiff
|
diff to current
2008-06-28
Matthew Dillon
Replace the bwillwrite() subsystem to make it more...
blob
|
commitdiff
|
diff to current
2008-06-23
Matthew Dillon
Support S_IFDIR mknod() calls for HAMMER. This is...
blob
|
commitdiff
|
diff to current
2008-06-03
Matthew Dillon
Do not update f_offset on EINVAL.
blob
|
commitdiff
|
diff to current
2008-06-02
Matthew Dillon
Disallow negative seek positions for regular files...
blob
|
commitdiff
|
diff to current
2008-06-01
Matthew Dillon
Implement a new system call: getvfsstat(). This system...
blob
|
commitdiff
|
diff to current
2008-06-01
Matthew Dillon
* Implement new system calls in the kernel: statvfs...
blob
|
commitdiff
|
diff to current
2008-05-18
Matthew Dillon
Fix a number of core kernel issues related to HAMMER...
blob
|
commitdiff
|
diff to current
2008-05-09
Matthew Dillon
Fix a HAMMER assertion which turned out to be a bug...
blob
|
commitdiff
|
diff to current
2008-05-08
Matthew Dillon
Fix a race between the namecache and the vnode recycler...
blob
|
commitdiff
|
diff to current
2008-01-04
Matthias Schmidt
Move the following entries from kern to security
blob
|
commitdiff
|
diff to current
2007-11-20
Matthew Dillon
Adjust getdirentries() to allow basep to be NULL. ...
blob
|
commitdiff
|
diff to current
2007-11-06
Matthew Dillon
Convert the global 'bioops' into per-mount bio_ops...
blob
|
commitdiff
|
diff to current
2007-09-10
Matthew Dillon
kern_access() had the same bug kern_stat() had with...
blob
|
commitdiff
|
diff to current
2007-09-03
Matthew Dillon
Add a MNTK_ flag to the mount structure allowing a...
blob
|
commitdiff
|
diff to current
2007-08-13
Matthew Dillon
The new VOP_N*() (namespace) operations pass a pointer...
blob
|
commitdiff
|
diff to current
2007-07-19
Matthew Dillon
Be a little more verbose when reporting unmount errors.
blob
|
commitdiff
|
diff to current
2007-06-26
Matthew Dillon
A file descriptor of -1 is legal when accessing journal...
blob
|
commitdiff
|
diff to current
2007-05-09
Matthew Dillon
Give the device major / minor numbers their own separat...
blob
|
commitdiff
|
diff to current
2007-05-06
Matthew Dillon
Use SYSREF to reference count struct vnode. v_usecount...
blob
|
commitdiff
|
diff to current
2007-02-18
Sascha Wildner
Remove unused variable.
blob
|
commitdiff
|
diff to current
2007-01-26
Matthew Dillon
Fix generation of the mount path for "/" when a process...
blob
|
commitdiff
|
diff to current
2007-01-24
Matthew Dillon
checkdirs() was being passed the wrong mount point...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Ansify function declarations and fix some minor style...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-12-18
Matthew Dillon
Rename kvprintf -> kvcprintf (call-back version)
blob
|
commitdiff
|
diff to current
2006-11-17
Matthew Dillon
unresolve the vnode associated with the namecache entry...
blob
|
commitdiff
|
diff to current
2006-10-27
Matthew Dillon
Major namecache work primarily to support NULLFS.
blob
|
commitdiff
|
diff to current
2006-09-19
Matthew Dillon
Check that namecache references to the mount point...
blob
|
commitdiff
|
diff to current
2006-09-19
Matthew Dillon
Remove the last bits of code that stored mount point...
blob
|
commitdiff
|
diff to current
2006-09-18
Matthew Dillon
Set f_ncp in the struct file unconditionally. Previous...
blob
|
commitdiff
|
diff to current
2006-09-18
Matthew Dillon
Disallow writes to filesystems mounted read-only via...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-08-19
Matthew Dillon
VNode sequencing and locking - part 4/4 - subpart 1...
blob
|
commitdiff
|
diff to current
2006-08-12
Matthew Dillon
VNode sequencing and locking - part 3/4.
blob
|
commitdiff
|
diff to current
2006-08-11
Matthew Dillon
VNode sequencing and locking - part 2/4.
blob
|
commitdiff
|
diff to current
2006-08-08
Matthew Dillon
LK_NOPAUSE no longer serves a purpose, scrap it.
blob
|
commitdiff
|
diff to current
2006-07-18
Matthew Dillon
Remove several layers in the vnode operations vector...
blob
|
commitdiff
|
diff to current
2006-06-05
Matthew Dillon
Modify kern/makesyscall.sh to prefix all kernel system...
blob
|
commitdiff
|
diff to current
2006-06-01
Matthew Dillon
Use the MP friendly objcache instead of zalloc to alloc...
blob
|
commitdiff
|
diff to current
2006-05-25
Matthew Dillon
Convert almost all of the remaining manual traversals...
blob
|
commitdiff
|
diff to current
2006-05-24
Matthew Dillon
spinlock more of the file descriptor code. No apprecia...
blob
|
commitdiff
|
diff to current
2006-05-22
Matthew Dillon
Do a major cleanup of the file descriptor handling...
blob
|
commitdiff
|
diff to current
2006-05-19
Matthew Dillon
Convert most manual accesses to filedesc->fd_files...
blob
|
commitdiff
|
diff to current
2006-05-19
Matthew Dillon
Consolidate the file descriptor destruction code used...
blob
|
commitdiff
|
diff to current
2006-05-07
Matthew Dillon
Remove the internal F_FLOCK flag. Either F_POSIX or...
blob
|
commitdiff
|
diff to current
2006-05-06
Matthew Dillon
Remove the thread argument from all mount->vfs_* functi...
blob
|
commitdiff
|
diff to current
2006-05-06
Matthew Dillon
The fdrop() procedure no longer needs a thread argument...
blob
|
commitdiff
|
diff to current
2006-05-06
Matthew Dillon
The thread/proc pointer argument in the VFS subsystem...
blob
|
commitdiff
|
diff to current
2006-05-05
Matthew Dillon
Remove the thread_t argument from vfs_busy() and vfs_un...
blob
|
commitdiff
|
diff to current
2006-05-05
Matthew Dillon
Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
blob
|
commitdiff
|
diff to current
2006-05-05
Matthew Dillon
Remove the thread pointer argument to lockmgr(). All...
blob
|
commitdiff
|
diff to current
2006-04-23
Matthew Dillon
Remove the now unused interlock argument to the lockmgr...
blob
|
commitdiff
|
diff to current
2006-04-23
Matthew Dillon
Get rid of LK_DRAIN in dounmount(). LK_DRAIN locks...
blob
|
commitdiff
|
diff to current
2006-04-01
Matthew Dillon
Use the vnode v_opencount and v_writecount universally...
blob
|
commitdiff
|
diff to current
2006-03-29
Matthew Dillon
Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
blob
|
commitdiff
|
diff to current
2006-03-27
Matthew Dillon
Remove NQNFS support. The mechanisms are too crude...
blob
|
commitdiff
|
diff to current
2006-03-02
Matthew Dillon
Pass LK_PCATCH instead of trying to store tsleep flags...
blob
|
commitdiff
|
diff to current
next