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
Wichert Akkerman
3f7f49d679
Update versionsnumber for 3.99.1 and update NEWS
1999-06-09 13:12:11 +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
Ulrich Drepper
8783c011ea
Don't include linux/ptrace.h for glibc.
1999-05-29 04:13:58 +00:00
Ulrich Drepper
0d2d323610
Fix typo.
1999-05-29 04:11:48 +00:00
Wichert Akkerman
0c239d9e87
Adding cvsignore files for alpha and sparc
1999-05-28 12:39:50 +00:00
Wichert Akkerman
6ff1218d88
add config.log
1999-05-28 11:20:31 +00:00
Wichert Akkerman
71bdaff3b7
Fix typo
1999-05-28 10:28:56 +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
2992bbabfc
Remove some stuff from CVS that should be autogenerated
1999-05-26 09:27:15 +00:00
Wichert Akkerman
42a9655ffe
Added some cvsignore files
1999-05-25 23:12:18 +00:00
Wichert Akkerman
9524bb9e72
use kernel dirent structure for Linux
1999-05-25 23:11:18 +00:00
Wichert Akkerman
f9d3dcbea2
Update maintainer name in manpage
1999-05-15 00:29:13 +00:00
Wichert Akkerman
dbb440e5ae
Only compile IPX-support in net.c for Linux
1999-05-11 15:06:44 +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
022c52fda1
Update the version number to 3.99 (first pre-release for 4.0)
1999-04-27 13:17:29 +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
7a1f0e95db
Update syscalls for Linux alpha
1999-04-18 20:23:57 +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
Wichert Akkerman
fd3bcae88a
Oops, lets update config.sub as well so we can compile on more alphas
1999-04-15 20:51:25 +00:00
Wichert Akkerman
1786d81bee
Update the ChangeLog and NEWS files to reflect new maintainer
...
Update CREDITS to list Uldrich and Nate.
Switch to autoconf 2.13
1999-04-15 20:34:14 +00:00
Nate Sammons
6bfcd32877
Avoid compiler warning.
1999-04-06 01:39:04 +00:00
Nate Sammons
5c74d204e7
Avoid compiler warnings.
1999-04-06 01:37:51 +00:00
Nate Sammons
99a5690773
Realtime signals are named starting with 0. Fix `signame' to comply.
1999-04-06 01:24:15 +00:00
Nate Sammons
4a12143420
Convert all sigsets correctly into libc sigset_t. Add functions
...
`long_to_sigset', `copy_sigset', and `copy_sigset_len'. Add
additional arg to `printsigmask' and `sprintsigmask' to indicate
whether realtime signals may be in the mask, and keep the printing
rational.
1999-04-06 01:19:39 +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
Nate Sammons
b4aa1139eb
Fix a couple of typos in the man page.
1999-03-31 05:59:04 +00:00
Nate Sammons
3080aa492b
Fix a silly bug in signame. A signal should be *greater* than the
...
minimum.
1999-03-30 00:16:41 +00:00