aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Editing pass on procctl.2Benjamin Kaduk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadyKonstantin Belousov2015-08-201-2/+6
* Add the definitions of __infinity and __nan.Andrew Turner2015-08-203-0/+17
* Add support to libkvm for reading minidumps on arm64. The kernel side isAndrew Turner2015-08-203-10/+320
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlyConrad Meyer2015-08-201-15/+46
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-192-18/+32
* - ANSIfyXin LI2015-08-181-10/+5
* wordexp(3): Update man page for no longer using the wordexp builtin.Jilles Tjoelker2015-08-181-4/+3
* Add missing sdallocx updates and remove *allocm manpage links.Jason Evans2015-08-182-5/+6
* Update jemalloc to version 4.0.0.Jason Evans2015-08-182-13/+14
* On arm64 disable three tests that hang or panicEd Maste2015-08-173-0/+14
* wordexp(): Stop using the undocumented wordexp builtin.Jilles Tjoelker2015-08-161-3/+4
* bsd.lib.mk has to be included after MLINKS assignmentAntoine Brodin2015-08-151-2/+2
* Add support for the arrays in nvlist library.Mariusz Zaborski2015-08-152-0/+1192
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-142-7/+2
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-147-5/+27
* Make clear the bcopy(3) manpage regards when it was marked as LEGACYMarcelo Araujo2015-08-141-13/+23
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINEd Maste2015-08-131-1/+1
* Revert part of r280687, reporting "1" (true) for empty value.Alexander Motin2015-08-131-1/+1
* Remove the mention of memcpy(3) that is build on top of bcopy(3).Marcelo Araujo2015-08-131-9/+7
* Describe that bcopy(3) is deprecated and marked as LEGACY inMarcelo Araujo2015-08-121-1/+15
* Fix and re-enable UTF-8 tests.Jilles Tjoelker2015-08-111-1/+1
* Actually disable the invalid testBaptiste Daroussin2015-08-111-1/+1
* Pre-resolve symbols required for the deferred signal processing. ThisKonstantin Belousov2015-08-102-1/+9
* In libm's exp2(3), avoid left-shifting a negative integer, which isDimitry Andric2015-08-091-2/+2
* Move the USE_PREAD configuration knob out of the middle of the autoconfPeter Wemm2015-08-091-1/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)Baptiste Daroussin2015-08-091-7/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.Baptiste Daroussin2015-08-081-8/+0
* 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