Content deleted Content added
Guy Harris (talk | contribs) Link only the first occurrence of Linux kernel in the paragraph. |
Citation bot (talk | contribs) Add: website. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_webform 1783/3850 |
||
Line 58:
* The system calls <code>[[futex]]</code> (fast userspace mutex), <code>[[epoll]]</code>, <code>[[splice (system call)|splice]]</code>, <code>[[dnotify]]</code>, <code>[[fanotify]]</code>, and <code>[[inotify]]</code> have been exclusive to the Linux kernel so far.
* The system call <code>[[getrandom]]</code> was introduced in version 3.17 of the [[Linux kernel mainline]]<ref>{{cite web |url=https://lkml.org/lkml/2014/7/17/145 |title=[PATCH, RFC] random: introduce getrandom(2) system call |publisher=[[Linux kernel mailing list|LKML]] |date=2014-07-17}}</ref>
* <code>[[memfd]]</code> was proposed by the kdbus developers<ref>{{cite web |url=https://github.com/gregkh/kdbus/blob/master/memfd.c |archive-url=https://archive.today/20140422172420/https://github.com/gregkh/kdbus/blob/master/memfd.c |url-status=dead |archive-date=2014-04-22 |title=memfd.c |website=[[GitHub]] }}</ref>
** <code>[[memfd_create]]</code> was merged into the Linux kernel mainline in kernel version 3.17
* <code>[[readahead]]</code> initiates a file "read-ahead" into page cache
|