aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in include guard, found by clang 3.4.Dimitry Andric2013-11-081-1/+1
* Fix .Dd after r257646.Glen Barber2013-11-051-1/+1
* Use OpenBSD's revamped description of strlcpy and strlcat.Eitan Adler2013-11-041-68/+63
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)Pawel Jakub Dawidek2013-11-046-529/+427
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentJilles Tjoelker2013-11-031-1/+8
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanPeter Wemm2013-11-032-20/+0
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-0/+2
* Drop cm_lock before calling mapper_close, which in turn could callXin LI2013-10-211-0/+2
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-10-201-2/+2
* popen(): Try to prevent inappropriate fd passing even if 'e' is not used.Jilles Tjoelker2013-10-201-13/+12
* Make getutxent(3) more robust against bad utx.log files. Whenever we readGleb Smirnoff2013-10-151-0/+11
* accept(2): Update portability note for accept4().Jilles Tjoelker2013-10-011-3/+10
* Minor mdoc improvements.Joel Dahl2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-193-0/+146
* Remove an unused variable and fix a memory leak in sctp_connectx().Michael Tuexen2013-09-191-3/+4
* Consistently reference file descriptors as "fd". 55 other manpagesBryan Drewery2013-09-126-37/+37
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+14
* On ARM EABI double precision floating point values are stored in theAndrew Turner2013-09-073-3/+3
* wait(2): Add some possible caveats to standards section.Jilles Tjoelker2013-09-071-4/+18
* libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).Jilles Tjoelker2013-09-061-2/+3
* libc: Use SOCK_CLOEXEC for various internal file descriptors.Jilles Tjoelker2013-09-064-9/+12
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).Jilles Tjoelker2013-09-061-27/+28
* Fix the namespace pollution caused by iconv.h including stdbool.hDavid Chisnall2013-09-061-0/+1
* Update some signal man pages for multithreading.Jilles Tjoelker2013-09-064-25/+41
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-055-4/+35
* Document SIGLIBRT in signal(3); take a stab at the signal description asRobert Watson2013-09-031-0/+1
* system(): Restore behaviour for SIGINT and SIGQUIT.Jilles Tjoelker2013-09-011-0/+2
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-314-4/+56
* Xref capsicum(4) and procdesc(4) from pdfork(2).Robert Watson2013-08-281-4/+18
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.Jilles Tjoelker2013-08-271-4/+4
* libc: Access some unexported variables more efficiently (related to stdio).Jilles Tjoelker2013-08-231-2/+2
* libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-2313-21/+21
* Remove EOL whitespace.Joel Dahl2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-212-14/+72
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-183-3/+24
* Remove redundant space.Pawel Jakub Dawidek2013-08-181-1/+1
* dup3(3): Replace copyright notice.Jilles Tjoelker2013-08-181-8/+4
* Consistently use 'af' as an argument name for address family.Pawel Jakub Dawidek2013-08-181-2/+2
* Make example more correct (errstr is a pointer, not boolean).Pawel Jakub Dawidek2013-08-181-1/+1
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-173-14/+2
* Correct function name and return value.Pawel Jakub Dawidek2013-08-171-2/+2
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-3/+50
* pselect(2): Add xref to sigsuspend(2).Jilles Tjoelker2013-08-161-2/+3
* Add man page dup3(3).Jilles Tjoelker2013-08-163-1/+123
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-163-0/+61
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.Jilles Tjoelker2013-08-151-1/+5
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).Jilles Tjoelker2013-08-131-2/+2
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsePeter Wemm2013-08-131-19/+19
* db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-132-8/+3
* Expose _citrus_bcs_trunc_rws_len for libintl's use.Peter Wemm2013-08-131-0/+1