]> git.ipfire.org Git - thirdparty/man-pages.git/blob - Changes
Changes: Expanded tabs
[thirdparty/man-pages.git] / Changes
1 ==================== Changes in man-pages-3.79 ====================
2
3 Released: ????-??-??, 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 Akihiro Motoki <amotoki@gmail.com>
14 Heinrich Schuchardt <xypron.glpk@gmx.de>
15 J William Piggott <elseifthen@gmx.com>
16 Masanari Iida <standby24x7@gmail.com>
17 Michael Kerrisk <mtk.manpages@gmail.com>
18 Scot Doyle <lkml14@scotdoyle.com>
19 Sergey V. Zubkov <cubbi@cubbi.com>
20 Stephan Mueller <stephan.mueller@atsec.com>
21 Vince Weaver <vincent.weaver@maine.edu>
22 Vivek Goyal <vgoyal@redhat.com>
23
24 Apologies if I missed anyone!
25
26
27 New and rewritten pages
28 -----------------------
29
30 getrandom.2
31 Heinrich Schuchardt, Theodore T'so, Michael Kerrisk
32 New page documenting getrandom(2)
33 Kernel 3.17 introduces a new system call getrandom(2).
34
35 kexec_load.2
36 Vivek Goyal, Michael Kerrisk
37 Add documentation of kexec_file_load(2)
38 Michael Kerrisk, Vivke Goyal
39 Rewrite and extend documentation of kexec_load().
40
41
42 New and changed links
43 ---------------------
44
45 kexec_file_load.2
46 Michael Kerrisk
47 New link to kexec_load.2
48
49 Changes to individual pages
50 ---------------------------
51
52 personality.2
53 Michael Kerrisk
54 SEE ALSO: add setarch(8)
55
56 prctl.2
57 Michael Kerrisk
58 Unused arguments of PR_MPX_(EN,DIS}ABLE_MANAGEMENT must be zero
59
60 reboot.2
61 Michael Kerrisk
62 SEE ALSO: add kexec_load(2)
63
64 socket.2
65 Stephan Mueller
66 document AF_ALG
67 Add a reference to the AF_ALG protocol accessible via socket(2).
68
69 fflush.3
70 Michael Kerrisk [Sergey V. Zubkov]
71 Clarify that flushing of input streams occurs only for seekable files
72 See https://bugzilla.kernel.org/show_bug.cgi?id=91931
73 Michael Kerrisk [Sergey V. Zubkov]
74 POSIX.1-2008 specifies the behavior when flushing input streams
75 POSIX.1-2001 did not have a specification for input streams,
76 but POSIX.1-2008 added one.
77
78 getopt.3
79 Michael Kerrisk
80 SEE ALSO: add getopt(1)
81
82 random.3
83 Heinrich Schuchardt
84 SEE ALSO: add getrandom(2)
85
86 termios.3
87 Michael Kerrisk
88 SEE ALSO: add reset(1), setterm(1), tput(1)
89
90 tzset.3
91 J William Piggott
92 Document behavior when TZ filespec omits the colon
93 If the TZ filespec omits the leading colon, glibc will parse
94 it for any valid format, i.e., it will still work.
95 J William Piggott
96 Add description for posixrules file
97 J William Piggott
98 Correct system timezone file path
99 J William Piggott
100 There are only two TZ formats
101 tzset(3) currently states that there are three TZ formats. The
102 first two it lists are actually variations of the POSIX-style
103 TZ format, of which there are at least five variations.
104
105 This patch corrects this to match the POSIX specification of
106 TZ having only two formats.
107 J William Piggott
108 Filespec omitted incorrect
109 Paragraph three of the DESCRIPTION section says
110 that when TZ is set, but empty, then UTC is used.
111
112 Later it says if the TZ filespec is omitted then the file
113 /usr/share/zoneinfo/localtime is used. This is incorrect,
114 it will use UTC in that case as well.
115 J William Piggott
116 Fix incorrect TZ string representation
117 The TZ string representation indicates that the start/end
118 rules are required; this is incorrect.
119 J William Piggott
120 Add ENVIRONMENT section + other rearrangements
121 FILES section was overly verbose and included
122 environment variables. Added ENVIRONMENT section,
123 removing ENV VARS from the FILES section.
124
125 random.4
126 Heinrich Schuchardt
127 SEE ALSO: add getrandom(2)
128
129 passwd.5
130 Michael Kerrisk
131 SEE ALSO: add chfn(1), chsh(1)
132
133 capabilities.7
134 Michael Kerrisk
135 SEE ALSO: add setpriv(1)
136
137 signal.7
138 Michael Kerrisk
139 Add getrandom(2) to list of restartable system calls
140 Michael Kerrisk
141 Add F_OFD_SETLKW to list of restartable operations
142