summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Initialize pointer with NULL instead of 0.Marcelo Araujo2016-04-151-2/+2
* Clean up trailing whitespace in lib/libcam; no functional changeEnji Cooper2016-04-142-18/+18
* META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-142-3/+3
* Set NULL to the ai_next pointer which fix cap_getaddrinfo().Mariusz Zaborski2016-04-141-0/+1
* arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVEREd Maste2016-04-143-0/+3
* Unmagic the thread pointer offset.Ruslan Bukin2016-04-141-1/+1
* Disable fmaxmin_test when compiling it with clang 3.8.0Enji Cooper2016-04-141-0/+5
* Build libpam modules in parallel.Bryan Drewery2016-04-141-0/+1
* Simplify building libpam and fix libpam.a not containing the modules since r2...Bryan Drewery2016-04-145-26/+24
* libgssapi: avoid NULL pointer dereferences.Pedro F. Giffuni2016-04-139-10/+15
* libvgl: do not initialize static storage.Pedro F. Giffuni2016-04-131-1/+1
* Merge libxo 0.4.6Phil Shafer2016-04-122-6/+37
* Remove PS_STRINGS fallback from setproctitleEd Maste2016-04-121-1/+1
* If off-page lookup failed, there is no memory to performKonstantin Belousov2016-04-121-1/+2
* Fix appending -O0 to CFLAGSEnji Cooper2016-04-111-3/+3
* libc: cleanup unnecessary semicolons (part 2).Pedro F. Giffuni2016-04-112-2/+2
* libc: cleanup unnecessary semicolons.Pedro F. Giffuni2016-04-111-7/+7
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-1022-52/+49
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-093-6/+6
* libedit: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-4/+4
* libpam: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-3/+3
* libfetch: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-1/+1
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-0852-112/+158
* Use ANSI C function definitions, fix spelling in a comment.Konstantin Belousov2016-04-083-4/+5
* Assert that the lock objects put into the off-page, fit into the page.Konstantin Belousov2016-04-085-0/+15
* 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
* SJIS encoding don't have single byte characters >= 224Andrey A. Chernov2016-04-041-1/+1
* Remove unused variable. It was write-only before r297139.Konstantin Belousov2016-04-042-2/+0
* 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 parsing of a 1GB page table entry.John Baldwin2016-03-281-1/+1
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-283-4/+3
* Compile libcxxrt as C++11, since it is only really used in combinationDimitry Andric2016-03-271-1/+4
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-266-7/+0
* CCACHE_BUILD: Don't use ccache when generating some files with CC -E.Bryan Drewery2016-03-241-3/+3
* Don't reset CC away from full-pathed gcc.Bryan Drewery2016-03-241-0/+3
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+1
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-249-18/+0
* Correct comment.Bjoern A. Zeeb2016-03-221-1/+1
* Apparently there are some popular programs around which assume that itKonstantin Belousov2016-03-222-2/+61
* Fully handle size_t lengths in AIO requests.John Baldwin2016-03-212-4/+4
* If the dhcp server delivers an interface-mtu option, parse it and storeIan Lepore2016-03-214-0/+11