summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* wordexp(): Stop using the undocumented wordexp builtin.jilles2015-08-161-3/+4
* bsd.lib.mk has to be included after MLINKS assignmentantoine2015-08-151-2/+2
* Add support for the arrays in nvlist library.oshogbo2015-08-152-0/+1192
* Remove a stale comment and clarify the original where it was taken frompfg2015-08-142-7/+2
* Move the stack protector to a new "secure" directorypfg2015-08-147-5/+27
* Make clear the bcopy(3) manpage regards when it was marked as LEGACYaraujo2015-08-141-13/+23
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINemaste2015-08-131-1/+1
* Revert part of r280687, reporting "1" (true) for empty value.mav2015-08-131-1/+1
* Remove the mention of memcpy(3) that is build on top of bcopy(3).araujo2015-08-131-9/+7
* 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
OpenPOWER on IntegriCloud