summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-0217-32/+28
* Bump .Dd due to changes made in r285050 and r285053garga2015-07-021-1/+1
* Improve pw_lock.3 text changed in r285050garga2015-07-021-2/+2
* When passwd or group information is changed (by pw, vipw, chpass, ...)garga2015-07-023-4/+23
* Force the dynamic linker to resolve _end early so we pick up the correctandrew2015-07-021-1/+12
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenandrew2015-07-023-36/+13
* Bump .Dd for the example code update.brueffer2015-07-011-1/+1
* First cut of DTrace for AArch64.br2015-07-011-3/+4
* Make libproc compilable on AArch64.br2015-07-012-12/+26
* Make the example code actually work.brueffer2015-07-011-1/+3
* Document x86 machine-specific ptrace(2) requests. Provide list of thekib2015-06-301-2/+175
* Implement fpgetmask, it's needed by Python.andrew2015-06-253-0/+49
* Export __flt_rounds from the arm64 libc.soandrew2015-06-251-0/+1
* Fix compilation when the armv6 world is being compiled without hw floatingian2015-06-241-1/+1
* Implement fpsetmask. Some third-party software makes use of it, for exampleandrew2015-06-243-0/+54
* Set the alignment of the setjmp magic values correctly. The alignment needsandrew2015-06-243-3/+3
* Set some internal helpers as static and initialize few variables to silencearaujo2015-06-242-10/+11
* Remove unused variables to silence CLANG warnings.araujo2015-06-242-14/+4
* Add __cxa_deleted_virtual to libcxxrt's version map.dim2015-06-231-1/+5
* Add a workaround to correctly align the stack before calling into C code.andrew2015-06-221-3/+7
* Install ncurses html documentation again after r284345antoine2015-06-221-1/+1
* Fix a regression in "movs" emulation after r284539. The regression was causedneel2015-06-221-8/+17
* fts_children: preserve errno after running close/fchdirjilles2015-06-201-5/+8
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-182-61/+311
* new dependssjg2015-06-1672-23/+3257
* Export the ARM __aeabi_mem* functions from libc, they are needed by the gccandrew2015-06-162-8/+17
* Follow up to r284427: fix NaN mixing for ctanhf too.tijl2015-06-151-1/+2
* - Change comments to be more consistent with s_ccosh.c and s_csinh.c.tijl2015-06-152-20/+21
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-47/+43
* Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.sjg2015-06-151-0/+14
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-34/+32
* Revert r284417 it is not necessary anymorebapt2015-06-1530-30/+30
* Enforce overwritting SHLIBDIRbapt2015-06-1530-30/+30
* Fix name of a constant.tuexen2015-06-141-2/+2
* Fix typo in comment.kib2015-06-141-2/+2
* NetBSD commit log:jlh2015-06-141-8/+5
* Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:dim2015-06-131-12/+6
* Add META_MODE support.sjg2015-06-13272-27/+16235
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-08168-528/+783
| * Fix include of atf-c.hsjg2015-05-302-1/+3
| * Merge sync of headsjg2015-05-27832-12341/+21496
| |\
| * | Need headers staged by libpamsjg2014-11-3010-0/+10
| * | Put lib/csu/amd64/Makefile back the way it is in headsjg2014-11-303-9/+9
| * | Updated/new dependenciessjg2014-11-1927-24/+48
| * | Include src.opts.mk since we don't include modules.inc here.sjg2014-11-191-0/+2
| * | Merge from head@274682sjg2014-11-19327-1463/+15898
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19443-7126/+4861
| |\ \ \
| * | | | New dependenciessjg2014-05-179-0/+310
| * | | | Ensure clang-tblgen in TOOLSDIRsjg2014-05-161-1/+1
| * | | | Handle bootstrapping for hostsjg2014-05-161-2/+11
OpenPOWER on IntegriCloud