aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-032-2/+2
* MFC: Fix two off-by-one errors when sanity-checking inode numbers.Ian Dowse2002-07-012-2/+2
* MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: setBruce Evans2002-04-081-0/+4
* Bump __FreeBSD_version to 440002 to account for the mount structureMatthew Dillon2001-11-041-0/+1
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-4/+5
* MFC: Bring sizeof(struct inode) back to 256 bytes by reducing theIan Dowse2001-09-291-2/+2
* Nuke the old dgm stuffBrian Somers2001-09-234-6888/+0
* MFC: SSE kernel support. This is only active if you compilePeter Wemm2001-08-151-1/+1
* MFC: ext2fs support on alpha. I have tested it using an ext2fs fs createdAndrew Gallatin2001-08-143-1/+5
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-06-011-0/+340
* MFC:David E. O'Brien2001-03-051-2/+0
* MFC: sync kq up to current (extend to device layer, plus other fixes)Jonathan Lemon2001-02-262-4/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-102-0/+906
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-231-0/+255
* MFC ufs_readwrite.c 1.72, ext2_readwrite.c 1.20. Fix a data-consistencyMatthew Dillon2000-12-221-0/+9
* MFC (1.6: quick fix for not writing group descriptor group, inodeBruce Evans2000-11-111-1/+2
* MFC (pass the correct inode number to VFS_VGET() for mknod()).Bruce Evans2000-11-071-1/+3
* MFC (support filesystems with the not-so-new "sparse_superblocks"Bruce Evans2000-11-054-15/+45
* MFC (1.25 fixed overruns of cookie buffer and directory buffer inBruce Evans2000-10-271-11/+22
* MFC:Cameron Grant2000-08-201-1/+3
* move $FreeBSD$ to the same place as -currentPeter Wemm2000-08-031-2/+1
* MFC: $FreeBSD$Peter Wemm2000-08-039-3/+13
* MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0.David E. O'Brien2000-07-073-4/+4
* MFC sequential write detection heuristic. This extends the sequentialMatthew Dillon2000-04-261-1/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-131-0/+672
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1324-9036/+0
* Don't forget to check for unsupported features when updating. It wasBruce Evans2000-03-092-2/+8
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-034-24/+48
* Remove #if NDGB > 0 and #if NDGM > 0Peter Wemm2000-01-292-9/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-102-4/+4
* Support filesystems with the not-so-new "filetype" feature. ThisBruce Evans2000-01-052-132/+190
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedBruce Evans2000-01-024-38/+68
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. TheBruce Evans2000-01-014-100/+344
* Merged cosmetic changes from the initial import on the vendor branchBruce Evans2000-01-012-124/+236
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)Bruce Evans2000-01-015-90/+144
* Updated/corrected the list of GPL'ed files.Bruce Evans2000-01-012-0/+10
* This file is not used directly. The small parts of it that are used wereBruce Evans2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cBruce Evans2000-01-011-26/+0
* This commit was generated by cvs2svn to compensate for changes in r55289,Bruce Evans2000-01-012-0/+806
|\
| * Import the Linux ext2fs files that our GPL'ed ext2fs files seem to beBruce Evans2000-01-017-0/+2547
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-8/+8
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-192-0/+4
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-154-46/+6
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-202-2/+2
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-152-6/+10
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-132-2/+4
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-122-4/+14
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-092-2/+8
* Quick fix for breakage of ext2fs link counts as reported by stat(2) byBruce Evans1999-11-032-0/+2