summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MFHgjb2016-04-1186-183/+255
|\
| * libc: replace 0 with NULL for pointers.pfg2016-04-1022-52/+49
| * USB: replace 0 with NULL for pointers.pfg2016-04-093-6/+6
| * libedit: replace 0 with NULL for pointers.pfg2016-04-092-4/+4
| * libpam: replace 0 with NULL for pointers.pfg2016-04-092-3/+3
| * libfetch: replace 0 with NULL for pointers.pfg2016-04-091-1/+1
| * Use __FBSDID() for .c files from lib/libthr/thread.kib2016-04-0852-112/+158
| * Use ANSI C function definitions, fix spelling in a comment.kib2016-04-083-4/+5
| * Assert that the lock objects put into the off-page, fit into the page.kib2016-04-085-0/+15
| * 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-0455-217/+499
|\ \ | |/
| * SJIS encoding don't have single byte characters >= 224ache2016-04-041-1/+1
| * Remove unused variable. It was write-only before r297139.kib2016-04-042-2/+0
| * 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 parsing of a 1GB page table entry.jhb2016-03-281-1/+1
| * Fix bunch of .Xrs.trasz2016-03-283-4/+3
| * Compile libcxxrt as C++11, since it is only really used in combinationdim2016-03-271-1/+4
| * Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-266-7/+0
| * CCACHE_BUILD: Don't use ccache when generating some files with CC -E.bdrewery2016-03-241-3/+3
| * Don't reset CC away from full-pathed gcc.bdrewery2016-03-241-0/+3
| * Replace the CloudABI system call table by a machine generated version.ed2016-03-241-1/+1
| * libc: stop exporting curbrk and minbrk in the private namespaceemaste2016-03-249-18/+0
| * Correct comment.bz2016-03-221-1/+1
| * Apparently there are some popular programs around which assume that itkib2016-03-222-2/+61
| * Fully handle size_t lengths in AIO requests.jhb2016-03-212-4/+4
| * If the dhcp server delivers an interface-mtu option, parse it and storeian2016-03-214-0/+11
| * Actually garbage collect the unused code, as mentioned in r297147, whichian2016-03-211-57/+0
| * Garbage collect the bswap routines from libstand. The declaration wasian2016-03-212-6/+1
| * Lock pshared_lock shared around fork, to ensure that the COW snapshotkib2016-03-214-2/+22
| * Provide more information on failing checks in mutex_assert_is_owned()kib2016-03-211-4/+16
| * From libthr, remove special and strange code to set up session andkib2016-03-212-22/+2
| * Implement process-shared spinlocks.kib2016-03-211-48/+59
| * Fix typo.kib2016-03-211-1/+1
| * Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesgrembo2016-03-191-10/+17
| * Use the right argumant namejulian2016-03-181-1/+1
| * Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.jhibbits2016-03-181-0/+2
| * xo_config.h no longer in contrib, so -I's neededsjg2016-03-171-2/+1
| * We need libutilsjg2016-03-171-1/+7
| * Move generated file from contrib to build directory.phil2016-03-162-1/+248
| * libc: don't build compat functions if building WITHOUT_SYMVERemaste2016-03-155-8/+20
* | MFHgjb2016-03-1412-25/+20
|\ \ | |/
OpenPOWER on IntegriCloud