freebsd-skq/sys/ufs/ufs
Bruce Evans 253c0899b2 Don't include <sys/conf.h> for the kernel in disk-related headers.
It is needed for implementation details but very little of it is
needed for the interface.  Include it in the few places that didn't
already include it.

Include <sys/ioccom.h> in <sys/disklabel.h> (as already in
<sys/diskslice.h>) so that all the disk-related headers are almost
self-sufficient.
1996-09-20 17:39:44 +00:00
..
dinode.h Made idempotent 1994-08-21 07:19:45 +00:00
dir.h Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
inode.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
quota.h Removed bogus _BEGIN_DECLS/_END_DECLS. 1996-05-01 02:16:17 +00:00
ufs_bmap.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
ufs_disksubr.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
ufs_extern.h Removed bogus __BEGIN_DECS/__END_DECLS. 1995-11-28 07:23:09 +00:00
ufs_ihash.c Changes to get rid of ufslk2 hangs when doing read/write to/from 1995-04-24 05:13:28 +00:00
ufs_inode.c Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
ufs_lookup.c Use bowrite instead of VOP_BWRITE in a few cases. This can probably be taken 1996-09-06 05:36:29 +00:00
ufs_quota.c Quiet a couple of -Wunused warnings. 1996-07-09 16:51:18 +00:00
ufs_readwrite.c Implemented kernel side of MNT_NOATIME mount option. This option disables 1996-09-03 07:09:11 +00:00
ufs_vfsops.c Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
ufs_vnops.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
ufsmount.h Changes to existing files for ext2fs support. The UFS mods need rework 1995-11-05 23:36:07 +00:00