Ben Gras
2bfeeed885
drop segment from safecopy invocations
...
. all invocations were S or D, so can safely be dropped
to prepare for the segmentless world
. still assign D to the SCP_SEG field in the message
to make previous kernels usable
2012-06-16 16:22:51 +00:00
Ben Gras
7336a67dfe
retire PUBLIC, PRIVATE and FORWARD
2012-03-25 21:58:14 +02:00
Ben Gras
6a73e85ad1
retire _PROTOTYPE
...
. only good for obsolete K&R support
. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00
Evgeniy Ivanov
55c6f3f507
Fix bugs in ext2 found by clang static analyzer
2011-08-12 12:38:53 +00:00
Ben Gras
a77c2973b3
fix clang warnings -R in kernel/ and servers/
2011-06-09 16:09:13 +02:00
Arun Thomas
de231a713e
Move MIN() and MAX() macros to sys/params.h
2010-08-21 13:10:41 +00:00
Thomas Veerman
dff0434eaf
Add support for the ext2 file system. Contributed by Evgeniy Ivanov.
2010-08-02 11:44:45 +00:00