summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-182-0/+2040
* Reviewed by: various.julian1997-11-122-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-272-10/+0
* I guess nobody uses ext2fs in current ?phk1997-10-262-0/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-172-4/+4
* Another VFS cleanup "kilo commit"phk1997-10-1614-48/+46
* VFS mega cleanup commit (x/N)phk1997-10-1618-148/+140
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-162-2/+2
* vnops megacommitphk1997-10-152-214/+6
* Hmm, realign the vnops into two columns.phk1997-10-152-42/+42
* Stylistic overhaul of vnops tables.phk1997-10-152-258/+254
* IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsbde1997-10-151-4/+4
* Reset the flag right away, could catch a bogon someday.phk1997-10-141-1/+2
* I think my previous change may have opened a race conditio.phk1997-10-145-10/+11
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-142-0/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-125-6/+17
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+2
* Make ufs_reclaim free the underlying inode.phk1997-10-102-2/+4
* Mega commit to cleanup the "remaining nits" after my malloc change.phk1997-10-104-20/+16
* `numdirtybuffers' was not maintained properly. This caused excessivebde1997-10-072-4/+8
* Oops, include <sys/conf.h>.kato1997-09-282-0/+2
* Clustered read and write are switched at mount-option level.kato1997-09-278-56/+36
* Make MFS a supported option, finally.joerg1997-09-222-6/+2
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Convert select -> poll.peter1997-09-142-6/+10
* Remove some stuff from lookup which is now handled centrally.phk1997-09-102-22/+0
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-072-12/+8
* Removed unused #includes.bde1997-09-022-6/+2
* Removed unused #includes (bogus #includes were necessary because fusword()bde1997-08-312-4/+2
* Uncut&paste cache_lookup().phk1997-08-266-102/+8
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamedkato1997-08-244-46/+14
* Added sysctl args vfs.ext2fs.doclusterread andkato1997-08-234-18/+56
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-4/+4
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tdyson1997-08-048-38/+76
* Fixed bitrot in fpu LKMs.bde1997-07-201-7/+4
* Fixed comment about i_spare.bde1997-07-132-4/+4
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-3/+3
* Don't depend on gcc's feature of permitting returning void expressionsbde1997-07-012-5/+8
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-0/+12
* Removed unused #includes.bde1997-06-141-6/+1
* Removed unused #includes.bde1997-06-1425-68/+37
* Removed unused #includes.bde1997-06-1418-50/+4
* Shrink struct inode by 20 bytes, so that malloc wastes less space.phk1997-05-222-4/+4
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-2214-75/+35
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-052-0/+52
* Fixed gratuitous ANSIisms.bde1997-04-018-28/+34
* Use __i386__ instead of i386 in ifdefs.bde1997-04-016-10/+18
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-012-4/+12
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-4/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-233-4/+4
OpenPOWER on IntegriCloud