aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert r298434 which should be fixed by r301287, r301394, and r301403.Bryan Drewery2016-08-081-9/+3
* [mips] add support for using the MIPS user register for TLS data.Adrian Chadd2016-08-071-0/+50
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-0610-2/+461
* Create namespace for the symbols added during 12-CURRENT cycle.Konstantin Belousov2016-08-061-1/+5
* Grammar fixes.Sergey Kandaurov2016-08-041-1/+1
* mdoc: The .Fn function.Sergey Kandaurov2016-08-041-1/+3
* Although the code amount is not big, move POSIX error processing intoAndrey A. Chernov2016-08-031-34/+38
* mprotect(): Change prototype to comply to POSIX.Ed Schouten2016-08-031-2/+2
* Add link for getnetgrent_r(3).Bryan Drewery2016-08-021-0/+1
* proc_init: Fix a few memory leaks of 'phdl'Conrad Meyer2016-08-021-5/+5
* 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