| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-13 | revert 0b documentation. | christos | |
| 2015-11-13 | Remove trailing whitespace. | wiz | |
| 2015-11-12 | Now that our source tree has binary constants, recognize them. | christos | |
| 2015-11-07 | Use Dv for NULL. | wiz | |
| 2015-11-07 | Sort SEE ALSO. | wiz | |
| 2015-11-07 | Add the C11 function aligned_alloc to libc. | nros | |
| 2015-09-01 | ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) | kamil | |
| For the reference, this version still passes the current set of ATF tests for the getopt(3) function. This version is by default unused. | |||
| 2015-09-01 | Constness correction for the getopt(3) function under REPLACE_GETOPT | kamil | |
| Use the __UNCONST() macro, which is used in the other parts for the same argument nargv, but under the !REPLACE_GETOPT namespace. | |||
| 2015-08-20 | Minor alterations to reallocarr(3) | kamil | |
| Add comment about division. Mark error branches with __predict_false(). Reduce one branch with the OR trick. | |||
| 2015-08-20 | Fix portability. | joerg | |
| 2015-07-28 | Compatibility fixes in reallocarr(3) | kamil | |
| Make this work on !NetBSD platforms: - replace __CTASSERT() with platform agnostic solution SQRT_SIZE_MAX - include nbtool_config.h for cross builds to get definition of __RCSID() - restore errno in the last rare code path for platforms affecting errno(2) in memcpy(2) While there: rename parameter name 'num' to 'number' to be in sync with the calloc(3) parameter naming. Reported by scole_mail at the current-users ml. | |||
| 2015-07-26 | Spacing; Fn -> Xr for jemalloc. | wiz | |
| 2015-07-26 | Defer using pthread keys until we are threaded. | martin | |
| From Christos, fixes PR port-arm/50087 by allowing malloc calls prior to libpthread initialization. | |||
| 2015-07-26 | Add history of allocators | kamil | |
| Idea accepted by <christos> No objctions from <riastradh> | |||
| 2015-07-26 | From Timo Buhrmester: Fix wrong parameter description | christos | |
| 2015-07-26 | mandoc lint | kamil | |
| 2015-07-26 | Add license header (the NetBSD 2-clause version) with (C) TNF | kamil | |
| 2015-07-26 | reallocarray(3) cleanup | kamil | |
| Add missing NetBSD CVS Id Don't define twice _OPENBSD_SOURCE | |||
| 2015-07-16 | Reorder memcpy(3) and save errno | kamil | |
| This change is for safety as memcpy(3) might change it. Approved by <riastradh> | |||
| 2015-07-11 | Add missing Fc. | wiz | |
| 2015-07-11 | Add missing Fc which broke man page on the web. Remove superfluous Pp. | wiz | |
| 2015-05-03 | Sort SEE ALSO. | wiz | |
| 2015-05-03 | Sort ERRORS and SEE ALSO. | wiz | |
| 2015-05-01 | - new test for strtoi | christos | |
| - namespace protection for strto{i,u} - separate manpages for strto{i,u} from the ones for strto{u,}l From: Kamil Rytarowski | |||
| 2015-04-19 | Redo __aeabi_atexit by shuffling the arguments and dropping the code in | joerg | |
| libstdc++. | |||
| 2015-04-18 | Add __aeabi_atexit alias for another case of NIH on ARM. | joerg | |
| 2015-03-11 | Use existing month for Dd. | wiz | |
| 2015-03-10 | Behave in an OpenBSD compatible way for 0. | christos | |
| 2015-03-10 | PR/49640: Kamil Rytarowski: Improve error printing | christos | |
| 2015-03-10 | The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski) | christos | |
| 2015-02-19 | Add EXAMPLES section, from Youri Mouton. | wiz | |
| Bump date. | |||
| 2015-02-18 | Fix Xref. Split line, Ox doesn't take word arguments. | wiz | |
| 2015-02-17 | use reallocarr() | 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-06 | Remove trailing whitespace. | wiz | |
| 2015-02-05 | Remove incorrect comment about size; mention that the malloc ambiguity is | christos | |
| part of the C standard. | |||
| 2015-02-05 | Revert addition to reallocarray to the malloc man page, but keep | christos | |
| the examples. Add separate manual page to reallocarray explaining what are the problems with it. | |||
| 2015-02-05 | Add and use reallocarray() to prevent a multiplication overflow in allocation. | christos | |
| Reported by Guido Vranken, thanks! | |||
| 2015-02-05 | cast to return type | christos | |
| 2015-01-20 | Fix non _REENTRANT build. | christos | |
| 2015-01-19 | Fix date. Sort section. Sort errors. Sort SEE ALSO. Break too long | wiz | |
| lines. | |||
| 2015-01-18 | cleanups from (Kamil Rytarowski) | christos | |
| 2015-01-18 | man page for strtonum.3 | christos | |
| 2015-01-16 | Remove trailing whitespace. | wiz | |
| 2015-01-16 | Add strtonum implemented as a wrapper of strtoi. | christos | |
| 2015-01-16 | strtoi and strtou additions | christos | |
| 2014-12-10 | Add two more Makefile conditionals required for RUMPRUN=yes | pooka | |
| * do not build _errno.c (different thread/tls handling) * do not build either phk- or jemalloc (different backing page allocation) Somehow I missed these in the previous commit, but now libc built with RUMPRUN=yes works also with rumprun-posix, so there's reasonably high confidence that I didn't miss anything anymore. | |||
| 2014-09-19 | Tell it about riscv. Fix mips64 case so that SIZEOF_PTR_2POW is 3. | matt | |
| 2014-09-19 | Sort sections. From Henning Petersen in PR 49222. | wiz | |
