On 07/28/15 04:41, David Drysdale wrote: > Add a document describing the process of adding a new system call, > including the need for a flags argument for future compatibility, and > covering 32-bit/64-bit concerns (albeit in an x86-centric way). > > Signed-off-by: David Drysdale <[email protected]> > Reviewed-by: Michael Kerrisk <[email protected]>
Nice job. and long overdue. Thanks. Reviewed-by: Randy Dunlap <[email protected]> > > --- > Documentation/adding-syscalls.txt | 454 > ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 454 insertions(+) > create mode 100644 Documentation/adding-syscalls.txt > > diff --git a/Documentation/adding-syscalls.txt > b/Documentation/adding-syscalls.txt > new file mode 100644 > index 000000000000..5f52edda8951 > --- /dev/null > +++ b/Documentation/adding-syscalls.txt > @@ -0,0 +1,454 @@ -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
