summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.jhb2016-03-121-9/+0
* DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0925-0/+511
* Fix and connect setjmp test.bdrewery2016-03-091-0/+1
* Fix spelling of MAXNAMLEN.trasz2016-03-091-2/+2
* libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVERemaste2016-03-082-0/+2
* libc: Add some tests for memcmp().jilles2016-03-062-0/+125
* Allow O_CLOEXEC to be used in dbopen() flagslidl2016-03-061-1/+5
* Stray tabs and spaces.pfg2016-03-051-8/+8
* Work around aliasing issues detected in modern GCC.pfg2016-03-041-16/+20
* mbtowc(3): set errno to EILSEQ if an incomplete character is passed.pfg2016-03-011-2/+9
* Update jemalloc to 4.1.0.jasone2016-02-292-2/+7
* kenv(8) -> kenv(1)trasz2016-02-291-1/+1
* sysconf(2) -> sysconf(3)trasz2016-02-291-1/+1
* sendmsg(3) -> sendmsg(2)trasz2016-02-292-2/+2
* Fix typos in .Xrs.trasz2016-02-292-2/+2
* RPC: update the getrpcbyname() definition to include a const qualifier.pfg2016-02-262-3/+3
* Make it clear that the "size" argument is for the dst string.bdrewery2016-02-261-3/+3
* Make unions in PowerPC libc endian-safe.nwhitehorn2016-02-264-4/+44
* rpc: fix failure to clear string by passing the wrong size to memset.pfg2016-02-261-1/+1
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-2/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-153/+0
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-6/+12
* If we close or sync a hash-based db file, make sure to call fsync todwmalone2016-02-231-1/+5
* Remove sys/types.hkevlo2016-02-191-2/+1
* Bump .Dd for r295764bjk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelysobomax2016-02-181-4/+12
* Remove dd xfer stats emitted during buildworldemaste2016-02-182-2/+2
* Fix build race after r295643.bdrewery2016-02-171-0/+2
* fputs: Return the number of bytes written.pfg2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.pfg2016-02-152-2/+12
OpenPOWER on IntegriCloud