summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-4/+0
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-10/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1422-8778/+10
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Remove unused code.trasz2009-12-031-36/+0
* File flags handling fixes for ext2fs:jh2009-11-052-4/+10
* Fix the build by using proper format.rdivacky2009-06-251-1/+1
* Switch cmd argument of ioctl to u_long as elsewhere in the kernel.rdivacky2009-06-255-8/+8
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-162-8/+6
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* - Outindent long printf lines instead of splitting them in thestas2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't usestas2009-06-031-264/+0
* - Style(9) improvements.stas2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-035-67/+75
* Remove empty files and do nto try to build them.kan2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-113-38/+33
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-2/+2
* Don't declare bin_search() as an inline function, since there's nodas2009-03-081-1/+1
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-4/+0
* - Eliminate warnings in debug print macros by explicitly converting allstas2009-01-181-1/+1
* - Whitespace fixes.stas2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsstas2009-01-185-8/+14
* Do not incorrectly add the low 5 bits of the offset to the resultingkib2009-01-041-1/+1
* 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
OpenPOWER on IntegriCloud