OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / Changes
1 ==================== Changes in man-pages-3.65 ====================
2
3 Released: 2014-04-20, Munich
4
5
6 Contributors
7 ------------
8
9 The following people contributed patches/fixes or (noted in brackets
10 in the changelog below) reports, notes, and ideas that have been
11 incorporated in changes in this release:
12
13 Alex Thorlton <athorlton@sgi.com>
14 Ashish Sangwan <a.sangwan@samsung.com>
15 Christopher Covington <cov@codeaurora.org>
16 Christoph Hellwig <hch@infradead.org>
17 Craig McQueen <craig.mcqueen@beamcommunications.com>
18 Dave Chinner <david@fromorbit.com>
19 David Prévot <taffit@debian.org>
20 Greg Troxel <gdt@ir.bbn.com>
21 Matthew Dempsky <mdempsky@chromium.org>
22 Michael Kerrisk <mtk.manpages@gmail.com>
23 Mike Frysinger <vapier@gentoo.org>
24 Namjae Jeon <namjae.jeon@samsung.com>
25 Peng Haitao <penght@cn.fujitsu.com>
26 Petr Gajdos <pgajdos@suse.cz>
27 Richard Hansen <rhansen@bbn.com>
28 Simon Paillard <spaillard@debian.org>
29 Steven Stewart-Gallus <sstewartgallus00@mylangara.bc.ca>
30 Vince Weaver <vincent.weaver@maine.edu>
31 Yuri Kozlov <yuray@komyakino.ru>
32
33 Apologies if I missed anyone!
34
35
36 New and rewritten pages
37 -----------------------
38
39 inet_net_pton.3
40     Michael Kerrisk
41         New page describing inet_net_pton(3) and inet_net_ntop(3)
42
43
44 Newly documented interfaces in existing pages
45 ---------------------------------------------
46
47 fallocate.2
48     Michael Kerrisk, Namjae Jeon [Christoph Hellwig, Dave Chinner]
49         Document FALLOC_FL_COLLAPSE_RANGE
50
51 prctl.2
52     Michael Kerrisk  [Alex Thorlton]
53         Document PR_SET_THP_DISABLE and PR_GET_THP_DISABLE
54
55 proc.5
56     Michael Kerrisk
57         Document /proc/[pid]/stack
58     Michael Kerrisk
59         Document /proc/[pid]/clear_refs
60
61
62 New and changed links
63 ---------------------
64
65 inet_net_ntop.3
66     Michael Kerrisk
67         New link to new inet_net_pton.3
68
69
70 Changes to individual pages
71 ---------------------------
72
73 fcntl.2
74     Michael Kerrisk
75         Note the race when O_CLOEXEC is used at same time as fork()+execve()
76
77 madvise.2
78     Michael Kerrisk
79         SEE ALSO: see prctl(2)
80             Because of PR_SET_THP_DISABLE.
81
82 mlock.2
83     Michael Kerrisk
84         Describe treatment of MCL_FUTURE during fork(2) and execve(2)
85
86 msync.2
87     Michael Kerrisk  [Richard Hansen, Greg Troxel]
88         Warn that one of MS_SYNC or MS_ASYNC is required
89
90 open.2
91     Michael Kerrisk
92         Add more detail on the race that O_CLOEXEC is designed to avoid
93     Michael Kerrisk  [Matthew Dempsky]
94         Remove crufty text stating that O_DIRECTORY is Linux-specific
95     Michael Kerrisk
96         Note which filesystems support O_TMPFILE
97
98 perf_event_open.2
99     Vince Weaver [Michael Kerrisk]
100         Clarify EACCES and EPERM errors
101             Clarify the reasons for EACCES and EPERM errors.
102     Vince Weaver [Michael Kerrisk]
103         Make the ERRORS section more comprehensive.
104             Determined both by code inspection and by writing a large
105             number of test programs.
106
107 personality.2
108     Michael Kerrisk
109         Available execution domains are listed in <sys/personality.h>
110     Michael Kerrisk
111         Fix discussion of return value
112
113 prctl.2
114     Michael Kerrisk
115         ERRORS: document EINVAL for PR_GET_NO_NEW_PRIVS
116         ERRORS: document EINVAL for PR_SET_PDEATHSIG
117         ERRORS: document EINVAL for PR_SET_TIMING
118         ERRORS: document EINVAL for PR_SET_DUMPABLE
119         ERRORS: document EINVAL for PR_SET_NO_NEW_PRIVS
120
121 shmget.2
122     Michael Kerrisk
123         Rewrite description of SHMMNI default value
124     Michael Kerrisk
125         Note default value of SHMMAX
126         Note default value for SHMALL
127
128 byteorder.3
129     Peng Haitao
130         ATTRIBUTES: Note functions that are thread-safe
131             The functions htonl(), htons(), ntohl() and ntohs() are thread
132             safe.
133
134 fexecve.3
135     Michael Kerrisk  [Steven Stewart-Gallus]
136         If 'fd' is a close-on-exec file descriptor for a script, fexecve() fails
137             See https://bugzilla.kernel.org/show_bug.cgi?id=74481
138
139 ffs.3
140     Peng Haitao
141         ATTRIBUTES: Note functions that are thread-safe
142             The functions ffs(), ffsl() and ffsll() are thread safe.
143
144 getauxval.3
145     Peng Haitao
146         ATTRIBUTES: Note function that is thread-safe
147             The function getauxval() is thread safe.
148
149 getcontext.3
150     Peng Haitao
151         ATTRIBUTES: Note functions that are thread-safe
152             The functions getcontext() and setcontext() are thread safe.
153
154 getsubopt.3
155     Peng Haitao
156         ATTRIBUTES: Note function that is thread-safe
157             The function getsubopt() is thread safe.
158
159 getutmp.3
160     Peng Haitao
161         ATTRIBUTES: Note functions that are thread-safe
162             The functions getutmp() and getutmpx() are thread safe.
163
164 inet.3
165     Michael Kerrisk
166         Note success and error return for inet_aton()
167
168 inet.3
169     Michael Kerrisk  [Craig McQueen]
170         The form 'a.b' if is suitable for Class A addresses (not class C)
171     Michael Kerrisk
172         SEE ALSO: add inet_net_pton(3)
173
174 makecontext.3
175     Peng Haitao
176         ATTRIBUTES: Note functions that are thread-safe
177             The functions makecontext() and swapcontext() are thread safe.
178
179 pthread_attr_setdetachstate.3
180     Peng Haitao
181         ATTRIBUTES: Note functions that are thread-safe
182             The functions pthread_attr_setdetachstate() and
183             pthread_attr_getdetachstate() are thread safe.
184
185 pthread_attr_setguardsize.3
186     Peng Haitao
187         ATTRIBUTES: Note functions that are thread-safe
188             The functions pthread_attr_setguardsize() and
189             pthread_attr_getguardsize() are thread safe.
190
191 sigsetops.3
192     Peng Haitao
193         ATTRIBUTES: Note functions that are thread-safe
194             The functions sigemptyset(), sigfillset(), sigaddset(),
195             sigdelset(), sigismember(), sigisemptyset(), sigorset() and
196             sigandset() are thread safe.
197
198 proc.5
199     Petr Gajdos
200         Improve /proc/[pid]/smaps entries description
201     Michael Kerrisk
202         /proc/PID/smaps is present only if CONFIG_PROC_PAGE_MONITOR
203     Michael Kerrisk
204         Note kernel version for /proc/sys/kernel/{shmall,shmmax}
205     Michael Kerrisk
206         Note kernel version for /proc/sys/kernel/{msgmax,msgmnb}
207
208 capabilities.7
209     Michael Kerrisk
210         SEE ALSO: add capsh(1)
211
212 libc.7
213     Michael Kerrisk
214         Add musl libc