| Commit message (Expand) | Author | Age | Files | Lines |
* | Zero out a local variable also when PURIFY is not defined. | tuexen | 2015-09-10 | 1 | -2/+0 |
* | - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet() | hrs | 2015-09-09 | 1 | -12/+8 |
* | Enable mincore_test on arm64, we now have a working pmap_mincore. | andrew | 2015-09-08 | 1 | -3/+0 |
* | Make it possible to use acl_create_entry_np(3) to use first entry to an | trasz | 2015-09-08 | 1 | -1/+1 |
* | Style. Use ANSI definition, wrap long lines, no initialization in | kib | 2015-09-08 | 1 | -8/+15 |
* | In the pthread_once(), if the initializer has already run, then the | kib | 2015-09-08 | 1 | -3/+5 |
* | In libz's inflateMark(), avoid left-shifting a negative integer, which | dim | 2015-09-07 | 1 | -1/+1 |
* | MFV r287451 + 287452: file 5.24 + fix for bin/181436. | delphij | 2015-09-04 | 1 | -3/+3 |
* | Expose an interface to determine if an ACE is inherited. | delphij | 2015-09-04 | 2 | -1/+3 |
* | Detect badly behaved coredump note helpers | cem | 2015-09-03 | 2 | -0/+8 |
* | Fix acl_strip_np(3) breakage introduced in r279962. | trasz | 2015-09-03 | 1 | -9/+11 |
* | Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn't | trasz | 2015-09-03 | 1 | -1/+3 |
* | - snprintf() returns at most size-1 of the chars printed into | hrs | 2015-09-02 | 1 | -10/+6 |
* | Fix t_spawnattr test for attributes handling by posix_spawn(3). | kib | 2015-09-01 | 1 | -1/+1 |
* | Use unsigned variable. | rodrigc | 2015-09-01 | 1 | -1/+1 |
* | Use ANSI C prototypes. | rodrigc | 2015-09-01 | 5 | -12/+12 |
* | Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does. | hrs | 2015-09-01 | 1 | -6/+18 |
* | Use correct function prototype for signal handler. | rodrigc | 2015-09-01 | 1 | -2/+2 |
* | Use ANSI C prototypes. | rodrigc | 2015-09-01 | 1 | -21/+7 |
* | Mark unused parameters to reduce gcc 4.9 warnings. | rodrigc | 2015-09-01 | 1 | -2/+2 |
* | Use ANSI C prototypes. | rodrigc | 2015-09-01 | 15 | -395/+180 |
* | Enable libproc symbol_lookup tests on arm64 | emaste | 2015-08-31 | 1 | -9/+0 |
* | Include stdlib.h to get devname() prototype. | rodrigc | 2015-08-31 | 1 | -0/+1 |
* | Fix a mistake in r287292. Despite correctly stating intent in the | kib | 2015-08-30 | 1 | -2/+2 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | kib | 2015-08-29 | 22 | -121/+104 |
* | Plug memory leaks when running out of memory. | delphij | 2015-08-28 | 1 | -1/+3 |
* | Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags. | imp | 2015-08-27 | 1 | -26/+1 |
* | Replace strndup with OpenBSD's implementation. | delphij | 2015-08-26 | 1 | -33/+22 |
* | Make UTF-8 parsing and generation more strict. | ed | 2015-08-25 | 1 | -1/+5 |
* | Upgrade libxo to 0.4.5. | marcel | 2015-08-24 | 1 | -11/+32 |
* | Fix libproc on architectures that don't need the program counter to be | andrew | 2015-08-24 | 1 | -1/+10 |
* | Instead of doing an no-op (|= 0), actually clear the flags in | delphij | 2015-08-24 | 1 | -1/+1 |
* | Fix spelling. | araujo | 2015-08-24 | 1 | -2/+1 |
* | Update bzero(3) manpage to following the Posix Standard. | araujo | 2015-08-24 | 1 | -1/+9 |
* | Editing pass on procctl.2 | bjk | 2015-08-21 | 1 | -26/+26 |
* | If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while already | kib | 2015-08-20 | 1 | -2/+6 |
* | Add the definitions of __infinity and __nan. | andrew | 2015-08-20 | 3 | -0/+17 |
* | Add support to libkvm for reading minidumps on arm64. The kernel side is | andrew | 2015-08-20 | 3 | -10/+320 |
* | getrlimit.2: Document RSS, AS/VMEM limit behavior more clearly | cem | 2015-08-20 | 1 | -15/+46 |
* | wordexp(): Improve some error codes. | jilles | 2015-08-19 | 2 | -18/+32 |
* | - ANSIfy | delphij | 2015-08-18 | 1 | -10/+5 |
* | wordexp(3): Update man page for no longer using the wordexp builtin. | jilles | 2015-08-18 | 1 | -4/+3 |
* | Add missing sdallocx updates and remove *allocm manpage links. | jasone | 2015-08-18 | 2 | -5/+6 |
* | Update jemalloc to version 4.0.0. | jasone | 2015-08-18 | 2 | -13/+14 |
* | On arm64 disable three tests that hang or panic | emaste | 2015-08-17 | 3 | -0/+14 |
* | wordexp(): Stop using the undocumented wordexp builtin. | jilles | 2015-08-16 | 1 | -3/+4 |
* | bsd.lib.mk has to be included after MLINKS assignment | antoine | 2015-08-15 | 1 | -2/+2 |
* | Add support for the arrays in nvlist library. | oshogbo | 2015-08-15 | 2 | -0/+1192 |
* | Remove a stale comment and clarify the original where it was taken from | pfg | 2015-08-14 | 2 | -7/+2 |
* | Move the stack protector to a new "secure" directory | pfg | 2015-08-14 | 7 | -5/+27 |