Commit Graph

329 Commits

Author SHA1 Message Date
Wichert Akkerman
10dfa564bd Update mips syscall table 2000-04-22 18:26:56 +00:00
Wichert Akkerman
481e45b0cf added names for SVR4, SYSV, BSD4.3 and POSIX syscalls 2000-04-17 07:42:31 +00:00
Wichert Akkerman
c792698a99 README-linux: updated to note that strace might not compile
with development kernels
bjm.c: sys_query_module: check if malloc succeeds
system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once
linux/syscallent.h: updated for 2.3.99pre3
linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls
even though Linux doesn't implement them
syscall.c: add global variables for MIPS registers as well
syscall.c: move global variables to before get_scno since that uses them
util.c: oops, misspelled defined
process.c: fix ptrace calls in change_syscall
mem.c: decode sys_madvise
Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi>
+ add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct
+ small fix for RLIMIT_* and RUSAGE_BOTH
+ enhace support for capget and capset
2000-04-10 22:22:31 +00:00
Wichert Akkerman
57f229d952 Fixup ia64 stuff, part 1 2000-02-03 22:01:30 +00:00
Wichert Akkerman
8b1b40cd8b Merge Trillian patches (Linux ia64) 2000-02-03 21:58:30 +00:00
Ulrich Drepper
2f2a5864ac Define table entries for sys_stat64, sys_lstat64, and sys_fstat64. 1999-12-24 08:00:37 +00:00
Ulrich Drepper
75bb37c8a8 Declare sys_stat64, sys_lstat64, and sys_fstat64. 1999-12-24 07:59:50 +00:00
Wichert Akkerman
4dc8a2aec6 Bunch of stuff 1999-12-23 14:20:14 +00:00
Wichert Akkerman
e5be0de044 Note that Linux has semop 1999-12-14 10:46:18 +00:00
Wichert Akkerman
221f54f721 Now it builds on alpha again... 1999-11-18 17:26:45 +00:00
Wichert Akkerman
0ae852b90b Oops, forgot to commit this one 1999-11-18 17:12:55 +00:00
Wichert Akkerman
f5eeabb156 Start merging linux-ip-routing fork 1999-11-18 17:09:47 +00:00
Wichert Akkerman
60456d785d update Linux MIPS syscall table 1999-11-01 19:59:33 +00:00
Wichert Akkerman
31aa7068a2 Added missing Linux MIPS files 1999-11-01 00:46:49 +00:00
Wichert Akkerman
f90da01fd1 Add Linux MIPS support 1999-10-31 21:15:38 +00:00
Wichert Akkerman
9ce1a63eb2 Catching up on my mail-backlog, see ChangeLog for details 1999-08-29 23:15:07 +00:00
Wichert Akkerman
5a777663d5 Add sys_poll to Linux/alpha syscall list 1999-08-04 16:03:49 +00:00
Wichert Akkerman
527a80589d Update sys_createmodule and sys_initmodule 1999-07-15 21:11:37 +00:00
Wichert Akkerman
50a2745c88 Bring Linux/powerpc up to date 1999-06-21 13:07:29 +00:00
Wichert Akkerman
cc4b8f426a Update syscall list for Linux/alpha 1999-06-09 12:50:10 +00:00
Wichert Akkerman
dacfb6ebd6 Add sparc patches from Jakub Jelinek 1999-06-03 14:21:07 +00:00
Wichert Akkerman
0c239d9e87 Adding cvsignore files for alpha and sparc 1999-05-28 12:39:50 +00:00
Wichert Akkerman
22fe9d2b99 added `a bit of sysctl support', patch from Ulrich Drepper 1999-05-27 12:00:57 +00:00
Wichert Akkerman
42a9655ffe Added some cvsignore files 1999-05-25 23:12:18 +00:00
Wichert Akkerman
2e2553a534 Merged in a bunch of patches that I got as reaction to the 3.99 release.
See the ChangeLog for details
1999-05-09 00:29:58 +00:00
Wichert Akkerman
d4d8e92b30 Update linux sparc support so it compiles and works reasonably 1999-04-18 23:30:29 +00:00
Wichert Akkerman
7a1f0e95db Update syscalls for Linux alpha 1999-04-18 20:23:57 +00:00
Wichert Akkerman
328c5e7fd8 Added support for old*stat syscalls for Linux
Changed referenced to LINUX to linux in file.c
Fix include for ldt.h in mem.c while we're at it
1999-04-16 00:21:26 +00:00
Wichert Akkerman
76baf7c9f6 Initial revision 1999-02-19 00:21:36 +00:00