summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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