minix/include
Ben Gras f78d8e74fd secondary cache feature in vm.
A new call to vm lets processes yield a part of their memory to vm,
together with an id, getting newly allocated memory in return. vm is
allowed to forget about it if it runs out of memory. processes can ask
for it back using the same id. (These two operations are normally
combined in a single call.)

It can be used as a as-big-as-memory-will-allow block cache for
filesystems, which is how mfs now uses it.
2010-05-05 11:35:04 +00:00
..
arch Changed pagefault delivery to VM 2010-04-26 23:21:26 +00:00
arpa
minix secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
net Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
netinet
sys Add timerisclear() macro. 2010-04-14 17:51:39 +00:00
a.out.h
alloca.h
ansi.h
ar.h
assert.h
configfile.h
ctype.h isblank() implementation. 2010-04-08 15:00:25 +00:00
curses.h
dirent.h
env.h
err.h
errno.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
fcntl.h Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
fenv.h
float.h
fnmatch.h
fts.h
getopt.h
glob.h
grp.h Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
ifaddrs.h
inttypes.h
lib.h
libgen.h
libutil.h
limits.h
locale.h
Makefile Add some support for wchar_t. 2010-04-19 15:20:24 +00:00
math.h
mathconst.h
midiparser.h
netdb.h
pwd.h Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
regex.h
regexp.h
setjmp.h
sgtty.h
signal.h Changed pagefault delivery to VM 2010-04-26 23:21:26 +00:00
stdarg.h cdecl calling convention requires to push arguments on the stack in a 2010-03-30 09:36:46 +00:00
stddef.h
stdint.h
stdio.h
stdlib.h
string.h
strings.h
sysexits.h
syslog.h
tar.h
termcap.h
termios.h Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
time.h
timers.h
tools.h
ttyent.h
ucontext.h
unistd.h Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
utime.h
utmp.h
wchar.h Forgot to add two new files to SVN. 2010-04-20 07:17:03 +00:00
wctype.h Forgot to add two new files to SVN. 2010-04-20 07:17:03 +00:00