summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MF11 304617: Fix various nits in the aio operation manpages.John Baldwin2016-08-224-26/+15
* MFC r303794:Konstantin Belousov2016-08-2210-2/+458
* MFS r304512:Bryan Drewery2016-08-201-6/+0
* MFC r303687:Bryan Drewery2016-08-081-0/+1
* MFC r303486:Ed Schouten2016-08-052-7/+16
* MFC r303104, r303106:Brooks Davis2016-08-031-2/+21
* MFC 303164: Add more documentation regarding unsafe AIO requests.John Baldwin2016-07-284-20/+16
* MFC r303046:Pedro F. Giffuni2016-07-261-12/+12
* MFC 302899: Add documentation for the sigevent structure.John Baldwin2016-07-257-22/+175
* MFC: r302916Baptiste Daroussin2016-07-201-1/+5
* fcntl(2): Document interrupt/restart for file locks.Jilles Tjoelker2016-07-071-1/+22
* Fix a bad test resulting in a segfault with ISO-8859-5 localesBaptiste Daroussin2016-07-031-1/+1
* Use on crypto.x and rpc.x from the source tree.Bryan Drewery2016-06-282-2/+2
* This commit addresses regression introduceded in r302177Cy Schubert2016-06-281-0/+14
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-2220-457/+29
* Fix regression from r301461.Pedro F. Giffuni2016-06-101-3/+3
* libc/rpc: Make use of some xdr_* macros. (part 2)Pedro F. Giffuni2016-06-093-19/+19
* utimes(2),utime(3): Add deprecation in favour of utimensat(2) and futimens(2).Jilles Tjoelker2016-06-092-4/+19
* libc/rpc: Make use of some xdr_* macros.Pedro F. Giffuni2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-093-115/+470
* Fix an infinite loop in setnetgrent(3) with NIS netgroups.Mark Johnston2016-06-091-0/+4
* Use a more common spelling for "(char *)0" in the getnetgrent man page.Mark Johnston2016-06-091-2/+2
* Revert r301707Enji Cooper2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)Enji Cooper2016-06-081-2/+2
* Test for strchr(3) returning NULL, not 0Enji Cooper2016-06-081-1/+1
* Update to a June 8th snapshot of (un)vis form NetBSD.Brooks Davis2016-06-081-0/+1
* Don't leak olinep if malloc() fails.Don Lewis2016-06-081-0/+2
* Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.Don Lewis2016-06-081-12/+13
* Introduce the PD_CLOEXEC for pdfork(2).Mariusz Zaborski2016-06-081-1/+5
* libc/locale: Fix type breakage in __collate_range_cmp().Pedro F. Giffuni2016-06-055-11/+25
* Reflect error indication according to POSIX and what those functionsAndrey A. Chernov2016-06-051-2/+2
* Fix markup.Konstantin Belousov2016-06-041-1/+1
* Improve errno documentation in pthread_create(3) and thr_new(2)Eric van Gyzen2016-06-032-4/+11
* citrus: Remove redundant code in _citrus_esdb_get_list().Pedro F. Giffuni2016-06-021-12/+6
* thr_*(2): Add xrefs to what libthr implements using each syscall.Jilles Tjoelker2016-06-015-8/+29
* Document behavior of wait introduced in the r286698.Mariusz Zaborski2016-06-011-1/+9
* Don't use fixup for C99 and up, the compiler result is already correct.Andrey A. Chernov2016-06-014-0/+8
* For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point toAndrey A. Chernov2016-05-312-0/+3
* Fix prototype of dbm_open().Ed Schouten2016-05-312-2/+2
* Let dbm's datum::dptr use the right type.Ed Schouten2016-05-301-2/+2
* Fix the signature of the psignal() function.Ed Schouten2016-05-302-4/+4
* Mark jail(2), and the sysctls that it (and only it) uses as deprecated.Jamie Gritton2016-05-301-1/+1
* Micro optimize: C standard guarantees that right shift for unsigned valueAndrey A. Chernov2016-05-291-1/+1
* _umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE.Jilles Tjoelker2016-05-291-1/+15
* _umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes.Jilles Tjoelker2016-05-296-60/+73
* 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makesAndrey A. Chernov2016-05-291-41/+11
* 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes readingAndrey A. Chernov2016-05-291-46/+14
* Let l64a() properly null terminate its result.Ed Schouten2016-05-261-21/+13
* Do not generate code for sbrk syscall -- sbrk support was removed.Ruslan Bukin2016-05-251-0/+1