freebsd-dev/sys/dev/vinum
John Baldwin 50be24a116 Explicitly cast daddr_t's to long long's when printing them since daddr_t
is not long long on all archs.  (They happen to be long's on 64-bit arch's
and gcc considers that significant enough to warn about it.)  These should
probably be uintmax_t but I didn't feel like adding all the extra includes.
2002-11-07 21:52:51 +00:00
..
COPYRIGHT
makestatetext
request.h Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. 2001-05-23 23:24:05 +00:00
statetexts.h
vinum.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
vinumconfig.c Refinement on previous fix for mutex destruction: make sure we don't 2002-10-05 03:33:38 +00:00
vinumdaemon.c Explicitly cast daddr_t's to long long's when printing them since daddr_t 2002-11-07 21:52:51 +00:00
vinumext.h Reduce <sys/disklabel.h> poisoning a bit. 2002-09-20 17:14:48 +00:00
vinumhdr.h Retire the bogus uses of the disklabel field d_sbsize and begin to 2002-05-12 20:49:41 +00:00
vinuminterrupt.c Explicitly cast daddr_t's to long long's when printing them since daddr_t 2002-11-07 21:52:51 +00:00
vinumio.c Get Vinum up and running with GEOM: 2002-10-05 03:44:00 +00:00
vinumio.h Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. 2001-05-23 23:24:05 +00:00
vinumioctl.c Retire now unused DIOCGDVIRGIN kludge. 2002-09-20 09:31:14 +00:00
vinumkw.h Change ioctls to use the expurgated userland version of the Vinum 2001-05-22 02:33:32 +00:00
vinumlock.c Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests. 2001-05-22 02:34:30 +00:00
vinummemory.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
vinumobj.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
vinumparser.c Reduce <sys/disklabel.h> poisoning a bit. 2002-09-20 17:14:48 +00:00
vinumraid5.c bre5: don't bufdone the user bp on error, let vinumstart() do it. 2001-01-10 05:07:14 +00:00
vinumrequest.c Explicitly cast daddr_t's to long long's when printing them since daddr_t 2002-11-07 21:52:51 +00:00
vinumrevive.c Explicitly cast daddr_t's to long long's when printing them since daddr_t 2002-11-07 21:52:51 +00:00
vinumstate.c Fix new compiler unhappiness. 2002-05-24 06:01:07 +00:00
vinumstate.h
vinumutil.c
vinumutil.h New header file. 2001-05-22 22:29:35 +00:00
vinumvar.h Add missing includes of sys/lock.h. 2001-10-11 17:52:20 +00:00