summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2014-05-06We don't really need uniform distribution for mktemp(3) so useTodd C. Miller
2014-05-06missing NULL checks to see if init is needed. found hard way by deraadt.Ted Unangst
2014-05-06fix stupid commitTed Unangst
2014-05-06enh@google reported a warning in crufty y2k code. just delete it.Ted Unangst
2014-05-06reallocarray for things which are arrays. ok deraadtTed Unangst
2014-05-06use explicit_bzeroTed Unangst
2014-05-06clear a stack buffer with explicit_bzeroTed Unangst
2014-05-06move chacha context and buffer out of bss and allow mmap to place themTed Unangst
2014-05-04delete useless test codeTheo de Raadt
2014-05-04tweak previous;Jason McIntyre
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
2014-05-03now that 5.5 has been released with compatibility for 2b hashes,Ted Unangst
2014-05-031. Drop support for no minor. This variant doesn't exist anymore.Ted Unangst
2014-05-03Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalidStefan Sperling