summaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2655-55/+55
* 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
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-012-2/+2
* Remember folks, it's:Mike Smith1999-10-123-0/+3
* remove unused #includePoul-Henning Kamp1999-10-113-3/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-302-28/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-292-4/+2
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-282-103/+5
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-252-50/+12
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-202-4/+6
* Fix a harmless bug I introduced, simplify a bit more while here.Poul-Henning Kamp1999-09-202-12/+8
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-202-70/+8
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-112-14/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2853-53/+53
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-252-10/+2
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-232-0/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-232-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-89/+26
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-232-4/+4
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-134-22/+22
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-084-8/+2
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-252-4/+8
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-132-2/+4