minix/include
Ben Gras aaca17c36d . introduced DEV_READ_S, DEV_WRITE_S, DEV_SCATTER_S, DEV_GATHER_S
and DEV_IOCTL_S as replacements for DEV_READ, DEV_WRITE, DEV_SCATTER,
  DEV_GATHER and DEV_IOCTL. Instead of a direct address, the *_S commands
  pass 'grant ids' to the drivers which are referenced through a new set
  of copy calls (sys_safecopyfrom and sys_safecopyto). in order for this
  copy to succeed, the grant must have previously been created in the
  address space of the granter.
. bitmap manipulation functions moved to <minix/bitmap.h>
. HIGHPOS introduced as field containing high 32 bits of position in
  device I/O message; TTY_FLAGS no longer used
. IO_GRANT field introduced for GRANTs, to replace ADDRESS
. REP_IO_GRANT field for un-SUSPEND messages introduced to indicate
  grant for which I/O was done to disambiguate messages
. SYS_SAFECOPYFROM and SYS_SAFECOPYTO introduced as new calls
. SYS_PRIV_SET_GRANTS code introduced as a code to set the address and
  size of the grant table in a process' own address space
. 'type' and 'direction' field of _ins* and _outs* I/O functions
  are merged into one by ORing _DIO_INPUT/_DIO_OUTPUT and _DIO_BYTE/_DIO_WORD
  etc. This allows for an additional parameter, _DIO_SAFE, which indicates
  the address in another address space isn't actually an address, but
  a grant id. Also needs an offset, for which fields had to be merged.
. SCP_* are field names for SYS_SAFECOPY* functions
. DIAGNOSTICS and GET_KMESS moved to their own range above DIAG_BASE,
  added DIAGNOSTICS_S which is a grant-based variant of DIAGNOSTICS
. removed obsolete BINCOMPAT and SRCCOMPAT options
. added GRANT_SEG type for use in vircopy - allows copying to a grant
  id (without offset)
. added _MINIX_IOCTL_* macros that decode information encoded by
  _IO* macros in ioctl codes, used to check which grants are necessary
  for an ioctl
. introduced the type endpoint_t for process endpoints, changed some
  prototypes and struct field types to match
. renamed protected to prot for g++
2006-06-20 08:38:15 +00:00
..
arpa Misc. compatibility changes 2005-09-30 12:41:25 +00:00
ibm Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE. 2006-04-12 11:26:20 +00:00
minix . introduced DEV_READ_S, DEV_WRITE_S, DEV_SCATTER_S, DEV_GATHER_S 2006-06-20 08:38:15 +00:00
net Added NWIOTCPGERROR. 2006-03-24 14:08:46 +00:00
netinet Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
sys Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
a.out.h Initial revision 2005-04-21 14:53:53 +00:00
alloca.h Initial revision 2005-04-21 14:53:53 +00:00
ansi.h Synchronize comment. 2005-09-14 01:59:36 +00:00
assert.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
configfile.h Initial revision 2005-04-21 14:53:53 +00:00
ctype.h Various changes to header files for tcpdump. 2005-11-09 15:43:39 +00:00
curses.h Initial revision 2005-04-21 14:53:53 +00:00
dirent.h Some misc portability-enhancing definitions. 2006-01-20 13:42:29 +00:00
env.h Initial revision 2005-04-21 14:53:53 +00:00
errno.h New errors and defines for socket options. 2006-02-17 13:43:50 +00:00
fcntl.h Implementation of truncate(), ftruncate() and the F_FREESP fcntl(). 2006-01-11 17:14:51 +00:00
float.h Initial revision 2005-04-21 14:53:53 +00:00
fts.h Some misc portability-enhancing definitions. 2006-01-20 13:42:29 +00:00
grp.h Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
ifaddrs.h . getifaddrs() and data 2006-04-03 15:06:31 +00:00
inttypes.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
lib.h Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
libgen.h Added basename(3) 2005-08-25 11:33:43 +00:00
libutil.h Header file for new -lutil (naming from freebsd) 2005-07-19 16:01:20 +00:00
limits.h Revert to 30 OPEN_MAX (committed by mistake) 2006-02-13 10:32:05 +00:00
locale.h Initial revision 2005-04-21 14:53:53 +00:00
Makefile make gcc doesn't work if $SHELL is unexpected 2006-03-31 22:26:42 +00:00
math.h Added prototype for hypot. 2005-11-04 17:14:59 +00:00
mathconst.h Initial revision 2005-04-21 14:53:53 +00:00
netdb.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
pwd.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
regex.h Initial revision 2005-04-21 14:53:53 +00:00
regexp.h Initial revision 2005-04-21 14:53:53 +00:00
setjmp.h Joren l'Ami's fixes to includes for gcc 2005-09-01 13:07:08 +00:00
sgtty.h Initial revision 2005-04-21 14:53:53 +00:00
signal.h Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in 2006-06-07 14:36:35 +00:00
stdarg.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
stddef.h Initial revision 2005-04-21 14:53:53 +00:00
stdint.h Added <minix/sys_config.h>. This file is intended to be included from 2005-08-29 13:52:08 +00:00
stdio.h Joren l'Ami's fixes to includes for gcc 2005-09-01 13:07:08 +00:00
stdlib.h Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in 2006-06-07 14:36:35 +00:00
string.h Many changes to simplify porting applications. 2005-07-11 13:00:43 +00:00
strings.h Fix compiler warnings for pax 2006-03-24 14:03:25 +00:00
sysexits.h . getifaddrs() and data 2006-04-03 15:06:31 +00:00
syslog.h Giovanni's syslog.h 2005-10-31 14:07:07 +00:00
tar.h Initial revision 2005-04-21 14:53:53 +00:00
termcap.h Initial revision 2005-04-21 14:53:53 +00:00
termios.h Ast@'s formatting fixes 2005-09-16 14:23:14 +00:00
time.h Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
timers.h Fix by Al. 2005-09-14 00:49:08 +00:00
tools.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
ttyent.h Initial revision 2005-04-21 14:53:53 +00:00
unistd.h Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in 2006-06-07 14:36:35 +00:00
utime.h Initial revision 2005-04-21 14:53:53 +00:00
utmp.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00