cvs commit: src/sys/i386/linux linux_machdep.c

2007-12-05 Thread Konstantin Belousov
kib 2007-12-05 13:31:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/linux linux_machdep.c Log: MFC rev. 1.79: Implement read_default_ldt in linux_modify_ldt(). Approved by:re (kensmith) Revision ChangesPath 1.78.2

cvs commit: src/sys/i386/linux linux_machdep.c

2007-11-26 Thread Konstantin Belousov
kib 2007-11-26 11:06:19 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Implement read_default_ldt in linux_modify_ldt(). It copies out zeroed descriptor, like real Linux does. Tested by: Yuriy Tsibizov Submitted by: rdivacky

cvs commit: src/sys/i386/linux linux_machdep.c

2007-07-20 Thread Attilio Rao
attilio 2007-07-20 08:35:18 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE (Giant/sched_lock free) so remove unuseful Giant cruft. Approved by: jeff Approved by: re Spon

cvs commit: src/sys/i386/linux linux_machdep.c src/sys/compat/linux linux_emul.c linux_misc.c

2007-02-23 Thread Alexander Leidinger
netchild2007-02-23 22:39:26 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c sys/compat/linux linux_emul.c linux_misc.c Log: MFp4 (114193 (i386 part), 114194, 114195, 114200): - Dont "return" in linux_clone() after we forked the new proc

cvs commit: src/sys/i386/linux linux_machdep.c

2006-10-20 Thread Alexander Leidinger
netchild2006-10-20 10:09:40 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Fix a recent regression regarding valid signals. Submitted by: rdivacky Revision ChangesPath 1.63 +1 -1 src/sys/i386/linux/linux_machdep.c

cvs commit: src/sys/i386/linux linux_machdep.c

2006-09-29 Thread Alexander Leidinger
netchild2006-09-29 19:05:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/linux linux_machdep.c Log: MFC rev 1.57: style(9) Noticed by: ssouhlal Approved by:re Revision ChangesPath 1.48.2.3 +4 -4 src/sy

cvs commit: src/sys/i386/linux linux_machdep.c

2006-09-29 Thread Alexander Leidinger
netchild2006-09-29 19:00:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/linux linux_machdep.c Log: MFC rev 1.56: Bring the i386 linux mmap code more into line with how linux (2.4.x) behaves. This fixes a lot of test which failed bef

cvs commit: src/sys/i386/linux linux_machdep.c

2006-09-20 Thread Alexander Leidinger
netchild2006-09-20 19:27:11 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: style(9) While I'm here add a MFC reminder, I forgot it in the previous commit. Noticed by: ssouhlal MFC after: 1 week Revision ChangesP

cvs commit: src/sys/i386/linux linux_machdep.c

2006-09-20 Thread Alexander Leidinger
netchild2006-09-20 17:24:20 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Bring the i386 linux mmap code more into line with how linux (2.4.x) behaves. This fixes a lot of test which failed before. For amd64 there are still some problems

cvs commit: src/sys/i386/linux linux_machdep.c

2006-08-27 Thread Alexander Leidinger
netchild2006-08-27 18:51:32 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Fix video playing and network connections in realplayer (and most likely other stuff) in the osrelease=2.6.16 case: - implement CLONE_PARENT semantic - fix TLS

cvs commit: src/sys/i386/linux linux_machdep.c src/sys/amd64/linux32 linux32_machdep.c

2006-08-25 Thread Alexander Leidinger
netchild2006-08-25 11:59:56 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c sys/amd64/linux32linux32_machdep.c Log: Emulate what vfork does instead of using it in linux_vfork. This way we can do the stuff we need to do with linux process

cvs commit: src/sys/i386/linux linux_machdep.c linux_sysvec.c src/sys/compat/linux linux_emul.h linux_misc.c linux_signal.c src/sys/amd64/linux32 linux32_sysvec.c

2006-08-17 Thread Alexander Leidinger
netchild2006-08-17 21:06:48 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c linux_machdep.c sys/compat/linux linux_emul.h linux_misc.c linux_signal.c sys/amd64/linux32linux32_sysvec.c Log: Move some stuff into headers where they be