summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* use sys/cdefs.hderaadt2008-12-102-4/+3
* these were not neededmartynas2008-12-096-12/+6
* ditto frexpl and ldexplmartynas2008-12-0915-16/+54
* alias fabsl to fabs on these archsmartynas2008-12-097-7/+23
* remove unusedmartynas2008-12-096-201/+0
* - add long double signbitmartynas2008-12-0959-73/+431
* bugfix update to gdtoa 2008-10-10. ok millert@, tested by manymartynas2008-12-0923-152/+500
* Commit requested by marco:otto2008-12-093-26/+206
* fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonotto2008-12-092-7/+7
* Document that ethers_aton returns NULL for invalid addresses.weerd2008-12-071-2/+4
* Add unix(4) to SEE ALSO.mk2008-11-261-3/+4
* Fix typo, okay jmc@.pedro2008-11-261-3/+3
* Correctly jump over routing headers and calculate the size of the if_dataclaudio2008-11-241-7/+14
* - make the .Nd of link(2) and symlink(2) a bit more consistentjasper2008-11-211-3/+3
* move allocations between half a page and a page as close to the end ofotto2008-11-202-4/+5
* Reduce the leeway malloc allows when moving allocations to the end ofotto2008-11-201-2/+2
* To allow for easier playing with more strict settings introduceotto2008-11-131-5/+14
* avoid a few strlen calls for constant strings; prompted by tg; ok djm@otto2008-11-121-10/+10
* tweak previous;jmc2008-11-091-9/+14
* Document the ddb.trigger sysctl.ckuethe2008-11-081-2/+17
* if the freeprot flag (F) is set, do not do delayed frees for chunksotto2008-11-061-6/+10
* fix markup of example line and description of G flag; partly from andotto2008-11-021-5/+4
* remove distinction between warnings and errors, ok deraadt@ djm@otto2008-11-022-73/+38
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anmillert2008-10-311-2/+2
* if MALLOC_STATS is defined, record how many "cheap reallocs" wereotto2008-10-291-1/+8
* some SEE ALSO additions from Ingo Schwarze;jmc2008-10-248-16/+24
* Reword description of tm_zone and tm_gmtoff fieldsguenther2008-10-231-6/+10
* man page for Makefile.yp, and associated bits; from Ingo Schwarzejmc2008-10-221-3/+27
* build w/ USE_LOCALE. ok millert@martynas2008-10-211-1/+2
* use decimal point from locale. ok millert@martynas2008-10-211-3/+3
* oops, assign errno the right way. caught by david running regress testsotto2008-10-201-2/+2
* document fts_open error handling; from Tim van der Molenjmc2008-10-191-2/+10
* Document that strptime doesn't set the dst flag.millert2008-10-191-2/+15
* update to tzcode2008g from elsie.nci.nih.govmillert2008-10-061-6/+6
* Fix conversion of numbers without an exponent.kettenis2008-10-051-4/+4
* reduce rbyte cache to 512 bytes, no measurable slowdown (even in theotto2008-10-031-2/+2
* save and restore errno on success. while it is not stricly needed forotto2008-10-031-4/+14
* zap __arc4_getbyte(), it was only used by the old malloc; ok millert@otto2008-10-031-14/+1
* when increasing the size of a larger than a page allocation tryotto2008-10-031-3/+41
* avoid spitting up regions when purging stuff from the cache, it putsotto2008-10-031-17/+10
* simplify and clarify login_getstyle; ok deraadt@millert2008-10-021-14/+7
* POSIX character class support for fnmatch(3) and glob(3). OK deraadt@millert2008-10-013-8/+149
* Simplify the loop used for bp overflow detection to match what I'mmillert2008-10-011-8/+5
* Fix for sequential retrieval failure when using large key/data pairs.millert2008-10-011-1/+16
* Use large pic asm for access to errno (needed for pie). Originally fromkurt2008-09-291-2/+4
* Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).kettenis2008-09-161-2/+6
* add missing header needed by strlen().chl2008-09-151-1/+2
* - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behavemartynas2008-09-151-2/+38
* describe %a/%A. from freebsdmartynas2008-09-141-2/+58
* document strtold. ok millert@martynas2008-09-132-11/+25