| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-22 | Add __HAVE_FENV | christos | |
| 2015-12-21 | Add fenv.h for mips | christos | |
| 2015-12-20 | Powerpc now has fenv.h | christos | |
| 2015-11-20 | add some const | christos | |
| 2015-11-20 | keep value as an int. | christos | |
| 2015-11-20 | update to size_t | christos | |
| 2015-11-19 | Revert | reinoud | |
| 2015-11-19 | Fix ANSI-C prototype error | reinoud | |
| 2015-11-16 | PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX) | christos | |
| 2015-11-07 | provide a poll(2) based interface. | christos | |
| 2015-11-07 | Put back NULL tests for allocation failures. | christos | |
| 2015-11-07 | Add the C11 function aligned_alloc to libc. | nros | |
| 2015-11-06 | Switch to the size-unlimited fd_set. Some code will need to change to be | christos | |
| able to use this if the code allocates its own fd_set's. | |||
| 2015-11-06 | - provide accessor functions for the fdset's used internally. | christos | |
| - add getreqset2 method that takes a setsize. | |||
| 2015-10-29 | add tzgetgmtoff | christos | |
| 2015-09-24 | add kinfo_getvmmap() decl | christos | |
| 2015-09-03 | correct __ssp_overlap() to not trigger for adjacent areas | plunky | |
| 2015-07-31 | Do as POSIX says, define the timespec structure in <signal.h> | kamil | |
| Extract struct timespec from <sys/time.h> and put into a separate header. This solution is minimally invasive. | |||
| 2015-07-29 | move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, | christos | |
| centralize definitions of bool, true, false, to <sys/stdbool.h> | |||
| 2015-07-26 | Add ereallocarr(3) to libutil | kamil | |
| ereallocarr(3) wraps reallocarr(3) and embeds return status validation. Older version reviewed by <riastradh> and <christos> | |||
| 2015-07-11 | updatre with latest from tzcode. | christos | |
| 2015-06-25 | Allow SSP enabled functions to conditionally skip the object size check. | joerg | |
| Use this is fix the getcwd(NULL, lmit) case, which breaks in lang/parrot. | |||
| 2015-05-29 | Make PTHREAD_KEYS_MAX dynamically adjustable | manu | |
| NetBSD's PTHREAD_KEYS_MAX is set to 256, which is low compared to other systems like Linux (1024) or MacOS X (512). As a result some setups tested on Linux will exhibit problems on NetBSD because of pthread_keys usage beyond the limit. This happens for instance on Apache with various module loaded, and in this case no particular developper can be blamed for going beyond the limit, since several modules from different sources contribute to the problem. This patch makes the limit conigurable through the PTHREAD_KEYS_MAX environement variable. If undefined, the default remains unchanged (256). In any case, the value cannot be lowered below POSIX-mandated _POSIX_THREAD_KEYS_MAX (128). While there: - use EXIT_FAILURE instead of 1 when calling err(3) in libpthread. - Reset _POSIX_THREAD_KEYS_MAX to POSIX mandated 128, instead of 256. | |||
| 2015-05-23 | add VIS_NOLOCALE flag | christos | |
| 2015-05-09 | add a macro to check overlapping pointers | christos | |
| 2015-05-06 | Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER) | pgoyette | |
| 2015-03-24 | Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. | wiz | |
| Ok christos, apb, martin | |||
| 2015-03-05 | One vscanf_l is ample. | dholland | |
| 2015-03-04 | PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve. | christos | |
| 2015-02-24 | belated removal of the advertising clause. | christos | |
| 2015-02-22 | PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. | christos | |
| 2015-02-17 | Move reallocarray under _OPENBSD_SOURCE where it belongs. | joerg | |
| 2015-02-17 | Introduce reallocarr(3) for easy (re)allocation of memory with overflow | joerg | |
| checks. Compared to OpenBSD's reallocarray, makes it easier to avoid memory leaks on allocation failures and it doesn't depend on malloc(0) != NULL for correct error checking. Compared to plain realloc, it also avoids the problem of intermediate integer overflows. The trade-off is the use of void * to side step C type system with regard to generic pointer to pointer. | |||
| 2015-02-05 | add reallocarray | christos | |
| 2015-01-20 | add popenve(). | christos | |
| 2015-01-18 | add estrto{i,u} (Kamil Rytarowski) | christos | |
| 2015-01-18 | remove restrict to match with OpenBSD prototype (Kamil Rytarowski) | christos | |
| 2015-01-16 | Add strtonum protected with _OPENBSD_SOURCE | christos | |
| 2015-01-16 | strtoi and strtou additions | christos | |
| 2014-12-27 | fenv(3) support for hppa | martin | |
| 2014-11-29 | Create the stpncpy() inline only when GCC>=4.8 || clang | pooka | |
| Mirrors the stpncpy() wrapper macro and avoids the following: warning: implicit declaration of function ‘__builtin___stpncpy_chk’ | |||
| 2014-10-13 | add open_{,w}memstream | christos | |
| 2014-10-07 | sync function signatures with tzcode | christos | |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos | |
| 2014-09-26 | add VIS_META/VIS_SHELL support to encode all shell metacharacters. | christos | |
| XXX: /etc/rc.d/wizd fix $ | |||
| 2014-09-24 | add strnstr from FreeBSD | christos | |
| 2014-09-19 | RISC-V support <fenv.h> | matt | |
| 2014-09-03 | or1k support <fenv.h> | matt | |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt | |
| evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8. | |||
| 2014-08-07 | cast to LHS type and minor KNF. | christos | |
