about summary refs log tree commit diff
path: root/manual
Commit message (Collapse)AuthorAgeFilesLines
* Fix then/than typos.Ondřej Bílka2013-08-304-7/+7
|
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2013-08-162-20/+62
| | | | | | | | | | | | | | | | | | | | * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode member. * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode member. * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member. * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit. Return delayed error code. Remove GETDENTS_64BIT_ALIGNED conditional. * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define GETDENTS_64BIT_ALIGNED. * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise. * manual/filesys.texi (Reading/Closing Directory): Document ENAMETOOLONG return value of readdir_r. Recommend readdir more strongly. * manual/conf.texi (Limits for Files): Add portability note to NAME_MAX, PATH_MAX. (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
* Update manual/contrib.texiDavid S. Miller2013-08-011-1/+15
| | | | | | * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej Bilka.
* CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2013-07-211-0/+14
| | | | | | | | | | | | | | | | | | | | | | | The helper binary pt_chown tricked into granting access to another user's pseudo-terminal. Pre-conditions for the attack: * Attacker with local user account * Kernel with FUSE support * "user_allow_other" in /etc/fuse.conf * Victim with allocated slave in /dev/pts Using the setuid installed pt_chown and a weak check on whether a file descriptor is a tty, an attacker could fake a pty check using FUSE and trick pt_chown to grant ownership of a pty descriptor that the current user does not own. It cannot access /dev/pts/ptmx however. In most modern distributions pt_chown is not needed because devpts is enabled by default. The fix for this CVE is to disable building and using pt_chown by default. We still provide a configure option to enable hte use of pt_chown but distributions do so at their own risk.
* Add a configure option to enable lock elision and disable by defaultAndi Kleen2013-07-021-0/+3
| | | | Can be enabled with --enable-lock-elision=yes at configure time.
* Require GCC 4.4 or later to build glibc.Joseph Myers2013-06-261-2/+2
|
* Update texinfo.tex.Joseph Myers2013-06-251-202/+353
|
* Sort sysd-rules-patterns by descending pattern length.Roland McGrath2013-06-171-3/+4
|
* Add documentation for default pthread attribute functionsSiddhesh Poyarekar2013-06-151-0/+40
|
* Remove trailing whitespace.Joseph Myers2013-06-051-1/+1
|
* [BZ #14256]Jeff Law2013-05-301-5/+6
| | | | | | * manual/errno.texi (ESTALE): Update to account for more than just NFS file systems. * sysdeps/gnu/errlist.c: Regenerated.
* Doc fix for 'frexp' in arith.texiBen Norht2013-05-281-2/+2
| | | | | | | | | | | | It is the magnitude of the return value which lies in [0.5, 1), not the return value itself. --- 2013-05-28 Ben North <ben@redfrontdoor.org> * manual/arith.texi (frexp): It is the magnitude of the return value which lies in [0.5, 1), not the return value itself.
* * manual/platform.texi: Add missing @end deftypefun.Thomas Schwinge2013-05-261-0/+1
| | | | Fixup for commit d116b7c414c8239b677e341ac517745db689ac2d.
* PowerPC: Program Priority Register supportAdhemerval Zanella2013-05-241-0/+20
| | | | | This patch add inline functions to change the Program Priority Register from ISA 2.05.
* PowerPC: Add functions for shared resources hints.Edjunior Machado2013-05-231-0/+24
|
* manual/message.texi: Fix english and clarify.Carlos O'Donell2013-05-071-4/+4
| | | | | | | | | | | | | | | Rewrite the first paragraph to talk about users not humans, and to use correct English. Clarify that it is the mapping of messages to IDs that impacts the design of the message translation API. --- 2013-05-07 Carlos O'Donell <carlos@redhat.com> * manual/message.texi (Message Translation): Talk about users. Message to key mapping impacts design.
* BZ#15361: Make aio_fsync not check open modes.Roland McGrath2013-04-121-2/+1
|
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-022-1/+11
| | | | It is based on draft TS 18661 and currently enabled as a GNU extension.
* Fix docs for scalbn* and scalbl* functionsMark H Weaver2013-03-241-6/+6
| | | | | * manual/arith.texi (Normalization Functions): Fix prototypes for scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
* Rename nptl.texi to threads.texiSiddhesh Poyarekar2013-03-192-1/+1
| | | | | The manual and its file names are about interfaces and not the implementation details.
* manual: Sort mallopt M_* parameters alphabeticallyCarlos O'Donell2013-03-171-13/+19
| | | | | Sort the mallopt M_* parameters alphabetically and add comments for the missing paramters.
* Modify threads in nptl cindex to pthreadsSiddhesh Poyarekar2013-03-151-1/+1
|
* Add nptl manual chapterSiddhesh Poyarekar2013-03-143-2/+46
| | | | | | This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables.
* Remove mention of i386-pc-linux-gnu.Carlos O'Donell2013-03-121-4/+4
| | | | | | The GNU C Library does not support building for i386 therefore we remove mention of this configuration from the INSTALL file.
* Fix menu ordering in socket.texi.Allan McRae2013-02-241-1/+1
| | | | Match the order of (sub)sections in the menu to that in the file..
* Add @detailmenu to subsection node listingAllan McRae2013-02-241-0/+2
| | | | | | Surround the "Detailed Node Listing" section of the info page menu with @detailmenu flags to avoid confusing texinfo. Resolves a large number of warnings printed by texinfo-5.0.
* Move @end statement to start of lineAllan McRae2013-02-211-1/+2
| | | | Fixes a warning with texinfo-5.0.
* manual: Remove frobnicate @pxref.Carlos O'Donell2013-02-201-1/+1
| | | | | | We remove the frobnicate @pxref in the "System Databases and Name Service Switch" chapter. The @pxref doesn't make sense in the given context.
* Fix some errors in declarations in the manual.Roland McGrath2013-02-1119-88/+86
|
* Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath2013-02-081-3/+2
|
* manual: glob flags: fix sorting orderMike Frysinger2013-01-131-7/+7
| | | | | Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* manual: glob flags: mention the GNU extensionsMike Frysinger2013-01-131-1/+3
| | | | | | | | The glob flags page reads as if this section is comprehensive when it is not -- a lot of GNU extensions exist. Point that out in the intro. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* manual: glob: document the gl_flags fieldMike Frysinger2013-01-131-0/+12
| | | | | | | | | The More Flags for Globbing section indirectly mentions gl_flags when talking about GLOB_MAGCHAR. Mention it explicitly when covering the glob_t types. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-0/+5
|
* Update miscellaneous copyright dates.Joseph Myers2013-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0245-45/+45
|
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-012-3/+2
|
* Fix AArch64 typo.Marcus Shawcroft2012-12-181-1/+1
|
* Update manual/contrib.texiDavid S. Miller2012-12-131-3/+10
| | | | | * manual/contrib.texi (Contributors): Update entries for Hongjiu Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
* Move node Argp Helper Functions to follow Argp Parsing StateSiddhesh Poyarekar2012-12-111-79/+79
| | | | Resolves BZ #14246.
* Mention if terminating null is included in NAME_MAX/PATH_MAXSiddhesh Poyarekar2012-12-111-2/+4
| | | | Fixes BZ #14872.
* BZ #14833: message.texi typo fixesBenno Schulenberg2012-12-081-10/+10
|
* Remove @hsep and @vsep usage from info pagesAllan McRae2012-12-041-1/+1
| | | | These cause an error when the info pages are build with texinfo>=4.13.90.
* Fix typos in arith.texi.Joseph Myers2012-12-011-2/+2
|
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-093-4/+48
|
* BZ#14815: Manual typo fix.Roland McGrath2012-11-071-1/+1
|
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-2/+1
|
* Document general use of test-wrapper and test-wrapper-env.Joseph Myers2012-10-311-0/+11
|
* manual: delete nested @cartoucheMike Frysinger2012-10-291-2/+0
| | | | | | | | | | | Putting @cartouche inside of @smallexample does not work with HTML output as the former produces a <table> while the latter produces a <pre>. You cannot nest a <table> in a <pre> as the contents are no longer formatted. Since it's entirely unnecessary, and none of the other examples do this, just drop the cartouche. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add cross-test-ssh.sh.Joseph Myers2012-10-251-1/+8
|