Commit Graph

193 Commits

Author SHA1 Message Date
Roland McGrath
edcf1b0d12 . 2003-01-10 21:43:33 +00:00
Roland McGrath
09b371c979 . 2003-01-10 20:51:13 +00:00
Roland McGrath
944d10f887 . 2003-01-10 20:14:52 +00:00
Roland McGrath
03c5c4d37e . 2003-01-10 20:06:01 +00:00
Roland McGrath
516f34994b . 2003-01-10 19:55:42 +00:00
Roland McGrath
dcfcaf71b3 . 2003-01-10 10:45:13 +00:00
Roland McGrath
ea49621395 . 2003-01-10 07:50:29 +00:00
Roland McGrath
5694e80e14 update 2003-01-09 06:56:39 +00:00
Wichert Akkerman
136bbb1aee Do not end summary with full stop 2003-01-08 23:46:03 +00:00
Wichert Akkerman
5a9b086cfe No longer install postinst and prerm since /usr/doc symlink is no longer needed 2003-01-08 23:44:36 +00:00
Roland McGrath
2850c7edcf . 2002-12-30 10:46:02 +00:00
Roland McGrath
692b68a316 . 2002-12-30 09:33:32 +00:00
Roland McGrath
a83c22f1c6 . 2002-12-30 09:13:30 +00:00
Roland McGrath
30d47f10eb . 2002-12-30 00:51:51 +00:00
Roland McGrath
8596015a6a . 2002-12-30 00:26:24 +00:00
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