91 Commits

Author SHA1 Message Date
Ulrich Drepper
7f02c4d53f Implement sys_stat64, sys_fstat64, sys_lstat64, and printstat64. 1999-12-24 08:01:34 +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
Ulrich Drepper
90512f0332 (internal_clone): Fix a few typos and add definitions to make it at
least compile.
1999-12-24 07:22:25 +00:00
Ulrich Drepper
0fa01d706f Use ugly libc_stat trick also for stat64. 1999-12-24 07:18:28 +00:00
Wichert Akkerman
7a0b649aea Begin work on supporting clone 1999-12-23 15:08:17 +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
ea78f0f771 Add UnixWare support to configure 1999-11-29 15:34:02 +00:00
Wichert Akkerman
aec6238b12 Improve sys_query_module code 1999-11-28 01:56:12 +00:00
Wichert Akkerman
9123ac8884 fully decode the query_module syscall 1999-11-27 21:58:20 +00:00
Wichert Akkerman
3377df7418 Parse UnixWare mount options 1999-11-26 13:14:41 +00:00
Wichert Akkerman
9dbf15466e Add pollhack 1999-11-26 13:11:29 +00:00
Wichert Akkerman
4695657dab Seems like some systems treat sigmask_t and sigmask_t* as the same thing. 1999-11-26 10:12:59 +00:00
Wichert Akkerman
48214be2d3 Only use long_to_sigset on Linux systems 1999-11-26 09:55:42 +00:00
Wichert Akkerman
e4aafd4c4d Merge patches from John Hughes 1999-11-26 09:54:08 +00:00
Wichert Akkerman
906dade0dd Tiny display fixup in getpmsg syscall output 1999-11-26 09:18:37 +00:00
Wichert Akkerman
2a64b43d87 Update for 4.1 release 1999-11-26 00:29:05 +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
2f473da12b Fix duplicate for sys_create_module
Include linux/in6.h only for Linux MIPS
1999-11-01 19:53:31 +00:00
Wichert Akkerman
505e176ded test for linux/in6.h in configure 1999-11-01 19:39:08 +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
54a4767f86 Add missing newline in error 1999-10-17 00:57:34 +00:00
Wichert Akkerman
5052482ed7 Update Linux module syscalls 1999-10-10 22:40:07 +00:00
Wichert Akkerman
15dea97f8a Compilation updates 1999-10-06 13:06:34 +00:00
Wichert Akkerman
7b27ba0673 Update strace-graph copyright to BSD 1999-08-30 23:26:53 +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
4a01ca0d0f CVS branch test 1999-07-25 12:29:49 +00:00
Wichert Akkerman
527a80589d Update sys_createmodule and sys_initmodule 1999-07-15 21:11:37 +00:00
Wichert Akkerman
b046b38593 Update sys/reg.h usage in syscall.c as well 1999-07-13 22:20:16 +00:00
Wichert Akkerman
36915a19e4 Add test for sys/reg.h and use that instead of asm/ptrace.h
This should fix building problems on glibc2.0 systems
1999-07-13 15:45:02 +00:00
Wichert Akkerman
ca4469902c Remove hack in signal.c for arm architecture 1999-07-09 23:48:58 +00:00
Wichert Akkerman
14cd9f06e5 Tell system.c not to include linux/fs.h 1999-07-09 18:56:34 +00:00
Wichert Akkerman
8dc9a1a3c5 Update versionnumber to 4.0 1999-07-09 14:08:14 +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
Nate Sammons
8d5860c8d8 system.c was using __NR_* style syscall number defines, which don't
get defined now.  Use SYS_* instead, and also make the previously dead
include hack work.

sys_personality didn't work right before.
1999-07-03 18:53:05 +00:00
Wichert Akkerman
e68d61c7d6 Remove stupid error in strace.c. Looks like I pasted something
I shouldn't have in there :(
1999-06-28 13:17:16 +00:00
Wichert Akkerman
360815ecc2 Update documentation somewhat 1999-06-28 13:16:03 +00:00
Wichert Akkerman
2b483ba988 Fix conditions for including sys/reg.h and linux/ptrace.h 1999-06-24 13:55:29 +00:00
Wichert Akkerman
e6f876c49d Linux/powerpc and SunOS fixes 1999-06-22 15:28:30 +00:00
Wichert Akkerman
50a2745c88 Bring Linux/powerpc up to date 1999-06-21 13:07:29 +00:00
Wichert Akkerman
789ed35db5 avoid leaking fd into child 1999-06-14 10:45:01 +00:00
Wichert Akkerman
8829a55dc2 Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +00:00
Wichert Akkerman
0405743d6a Add cvsbuild 1999-06-10 14:38:31 +00:00