summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | | Sync with HEAD.obrien2013-02-0890-1235/+2678
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Correct the r242545 sync with head@242525.obrien2013-02-071-0/+4
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+1
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-04134-695/+1388
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+178
* | | | | | | | | | | | | | | | | Add support for '_' occurring at the beginning or end of a nameume2015-06-101-3/+3
* | | | | | | | | | | | | | | | | Set the correct register when calling sigprocmask in longjmp.andrew2015-06-061-1/+1
* | | | | | | | | | | | | | | | | strchr(3): Mdoc fixes.jilles2015-06-041-3/+5
* | | | | | | | | | | | | | | | | Use proper prototype for harmless().rodrigc2015-05-311-1/+1
* | | | | | | | | | | | | | | | | Make x_putlong() and x_putbytes() prototypes match therodrigc2015-05-311-2/+2
* | | | | | | | | | | | | | | | | Use ANSI C prototypes.rodrigc2015-05-318-275/+116
* | | | | | | | | | | | | | | | | Add the needed if-then instructions to build as Thumb-2.andrew2015-05-316-0/+53
* | | | | | | | | | | | | | | | | Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIandrew2015-05-313-19/+7
* | | | | | | | | | | | | | | | | Use a register to set the cpsr bits. The ip register is safe to be changedandrew2015-05-312-8/+12
* | | | | | | | | | | | | | | | | Removed unused special fork() implementations.brooks2015-05-293-107/+1
* | | | | | | | | | | | | | | | | Fix __fpclassifyl when double == long double. As with r283693 this isandrew2015-05-291-0/+10
* | | | | | | | | | | | | | | | | Fix __isinfl on architectures where double == long double. This is theandrew2015-05-291-3/+5
* | | | | | | | | | | | | | | | | memmem(3): empty little string matches the beginning of the big stringemaste2015-05-262-11/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Remove clause 3 and 4 from the licensebapt2015-05-211-2/+0
* | | | | | | | | | | | | | | | Remove the write-only variable phent. We currently do not check thekib2015-05-201-5/+0
* | | | | | | | | | | | | | | | Drop some unnecessary casts.pfg2015-05-181-4/+3
* | | | | | | | | | | | | | | | Add fabs() to arm64 libcemaste2015-05-143-1/+36
* | | | | | | | | | | | | | | | Teach bits of libc about Thumb. This adds the if-then instructions neededandrew2015-05-125-4/+48
* | | | | | | | | | | | | | | | Use the GOT_* macros to help simplify the code, these work with both picandrew2015-05-112-26/+9
OpenPOWER on IntegriCloud