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

« back to all changes in this revision

Viewing changes to man2/syscalls.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

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 2010-03-06 "Linux" "Linux Programmer's Manual"
 
29
.TH SYSCALLS 2 2010-11-06 "Linux" "Linux Programmer's Manual"
30
30
.SH NAME
31
31
syscalls \- Linux system calls
32
32
.SH SYNOPSIS
291
291
\fBioprio_set\fP(2)     2.6.13
292
292
\fBipc\fP(2)
293
293
.\" Implements System V IPC calls
294
 
\fBkexec_load\fP(2)     2.6.7
 
294
\fBkexec_load\fP(2)     2.6.13
 
295
.\" The entry in the syscall table was reserved starting in 2.6.7
295
296
.\" Was named sys_kexec_load() from 2.6.7 to 2.6.16
296
297
\fBkeyctl\fP(2) 2.6.11
297
298
\fBkill\fP(2)
380
381
\fBpread64\fP(2)                Added as "pread" in 2.2;
381
382
                renamed "pread64" in 2.6
382
383
\fBpreadv\fP(2) 2.6.30
 
384
\fBprlimit\fP(2)        2.6.36
383
385
\fBprof\fP(2)           Not implemented
384
386
\fBprofil\fP(2)         Not implemented
385
387
.\" Implemented in glibc; see \fBprofil\fP(3)
509
511
\fBstatfs64\fP(2)       2.6
510
512
\fBstime\fP(2)
511
513
\fBstty\fP(2)           Not implemented
 
514
\fBsubpage_prot\fP(2)   2.6.25  PowerPC if CONFIG_PPC_64K_PAGES
512
515
\fBswapoff\fP(2)
513
516
\fBswapon\fP(2)
514
517
\fBsymlink\fP(2)
515
518
\fBsymlinkat\fP(2)      2.6.16
516
519
\fBsync\fP(2)
517
520
\fBsync_file_range\fP(2)        2.6.17
 
521
\fBsync_file_range2\fP(2)       2.6.22  Architecture-specific variant
 
522
.\" PowerPC, ARM, tile
 
523
.\" First appeared on ARM, as arm_sync_file_range(), but later renamed
 
524
                of \fBsync_file_range\fP(2)
518
525
.\" \fBsys_debug_setcontext\fP(2)       ???     PowerPC if CONFIG_PPC32
519
526
\fBsysfs\fP(2)  1.2
520
527
\fBsysinfo\fP(2)
707
714
.IR __NR_ugetrlimit ).
708
715
.IP *
709
716
Linux 2.4 increased the size of user and group IDs from 16 to 32 bits.
710
 
.\" 64 bit off_t changes: ftruncate64, *stat64,
 
717
.\" 64-bit off_t changes: ftruncate64, *stat64,
711
718
.\" fcntl64 (because of the flock structure), getdents64, *statfs64
712
719
To support this change, a range of system calls were added
713
720
(e.g.,
801
808
.BR unimplemented (2),
802
809
.BR libc (7)
803
810
.SH COLOPHON
804
 
This page is part of release 3.27 of the Linux
 
811
This page is part of release 3.32 of the Linux
805
812
.I man-pages
806
813
project.
807
814
A description of the project,