minix/include
Ben Gras 82173212ee Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the
size field. The TIOCSFON ioctl size (8192) didn't get encoded properly,
as there weren't enough bits for it (12) in the regular format.

The new format has only one type field, and an extra flag (_IOC_BIG)
turned on. FS checks for this flag and uses the alternative decoding
of the ioctl codes to determine the size when doing grants.

This unbreaks loadfont, although that still uses a phys copy in tty.
2006-07-25 09:41:40 +00:00
..
arpa Added prototype for inet_aton. 2006-06-22 11:45:59 +00:00
ibm Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE. 2006-04-12 11:26:20 +00:00
minix Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the 2006-07-25 09:41:40 +00:00
net More stack for tcpd. 2006-07-13 13:19:48 +00:00
netinet Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
sys Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the 2006-07-25 09:41:40 +00:00
a.out.h
alloca.h
ansi.h
assert.h . renamed __str to __makestr to allow for g++ 2006-06-20 08:40:26 +00:00
configfile.h
ctype.h
curses.h
dirent.h
env.h
errno.h
fcntl.h
float.h
fts.h
grp.h
ifaddrs.h . getifaddrs() and data 2006-04-03 15:06:31 +00:00
inttypes.h
lib.h
libgen.h
libutil.h
limits.h
locale.h
Makefile make gcc doesn't work if $SHELL is unexpected 2006-03-31 22:26:42 +00:00
math.h
mathconst.h
netdb.h
pwd.h
regex.h
regexp.h
setjmp.h
sgtty.h
signal.h Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in 2006-06-07 14:36:35 +00:00
stdarg.h
stddef.h
stdint.h
stdio.h Bigger BUFSIZ for bigger fs block size. 2006-07-06 10:02:25 +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 Added strlcat and strlcpy. 2006-06-22 11:47:18 +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
tar.h
termcap.h
termios.h
time.h
timers.h
tools.h
ttyent.h
unistd.h Added SI_CALL_STATS and ENABLE_SYSCALL_STATS for system call statistics. 2006-07-10 12:13:29 +00:00
utime.h
utmp.h