aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-312-10/+7
* In addition to prev. commit. Since potentially glob2() can return errorAndrey A. Chernov2016-07-311-0/+2
* Both C99 and POSIX directly prohibits any standard function to set errnoAndrey A. Chernov2016-07-312-18/+26
* Rework r303074 case 4. Don't immediatelly skip directory entries whichAndrey A. Chernov2016-07-301-0/+7
* libproc: Add proc_getmodel().Mark Johnston2016-07-306-43/+108
* Add descriptions for fields in struct proc_handle.Mark Johnston2016-07-301-9/+6
* librtld_db: Use the auxv to figure out where to look up loader symbols.Mark Johnston2016-07-303-34/+174
* Reset errno for readdirfunc() before contunue.Andrey A. Chernov2016-07-301-1/+4
* Remove usage of _WITH_DPRINTFBaptiste Daroussin2016-07-301-1/+0
* Remove last traces of _WITH_GETLINEBaptiste Daroussin2016-07-302-2/+0
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-302-60/+2
* Change the return type of freelocale(3) to void.Ed Schouten2016-07-292-25/+14
* Mention that basename(3) and dirname(3) will change in the future.Ed Schouten2016-07-292-7/+16
* Note that not all optional ptrace events use SIGTRAP.John Baldwin2016-07-281-2/+12
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-284-6/+6
* Change the return type of msgrcv() to ssize_t as required by POSIX.Ed Schouten2016-07-281-2/+2
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-282-4/+4
* Remove empty initializer for the once facility. It was not neededKonstantin Belousov2016-07-273-7/+0
* Fix typing of srandom() and initstate().Ed Schouten2016-07-262-5/+5
* 1) POSIX defines well when GLOB_NOMATCH or original patternAndrey A. Chernov2016-07-231-5/+7
* 1) We need the original pattern (in the next round of changes) not only inAndrey A. Chernov2016-07-231-80/+73
* Add more documentation regarding unsafe AIO requests.John Baldwin2016-07-214-20/+16
* libmd: strip local absolute symbols (to link with lld)Ed Maste2016-07-211-0/+1
* 1) GLOB_BRACE was somewhat broken. First it repeatedly calls glob0() inAndrey A. Chernov2016-07-211-75/+101
* Change wording to use function rather than system call in the descriptionNiclas Zeising2016-07-201-1/+1
* Update to reflect the fact that pipe() is a wrapper around the pipe2()Brooks Davis2016-07-201-1/+20
* In addition to r303074 case 1, search for protected L'/' too in globtilde()Andrey A. Chernov2016-07-201-3/+2
* 1) Per POSIX (and glibc) GLOB_NOCHECK should return original pattern,Andrey A. Chernov2016-07-201-55/+86
* libc: tag the Rune initialization function prototypes visibility as hidden.Pedro F. Giffuni2016-07-191-12/+12
* 1) Don't protect \/ and \. even if user say so. They are not special charsAndrey A. Chernov2016-07-191-8/+5
* g_Ctoc() conversion buffers are smaller than needed up to MB_CUR_MAX - 1Andrey A. Chernov2016-07-181-4/+4
* Change patch from r303004 case 3. According to POSIX gl_errfunc should beAndrey A. Chernov2016-07-181-3/+3
* 1) Add all characters from ~ expansion as protected to be not interpretedAndrey A. Chernov2016-07-182-19/+8
* 1) POSIX defines well when GLOB_ABORTED can be returned (only for directoryAndrey A. Chernov2016-07-181-20/+35
* Add PTRACE_VFORK to trace vfork events.John Baldwin2016-07-181-1/+43
* libkvm: Improve physical address lookup scaling.Will Andrews2016-07-188-213/+235
* libkvm: Bounds check (more) PTE indices.Will Andrews2016-07-183-0/+10
* libkvm: Put private kvm routines in kvm_private.c.Will Andrews2016-07-183-464/+526
* Reflect pathnames sorting in collation order.Andrey A. Chernov2016-07-171-1/+1
* In g_Ctoc() apply CHAR() macro to *str to strip all flags. It gains nothingAndrey A. Chernov2016-07-171-3/+3
* 1) This file full of direct char <-> wchar_t assignment, not converted, cutAndrey A. Chernov2016-07-171-47/+97
* Add a regression test to make sure the Russian collation is actually workingBaptiste Daroussin2016-07-152-0/+64
* Add a regression test about the crash with strxfrm and ISO8859-5 localesBaptiste Daroussin2016-07-152-0/+52
* Revert 302324 and properly fix the crash with ISO-8859-5 localesBaptiste Daroussin2016-07-151-1/+5
* Add a mask of optional ptrace() events.John Baldwin2016-07-151-41/+168
* Add documentation for the sigevent structure.John Baldwin2016-07-157-22/+175
* Fix aio system call wrappers in librt.John Baldwin2016-07-141-7/+15
* 1) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov2016-07-146-24/+18
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-146-12/+79
* Add some .Xrs to getloginclass(2).Edward Tomasz Napierala2016-07-121-2/+5