summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.loos2016-04-191-5/+5
* Unbreak the build if you enable WITH_NANDallanjude2016-04-191-2/+2
* A new implementation of the loader block cacheallanjude2016-04-188-103/+189
* 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
* libipsec: use NULL instead of zero for pointers.pfg2016-04-181-1/+1
* libstand: use NULL instead of zero for pointers.pfg2016-04-183-10/+10
* libbluetooth: use NULL instead of zero for pointers.pfg2016-04-181-2/+2
* rexec(3): use NULL instead of zero for pointers.pfg2016-04-181-5/+5
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainemaste2016-04-183-3/+3
* Fixed indentation, minor style.pluknet2016-04-181-12/+12
* MFV r298178:delphij2016-04-182-4/+7
* Fix markup on "\n" in printf so it renders correctly.wblock2016-04-171-4/+4
* Remove lib/libcapsicum and libexec/casper, brought back asgjb2016-04-1718-2534/+0
* libc: make some more use of the nitems() macro.pfg2016-04-1610-26/+22
* MFHgjb2016-04-1628-68/+87
|\
| * Import to 0.6.1phil2016-04-152-8/+14
| * import libxo-0.4.7phil2016-04-152-8/+8
| * Initialize pointer with NULL instead of 0.araujo2016-04-151-2/+2
| * Clean up trailing whitespace in lib/libcam; no functional changengie2016-04-142-18/+18
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-142-3/+3
| * Set NULL to the ai_next pointer which fix cap_getaddrinfo().oshogbo2016-04-141-0/+1
| * arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVERemaste2016-04-143-0/+3
| * Unmagic the thread pointer offset.br2016-04-141-1/+1
| * Disable fmaxmin_test when compiling it with clang 3.8.0ngie2016-04-141-0/+5
| * Build libpam modules in parallel.bdrewery2016-04-141-0/+1
| * Simplify building libpam and fix libpam.a not containing the modules since r2...bdrewery2016-04-145-26/+24
| * libgssapi: avoid NULL pointer dereferences.pfg2016-04-139-10/+15
| * libvgl: do not initialize static storage.pfg2016-04-131-1/+1
* | MFHgjb2016-04-131-1/+1
* | MFHgjb2016-04-133-7/+38
|\ \ | |/
| * Merge libxo 0.4.6phil2016-04-122-6/+37
| * Remove PS_STRINGS fallback from setproctitleemaste2016-04-121-1/+1
| * If off-page lookup failed, there is no memory to performkib2016-04-121-1/+2
| * Fix appending -O0 to CFLAGSngie2016-04-111-3/+3
| * libc: cleanup unnecessary semicolons (part 2).pfg2016-04-112-2/+2
| * libc: cleanup unnecessary semicolons.pfg2016-04-111-7/+7
* | MFHgjb2016-04-125-13/+14
* | 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
OpenPOWER on IntegriCloud