NetBSD/sys/miscfs
christos 999e9cef64 Simplify the code by:
1. Checking for a negative uio_offset at the beginning. This really does
   not affect us in most cases because we check that later too.
2. Checking for attempts to write to init sooner and in all cases.
2004-05-14 16:35:24 +00:00
..
deadfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fdesc First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fifofs caddr_t -> void * and removal of some more casts. 2004-05-12 02:07:37 +00:00
genfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
kernfs Workaround for gcc 2.95.3 failing to initialize structures 2004-05-13 15:44:04 +00:00
nullfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
overlay Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
portal Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
procfs Simplify the code by: 2004-05-14 16:35:24 +00:00
specfs caddr_t -> void * and removal of some more casts. 2004-05-12 02:07:37 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00