Age | Commit message (Expand) | Author |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-11-10 | Tweaks; millert@ | Aaron Campbell |
1999-11-10 | calloc.c is back | Todd C. Miller |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell |
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | Todd C. Miller |
1999-09-27 | Formatting and grammar. | Aaron Campbell |
1999-09-16 | use writev() where possible | Theo de Raadt |
1999-09-14 | Supply examples and discuss limitations. | Paul Janzen |
1999-09-13 | use stronger language when pointing people at strtol() | Theo de Raadt |
1999-09-07 | typo | Marc Espie |
1999-09-06 | succesful -> successful | Aaron Campbell |
1999-07-20 | better english; deraadt@/millert@ | Aaron Campbell |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell |
1999-06-29 | first round of repairs on stdlib | Aaron Campbell |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell |
1999-05-27 | more missing .El macros filled in | Aaron Campbell |
1999-05-27 | getopt(3) does not return -1 when encountering unrecognized options | Aaron Campbell |
1999-05-25 | punctuation | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell |
1999-03-23 | Clarify realloc return value | Todd C. Miller |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen |
1999-02-27 | make function names the correct case | Theo de Raadt |
1999-02-03 | wrong ret type for write define (millert@) | David Leonard |
1999-02-01 | malloc can't use write() if it fails very early, so use the unwrapped syscall... | David Leonard |
1998-12-07 | No need to cast to they type we already are. Also minor KNF | Todd C. Miller |
1998-12-07 | remove bogus divide, fixes pr #656 | Todd C. Miller |
1998-11-22 | bad long | Theo de Raadt |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-17 | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | Aaron Campbell |
1998-11-10 | getenv() result is read-only, unless you're looking for trouble. | Marc Espie |
1998-08-28 | define hppa as an ieee | Michael Shalayeff |
1998-08-15 | document the common misuse of realloc | Theo de Raadt |
1998-08-12 | Make code ANSI/ISO C conformant. Formerly undefined constructs were used | Niklas Hallqvist |
1998-08-11 | Temporary fix for a GCC aliasing bug/misfeature that hits here | Niklas Hallqvist |
1998-08-06 | Don't enumerate every arch in the #if since all OpenBSD platforms use the sam... | Todd C. Miller |
1998-07-16 | change to lite2 getenv(); getenv(NULL) now returns NULL | Theo de Raadt |
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller |
1998-06-28 | Oh fun, mucking about with files used on all archs. | Dale S. Rahn |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt |
1998-05-05 | indent nice | Theo de Raadt |
1998-04-28 | use Xr more often | Theo de Raadt |
1998-04-25 | indent; dima | Theo de Raadt |
1998-02-07 | More XPG4.2 -- | Todd C. Miller |
1998-02-06 | size_t n in initstate(); XPG | Theo de Raadt |