Ready for 2.31

This commit is contained in:
Michael Kerrisk 2006-05-01 23:40:18 +00:00
parent 6b2fd068bd
commit 1fc251b242
1 changed files with 5 additions and 32 deletions

View File

@ -261,6 +261,8 @@ request_key(2) (new in kernel 2.6.10)
See:
Documentation/keys.txt
Documentation/keys-request-key.txt
Requires CONFIG_KEYS (and optionally COFIG_KEYS_DEBUG_PROC_KEYS)
under "Security options"
ioprio_get(2) (new in kernel 2.6.13)
@ -300,33 +302,6 @@ sync_file_range(2) Likely to be in 2.6.17.
set_robust_list(2) Likely to be in 2.6.17
get_robust_list(2)
The new *at(2) system calls in 2.6.16:
openat(2) S [Already documented]
faccessat(2) [See also glibc wrapper for
AT_SYMLINK_NOFOLLOW and AT_EACCESS]
fstatat(2) S f (AT_SYMLINK_NOFOLLOW)
fchmodat(2) (AT_SYMLINK_NOFOLLOW: see glibc wrapper)
fchownat(2) S f (AT_SYMLINK_NOFOLLOW)
futimesat(2) S [See also glibc wrapper]
mkdirat(2) [Already documented]
mknodat(2) [Already documented]
linkat(2) 2 [Already documented]
unlinkat(2) S f (AT_REMOVEDIR) [Already documented]
symlinkat(2) [Already documented]
readlinkat(2) [Already documented]
renameat(2) 2 [Already documented]
In the above list: functions marked '2' take two dirfd arguments;
functions marked 'f' take a flags argument that is not present
in their traditional counterparts (and possible flag values
are listed in parentheses); and functions marked 'S' have
counterparts (not exactly the same) on Solaris.
Note that openat(2) includes some NOTES on the rationale for the
*at() interfaces; this page is intended to serve as an anchor for
the documentation of the remaining system calls.
/sys file system
----------------
@ -358,16 +333,17 @@ for f in $(cat $(echo $GLIBCDIR/abilist/*.abilist) | grep -v 'GLIBC' | \
done
)
adjtime(3)
bsd_signal(3)
clock_nanosleep(3)
crypt_r(3) (To be added to crypt.3)
dlinfo(3) (Solaris and FreeBSD have a similar function.)
dladdr1(3)
dlmopen(3) (Since glibc 2.3.4; probably to be documented in dlopen.3)
etext, edata, end (variables)
euidaccess(3) / eaccess(3)
fdopendir(3) (since glibc 2.4)
fopencookie(3)
getgrouplist(3) (since glibc 2.2.4)
getsubopt(3)
getutmp(3)
getutmpx(3)
@ -380,17 +356,14 @@ memmem(3) (GNU extension)
readdir_r(3) (probably as additional text in readdir.3)
open_wmemstream(3) (since glibc 2.4)
posix_madvise(3)
program_invocation_name(3)
program_invocation_short_name(3)
sigstack(3)
sigwait(3)
sockatmark(3)
strftime_l(3) (since glibc 2.3)
strptime_l(3) (since glibc 2.3.2)
sysv_signal(3)
updwtmpx(3)
sigandset(3), sigosset(3), sigisemptyset(3)
sigandset(3), sigorset(3), sigisemptyset(3)
(perhaps on same page as sigemptyset(3))