summaryrefslogtreecommitdiff
path: root/sys/gnu
AgeCommit message (Expand)Author
2009-05-18Remove empty files and do nto try to build them.Alexander Kabaev
2009-05-14FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao
2009-05-11Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao
2009-03-16Fix two issues with bufdaemon, often causing the processes to hang inKonstantin Belousov
2009-03-08Don't declare bin_search() as an inline function, since there's noDavid Schultz
2009-02-28Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten
2009-01-18- Eliminate warnings in debug print macros by explicitly converting allStanislav Sedov
2009-01-18- Whitespace fixes.Stanislav Sedov
2009-01-18- Obtain inode sizes and location of the first inode based on the contentsStanislav Sedov
2009-01-04Do not incorrectly add the low 5 bits of the offset to the resultingKonstantin Belousov
2008-12-16According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala
2008-11-14Adapt to accmode_t changes.Edward Tomasz Napierala
2008-11-02Improve VFS locking:Attilio Rao
2008-10-28Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala
2008-10-28Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().Konstantin Belousov
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-10-10Remove the struct thread unuseful argument from bufobj interface.Attilio Rao
2008-09-20fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov
2008-09-20Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov
2008-09-16Garbage-collect vn_write_suspend_wait().Konstantin Belousov
2008-09-15Make ddb command registration dynamic so modules can extendSam Leffler
2008-09-10Remove VSVTX, VSGID and VSUID. This should be a no-op,Edward Tomasz Napierala
2008-08-31Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao
2008-08-28Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao
2008-07-21- Disallow XFS mounting in write mode. The write support never worked reallyAttilio Rao
2008-04-16Move the head of byte-level advisory lock list from theKonstantin Belousov
2008-03-26Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'John Baldwin
2008-02-24Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao
2008-02-13- Add real assertions to lockmgr locking primitives.Attilio Rao
2008-01-24Cleanup lockmgr interface and exported KPI:Attilio Rao
2008-01-19- Introduce the function lockmgr_recursed() which returns true if theAttilio Rao
2008-01-13VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao
2008-01-10vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao
2007-10-27Remove duplicate "union" from ext2_opts.Craig Rodrigues
2007-10-16Get rid of qaddr_t.Alfred Perlstein
2007-08-20Some times ago, vfs_getopts() was changed, so that it would set error toOlivier Houchard
2007-08-15On 6.x this works:John Baldwin
2007-07-14The last entry in the ext2_opts array must be NULL,Craig Rodrigues
2007-06-12Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson
2007-06-10Remove 'inline' qualifiers from functions which are not, in fact, inlines.Matt Jacob
2007-06-01Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov
2007-06-01 - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson
2007-05-30Bow to incomplete GCC 4. constant propagation optimizations andAlexander Kabaev
2007-04-01Change #include <machine/pcpu.h> to #include <sys/pcpu.h>Craig Rodrigues
2007-03-31Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin
2007-03-15Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.Craig Rodrigues
2007-03-13Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge
2007-03-01Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterPawel Jakub Dawidek
2007-03-01Avoid checking for privileges if there is no need to.Pawel Jakub Dawidek
2007-02-15Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek