summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned variables in a few places.rodrigc2015-09-143-5/+6
* Use ANSI C prototypes.rodrigc2015-09-149-110/+37
* db/recno: Open with close-on-exec like btree and hash do.jilles2015-09-131-1/+1
* setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).jilles2015-09-131-7/+2
* Remove the v_cache_min and v_cache_max sysctls. They are unused and havemarkj2015-09-111-9/+1
* Zero out a local variable also when PURIFY is not defined.tuexen2015-09-101-2/+0
* - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()hrs2015-09-091-12/+8
* Enable mincore_test on arm64, we now have a working pmap_mincore.andrew2015-09-081-3/+0
* Make it possible to use acl_create_entry_np(3) to use first entry to antrasz2015-09-081-1/+1
* Style. Use ANSI definition, wrap long lines, no initialization inkib2015-09-081-8/+15
* In the pthread_once(), if the initializer has already run, then thekib2015-09-081-3/+5
* In libz's inflateMark(), avoid left-shifting a negative integer, whichdim2015-09-071-1/+1
* MFV r287451 + 287452: file 5.24 + fix for bin/181436.delphij2015-09-041-3/+3
* Expose an interface to determine if an ACE is inherited.delphij2015-09-042-1/+3
* Detect badly behaved coredump note helperscem2015-09-032-0/+8
* Fix acl_strip_np(3) breakage introduced in r279962.trasz2015-09-031-9/+11
* Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn'ttrasz2015-09-031-1/+3
* - snprintf() returns at most size-1 of the chars printed intohrs2015-09-021-10/+6
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-011-1/+1
* Use unsigned variable.rodrigc2015-09-011-1/+1
* Use ANSI C prototypes.rodrigc2015-09-015-12/+12
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.hrs2015-09-011-6/+18
* Use correct function prototype for signal handler.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-0115-395/+180
* Enable libproc symbol_lookup tests on arm64emaste2015-08-311-9/+0
* Include stdlib.h to get devname() prototype.rodrigc2015-08-311-0/+1
* Fix a mistake in r287292. Despite correctly stating intent in thekib2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-2922-121/+104
* Plug memory leaks when running out of memory.delphij2015-08-281-1/+3
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-271-26/+1
* Replace strndup with OpenBSD's implementation.delphij2015-08-261-33/+22
* Make UTF-8 parsing and generation more strict.ed2015-08-251-1/+5
* Upgrade libxo to 0.4.5.marcel2015-08-241-11/+32
* Fix libproc on architectures that don't need the program counter to beandrew2015-08-241-1/+10
* Instead of doing an no-op (|= 0), actually clear the flags indelphij2015-08-241-1/+1
* Fix spelling.araujo2015-08-241-2/+1
* Update bzero(3) manpage to following the Posix Standard.araujo2015-08-241-1/+9
* Editing pass on procctl.2bjk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadykib2015-08-201-2/+6
* Add the definitions of __infinity and __nan.andrew2015-08-203-0/+17
* Add support to libkvm for reading minidumps on arm64. The kernel side isandrew2015-08-203-10/+320
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlycem2015-08-201-15/+46
* wordexp(): Improve some error codes.jilles2015-08-192-18/+32
* - ANSIfydelphij2015-08-181-10/+5
* wordexp(3): Update man page for no longer using the wordexp builtin.jilles2015-08-181-4/+3
* Add missing sdallocx updates and remove *allocm manpage links.jasone2015-08-182-5/+6
* Update jemalloc to version 4.0.0.jasone2015-08-182-13/+14
* On arm64 disable three tests that hang or panicemaste2015-08-173-0/+14
OpenPOWER on IntegriCloud