summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Collapse)Author
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
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory.
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
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
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-10Minor formatting fixes from Lite2Thorsten Lockert
Correct return value of putenv(3), also from Lite2
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
1996-05-04document largest possible value; netbsd pr#2338; from ↵Theo de Raadt
banshee@gabriella.resort.com
1996-03-30Substantially improve random number generation by using the largest primeThorsten Lockert
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-03-25Cannot do operations on a void pointerThorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
Change inline to __inline
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;Theo de Raadt
netbsd pr#1806
1995-12-21from netbsd; Rearrange to avoid sign problems with GCC.Theo de Raadt
1995-12-14make first arg of strtod/strtoq constTheo de Raadt
1995-11-01error in system(3) man page from John KohlTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt