summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-1514-0/+24
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-154-0/+6
* fix missing defines and prototype for emu_vdump()cg2000-04-031-3/+9
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-2/+4
* unfinished sblive driver, playback/mixer only for now - not enabled incg2000-04-021-0/+666
* Change the write-behind code to take more care when startingdillon2000-04-022-2/+6
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-204-10/+10
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-204-4/+8
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-152-2/+2
* Don't forget to check for unsupported features when updating. It wasbde2000-03-092-2/+8
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).bde2000-03-034-24/+48
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-292-9/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-102-4/+4
* Support filesystems with the not-so-new "filetype" feature. Thisbde2000-01-052-132/+190
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedbde2000-01-024-38/+68
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. Thebde2000-01-014-100/+344
* Merged cosmetic changes from the initial import on the vendor branchbde2000-01-012-124/+236
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)bde2000-01-015-90/+144
* Updated/corrected the list of GPL'ed files.bde2000-01-012-0/+10
* This file is not used directly. The small parts of it that are used werebde2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cbde2000-01-011-26/+0
* This commit was generated by cvs2svn to compensate for changes in r55289,bde2000-01-012-0/+806
|\
| * Import the Linux ext2fs files that our GPL'ed ext2fs files seem to bebde2000-01-017-553/+1485
| * This commit was manufactured by cvs2svn to create branch 'LINUX'.cvs2svn1995-11-05119-44442/+0
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-8/+8
* | Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-192-0/+4
* | Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-154-46/+6
* | struct mountlist and struct mount.mnt_list have no business beingphk1999-11-202-2/+2
* | Fix __asm__ clobber list abuse.obrien1999-11-152-6/+10
* | Remove WILLRELE from VOP_SYMLINKeivind1999-11-132-2/+4
* | Remove WILLRELE from VOP_RENAMEeivind1999-11-122-4/+14
* | Next step in the device cleanup process.phk1999-11-092-2/+8
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-032-0/+2
* | Newline-terminate the complaint message about not being able to findmsmith1999-11-012-2/+2
* | Remember folks, it's:msmith1999-10-123-0/+3
* | remove unused #includephk1999-10-113-3/+0
* | Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-302-28/+0
* | Remove v_maxio from struct vnode.phk1999-09-292-4/+2
* | Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-282-103/+5
* | Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-10/+0
* | This patch clears the way for removing a number of tty relatedphk1999-09-252-50/+12
* | More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-202-4/+6
* | Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-202-12/+8
* | Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-202-70/+8
* | Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-112-14/+10
* | $Id$ -> $FreeBSD$peter1999-08-2853-53/+53
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-252-10/+2
* | Oops, the previous commit was missing a new include.bde1999-08-232-0/+2
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-232-2/+2
* | Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-94/+31
OpenPOWER on IntegriCloud