minix/servers/inet
Cristiano Giuffrida c5b309ff07 Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu)
Main changes:
- COW optimization for safecopy.
- safemap, a grant-based interface for sharing memory regions between processes.
- Integration with safemap and complete rework of DS, supporting new data types
  natively (labels, memory ranges, memory mapped ranges).
- For further information:
  http://wiki.minix3.org/en/SummerOfCode2009/MemoryGrants

Additional changes not included in the original Wu's branch:
- Fixed unhandled case in VM when using COW optimization for safecopy in case
  of a block that has already been shared as SMAP.
- Better interface and naming scheme for sys_saferevmap and ds_retrieve_map
  calls.
- Better input checking in syslib: check for page alignment when creating
  memory mapping grants.
- DS notifies subscribers when an entry is deleted.
- Documented the behavior of indirect grants in case of memory mapping.
- Test suite in /usr/src/test/safeperf|safecopy|safemap|ds/* reworked
  and extended.
- Minor fixes and general cleanup.
- TO-DO: Grant ids should be generated and managed the way endpoints are to make
sure grant slots are never misreused.
2010-01-14 15:24:16 +00:00
..
generic Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
minix3 Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
buf.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
clock.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
const.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
inet.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
inet.h General cleanup: 2010-01-05 19:39:27 +00:00
inet_config.c clever hack to avoid starting from 0 disabled because 2009-09-21 14:46:42 +00:00
inet_config.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
Makefile dynamic HZ, library stacktrace 2008-12-11 14:54:42 +00:00
mnx_eth.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
mq.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00
mq.h Initial revision 2005-04-21 14:53:53 +00:00
osdep_eth.h Initial convertion to asynchronous sends for communicating with ethernet 2007-04-23 14:49:20 +00:00
proto.h Prelim commit for ethernet driver crash recovery. 2005-10-21 11:51:45 +00:00
qp.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
qp.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
sha2.c Formatting fixes for the book 2005-08-29 16:47:18 +00:00
sha2.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
sr.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
sr_int.h Replaced REVIVE and select/notify with alert and DEV_STATUS. 2005-07-27 16:35:16 +00:00
version.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00