summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Describe that bcopy(3) is deprecated and marked as LEGACY inaraujo2015-08-121-1/+15
* Fix and re-enable UTF-8 tests.jilles2015-08-111-1/+1
* Actually disable the invalid testbapt2015-08-111-1/+1
* Pre-resolve symbols required for the deferred signal processing. Thiskib2015-08-102-1/+9
* In libm's exp2(3), avoid left-shifting a negative integer, which isdim2015-08-091-2/+2
* Move the USE_PREAD configuration knob out of the middle of the autoconfpeter2015-08-091-1/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)bapt2015-08-091-7/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.bapt2015-08-081-8/+0
* Disable SSE in libthrvangyzen2015-08-052-0/+12
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-043-16/+83
* Fix a couple of markup typos.jhb2015-08-021-3/+3
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.bdrewery2015-07-281-1/+4
* MFV r285970:bdrewery2015-07-281-0/+1
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-271-31/+11
* Bump GCC max-inline-insns-single in libiconv_modules and greppfg2015-07-266-6/+6
* Update Capsicum and Mandatory Access Control manual pagestrasz2015-07-252-24/+2
* Document the fact that system(3) can easily be misused due to shell metadelphij2015-07-251-2/+14
* Add missing capitalization.trasz2015-07-241-1/+1
* Add missing priority argument in example code in BUGS section.pluknet2015-07-211-2/+2
* libusb: Fix minor cast-qual warning.pfg2015-07-201-5/+3
* Drop libarchive.pcbapt2015-07-192-18/+0
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-182-8/+12
* .ie is not supposed to be used in manpagesbapt2015-07-141-6/+2
* Correct the description of MADV_DONTNEED. Specifically, after usingalc2015-07-121-4/+4
* Add new include path for sha256.hrodrigc2015-07-121-1/+2
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-113-0/+201
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
* 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
OpenPOWER on IntegriCloud