summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)bapt2015-08-091-7/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.bapt2015-08-081-8/+0
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-043-16/+83
* Fix a couple of markup typos.jhb2015-08-021-3/+3
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.bdrewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-271-31/+11
* Update Capsicum and Mandatory Access Control manual pagestrasz2015-07-252-24/+2
* Document the fact that system(3) can easily be misused due to shell metadelphij2015-07-251-2/+14
* Add missing capitalization.trasz2015-07-241-1/+1
* Add missing priority argument in example code in BUGS section.pluknet2015-07-211-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-7/+9
* Correct the description of MADV_DONTNEED. Specifically, after usingalc2015-07-121-4/+4
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-113-0/+201
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-105-3/+129
* Fix markup.trasz2015-07-071-3/+3
* Remove reboot.S (part of libc). It's not needed and was actuallytrasz2015-07-074-97/+2
* Add hton and ntoh to the arm64 Symbols.map file, they exist but were notandrew2015-07-061-0/+4
* Fix sysctl(3) so it returns the intended values for all mib names inpkelsey2015-07-061-2/+14
* Add fdclose(3) function.oshogbo2015-07-043-27/+134
* Grammar and language fixes.kib2015-07-031-36/+50
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenandrew2015-07-023-36/+13
* Document x86 machine-specific ptrace(2) requests. Provide list of thekib2015-06-301-2/+175
* Implement fpgetmask, it's needed by Python.andrew2015-06-253-0/+49
* Export __flt_rounds from the arm64 libc.soandrew2015-06-251-0/+1
* Implement fpsetmask. Some third-party software makes use of it, for exampleandrew2015-06-243-0/+54
* Set the alignment of the setjmp magic values correctly. The alignment needsandrew2015-06-243-3/+3
* fts_children: preserve errno after running close/fchdirjilles2015-06-201-5/+8
* new dependssjg2015-06-161-0/+1
* Export the ARM __aeabi_mem* functions from libc, they are needed by the gccandrew2015-06-162-8/+17
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Fix name of a constant.tuexen2015-06-141-2/+2
* NetBSD commit log:jlh2015-06-141-8/+5
* Add META_MODE support.sjg2015-06-132-0/+185
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-27287-1661/+5508
| |\
| * \ Merge from head@274682sjg2014-11-19177-442/+2967
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19214-4940/+1402
| |\ \ \
| * | | | Updated dependenciessjg2014-05-101-0/+1
| * | | | Merge from headsjg2014-05-087-22/+23
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-27265-3684/+5177
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-1311-43/+197
| |\ \ \ \ \ \
| * | | | | | | We need an extra -I from lib/msunsjg2013-10-131-1/+9
| * | | | | | | Merge headsjg2013-09-1116-71/+120
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-05372-1092/+2729
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headsjg2013-04-1261-705/+2718
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | | | Updated dependenciessjg2013-02-161-2/+0
OpenPOWER on IntegriCloud