aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-111-9/+1
* Zero out a local variable also when PURIFY is not defined.Michael Tuexen2015-09-101-2/+0
* - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()Hiroki Sato2015-09-091-12/+8
* Enable mincore_test on arm64, we now have a working pmap_mincore.Andrew Turner2015-09-081-3/+0
* Make it possible to use acl_create_entry_np(3) to use first entry to anEdward Tomasz Napierala2015-09-081-1/+1
* Style. Use ANSI definition, wrap long lines, no initialization inKonstantin Belousov2015-09-081-8/+15
* In the pthread_once(), if the initializer has already run, then theKonstantin Belousov2015-09-081-3/+5
* In libz's inflateMark(), avoid left-shifting a negative integer, whichDimitry Andric2015-09-071-1/+1
* MFV r287451 + 287452: file 5.24 + fix for bin/181436.Xin LI2015-09-041-3/+3
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-042-1/+3
* Detect badly behaved coredump note helpersConrad Meyer2015-09-032-0/+8
* Fix acl_strip_np(3) breakage introduced in r279962.Edward Tomasz Napierala2015-09-031-9/+11
* Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn'tEdward Tomasz Napierala2015-09-031-1/+3
* - snprintf() returns at most size-1 of the chars printed intoHiroki Sato2015-09-021-10/+6
* Fix t_spawnattr test for attributes handling by posix_spawn(3).Konstantin Belousov2015-09-011-1/+1
* Use unsigned variable.Craig Rodrigues2015-09-011-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-015-12/+12
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.Hiroki Sato2015-09-011-6/+18
* Use correct function prototype for signal handler.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-0115-395/+180
* Enable libproc symbol_lookup tests on arm64Ed Maste2015-08-311-9/+0
* Include stdlib.h to get devname() prototype.Craig Rodrigues2015-08-311-0/+1
* Fix a mistake in r287292. Despite correctly stating intent in theKonstantin Belousov2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-2922-121/+104
* Plug memory leaks when running out of memory.Xin LI2015-08-281-1/+3
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-26/+1
* Replace strndup with OpenBSD's implementation.Xin LI2015-08-261-33/+22
* Make UTF-8 parsing and generation more strict.Ed Schouten2015-08-251-1/+5
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-11/+32
* Fix libproc on architectures that don't need the program counter to beAndrew Turner2015-08-241-1/+10
* Instead of doing an no-op (|= 0), actually clear the flags inXin LI2015-08-241-1/+1
* Fix spelling.Marcelo Araujo2015-08-241-2/+1
* Update bzero(3) manpage to following the Posix Standard.Marcelo Araujo2015-08-241-1/+9
* 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