]> Zhao Yanbai Git Server - minix.git/commit
Disabled building rescue driver (no longer needed). Moved allocmem from
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 19 May 2006 12:19:37 +0000 (12:19 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 19 May 2006 12:19:37 +0000 (12:19 +0000)
commite9aabcf2f8891956566af592a58e2953d095a4b1
treeb7b9fd5ee4fe4ec740a087b06c0a3cce67de4a69
parentc3cf4ef460d5eb087de0ee835f700ebac46ae45d
Disabled building rescue driver (no longer needed). Moved allocmem from
library to the memory driver. Always put output from within TTY directly on
the console. Removed second include of driver.h from tty.c. Made tty_inrepcode
bigger. First step to move PM and FS calls that are not regular (API)
system calls out of callnr.h (renumbered them, and removed them from the
table.c files). Imported the Minix-vmd uname implementation. This provides
a more stable ABI than the current implementation. Added a bit of security
checking. Unfortunately not nearly enough to get a secure system. Fixed a
bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
27 files changed:
drivers/Makefile
drivers/memory/Makefile
drivers/memory/allocmem.c [new file with mode: 0644]
drivers/tty/console.c
drivers/tty/tty.c
drivers/tty/tty.h
include/minix/callnr.h
include/netinet/if_ether.h [new file with mode: 0644]
include/sys/utsname.h
lib/other/Makefile.in
lib/other/_sysuname.c [new file with mode: 0644]
lib/posix/_uname.c
lib/syscall/Makefile.in
lib/syscall/sysuname.s [new file with mode: 0644]
servers/fs/dmap.c
servers/fs/main.c
servers/fs/misc.c
servers/fs/proto.h
servers/fs/table.c
servers/fs/utility.c
servers/pm/glo.h
servers/pm/main.c
servers/pm/misc.c
servers/pm/param.h
servers/pm/proto.h
servers/pm/table.c
servers/pm/utility.c