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
Alexander Leidinger
netchild at FreeBSD.org
Sun Jul 8 08:41:10 UTC 2007
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 at 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
More information about the cvs-src
mailing list