Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras 9df1183b94 . removed const from putenv() for g++
. added safecopies.c:
  these are library functions to maintain grant tables in own address space
. sys_safecopy.c:
  interfaces to kernel calls to perform safe copy functions in from or to
  foreign process
. changes in i/o fields (type merged with request) reflected in
  library functions (sys_out.c, sys_vinb.c, sys_vinl.c, sys_vinw.c,
  sys_voutb.c, sys_voutl.c, sys_voutw.c)
. type merged with request in sys_sdevio, also now accepts offset which
  is used when a grant is specified (the _DIO_SAFE subtype)
. system printf() function changed to send DIAGNOSTICS_S messages, which
  specify a grant id instead of a direct address for the buffer to be
  printed; tty and log can then safecopy the buffer
2006-06-20 08:45:04 +00:00
boot Kludge for 1586 processor id. 2006-04-05 11:56:05 +00:00
commands . flex back into the base system 2006-06-19 14:58:20 +00:00
drivers A bigger ramdisk is needed for the new version of ash. 2006-06-07 14:39:50 +00:00
etc install motd as motd.install 2006-04-13 18:06:22 +00:00
include . renamed __str to __makestr to allow for g++ 2006-06-20 08:40:26 +00:00
kernel Better initialization of the memory map of processes that are part of the 2006-05-11 14:49:46 +00:00
lib . removed const from putenv() for g++ 2006-06-20 08:45:04 +00:00
man Al Woodhull's new manual pages 2006-06-19 14:51:41 +00:00
servers Wake up writer when selecting for read on an empty pipe. 2006-06-14 13:17:41 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Install dinks 2006-04-13 17:47:51 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00