Date: Sun, 8 Jul 2007 08:41:09 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_getcwd.c linux_misc.c linux_signal.c linux_signal.h src/sys/i386/linux linux.h Message-ID: <200707080841.l688f95u052703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2007-07-08 08:41:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux.h sys/compat/linux linux_getcwd.c linux_misc.c linux_signal.c linux_signal.h sys/i386/linux linux.h Log: MFC (2 of X): - some linuxulator style(9) fixes - add datatypes and definitions in preparation of further commits - use one (l_sigval) of the new datatypes on amd64 and get rid of a now unused include (this may or may not fix some signal handling issues on amd64) [1] - convert some unconditional debug handling into the common linuxulator way - use some more appropriate format string types in some debug printf's - convert signal validation into a macro Except for [1] on amd64 there is no visible change to a normal user. Tested by: scf (i386), Arno J. Klaassen <arno@heho.snv.jussieu.fr> (amd64) Revision Changes Path 1.1.8.2 +43 -8 src/sys/amd64/linux32/linux.h 1.19.2.3 +2 -2 src/sys/compat/linux/linux_getcwd.c 1.170.2.4 +8 -8 src/sys/compat/linux/linux_misc.c 1.51.2.1 +1 -1 src/sys/compat/linux/linux_signal.c 1.6.14.1 +2 -0 src/sys/compat/linux/linux_signal.h 1.64.2.2 +33 -1 src/sys/i386/linux/linux.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707080841.l688f95u052703>