summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.millert1997-08-173-12/+152
* fix Xrderaadt1997-07-171-2/+2
* Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)millert1997-07-021-15/+16
* Include <stdlib.h> for malloc() proto.millert1997-07-011-0/+1
* Make sure we don't get stuck in a loop when trying to clean up stdiotholo1997-06-221-6/+11
* add ELOOP support; shigio@wafu.netgate.netderaadt1997-06-201-1/+6
* typecastoramaderaadt1997-06-201-10/+10
* First cut at documentinf tsearch(3) -- needs work.millert1997-06-151-0/+119
* Fix decl for tfind(3)millert1997-06-141-1/+1
* damn, no tsearch(3)deraadt1997-06-141-4/+4
* PD tsearch as reqd by xpg; by esrderaadt1997-06-134-4/+174
* incorrect description; bgrayson@ece.utexas.eduderaadt1997-06-021-6/+6
* Make it possible to not output warnings (errors causing aborts are alwaystholo1997-05-312-2/+13
* Add x/X option to behave like X11 xmalloc; from FreeBSDtholo1997-05-312-32/+84
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
* Be more careful with mixing typestholo1997-04-301-6/+5
* Check for overflow; from FreeBSDtholo1997-04-051-2/+4
* an -> a; soil@quick.netderaadt1997-04-031-2/+2
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-251-2/+2
* is we were set[ug]id an unitialized ptr bit usniklas1997-02-111-3/+6
* Make this 64-bit safe againtholo1997-02-091-16/+16
* Make function decl match prototype in stdlib.hmillert1997-01-191-3/+3
* port is powerpc not, ppc.rahnds1997-01-091-2/+2
* Integrate latest malloc(3) from FreeBSDtholo1997-01-051-264/+124
* Add powerpc support. To bad this needs to be modified for everyrahnds1996-12-211-2/+3
* Fix typotholo1996-12-111-2/+2
* "the the" purgederaadt1996-12-101-2/+2
* more 64bit fixesniklas1996-11-241-10/+12
* 64 bit cleanniklas1996-11-231-3/+25
* removed plus sign from start of linekstailey1996-11-221-2/+2
* sys/types.h will serve us better than machine/endian.h.etheisen1996-11-141-3/+2
* Include <machine/types.h> for now.etheisen1996-11-141-1/+2
* Manpage update to match changed functionality; by alex@FreeBSD.orgtholo1996-10-261-3/+3
* add decldownsj1996-10-251-1/+3
* POSIX requires stdio buffers be flushed on aborttholo1996-10-251-1/+7
* Make sure we don't dereference stray pointer when running suid or sgidtholo1996-09-261-1/+3
* Restore check for suid / sgidtholo1996-09-261-2/+2
* Latest changes from FreeBSDtholo1996-09-262-228/+381
* From FreeBSD:tholo1996-09-191-3/+4
* Avoid pulling in stdiotholo1996-09-161-3/+3
* Remove dead codetholo1996-09-154-10/+11
* only support MALLOC_OPTIONS for non-setuidderaadt1996-09-111-3/+5
* asm -> __asm, clean lint(1) warningstholo1996-09-061-15/+16
* Move cfree(3) weak symbol into a seperate filetholo1996-08-213-24/+52
* Make it even out.downsj1996-08-211-2/+3
* Document it.downsj1996-08-212-4/+14
* Make the binding cfree() -> free() weak if possibletholo1996-08-201-5/+12
* Cleaner.downsj1996-08-201-2/+3
* Remove ANSI function delcarations and add a cfree() stub function.downsj1996-08-201-22/+67
* Fix RCS idstholo1996-08-1971-121/+107