aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-10/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-1422-8778/+10
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Remove unused code.Edward Tomasz Napierala2009-12-031-36/+0
* File flags handling fixes for ext2fs:Jaakko Heinonen2009-11-052-4/+10
* Fix the build by using proper format.Roman Divacky2009-06-251-1/+1
* Switch cmd argument of ioctl to u_long as elsewhere in the kernel.Roman Divacky2009-06-255-8/+8
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofKonstantin Belousov2009-06-162-8/+6
* Fix r193923 by noting that type of a_fp is struct file *, not int.Konstantin Belousov2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argsKonstantin Belousov2009-06-101-1/+1
* - Outindent long printf lines instead of splitting them in theStanislav Sedov2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't useStanislav Sedov2009-06-031-264/+0
* - Style(9) improvements.Stanislav Sedov2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.Stanislav Sedov2009-06-035-67/+75
* Remove empty files and do nto try to build them.Alexander Kabaev2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-113-38/+33
* Fix two issues with bufdaemon, often causing the processes to hang inKonstantin Belousov2009-03-161-2/+2
* Don't declare bin_search() as an inline function, since there's noDavid Schultz2009-03-081-1/+1
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-4/+0
* - Eliminate warnings in debug print macros by explicitly converting allStanislav Sedov2009-01-181-1/+1
* - Whitespace fixes.Stanislav Sedov2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsStanislav Sedov2009-01-185-8/+14
* Do not incorrectly add the low 5 bits of the offset to the resultingKonstantin Belousov2009-01-041-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-163-3/+8
* Adapt to accmode_t changes.Edward Tomasz Napierala2008-11-145-13/+13
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-286-23/+23
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().Konstantin Belousov2008-10-281-107/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-235-10/+10
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-104-15/+15
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-1/+0
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov2008-09-201-6/+0
* Garbage-collect vn_write_suspend_wait().Konstantin Belousov2008-09-161-10/+2
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-1/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,Edward Tomasz Napierala2008-09-101-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-282-5/+1
* - Disallow XFS mounting in write mode. The write support never worked reallyAttilio Rao2008-07-212-5/+12
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-163-24/+3
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'John Baldwin2008-03-261-1/+1
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* - Add real assertions to lockmgr locking primitives.Attilio Rao2008-02-131-4/+2
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-242-3/+3
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-192-5/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-1311-34/+32
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-109-17/+17
* Remove duplicate "union" from ext2_opts.Craig Rodrigues2007-10-271-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-163-6/+6
* Some times ago, vfs_getopts() was changed, so that it would set error toOlivier Houchard2007-08-201-5/+5