aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable SSE in libthrEric van Gyzen2015-08-052-0/+12
* Make it possible to implement poll(2) on top of kqueue(2).Ed Schouten2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-043-16/+83
* Fix a couple of markup typos.John Baldwin2015-08-021-3/+3
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.Bryan Drewery2015-07-281-1/+4
* MFV r285970:Bryan Drewery2015-07-281-0/+1
* Make shutdown() return ENOTCONN as required by POSIX, part deux.Ed Schouten2015-07-271-31/+11
* Bump GCC max-inline-insns-single in libiconv_modules and grepPedro F. Giffuni2015-07-266-6/+6
* Update Capsicum and Mandatory Access Control manual pagesEdward Tomasz Napierala2015-07-252-24/+2
* Document the fact that system(3) can easily be misused due to shell metaXin LI2015-07-251-2/+14
* Add missing capitalization.Edward Tomasz Napierala2015-07-241-1/+1
* Add missing priority argument in example code in BUGS section.Sergey Kandaurov2015-07-211-2/+2
* libusb: Fix minor cast-qual warning.Pedro F. Giffuni2015-07-201-5/+3
* Drop libarchive.pcBaptiste Daroussin2015-07-192-18/+0
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-182-8/+12
* .ie is not supposed to be used in manpagesBaptiste Daroussin2015-07-141-6/+2
* Correct the description of MADV_DONTNEED. Specifically, after usingAlan Cox2015-07-121-4/+4
* Add new include path for sha256.hCraig Rodrigues2015-07-121-1/+2
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-113-0/+201
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSBaptiste Daroussin2015-07-111-3/+3
* Complete the move that was started w/ r263218.. For some reason IJohn-Mark Gurney2015-07-112-394/+0
* Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner2015-07-105-3/+129
* increase buffer size to significantly increase performance...John-Mark Gurney2015-07-091-1/+1
* only enable immintrin when clang is used. The base gcc does not support it.Luigi Rizzo2015-07-081-1/+2
* cosmetic: whitespaces-tab before EOLPedro F. Giffuni2015-07-081-1/+1
* Fix markup.Edward Tomasz Napierala2015-07-071-3/+3
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-074-97/+2
* libsm/path.c is about to disappear in the merge of sendmail 8.15.2. It is anGregory Neil Shapiro2015-07-071-1/+1
* Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.ioNeel Natu2015-07-061-1/+1
* Add hton and ntoh to the arm64 Symbols.map file, they exist but were notAndrew Turner2015-07-061-0/+4
* Fix sysctl(3) so it returns the intended values for all mib names inPatrick Kelsey2015-07-061-2/+14
* Remove unused variable to silence clang warning.Marcelo Araujo2015-07-041-4/+1
* Add fdclose(3) function.Mariusz Zaborski2015-07-043-27/+134
* Move the nvlist source and private includes from sys/kern to seperateMariusz Zaborski2015-07-041-4/+4
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.Mariusz Zaborski2015-07-042-756/+0
* New AES modes for IPSec, user space components.George V. Neville-Neil2015-07-031-0/+3
* Grammar and language fixes.Konstantin Belousov2015-07-031-36/+50
* Updated dependsSimon J. Gerraty2015-07-031-2/+0
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-0217-32/+28
* Bump .Dd due to changes made in r285050 and r285053Renato Botelho2015-07-021-1/+1
* Improve pw_lock.3 text changed in r285050Renato Botelho2015-07-021-2/+2
* When passwd or group information is changed (by pw, vipw, chpass, ...)Renato Botelho2015-07-023-4/+23
* Force the dynamic linker to resolve _end early so we pick up the correctAndrew Turner2015-07-021-1/+12
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenAndrew Turner2015-07-023-36/+13
* Bump .Dd for the example code update.Christian Brueffer2015-07-011-1/+1
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-3/+4
* Make libproc compilable on AArch64.Ruslan Bukin2015-07-012-12/+26
* Make the example code actually work.Christian Brueffer2015-07-011-1/+3
* Document x86 machine-specific ptrace(2) requests. Provide list of theKonstantin Belousov2015-06-301-2/+175
* Implement fpgetmask, it's needed by Python.Andrew Turner2015-06-253-0/+49