summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-06-13delete a lie; replace with a truthTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-13crank majorTheo de Raadt
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-06-13Add support for MAP_INHERIT_ZERO.Matthew Dempsky
2014-06-12Disable the "switch to insertion sort" optimization to avoid quadraticTodd C. Miller
2014-06-11Really remove the obsolete manpages left by earlier commitChristopher Zimmermann
2014-06-11Remove manpages about deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-06-10mop up ifndef KERNEL goo; ok miodTheo de Raadt
2014-06-09Nuke the machinery to sync libkern with libc, it's not been used in theMiod Vallat
2014-06-07remove last few uses of __PTheo de Raadt
2014-06-07Fix modf() on sparcTobias Ulmer
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hMatthew Dempsky
2014-06-04Remove assigned but unused local variables and macro from vfwprintf().Stefan Sperling
2014-06-02move random bytes buffer to be part of mmaped pages; ok tedu@Otto Moerbeek
2014-05-31Delete the extraneous "return" statement at the end of a void function.Jeremie Courreges-Anglas
2014-05-30Add definitions for Process and (finally!) ThreadPhilip Guenther
2014-05-30A program is the thing you run; a process is an instance of somethingPhilip Guenther
2014-05-29Use .Er for errnosPhilip Guenther
2014-05-29GrammarPhilip Guenther
2014-05-26move all stats collecting under MALLOC_STATS; ok krw@Otto Moerbeek
2014-05-25use calloc, from Benjamin BaierTed Unangst
2014-05-25one calloc from Benjamin Baier, one from me.Ted Unangst
2014-05-24Fix typo in EPERM description; the function arg is pgrp, not pgid.Todd C. Miller
2014-05-23Document that v?dprintf() is just as safe as v?snprintf(). OK espie@Todd C. Miller
2014-05-21fix MALLOC_STATS (not compiled in by default); ok tedu@Otto Moerbeek
2014-05-21warn about implicit. misspelled function names in libc are deadly.Ted Unangst
2014-05-18factor out a bit of the chunk index code and use it to make sure that aTed Unangst
2014-05-17correctly match size and buffer. from enh at googleTed Unangst
2014-05-17Add missing header needed by isdigit().Charles Longeau
2014-05-17refactor some of the des crypt code to use fewer globals.Ted Unangst
2014-05-16update NAME and MLINKS for previous;Jason McIntyre
2014-05-16document crypt_checkpassTed Unangst
2014-05-16use $2b in the bcrypt example, ok teduStuart Henderson
2014-05-14stop flushing streams in abort(). it's hackish and unsafe, and no longerTed Unangst
2014-05-13for non-valid combinations with `#', instead of trying to list them all,Jason McIntyre
2014-05-13skip incomplete entries in /etc/hosts and /etc/networksEric Faurot
2014-05-12these files have moved to libutilMarc Espie
2014-05-12...better if I actually unplug it, Makefile doesn't do itMarc Espie
2014-05-12remove md5crypt.Ted Unangst
2014-05-12move the ohash functions into libutil by popular demand.Marc Espie
2014-05-12tweak interface to do the right thing, after useful comments from millert@Marc Espie
2014-05-12change to having four freelists per size, to reduce another source ofTed Unangst
2014-05-10remove warning by adding explicit parentheses around && within ||Charles Longeau
2014-05-10fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultOtto Moerbeek
2014-05-09Add a bit more detail about dot notation from the old inet(3) manpage.Philip Guenther
2014-05-09when demonstrating the correct "double-check" idiom, provide aTheo de Raadt
2014-05-08move reallocarray() to a seperate file so that -portable applicationsTheo de Raadt
2014-05-07comment style fixAlexander Hall
2014-05-07Kill the {nd6_,}useloopback buttons, using the loopback interface forMartin Pieuchot