aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-054-8/+8
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.Ruslan Ermilov2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theRuslan Ermilov2005-12-041-9/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-6/+6
* Fix this:Martin Cracauer2005-10-281-2/+6
* Apply the same fix to a potential race in the ISDOTDOT codeJean-Sébastien Pédron2005-10-211-1/+3
* Apply the same fix to a potential race in the ISDOTDOT code inDon Lewis2005-10-161-1/+3
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+2
* In ext2_mountfs(), check that the superblock size, SBSIZE,Craig Rodrigues2005-09-101-0/+12
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-081-8/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-032-5/+6
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-022-9/+5
* Repair this:Martin Cracauer2005-07-091-0/+1
* Replace the use if ext2fs' bitops by bitstring.h macros. This fixesJean-Sébastien Pédron2005-06-212-29/+16
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.Jean-Sébastien Pédron2005-06-1813-6347/+0
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.Jean-Sébastien Pédron2005-06-1813-0/+6347
* Add standard GPL boilerplate to these files. They are the only onesWarner Losh2005-06-167-3/+104
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-1522-9058/+0
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-1512-66/+66
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-092-2/+0
* Import of ReiserFS filesystem support (currently limited to read-only onJean-Sébastien Pédron2005-05-2413-0/+6347
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-132-8/+6
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-292-16/+2
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isJeff Roberson2005-03-282-32/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-242-2/+4
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-162-4/+4
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-162-2/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-1610-38/+14
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-152-6/+2
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-152-46/+6
* Forgot cvs rm in last file.Poul-Henning Kamp2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-147-132/+60
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-136-72/+16
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-274-8/+8
* move ptr deref's to after null ptr checksSam Leffler2005-02-242-4/+8
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-102-2/+2
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-282-0/+2
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-282-2/+2
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-252-4/+4
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-242-0/+2
* Remove unused cred argument to ext2_reload()Poul-Henning Kamp2005-01-242-12/+6
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-142-4/+4
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-112-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-112-10/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0645-71/+72
* Add dol FreeBSD dol and /*+ize licenseWarner Losh2005-01-063-3/+9
* Implement simpler panics for VOP_{read,write} on fifos.Poul-Henning Kamp2004-12-142-110/+4
* Revert previous commit. The null-pointer function call (a dereferenceMarcel Moolenaar2004-12-112-8/+8