Commit Graph

27 Commits

Author SHA1 Message Date
Wichert Akkerman
5ae21ead9f The `too much stuff, just check the ChangeLog' update 2000-05-01 01:53:59 +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
8b1b40cd8b Merge Trillian patches (Linux ia64) 2000-02-03 21:58:30 +00:00
Pavel Machek
9a9f10b4fc Wrap changing of syscall into nice function.
Warn instead of infinite loop in case of error.
2000-02-01 16:22:52 +00:00
Wichert Akkerman
3ed6dc2491 Add 1900 to tm_year in sprinttime 2000-01-11 14:41:09 +00:00
Wichert Akkerman
0396bdc0a7 Use STAT64 test for the new stat64 functions 1999-12-24 23:11:57 +00:00
Ulrich Drepper
7f02c4d53f Implement sys_stat64, sys_fstat64, sys_lstat64, and printstat64. 1999-12-24 08:01:34 +00:00
Ulrich Drepper
0fa01d706f Use ugly libc_stat trick also for stat64. 1999-12-24 07:18:28 +00:00
Wichert Akkerman
4dc8a2aec6 Bunch of stuff 1999-12-23 14:20:14 +00:00
Wichert Akkerman
e4aafd4c4d Merge patches from John Hughes 1999-11-26 09:54:08 +00:00
Wichert Akkerman
f5eeabb156 Start merging linux-ip-routing fork 1999-11-18 17:09:47 +00:00
Wichert Akkerman
5b4d128fab Update patch from drow for file.c kernel types 1999-07-09 00:32:54 +00:00
Wichert Akkerman
a601370873 Add patch from drow to get proper kernel types in file.c 1999-07-08 14:00:58 +00:00
Wichert Akkerman
8829a55dc2 Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +00:00
Wichert Akkerman
dacfb6ebd6 Add sparc patches from Jakub Jelinek 1999-06-03 14:21:07 +00:00
Wichert Akkerman
9524bb9e72 use kernel dirent structure for Linux 1999-05-25 23:11: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
8bc6cfd067 Minor compiliation-fixes 1999-04-21 15:57:38 +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
b859bea10a Change number of personalities for Linux sparc to 2
Minor other fixes
1999-04-18 22:50:50 +00:00
Wichert Akkerman
25d0c4fdf2 Fix stat structures for Linux once again 1999-04-18 19:35:42 +00:00
Wichert Akkerman
a0f36c6c29 Fix test for alpha so we get the osf_stat functions in file.c 1999-04-16 14:01:34 +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
Nate Sammons
5c74d204e7 Avoid compiler warnings. 1999-04-06 01:37:51 +00:00
Nate Sammons
771a6ff03c Use the kernel's struct stat instead of libc's. 1999-04-05 22:39:31 +00:00
Nate Sammons
94fe3a0be1 Remove (apparently?) unused definition of struct kernel_stat for
LINUXSPARC.
1999-04-05 22:33:54 +00:00
Wichert Akkerman
76baf7c9f6 Initial revision 1999-02-19 00:21:36 +00:00