Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-16 Thread Robert Millan
2011/8/11 Robert Millan r...@debian.org: 2011/8/11 Aurelien Jarno aurel...@aurel32.net: In any case, they will have to wait for 2.14. Anyway, what are the uses cases for these? wine needs amd64_set_gsbase and i386_set_fsbase. Here's a new patch which only implements the syscall stubs needed

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-16 Thread Aurelien Jarno
On Tue, Aug 16, 2011 at 06:36:08PM +0200, Robert Millan wrote: 2011/8/11 Robert Millan r...@debian.org: 2011/8/11 Aurelien Jarno aurel...@aurel32.net: In any case, they will have to wait for 2.14. Anyway, what are the uses cases for these? wine needs amd64_set_gsbase and

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-12 Thread Aurelien Jarno
On Thu, Aug 11, 2011 at 09:48:48PM +0200, Robert Millan wrote: 2011/8/11 Aurelien Jarno aurel...@aurel32.net: In any case, they will have to wait for 2.14. Anyway, what are the uses cases for these? wine needs amd64_set_gsbase and i386_set_fsbase. amd64_set_fsbase and i386_set_gsbase

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-12 Thread Robert Millan
2011/8/12 Aurelien Jarno aurel...@aurel32.net: wine needs amd64_set_gsbase and i386_set_fsbase. So what do we do at the end? Couldn't wine simply use the sysarch() function? I can't answer that, we'd have to ask wine developers. -- Robert Millan -- To UNSUBSCRIBE, email to

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-11 Thread Robert Millan
Package: libc0.1 Version: 2.13-15 Severity: wishlist Tags: patch This patch implements the following syscall stubs: i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase -- System Information: Debian Release:

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-11 Thread Robert Millan
2011/8/11 Robert Millan r...@debian.org: Package: libc0.1 Version: 2.13-15 Severity: wishlist Tags: patch This patch implements the following syscall stubs: i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-11 Thread Aurelien Jarno
On Thu, Aug 11, 2011 at 10:02:18AM +, Robert Millan wrote: Package: libc0.1 Version: 2.13-15 Severity: wishlist Tags: patch This patch implements the following syscall stubs: i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase

Bug#637424: Implement i386_get_gsbase i386_get_fsbase i386_set_gsbase i386_set_fsbase amd64_get_gsbase amd64_get_fsbase amd64_set_gsbase amd64_set_fsbase

2011-08-11 Thread Robert Millan
2011/8/11 Aurelien Jarno aurel...@aurel32.net: In any case, they will have to wait for 2.14. Anyway, what are the uses cases for these? wine needs amd64_set_gsbase and i386_set_fsbase. amd64_set_fsbase and i386_set_gsbase are not used by any program that I know of. Also, they should be