frueauf
|
a897c5f64a
|
mtio.4 got deleted, remove it here too.
|
1998-10-01 11:26:07 +00:00 |
|
drochner
|
5ddf423985
|
print reason for arplookup() failure (ala FreeBSD)
|
1998-10-01 11:04:24 +00:00 |
|
frueauf
|
ce58a65013
|
Sync comments for REALBASEMEM/REALEXTMEM with GENERIC.
|
1998-10-01 10:01:20 +00:00 |
|
kleink
|
f73ad7167d
|
Add *__errno() redirection for _REENTRANT code.
|
1998-10-01 09:26:31 +00:00 |
|
thorpej
|
ed03ee06e1
|
Update for signal changes.
|
1998-10-01 08:28:30 +00:00 |
|
thorpej
|
6a7b0ca257
|
Adapt to signal changes.
|
1998-10-01 06:35:09 +00:00 |
|
erh
|
502a65c40d
|
Add linux real-time signal trampoline.
|
1998-10-01 04:37:15 +00:00 |
|
erh
|
8ada127535
|
Path to linux_machdep.h changed.
|
1998-10-01 04:36:05 +00:00 |
|
erh
|
6a0907d521
|
linux_machdep.c has been moved. It is now included from compat/linux/i386/files.linux_i386.
|
1998-10-01 04:34:54 +00:00 |
|
erh
|
fd21ba4d9b
|
Add info on things left to do.
|
1998-10-01 04:27:33 +00:00 |
|
erh
|
5199a97864
|
Add the architechture-wise multiplexing header files. These are the files that should be included by anything that needs a linux compat header. These will then include the appropriate architechture dependent and common header file(s).
|
1998-10-01 04:20:16 +00:00 |
|
erh
|
4dc8295a26
|
Enable "includes" and "all"(=makesyscalls.sh) targets for alpha, common and i386.
|
1998-10-01 04:16:33 +00:00 |
|
erh
|
5dbbd9e2d1
|
Architechture-wise multiplexer for linux_syscalls.c. This exists because kdump, et al. include this file.
|
1998-10-01 04:13:25 +00:00 |
|
erh
|
df1521ebe1
|
Modified to reflect new file layout. arch/<arch>/conf/files.<arch> should include this file and the appropriate compat/linux/<arch>/files.linux_<arch> file.
|
1998-10-01 04:11:26 +00:00 |
|
erh
|
9eef4e2e35
|
Kinda moved to compat/linux/Makefile.sc.
|
1998-10-01 04:08:38 +00:00 |
|
erh
|
19e9e9c2ef
|
These syscall table files have been regenerated in compat/linux/i386.
|
1998-10-01 04:07:34 +00:00 |
|
erh
|
d70c9cdbc9
|
Wheeee!: 8-way split of compat/linux/linux_misc.c into common code and multi-architechture functions.
|
1998-10-01 04:05:54 +00:00 |
|
erh
|
c0a539a588
|
Define structures needed for these functions.
|
1998-10-01 04:00:20 +00:00 |
|
erh
|
46f5ff0021
|
Move compat/linux/linux_util.h to common.
|
1998-10-01 03:54:36 +00:00 |
|
erh
|
29217a6082
|
Move compat/linux/linux_sockio.h to common.
|
1998-10-01 03:53:00 +00:00 |
|
erh
|
fe99a5c47e
|
Add a couple function prototypes from linux_misc.c.
|
1998-10-01 03:49:59 +00:00 |
|
erh
|
b64f5d3b1a
|
Move IPC headers to common. The msg, sem and shm files, in addition to other common structures and to avoid creating several more machine dependent header files, include the syscall arguments for several system calls which don't exist on all architechtures.
|
1998-10-01 03:48:31 +00:00 |
|
erh
|
e6ad366c04
|
Moved from compat/linux/linux_dirent.h to common.
|
1998-10-01 03:37:51 +00:00 |
|
erh
|
e6a3796d67
|
Moved from compat/linux/linux_termios.c to common.
|
1998-10-01 03:36:27 +00:00 |
|
erh
|
658c307a1a
|
Move compat/linux/linux_socketcall.h to multiarch. Defines for the socketcall multiplexer.
|
1998-10-01 03:34:50 +00:00 |
|
erh
|
81cc399a4d
|
Split linux/compat/linux_socket.c into common and multi-architechture parts. linux_socketcall.c contains the socketcall multiplexer.
|
1998-10-01 03:33:17 +00:00 |
|
erh
|
4ab27f44f9
|
Move linux/compat/linux_ipccall.h to multiarch. Defines for the IPC multiplexerand associated functions.
|
1998-10-01 03:29:45 +00:00 |
|
thorpej
|
c5b8d42e66
|
Need 14 longs for jmp_buf now (sigcontext has 128-bit signal mask at the
end).
|
1998-10-01 03:28:11 +00:00 |
|
erh
|
d4649701f2
|
Split compat/linux/linux_ipc.c into common and multi-architechture parts. The IPC multiplexer and associated functions are now in linux_ipccall.c
|
1998-10-01 03:27:38 +00:00 |
|
thorpej
|
370d14060a
|
Adapt to signal changes.
|
1998-10-01 03:26:18 +00:00 |
|
erh
|
f7ec994736
|
Move compat/linux/linux_ioctl.c to common.
|
1998-10-01 03:24:28 +00:00 |
|
erh
|
0060940d40
|
Split compat/linux/linux_file.c into common and multi-architechture parts.
|
1998-10-01 03:22:11 +00:00 |
|
erh
|
f7ac1bd375
|
Split compat/linux/linux_exec.c into common, elf and a.out parts.
|
1998-10-01 03:11:33 +00:00 |
|
thorpej
|
d15a64c38b
|
Adapt to signal changes.
|
1998-10-01 02:53:53 +00:00 |
|
jtk
|
4b8165499a
|
add i386/bioscall.9
|
1998-10-01 02:34:30 +00:00 |
|
jtk
|
3493c17663
|
add bioscall(9) for i386
|
1998-10-01 02:33:50 +00:00 |
|
erh
|
5b06d1ed0b
|
Move compat/linux/linux_error.c to common.
|
1998-10-01 02:32:24 +00:00 |
|
erh
|
a20d9dce3e
|
Moved compat/linux/linux_cdrom to common.
|
1998-10-01 02:30:36 +00:00 |
|
erh
|
fcaf5df8c2
|
Split compat/linux/linux_signal.c into i386, common and multi-architecture parts.
|
1998-10-01 02:27:33 +00:00 |
|
erh
|
7588fef564
|
Moved here from arch/i386/include/linux_machdep.h.
|
1998-10-01 02:22:01 +00:00 |
|
erh
|
ccea47d790
|
Moved to compat/linux/i386/linux_machdep.h.
|
1998-10-01 02:20:52 +00:00 |
|
erh
|
ecb2c14c6e
|
Moved here from arch/i386/i386/linux_machdep.c.
|
1998-10-01 02:17:31 +00:00 |
|
erh
|
3466d00034
|
Moved to compat/linux/i386/linux_machdep.c.
|
1998-10-01 02:15:50 +00:00 |
|
erh
|
2637ab656d
|
Move compat/linux/linux_exec.h to common.
|
1998-10-01 02:11:00 +00:00 |
|
erh
|
0b412af4e1
|
Add linux i386 machine type.
|
1998-10-01 02:09:12 +00:00 |
|
erh
|
39fa21b763
|
Regen.
|
1998-10-01 02:05:32 +00:00 |
|
erh
|
14b1e271b5
|
Move compat/linux/syscalls.master to i386. Add a few syscalls while I'm here.
|
1998-10-01 02:03:17 +00:00 |
|
jtk
|
358521eba1
|
add prototype for bioscall()
|
1998-10-01 02:00:37 +00:00 |
|
erh
|
9c4b9e9840
|
Split compat/linux/linux_termios.h into i386 and common parts.
|
1998-10-01 01:52:58 +00:00 |
|
erh
|
5139d084ba
|
Split compat/linux/linux_ioctl.h into i386 and common parts.
|
1998-10-01 01:33:03 +00:00 |
|