summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Move the iconv wrapper source from libc_nonshared to libc/iconv so thatpeter2013-11-2514-287/+706
* There is no file under SISSL after license replacement in r258581.hrs2013-11-251-335/+0
* Replace Sun Industry Standards Source License for Sun RPC code with ahrs2013-11-252-89/+48
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-2551-1333/+1305
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQhrs2013-11-253-1/+33
* Get rid of the CONCAT macro.andreast2013-11-232-19/+19
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andandreast2013-11-218-30/+20
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theandreast2013-11-219-39/+23
* Attempt to move the POSIX iconv* symbols out of runtime linker space.peter2013-11-176-42/+201
* Add missing include files for the printf_l and scanf_l man pages.eadler2013-11-172-0/+2
* Fix typo.trasz2013-11-121-1/+1
* Fix description to actually make sense.trasz2013-11-121-4/+3
* Mention acl_get_brand_np(3).trasz2013-11-121-1/+6
* Fix typo: site_t -> size_teadler2013-11-101-1/+1
* Fix extattr(2) MLINKS.pluknet2013-11-091-2/+2
* Fix typo in include guard, found by clang 3.4.dim2013-11-081-1/+1
* Fix .Dd after r257646.gjb2013-11-051-1/+1
* Use OpenBSD's revamped description of strlcpy and strlcat.eadler2013-11-041-68/+63
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)pjd2013-11-046-529/+427
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentjilles2013-11-031-1/+8
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-032-20/+0
* Add a resource limit for the total number of kqueues available to thekib2013-10-211-0/+2
* Drop cm_lock before calling mapper_close, which in turn could calldelphij2013-10-211-0/+2
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.jilles2013-10-201-2/+2
* popen(): Try to prevent inappropriate fd passing even if 'e' is not used.jilles2013-10-201-13/+12
* Make getutxent(3) more robust against bad utx.log files. Whenever we readglebius2013-10-151-0/+11
* accept(2): Update portability note for accept4().jilles2013-10-011-3/+10
* Minor mdoc improvements.joel2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+146
* Remove an unused variable and fix a memory leak in sctp_connectx().tuexen2013-09-191-3/+4
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-126-37/+37
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+14
* On ARM EABI double precision floating point values are stored in theandrew2013-09-073-3/+3
* wait(2): Add some possible caveats to standards section.jilles2013-09-071-4/+18
* libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).jilles2013-09-061-2/+3
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-064-9/+12
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-061-27/+28
* Fix the namespace pollution caused by iconv.h including stdbool.htheraven2013-09-061-0/+1
* Update some signal man pages for multithreading.jilles2013-09-064-25/+41
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-055-4/+35
* Document SIGLIBRT in signal(3); take a stab at the signal description asrwatson2013-09-031-0/+1
* system(): Restore behaviour for SIGINT and SIGQUIT.jilles2013-09-011-0/+2
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-314-4/+56
* Xref capsicum(4) and procdesc(4) from pdfork(2).rwatson2013-08-281-4/+18
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.jilles2013-08-271-4/+4
* libc: Access some unexported variables more efficiently (related to stdio).jilles2013-08-231-2/+2
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-2313-21/+21
* Remove EOL whitespace.joel2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-14/+72
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-183-3/+24
OpenPOWER on IntegriCloud