"J. Robert von Behren" <[EMAIL PROTECTED]> wrote: > FWIW, this can be done with relatively low overhead by creating a > miscelaneous character device, and just using write() to write in the > arguments. This is a bit worse than passing things through registers, > but doesn't seem all that bad. How do you emulate calls that return more than just a single integer? Plus if you do it that way, someone can play havoc with the system with the cat command, or if something tries to use the wrong fd. Far better to use ioctl() I think. > Nonetheless, having some entries in the syscall table that are > designated as "dynamically allocatable" would be a nifty trick. If the > kernel managed these, modules coluld safely grab a few at load time, and > then declare which indices to use via a /proc file. My thought exactly, except that you either need one or a great many. David Howells - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [RFC] Wine speedup through kernel module Simon Richter
- Re: [RFC] Wine speedup through kernel module Martin Dalecki
- Re: [RFC] Wine speedup through kernel module Adam Sampson
- Re: [RFC] Wine speedup through kernel module Tigran Aivazian
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Albert D. Cahalan
- Re: [RFC] Wine speedup through kernel module Linus Torvalds
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Andi Kleen
- Re: [RFC] Wine speedup through kernel module J. Robert von Behren
- Re: [RFC] Wine speedup through kernel mo... David Howells
- Re: [RFC] Wine speedup through kernel module David Woodhouse
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Andi Kleen
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Andi Kleen
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Andi Kleen
- Re: [RFC] Wine speedup through kernel mo... David Howells
- Re: [RFC] Wine speedup through kerne... Horst von Brand
- Re: [RFC] Wine speedup through ... David Howells