On Mon, 26 Feb 2007, Alexander Leidinger wrote:
Quoting "Bjoern A. Zeeb" <[EMAIL PROTECTED]> (from Mon, 26 Feb
2007 15:01:34 + (UTC)):
On Fri, 23 Feb 2007, Alexander Leidinger wrote:
netchild2007-02-23 22:29:24 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux
Quoting "Bjoern A. Zeeb" <[EMAIL PROTECTED]> (from Mon,
26 Feb 2007 15:01:34 + (UTC)):
On Fri, 23 Feb 2007, Alexander Leidinger wrote:
netchild2007-02-23 22:29:24 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
MFp4 (part of 114132):
- Fix a LOR
On Fri, 23 Feb 2007, Alexander Leidinger wrote:
netchild2007-02-23 22:29:24 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
MFp4 (part of 114132):
- Fix a LOR caused by holding emul_lock and proctree_lock at once.
which LOR? Is it on the LOR pag
netchild2007-02-23 22:29:24 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
MFp4 (part of 114132):
- Fix a LOR caused by holding emul_lock and proctree_lock at once.
Submitted by: rdivacky
Revision ChangesPath
1.16 +8 -
kib 2007-02-02 08:58:16 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
Remove extern int hz; use proper include file instead.
Revision ChangesPath
1.15 +1 -2 src/sys/compat/linux/linux_emul.c
___
kib 2007-02-01 13:29:27 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
No need to synchronize linux_schedtail with linux_proc_init.
p->p_emuldata is properly initialized in the time when the child can run.
Do not set p->p_emuldata to
netchild2007-01-07 19:09:20 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
MFp4 (112499):
Protect em->shared with the lock in case of CLONE_THREAD.
Submitted by: rdivacky
Revision ChangesPath
1.12 +2 -0 src/sys/com
netchild2006-12-31 12:42:55 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c linux_emul.h
Log:
MFp4:
- semi-automatic style fixes
Revision ChangesPath
1.10 +64 -60src/sys/compat/linux/linux_emul.c
1.5 +13 -13src/sys/
kib 2006-11-15 11:04:37 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.
This fix lets clone02 LTP test pass with 2.6 emulation. In reality 99%
of the cases are that C
netchild2006-10-08 17:10:34 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
- change if (cond) panic() to KASSERT.
- Dont forget to free em in a case of error.
Suggested by: ssouhlal
Submitted by: rdivacky
Tested with:LTP
netchild2006-09-09 16:55:55 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
- Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);
- Lock the emuldata in a case when we just created it.
Sponsored by: Google SoC 2006
Submit
ssouhlal2006-08-28 13:52:27 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
FREE -> free
Submitted by: rdivacky
Revision ChangesPath
1.5 +2 -2 src/sys/compat/linux/linux_emul.c
___
Quoting Suleiman Souhlal <[EMAIL PROTECTED]> (Sat, 19 Aug 2006 11:54:19 +
(UTC)):
> ssouhlal2006-08-19 11:54:19 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/compat/linux linux_emul.c
> Log:
> MALLOC -> malloc and FREE -> free
>
> Submitted by: rdivack
ssouhlal2006-08-19 11:54:19 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
MALLOC -> malloc and FREE -> free
Submitted by: rdivacky
Pointed out by: jhb
Revision ChangesPath
1.4 +4 -4 src/sys/compat/linux/linux_emu
netchild2006-08-17 09:50:30 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c linux_futex.c
Log:
Fix the DEBUG build:
- linux_emul.c [1]
- linux_futex.c [2]
Sponsored by: Google SoC 2006 [1]
Submitted by: rdivacky[1]
netchild2006-08-15 12:21:00 UTC
FreeBSD src repository
Added files:
sys/compat/linux linux_emul.c linux_emul.h linux_futex.c
linux_futex.h linux_time.c
Log:
Add some new files needed for linux 2.6.x compatibility.
Please don't style(9) the NetBS
16 matches
Mail list logo