summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | output).
* Add x/X option to behave like X11 xmalloc; from FreeBSDtholo1997-05-312-32/+84
| | | | Reduce diffs wrt. FreeBSD some
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
| | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
* 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
| | | | | | | | | | as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
* 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
| | | | Make the defines so.
* 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
| | | | new architecture.
* 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
| | | | | | | | > 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.
* Avoid pulling in stdiotholo1996-09-161-3/+3
|
* Remove dead codetholo1996-09-154-10/+11
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* 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
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Minor formatting fixes from Lite2tholo1996-08-102-17/+15
| | | | Correct return value of putenv(3), also from Lite2
* Fix typo; from Lite2tholo1996-08-101-6/+5
|
* Formatting fix; from Lite2tholo1996-08-101-6/+4
|
* Import malloc(3) manual page from FreeBSDtholo1996-08-104-208/+127
|
* malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1996-08-021-365/+1158
|
* be very careful in case of signed charsderaadt1996-07-275-14/+14
|
* cannot check for stack underflowderaadt1996-07-121-4/+1
|