summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Complete the move that was started w/ r263218.. For some reason Ijmg2015-07-112-394/+0
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-105-3/+129
* increase buffer size to significantly increase performance...jmg2015-07-091-1/+1
* only enable immintrin when clang is used. The base gcc does not support it.luigi2015-07-081-1/+2
* cosmetic: whitespaces-tab before EOLpfg2015-07-081-1/+1
* Fix markup.trasz2015-07-071-3/+3
* Remove reboot.S (part of libc). It's not needed and was actuallytrasz2015-07-074-97/+2
* libsm/path.c is about to disappear in the merge of sendmail 8.15.2. It is angshapiro2015-07-071-1/+1
* Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.ioneel2015-07-061-1/+1
* Add hton and ntoh to the arm64 Symbols.map file, they exist but were notandrew2015-07-061-0/+4
* Fix sysctl(3) so it returns the intended values for all mib names inpkelsey2015-07-061-2/+14
* Remove unused variable to silence clang warning.araujo2015-07-041-4/+1
* Add fdclose(3) function.oshogbo2015-07-043-27/+134
* Move the nvlist source and private includes from sys/kern to seperateoshogbo2015-07-041-4/+4
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.oshogbo2015-07-042-756/+0
* New AES modes for IPSec, user space components.gnn2015-07-031-0/+3
* Grammar and language fixes.kib2015-07-031-36/+50
* Updated dependssjg2015-07-031-2/+0
* 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
OpenPOWER on IntegriCloud