aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-011-1/+1
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* Bow to incomplete GCC 4. constant propagation optimizations andAlexander Kabaev2007-05-3013-13/+17
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>Craig Rodrigues2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-312-79/+20
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.Craig Rodrigues2007-03-151-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-133-2/+24
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterPawel Jakub Dawidek2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.Pawel Jakub Dawidek2007-03-011-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-156-59/+70
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-231-0/+7
* Previously, the mount_ext2fs binary listed the acceptable mountCraig Rodrigues2006-11-181-1/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-065-46/+71
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-262-0/+10
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesAlexander Leidinger2006-07-152-0/+414
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file toAlexander Leidinger2006-07-153-1249/+445
* Implement vnode operations for setting and removing extended attributes.Craig Rodrigues2006-06-111-1/+95
* Restore routines for getting and listing extended attributes whichCraig Rodrigues2006-06-111-0/+124
* Restore changes to spinlock macros before merge.Craig Rodrigues2006-06-111-10/+8
* Remove debugging printfCraig Rodrigues2006-06-111-1/+0
* Temporarily disable log recovery until we fix panics.Craig Rodrigues2006-06-101-0/+5
* Logical OR the following flags into the va_mode field:Craig Rodrigues2006-06-101-9/+3
* Call g_vfs_close() if:Craig Rodrigues2006-06-101-2/+35
* Do not call vput() after we call VOP_UNLOCK().Craig Rodrigues2006-06-101-1/+1
* Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms.Craig Rodrigues2006-06-091-1/+1
* Bring back changes in version 1.3 lost in previous commit.Craig Rodrigues2006-06-091-13/+1
* More changes due to latest XFS import.Craig Rodrigues2006-06-091-188/+267
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.Craig Rodrigues2006-06-09138-17918/+14817
* Include "xfs_macros.h" to fix tinderbox build breakage.Craig Rodrigues2006-06-011-0/+1
* Cope with -Wundef. This means including xfs_macros.h early in a few moreWarner Losh2006-06-0113-19/+24
* Add support for "export" option, to allow NFS exportingCraig Rodrigues2006-05-261-5/+11
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-4/+2
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-8/+3
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountGiorgos Keramidas2006-05-051-2/+1
* Repair ext2fs writes.Martin Cracauer2006-04-131-1/+1
* Update a DB_SET to DB_FUNC I missed yesterday.John Baldwin2006-03-081-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-5/+9
* Don't hold a reference to the disk vnode for each inode.Jean-Sébastien Pédron2006-01-051-9/+0
* This is the style-fix for my previous commit. Sorry for the delay, IMartin Cracauer2005-12-291-7/+1
* Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav2005-12-141-1/+1
* Hide DDB-specific functions inside check for #ifdef DDB.Craig Rodrigues2005-12-131-3/+2
* Inherit system-wide BLKDEV_IOSIZE definition.Craig Rodrigues2005-12-131-13/+1
* #define __user to nothingCraig Rodrigues2005-12-121-0/+4
* Initial import of read-only support for SGI's XFS filesystem.Craig Rodrigues2005-12-12168-0/+110918
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-054-8/+8
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.Ruslan Ermilov2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theRuslan Ermilov2005-12-041-9/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-6/+6