diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-07 01:03:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-07 01:03:54 +0200 |
commit | e4ca7c575ff06479bb634cf64cd9abe36a25e3e8 (patch) | |
tree | db1f53daedfcd16c5fd17ce8bb703049b788ec2d /system_call.mdwn | |
parent | be05092c3406d72165ceddf16d8221b99608c905 (diff) | |
download | web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.tar.gz web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.tar.bz2 web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.zip |
open_issues/vdso: New.
Diffstat (limited to 'system_call.mdwn')
-rw-r--r-- | system_call.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system_call.mdwn b/system_call.mdwn index 197889cb..f180a79b 100644 --- a/system_call.mdwn +++ b/system_call.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -14,6 +14,7 @@ kinds of functionality from the operating system kernel. A [[microkernel]]-based system typically won't offer a lot of system calls -- apart from one central one, and that is *send message* -- but instead [[RPC]]s will be used instead. +See [[GNU Mach's system calls|microkernel/mach/gnumach/interface/syscall]]. In the [[GNU Hurd|hurd]], a lot of what is traditionlly considered to be a UNIX system call is implemented (primarily by means of [[RPC]]) inside [[glibc]]. |