aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-3/+2
* regex: prevent two improbable signed integer overflows.Pedro F. Giffuni2016-04-231-2/+2
* Restore the original ascii.c from prior to r290494Baptiste Daroussin2016-04-211-13/+10
* Check the returned value of memchr(3) before using itBaptiste Daroussin2016-04-201-1/+4
* Minor indentation issue.Pedro F. Giffuni2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-203-6/+6
* Fix double fclose of `fp1` when freopen failsEnji Cooper2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellEnji Cooper2016-04-191-0/+2
* Remove trailing whitespace and use `nitems(mib)` instead of `2` whenEnji Cooper2016-04-191-2/+2
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-1839-42/+3
* Re-use our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-181-6/+4
* Fixed indentation, minor style.Sergey Kandaurov2016-04-181-12/+12
* Fix markup on "\n" in printf so it renders correctly.Warren Block2016-04-171-4/+4
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-1610-26/+22
* MFHGlen Barber2016-04-163-0/+3
|\
| * arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVEREd Maste2016-04-143-0/+3
* | MFHGlen Barber2016-04-131-1/+1
|\|
| * Remove PS_STRINGS fallback from setproctitleEd Maste2016-04-121-1/+1
* | MFHGlen Barber2016-04-123-9/+9
|\|
| * libc: cleanup unnecessary semicolons (part 2).Pedro F. Giffuni2016-04-112-2/+2
| * libc: cleanup unnecessary semicolons.Pedro F. Giffuni2016-04-111-7/+7
* | MFHGlen Barber2016-04-1126-53/+63
|\|
| * libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-1022-52/+49
| * Follow-up r295924: Only sync hash-based db files open for writing when closing.Bryan Drewery2016-04-061-1/+2
| * Revert a change that sneeked with 297619Andrew Turner2016-04-061-3/+1
| * Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-065-1/+15
* | MFHGlen Barber2016-04-0426-47/+39
|\|
| * SJIS encoding don't have single byte characters >= 224Andrey A. Chernov2016-04-041-1/+1
| * EUC-type encodings don't have single byte characters >= 128Andrey A. Chernov2016-04-041-3/+3
| * Document KTRFAC_FAULT and KTRFAC_FAULTEND.Brooks Davis2016-03-311-1/+3
| * WITHOUT_TOOLCHAIN: Skip building of h_raw.Bryan Drewery2016-03-311-1/+1
| * WITHOUT_TOOLCHAIN: Fix build of rtld.Bryan Drewery2016-03-311-0/+3
| * libc: stop exporting cerrorEd Maste2016-03-305-5/+0
| * freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+0
| * freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-2/+2
| * freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+2
| * Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-282-3/+3
| * Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-262-2/+0
| * libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-249-18/+0
| * Fully handle size_t lengths in AIO requests.John Baldwin2016-03-212-4/+4
| * Use the right argumant nameJulian Elischer2016-03-181-1/+1
| * libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-155-8/+20
* | MFHGlen Barber2016-03-141-9/+0
|\|
| * Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.John Baldwin2016-03-121-9/+0
* | MFHGlen Barber2016-03-1029-2/+516
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0925-0/+511
| * Fix and connect setjmp test.Bryan Drewery2016-03-091-0/+1
| * Fix spelling of MAXNAMLEN.Edward Tomasz Napierala2016-03-091-2/+2
| * libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-082-0/+2
* | MFHGlen Barber2016-03-073-1/+130
|\|