summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
1997-06-15First cut at documentinf tsearch(3) -- needs work.Todd C. Miller
1997-06-14Fix decl for tfind(3)Todd C. Miller
1997-06-14damn, no tsearch(3)Theo de Raadt
1997-06-13PD tsearch as reqd by xpg; by esrTheo de Raadt
1997-06-02incorrect description; bgrayson@ece.utexas.eduTheo de Raadt
1997-05-31Make it possible to not output warnings (errors causing aborts are alwaysThorsten Lockert
1997-05-31Add x/X option to behave like X11 xmalloc; from FreeBSDThorsten Lockert
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1997-04-30Be more careful with mixing typesThorsten Lockert
1997-04-05Check for overflow; from FreeBSDThorsten Lockert
1997-04-03an -> a; soil@quick.netTheo de Raadt
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1997-02-11is we were set[ug]id an unitialized ptr bit usNiklas Hallqvist
1997-02-09Make this 64-bit safe againThorsten Lockert
1997-01-19Make function decl match prototype in stdlib.hTodd C. Miller
1997-01-09port is powerpc not, ppc.Dale S. Rahn
1997-01-05Integrate latest malloc(3) from FreeBSDThorsten Lockert
1996-12-21Add powerpc support. To bad this needs to be modified for everyDale S. Rahn
1996-12-11Fix typoThorsten Lockert
1996-12-10"the the" purgeTheo de Raadt
1996-11-24more 64bit fixesNiklas Hallqvist
1996-11-2364 bit cleanNiklas Hallqvist
1996-11-22removed plus sign from start of linekstailey
1996-11-14sys/types.h will serve us better than machine/endian.h.etheisen
1996-11-14Include <machine/types.h> for now.etheisen
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgThorsten Lockert
1996-10-25add declJason Downs
1996-10-25POSIX requires stdio buffers be flushed on abortThorsten Lockert
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidThorsten Lockert
1996-09-26Restore check for suid / sgidThorsten Lockert
1996-09-26Latest changes from FreeBSDThorsten Lockert
1996-09-19From FreeBSD:Thorsten Lockert
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-11only support MALLOC_OPTIONS for non-setuidTheo de Raadt
1996-09-06asm -> __asm, clean lint(1) warningsThorsten Lockert
1996-08-21Move cfree(3) weak symbol into a seperate fileThorsten Lockert
1996-08-21Make it even out.Jason Downs
1996-08-21Document it.Jason Downs
1996-08-20Make the binding cfree() -> free() weak if possibleThorsten Lockert
1996-08-20Cleaner.Jason Downs
1996-08-20Remove ANSI function delcarations and add a cfree() stub function.Jason Downs
1996-08-19Fix RCS idsThorsten Lockert
1996-08-10Minor formatting fixes from Lite2Thorsten Lockert
1996-08-10Fix typo; from Lite2Thorsten Lockert
1996-08-10Formatting fix; from Lite2Thorsten Lockert
1996-08-10Import malloc(3) manual page from FreeBSDThorsten Lockert
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memoryThorsten Lockert
1996-07-27be very careful in case of signed charsTheo de Raadt
1996-07-12cannot check for stack underflowTheo de Raadt