summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* document largest possible value; netbsd pr#2338; from ↵deraadt1996-05-041-1/+7
| | | | banshee@gabriella.resort.com
* Substantially improve random number generation by using the largest primetholo1996-03-301-9/+21
| | | | | that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
* Add support for building lint(1) librarytholo1996-03-251-1/+5
|
* Cannot do operations on a void pointertholo1996-03-251-3/+4
|
* Add prototypes for internal functionstholo1996-03-254-28/+29
| | | | Change inline to __inline
* From NetBSD: merge of 960317niklas1996-03-192-5/+19
|
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
| | | | netbsd pr#1806
* from netbsd; Rearrange to avoid sign problems with GCC.deraadt1995-12-214-73/+115
|
* make first arg of strtod/strtoq constderaadt1995-12-141-3/+3
|
* error in system(3) man page from John Kohlderaadt1995-11-011-2/+2
|
* initial import of NetBSD treederaadt1995-10-1879-0/+10218