minix/include
Ben Gras 6f77685609 Split of architecture-dependent and -independent functions for i386,
mainly in the kernel and headers. This split based on work by
Ingmar Alting <iaalting@cs.vu.nl> done for his Minix PowerPC architecture
port.

 . kernel does not program the interrupt controller directly, do any
   other architecture-dependent operations, or contain assembly any more,
   but uses architecture-dependent functions in arch/$(ARCH)/.
 . architecture-dependent constants and types defined in arch/$(ARCH)/include.
 . <ibm/portio.h> moved to <minix/portio.h>, as they have become, for now,
   architecture-independent functions.
 . int86, sdevio, readbios, and iopenable are now i386-specific kernel calls
   and live in arch/i386/do_* now.
 . i386 arch now supports even less 86 code; e.g. mpx86.s and klib86.s have
   gone, and 'machine.protected' is gone (and always taken to be 1 in i386).
   If 86 support is to return, it should be a new architecture.
 . prototypes for the architecture-dependent functions defined in
   kernel/arch/$(ARCH)/*.c but used in kernel/ are in kernel/proto.h
 . /etc/make.conf included in makefiles and shell scripts that need to
   know the building architecture; it defines ARCH=<arch>, currently only
   i386.
 . some basic per-architecture build support outside of the kernel (lib)
 . in clock.c, only dequeue a process if it was ready
 . fixes for new include files

files deleted:
 . mpx/klib.s - only for choosing between mpx/klib86 and -386
 . klib86.s - only for 86

i386-specific files files moved (or arch-dependent stuff moved) to arch/i386/:
 . mpx386.s (entry point)
 . klib386.s
 . sconst.h
 . exception.c
 . protect.c
 . protect.h
 . i8269.c
2006-12-22 15:22:27 +00:00
..
arpa Added prototype for inet_aton. 2006-06-22 11:45:59 +00:00
ibm Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
minix Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +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 Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +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 . renamed __str to __makestr to allow for g++ 2006-06-20 08:40:26 +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 Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
env.h Initial revision 2005-04-21 14:53:53 +00:00
errno.h Added EOPNOTSUPP and better error handling in accept. 2006-09-14 13:48:41 +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 includes for gcc 4.1.1 too if found. 2006-08-01 09:17:43 +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 Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
sgtty.h Initial revision 2005-04-21 14:53:53 +00:00
signal.h _NSIG is supposed to be highest signal number plus one, not highest 2006-09-27 08:56:37 +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 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 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 Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +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