summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-163-3/+8
* Adapt to accmode_t changes.trasz2008-11-145-13/+13
* Improve VFS locking:attilio2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-286-23/+23
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().kib2008-10-281-107/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-235-10/+10
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-104-15/+15
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-1/+0
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-6/+0
* Garbage-collect vn_write_suspend_wait().kib2008-09-161-10/+2
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-101-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-282-5/+1
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-212-5/+12
* Move the head of byte-level advisory lock list from thekib2008-04-163-24/+3
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-261-1/+1
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* - Add real assertions to lockmgr locking primitives.attilio2008-02-131-4/+2
* Cleanup lockmgr interface and exported KPI:attilio2008-01-242-3/+3
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-192-5/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-1311-34/+32
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-109-17/+17
* Remove duplicate "union" from ext2_opts.rodrigc2007-10-271-1/+1
* Get rid of qaddr_t.alfred2007-10-163-6/+6
* Some times ago, vfs_getopts() was changed, so that it would set error tocognet2007-08-201-5/+5
* On 6.x this works:jhb2007-08-151-2/+2
* The last entry in the ext2_opts array must be NULL,rodrigc2007-07-141-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-12/+6
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.mjacob2007-06-102-7/+7
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Bow to incomplete GCC 4. constant propagation optimizations andkan2007-05-3013-13/+17
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>rodrigc2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-312-79/+20
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.rodrigc2007-03-151-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-133-2/+24
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.pjd2007-03-011-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-156-59/+70
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+7
* Previously, the mount_ext2fs binary listed the acceptable mountrodrigc2006-11-181-1/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-065-46/+71
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-262-0/+10
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-152-0/+414
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-153-1249/+445
* Implement vnode operations for setting and removing extended attributes.rodrigc2006-06-111-1/+95
* Restore routines for getting and listing extended attributes whichrodrigc2006-06-111-0/+124
* Restore changes to spinlock macros before merge.rodrigc2006-06-111-10/+8
OpenPOWER on IntegriCloud