summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct wording.kib2016-05-031-1/+1
* Add EVFILT_VNODE open, read and close notifications.kib2016-05-031-8/+26
* Issue NOTE_EXTEND when a directory entry is added to or removed fromkib2016-05-021-2/+8
* As a reader service, explain NOTE_LINK reporting for the directories.kib2016-05-011-0/+4
* Provide an example to the kqueue man page, showingbcr2016-05-011-1/+52
* libc: spelling fixes.pfg2016-04-3034-43/+43
* libc: make more use of the howmany() macro when available.pfg2016-04-262-3/+2
* regex: prevent two improbable signed integer overflows.pfg2016-04-231-2/+2
* Restore the original ascii.c from prior to r290494bapt2016-04-211-13/+10
* Check the returned value of memchr(3) before using itbapt2016-04-201-1/+4
* Minor indentation issue.pfg2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-203-6/+6
* Fix double fclose of `fp1` when freopen failsngie2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellngie2016-04-191-0/+2
* Remove trailing whitespace and use `nitems(mib)` instead of `2` whenngie2016-04-191-2/+2
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-1839-42/+3
* Re-use our roundup2() macro instead of reinventing the wheel.pfg2016-04-181-6/+4
* Fixed indentation, minor style.pluknet2016-04-181-12/+12
* Fix markup on "\n" in printf so it renders correctly.wblock2016-04-171-4/+4
* libc: make some more use of the nitems() macro.pfg2016-04-1610-26/+22
* MFHgjb2016-04-163-0/+3
|\
| * arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVERemaste2016-04-143-0/+3
* | MFHgjb2016-04-131-1/+1
|\ \ | |/
| * Remove PS_STRINGS fallback from setproctitleemaste2016-04-121-1/+1
| * libc: cleanup unnecessary semicolons (part 2).pfg2016-04-112-2/+2
| * libc: cleanup unnecessary semicolons.pfg2016-04-111-7/+7
* | MFHgjb2016-04-123-9/+9
* | MFHgjb2016-04-1126-53/+63
|\ \ | |/
| * libc: replace 0 with NULL for pointers.pfg2016-04-1022-52/+49
| * Follow-up r295924: Only sync hash-based db files open for writing when closing.bdrewery2016-04-061-1/+2
| * Revert a change that sneeked with 297619andrew2016-04-061-3/+1
| * Disable support for compat syscalls on arm64. These symbols were neverandrew2016-04-065-1/+15
* | MFHgjb2016-04-0426-47/+39
|\ \ | |/
| * SJIS encoding don't have single byte characters >= 224ache2016-04-041-1/+1
| * EUC-type encodings don't have single byte characters >= 128ache2016-04-041-3/+3
| * Document KTRFAC_FAULT and KTRFAC_FAULTEND.brooks2016-03-311-1/+3
| * WITHOUT_TOOLCHAIN: Skip building of h_raw.bdrewery2016-03-311-1/+1
| * WITHOUT_TOOLCHAIN: Fix build of rtld.bdrewery2016-03-311-0/+3
| * libc: stop exporting cerroremaste2016-03-305-5/+0
| * freopen(3): prevent uninitialized errno.pfg2016-03-301-1/+0
| * freopen(3): prevent uninitialized errno.pfg2016-03-301-2/+2
| * freopen(3): prevent uninitialized errno.pfg2016-03-301-1/+2
| * Fix bunch of .Xrs.trasz2016-03-282-3/+3
| * Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-262-2/+0
| * libc: stop exporting curbrk and minbrk in the private namespaceemaste2016-03-249-18/+0
| * Fully handle size_t lengths in AIO requests.jhb2016-03-212-4/+4
| * Use the right argumant namejulian2016-03-181-1/+1
| * libc: don't build compat functions if building WITHOUT_SYMVERemaste2016-03-155-8/+20
* | MFHgjb2016-03-141-9/+0
|\ \ | |/
| * Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.jhb2016-03-121-9/+0
OpenPOWER on IntegriCloud