erh
|
edeeb71bd8
|
Add the sigaction call.
|
1998-10-07 23:48:04 +00:00 |
erh
|
00a3eb89be
|
This is used on the alpha. It is called osf_sigaction under linux because of the format of the sigaction structure but it acts the same.
|
1998-10-07 23:47:44 +00:00 |
erh
|
7d45dcb522
|
Kill the linux_old*.h includes (which are only used in the corresponding linux_old*.c). Add linux_siginfo.h.
|
1998-10-07 23:11:13 +00:00 |
erh
|
ecdbc1172b
|
Regen.
|
1998-10-07 23:08:26 +00:00 |
erh
|
358899800e
|
Change sys_mmap to NOARGS. (args defined in linux_sys_mmap.h). Typo: siginfo_t->linux_siginfo_t.
|
1998-10-07 23:07:30 +00:00 |
erh
|
1a89cf484f
|
Move linux_sys_mmap declarations to linux_mmap.h Make sure oldmmap.c includes oldmmap.h.
|
1998-10-07 23:06:17 +00:00 |
erh
|
8ce2ceae35
|
Fix typos.
|
1998-10-07 23:05:09 +00:00 |
erh
|
a956aca8aa
|
This needs its defines.
|
1998-10-07 22:58:19 +00:00 |
erh
|
47a9e7f352
|
Fix typos.
|
1998-10-07 22:50:42 +00:00 |
erh
|
baf6c8420d
|
Fix types. Kill old declarations.
|
1998-10-07 22:45:51 +00:00 |
erh
|
c7176f00e4
|
The siginfo include line is not needed here anymore.
|
1998-10-07 22:17:57 +00:00 |
erh
|
3bd73b1ef1
|
Add prototype for linux_sigprocmask1().
|
1998-10-07 22:13:39 +00:00 |
erh
|
ddbb7b3349
|
sigprocmask (non-rt) version doesn't exist on alpha. rename it to sigprocmask1 for use in linux_sys_sigprocmask and linux_sys_rt_sigprocmask.
|
1998-10-07 22:12:48 +00:00 |
erh
|
30f959e6c6
|
sigprocmask (non-rt version) doesn't exist on alpha. Add it here.
|
1998-10-07 22:11:16 +00:00 |
erh
|
15eaa765b7
|
Files moved. Change the paths here.
|
1998-10-07 20:50:44 +00:00 |
christos
|
9ec65653f5
|
unobfuscate: !strncmp() != 0 -> strncmp() == 0
|
1998-10-04 16:51:18 +00:00 |
fvdl
|
26c9084f20
|
Fix pointer fuckup that made getdents() stop working.
|
1998-10-04 10:17:54 +00:00 |
fvdl
|
19f71dc8ff
|
Fix wrong strncmp test.
|
1998-10-04 09:40:09 +00:00 |
fvdl
|
8096c25afc
|
Assign my copyright to TNF. Merge with others were appropriate.
Regen syscall files after script change.
|
1998-10-04 00:02:23 +00:00 |
christos
|
af8c2a82b9
|
Remove this file.
|
1998-10-03 20:30:37 +00:00 |
christos
|
96dc2f3c56
|
Remove stray debugging printfs
|
1998-10-03 20:28:03 +00:00 |
christos
|
5f13e45116
|
Forgot those two.
|
1998-10-03 20:20:04 +00:00 |
christos
|
908291d2fe
|
Attempt to fix the mess.
|
1998-10-03 20:17:36 +00:00 |
christos
|
e00e31dcab
|
Integrated in common.
|
1998-10-03 20:02:26 +00:00 |
christos
|
49b61257dc
|
Moved via repository copy.
|
1998-10-03 18:50:20 +00:00 |
christos
|
5bc85e96b4
|
Moved via repository copy
|
1998-10-03 18:47:24 +00:00 |
christos
|
a7ed63d0ee
|
moved via repository copy.
|
1998-10-03 18:45:22 +00:00 |
christos
|
6e98c7aef2
|
Moved via repository copy
|
1998-10-03 18:44:32 +00:00 |
christos
|
6e31782a3f
|
moved via repository copy.
|
1998-10-03 18:43:28 +00:00 |
perry
|
036f631693
|
shut up egcs complaints by adding braces
|
1998-10-01 18:58:28 +00:00 |
perry
|
4a2f07c9cd
|
shut up egcs complaints about braces
|
1998-10-01 18:57:05 +00:00 |
perry
|
5535f2a14b
|
Add braces to shut up egcs
|
1998-10-01 18:53:37 +00:00 |
christos
|
627091bd84
|
Provide a suitable default so that kdump compiles on architectures
not supported yet.
|
1998-10-01 18:23:37 +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 |