| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ext2_inode_cnv.c: | Bruce Evans | 1995-11-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Included <sys/vnode.h> and its prerequisite <sys/proc.h>, and cleaned up includes. The vop_t changes made the non-inclusion of vnode.h fatal instead of just sloppy. i386_bitops.h: Changed `extern inline' to `static inline'. `extern inline' is a Linuxism that stops things from compiling without -O. Fixed idempotency identifier. Misc: Added prototypes. Staticized some functions so that prototypes are unnecessary. Added casts. Cleaned up includes. Notes: svn path=/head/; revision=12159 | ||||
| * | Cleaned up some lint and some obvious prototyping errors. | John Dyson | 1995-11-08 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=12147 | ||||
| * | Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO | John Dyson | 1995-11-05 | 1 | -0/+520 |
| file for GPL restrictions. This code was ported to the BSD platform by Godmar Back <gback@facility.cs.utah.edu> and specifically to FreeBSD by John Dyson. This code is still green and should be used with caution. Additional changes to UFS necessary to make this code work will be commited seperately. Submitted by: Godmar Back <gback@facility.cs.utah.edu> Obtained from: Lites/Mach4 Notes: svn path=/head/; revision=12115 | |||||
