summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting and grammar.aaron1999-09-271-2/+2
* use writev() where possiblederaadt1999-09-161-12/+29
* Supply examples and discuss limitations.pjanzen1999-09-142-7/+120
* use stronger language when pointing people at strtol()deraadt1999-09-131-1/+12
* typoespie1999-09-071-2/+2
* succesful -> successfulaaron1999-09-061-2/+2
* better english; deraadt@/millert@aaron1999-07-202-6/+6
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-042-11/+6
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
* first round of repairs on stdlibaaron1999-06-2930-150/+182
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-2/+2
* more missing .El macros filled inaaron1999-05-272-12/+14
* getopt(3) does not return -1 when encountering unrecognized optionsaaron1999-05-271-3/+2
* punctuationaaron1999-05-251-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-235-10/+10
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-168-22/+22
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-103-8/+7
* Clarify realloc return valuemillert1999-03-231-3/+4
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-2/+2
* make function names the correct casederaadt1999-02-274-17/+17
* wrong ret type for write define (millert@)d1999-02-031-2/+2
* malloc can't use write() if it fails very early, so use the unwrapped syscall...d1999-02-011-1/+10
* No need to cast to they type we already are. Also minor KNFmillert1998-12-071-3/+6
* remove bogus divide, fixes pr #656millert1998-12-071-2/+2
* bad longderaadt1998-11-221-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-206-15/+70
* add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@aaron1998-11-172-2/+6
* getenv() result is read-only, unless you're looking for trouble.espie1998-11-101-1/+5
* define hppa as an ieeemickey1998-08-281-2/+2
* document the common misuse of reallocderaadt1998-08-151-2/+26
* Make code ANSI/ISO C conformant. Formerly undefined constructs were usedniklas1998-08-121-103/+119
* Temporary fix for a GCC aliasing bug/misfeature that hits hereniklas1998-08-111-1/+5
* Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...millert1998-08-061-8/+4
* change to lite2 getenv(); getenv(NULL) now returns NULLderaadt1998-07-161-14/+21
* add .Xr's for all the random functions in libcmillert1998-07-053-3/+7
* Oh fun, mucking about with files used on all archs.rahnds1998-06-281-2/+2
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-212-10/+4
* use Bx macro for BSD versionsmickey1998-06-152-4/+6
* readlink(path, buf, sizeof buf-1). Never forget that -1.deraadt1998-05-181-2/+2
* indent nicederaadt1998-05-051-2/+2
* use Xr more oftenderaadt1998-04-282-4/+7
* indent; dimaderaadt1998-04-251-2/+3
* More XPG4.2 --millert1998-02-072-13/+19
* size_t n in initstate(); XPGderaadt1998-02-062-4/+4
* Don't override environ if realloc() fails. Pointed out bymillert1998-02-021-3/+4
* make mmap() return void *, add MAP_FAILEDderaadt1998-01-021-4/+4
* Change realloc(foo,0) to behave like malloc(0). Both now return a pointerpefo1997-08-232-8/+8
* malloc_init() should try to not modify errnoderaadt1997-08-221-2/+3
* Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...millert1997-08-203-6/+259
* Install a64l/l64a man page. Also, tsearch.3 and friends were notmillert1997-08-181-5/+6