Roland McGrath
044c8d2cea
mention WNOHANG bug fix
2002-12-22 03:36:03 +00:00
Roland McGrath
df211904e0
2.5 updates
2002-12-22 03:34:55 +00:00
Roland McGrath
c25a62f1f8
WNOHANG fix
2002-12-21 23:25:26 +00:00
Roland McGrath
f57204d839
update
2002-12-18 04:36:59 +00:00
Roland McGrath
29f554f394
update
2002-12-18 04:16:31 +00:00
Roland McGrath
13f0b43041
update
2002-12-17 10:48:09 +00:00
Roland McGrath
a581c5144d
update
2002-12-17 05:10:47 +00:00
Roland McGrath
915742f797
update
2002-12-17 04:51:02 +00:00
Roland McGrath
32be5979b4
see ChangeLog for details
2002-12-16 20:41:34 +00:00
Roland McGrath
2fe7722661
stat64 configure check fixed
2002-12-16 09:54:16 +00:00
Roland McGrath
36d87c2ffa
Merged various Red Hat fixes
2002-12-15 23:59:13 +00:00
Michal Ludvig
882eda809c
2002-11-09 Heiko Carstens <heiko.carstens@de.ibm.com>
...
Bugfix for s390/s390x:
* syscall.c: Fixed scno derivation for s390/s390x.
2002-11-11 12:50:47 +00:00
Michal Ludvig
39c0e94935
Merged patch fixing MIPS build.
2002-11-06 14:00:12 +00:00
Michal Ludvig
17f8fb3484
Added switch for printing only succeeding syscalls.
2002-11-06 13:17:21 +00:00
Michal Ludvig
eb818f0af6
Added missing ChangeLog by Heiko Carstens.
2002-10-09 09:16:22 +00:00
Michal Ludvig
10a88d09eb
2002-10-07 Michal Ludvig <mludvig@suse.cz>
...
Merged s390x port by Heiko Carstens <Heiko.Carstens@de.ibm.com>
and bugfixes to s390 by D.J. Barrow.
2002-10-07 14:31:00 +00:00
Michal Ludvig
0e035502d2
2002-09-23 Michal Ludvig <mludvig@suse.cz>
...
Merged x86-64 port by Andi Kleen <ak@suse.de>
and Michal Ludvig <mludvig@suse.cz>
* Makefile.in: New target 'headers'. Failure ignored.
* acconfig.h: New defines for x86-64.
* configure.in: Ditto.
* defs.h: Ditto.
* file.c: Ditto.
* signal.c: Ditto.
* process.c: Added support for x86-64.
* util.c: Ditto.
* syscall.c: Ditto + added automatic personality switching.
* linux/syscall.h: Ditto.
* linux/x86_64: New directory.
* linux/x86_64/Makefile.in: New file.
* linux/x86_64/gentab.pl: Ditto.
* linux/x86_64/i386-headers.diff: Ditto.
* linux/x86_64/makeheaders.sh: Ditto.
* linux/x86_64/syscallent.h: Ditto.
* mem.c (print_mmap): Always print arg[4] as int.
2002-09-23 15:41:01 +00:00
Michal Ludvig
53b320f61f
2002-09-23 Michal Ludvig <mludvig@suse.cz>
...
* configure.in: Fix regular expressions.
* linux/syscall.h: Added missing braces in prototype of
sys_getdents64().
* file.c: Use '#ifdef LINUX' instead of '#ifdef linux'.
(struct fileflags): Made extern to inhibit compiation warnings.
(sys_getdents64): Merged LINUX and SVR4 part.
* syscall.c(get_scno): Split multiline string into two distinct
strings.
2002-09-23 13:30:09 +00:00
John Hughes
2c4e3a8061
fix unsigned arithmetic bug in previous change
2002-05-24 10:19:44 +00:00
John Hughes
38ae88d332
Improve tracing of timod ioctls
2002-05-23 11:48:58 +00:00
John Hughes
cde80abad5
Make autoheader happy about Linux/SuperH
2002-05-23 11:19:05 +00:00
John Hughes
b664308560
Fix warning if not using POLL_HACK
2002-05-23 11:02:22 +00:00
John Hughes
93f7fccaa6
improve {set,get}sockopt
2002-05-22 15:46:49 +00:00
John Hughes
d870b3c31a
fix warning will POLL_HACK
2002-05-21 11:24:18 +00:00
John Hughes
5eb78d5f74
cope with ioctl #defines with extraneous spaces
2002-05-17 14:04:24 +00:00
John Hughes
e922478dd4
cope with #ifdef protected #defines
2002-05-17 13:58:24 +00:00
John Hughes
fd15cb31ad
tidy up decode of streams ioctls a little
2002-05-17 11:41:35 +00:00
John Hughes
c61eb3dce2
handle svr4 procpriv call
2002-05-17 11:37:50 +00:00
Wichert Akkerman
ccef63782c
Merge patch from Greg Banks for Linux/SuperH support
2002-05-01 16:39:22 +00:00
Wichert Akkerman
eb8ebdad12
close tcp->outf in droptcb()
2002-04-01 17:48:02 +00:00
Wichert Akkerman
b0c598ff8d
decode packet options
2002-04-01 12:48:06 +00:00
Wichert Akkerman
ed2c74d3cc
Regenrated Linus ioctlent.h files
2002-03-31 20:16:02 +00:00
Wichert Akkerman
235b0ff516
Rename cvsbuild to autogen.sh
2002-03-31 19:08:04 +00:00
Wichert Akkerman
4527dae3b8
check for negative u_errors
2002-03-31 19:03:29 +00:00
Wichert Akkerman
7ab47b63e3
Fix signed/unsigned problems
2002-03-31 19:00:02 +00:00
Wichert Akkerman
d321ff95f2
Add Debian packaging setup
2002-03-31 18:45:45 +00:00
Wichert Akkerman
8b8ff7c780
Add new TCP socket options
2001-12-27 22:27:30 +00:00
John Hughes
fa519575fd
don't lose ioctls if comment spans 2 lines
2001-10-26 08:05:49 +00:00
Wichert Akkerman
9fbd0dd3b6
regenerated ioctlent.h using current scripts so term ioctls are included
2001-10-26 05:20:37 +00:00
John Hughes
19e49984ac
only trace syscalls/signals/faults of interest
2001-10-19 08:59:12 +00:00
John Hughes
c0c5ac850a
Merge SVR4/Linux printsiginfo
2001-10-19 07:32:14 +00:00
John Hughes
2d8b2c5871
handle return values for ssisys on NSC
2001-10-18 14:52:24 +00:00
John Hughes
4216208970
handle sigwait on svr4
2001-10-18 14:48:26 +00:00
John Hughes
0aadba4590
Decode some ssisys args on NSC
2001-10-16 18:19:52 +00:00
John Hughes
aca07f3d18
Implement memcntl for UnixWare
2001-10-16 18:12:27 +00:00
John Hughes
9cecf7f8d6
Fix umovestr of unmapped page for UnixWare
2001-10-16 10:20:22 +00:00
Wichert Akkerman
7b3346be42
Import lots of ia64 related changes from David Mosberger
2001-10-09 23:47:38 +00:00
John Hughes
a2278146b0
fix display of ptrace args on FreeBSD
2001-09-28 16:21:30 +00:00
John Hughes
1fcb1d64ed
fix sockaddr display
2001-09-18 15:56:53 +00:00
Wichert Akkerman
67e3e6352a
do not include asm/sigcontext.h on Linux/IA64 since it gets the struct from bits/sigcontext.h already which signal.h includes
2001-08-19 11:43:17 +00:00