~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/syscalls.2

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.\" Formatted or processed versions of this manual, if unaccompanied by
27
27
.\" the source, must acknowledge the copyright and authors of this work.
28
28
.\"
29
 
.TH SYSCALLS 2 2008-10-10 "Linux" "Linux Programmer's Manual"
 
29
.TH SYSCALLS 2 2008-11-28 "Linux" "Linux Programmer's Manual"
30
30
.SH NAME
31
31
syscalls \- Linux system calls
32
32
.SH SYNOPSIS
197
197
\fBeventfd2\fP(2)       2.6.27
198
198
\fBexecve\fP(2)
199
199
\fBexit\fP(2)
200
 
\fBexit_group\fP(2)     2.6; 2.4.20
 
200
\fBexit_group\fP(2)     2.6
201
201
\fBfaccessat\fP(2)      2.6.16
202
202
\fBfadvise64\fP(2)      2.6
203
203
.\" Implements \fBposix_fadvise\fP(2)
229
229
.\" Implemented in glibc; see \fBftime\fP(3)
230
230
\fBftruncate\fP(2)
231
231
\fBftruncate64\fP(2)    2.4
232
 
\fBfutex\fP(2)  2.6; 2.4.19
 
232
\fBfutex\fP(2)  2.6
233
233
\fBfutimesat\fP(2)      2.6.16
234
234
\fBget_kernel_syms\fP(2)
235
235
\fBget_mempolicy\fP(2)  2.6.6
236
236
\fBget_robust_list\fP(2)        2.6.17
237
 
\fBget_thread_area\fP(2)        2.6; 2.4.20
 
237
\fBget_thread_area\fP(2)        2.6
238
238
\fBgetcpu\fP(2) 2.6.19
239
239
\fBgetcwd\fP(2) 2.2
240
240
\fBgetdents\fP(2)       2.0
279
279
\fBinotify_init\fP(2)   2.6.13
280
280
\fBinotify_init1\fP(2)  2.6.27
281
281
\fBinotify_rm_watch\fP(2)       2.6.13
282
 
\fBio_cancel\fP(2)      2.6; 2.4.20
283
 
\fBio_destroy\fP(2)     2.6; 2.4.20
284
 
\fBio_getevents\fP(2)   2.6; 2.4.20
285
 
\fBio_setup\fP(2)       2.6; 2.4.20
286
 
\fBio_submit\fP(2)      2.6; 2.4.20
 
282
\fBio_cancel\fP(2)      2.6
 
283
\fBio_destroy\fP(2)     2.6
 
284
\fBio_getevents\fP(2)   2.6
 
285
\fBio_setup\fP(2)       2.6
 
286
\fBio_submit\fP(2)      2.6
287
287
\fBioctl\fP(2)
288
288
\fBioperm\fP(2)
289
289
\fBiopl\fP(2)
417
417
\fBrt_sigtimedwait\fP(2)        2.2
418
418
\fBsched_get_priority_max\fP(2) 2.0
419
419
\fBsched_get_priority_min\fP(2) 2.0
420
 
\fBsched_getaffinity\fP(2)      2.6; 2.4.19
 
420
\fBsched_getaffinity\fP(2)      2.6
421
421
\fBsched_getparam\fP(2) 2.0
422
422
\fBsched_getscheduler\fP(2)     2.0
423
423
\fBsched_rr_get_interval\fP(2)  2.0
424
 
\fBsched_setaffinity\fP(2)      2.6; 2.4.19
 
424
\fBsched_setaffinity\fP(2)      2.6
425
425
\fBsched_setparam\fP(2) 2.0
426
426
\fBsched_setscheduler\fP(2)     2.0
427
427
\fBsched_yield\fP(2)    2.0
438
438
\fBsendto\fP(2)
439
439
\fBset_mempolicy\fP(2)  2.6.6
440
440
\fBset_robust_list\fP(2)        2.6.17
441
 
\fBset_thread_area\fP(2)        2.6; 2.4.20
 
441
\fBset_thread_area\fP(2)        2.6
442
442
\fBset_tid_address\fP(2)        2.6
443
443
\fBset_zone_reclaim\fP(2)       2.6.13  Removed in 2.6.16 (was never
444
444
                available to userspace)
793
793
.BR syscall (2),
794
794
.BR unimplemented (2)
795
795
.SH COLOPHON
796
 
This page is part of release 3.14 of the Linux
 
796
This page is part of release 3.15 of the Linux
797
797
.I man-pages
798
798
project.
799
799
A description of the project,