aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.Luiz Otavio O Souza2016-04-191-5/+5
* Unbreak the build if you enable WITH_NANDAllan Jude2016-04-191-2/+2
* A new implementation of the loader block cacheAllan Jude2016-04-188-103/+189
* 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
* libipsec: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-1/+1
* libstand: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-183-10/+10
* libbluetooth: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-2/+2
* rexec(3): use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-5/+5
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste2016-04-183-3/+3
* Fixed indentation, minor style.Sergey Kandaurov2016-04-181-12/+12
* MFV r298178:Xin LI2016-04-182-4/+7
* Fix markup on "\n" in printf so it renders correctly.Warren Block2016-04-171-4/+4
* Remove lib/libcapsicum and libexec/casper, brought back asGlen Barber2016-04-1718-2534/+0
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-1610-26/+22
* MFHGlen Barber2016-04-1628-68/+87
|\
| * Import to 0.6.1Phil Shafer2016-04-152-8/+14
| * import libxo-0.4.7Phil Shafer2016-04-152-8/+8
| * 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
* | MFHGlen Barber2016-04-131-1/+1
|\|
| * libvgl: do not initialize static storage.Pedro F. Giffuni2016-04-131-1/+1
* | MFHGlen Barber2016-04-133-7/+38
|\|
| * Merge libxo 0.4.6Phil Shafer2016-04-122-6/+37
| * Remove PS_STRINGS fallback from setproctitleEd Maste2016-04-121-1/+1
* | MFHGlen Barber2016-04-125-13/+14
|\|
| * 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
* | MFHGlen Barber2016-04-1186-183/+255
|\|
| * 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