minix/servers
Tomas Hruby d2c10fb85e inodes - using types with known size
- fixes a problem in inodes truct definitions. The original definitions use
  posix types. These types don't have well defined size. Therefore when
  compiling mkfs on a different system natively the inodes sizes do not match.
  This patch replaces the posix types with interger types of the same size and
  signedness as the original types in use.
2009-11-06 08:55:07 +00:00
..
ds DS: do not panic when sending reply fails 2009-10-27 17:06:45 +00:00
inet inet: fix TCP connection corruption bug (causing test40 to fail sometimes) 2009-10-06 20:32:58 +00:00
init stingy stack. 2009-02-06 16:29:00 +00:00
ipc fix compiler warning by including for prototype. 2009-10-05 16:45:03 +00:00
is Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
iso9660fs Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
mfs inodes - using types with known size 2009-11-06 08:55:07 +00:00
pm Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
rs Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
vfs Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
vm - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
Makefile Fixes to ISOFS 2009-10-01 14:34:17 +00:00