summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-07-03rework some fflush text, as requestedJason McIntyre
2014-07-02Various small typographic fixes for mman.h manual pages:Matthew Dempsky
2014-07-02Sync description of PROT_* flags between mmap.2 and mprotect.2Matthew Dempsky
2014-06-27zap unneccessary punctuation;Jason McIntyre
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedTheo de Raadt
2014-06-27Cleanup ioctl.2 slightly:Matthew Dempsky
2014-06-27OpenBSD supports mmap() on block special files too.Matthew Dempsky
2014-06-27Split out mmap's compatibility flags into a separate section, so usersMatthew Dempsky
2014-06-27Revise wording to reflect that callers should always specify (exactly)Matthew Dempsky
2014-06-27extra evil spaces snuck in over the last whileTheo de Raadt
2014-06-27Move to a smaller rbytes buffer and skip a random part. Not toOtto Moerbeek
2014-06-26Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid()Theo de Raadt
2014-06-26Document that mmap() confirms to POSIX 2008, except that we generateMatthew Dempsky
2014-06-25document why we explicit_bzeroTheo de Raadt
2014-06-21loosen the spec for timingsafe functions slightly, so as to notTed Unangst
2014-06-15occured -> occurred;Jason McIntyre
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13typo; Piotr SikoraTheo de Raadt
2014-06-21Protect explicit_bzero() from link-time optimizationMatthew Dempsky
2014-06-20arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1Matthew Dempsky
2014-06-19Move rs_chacha and rs_buf into the same memory page and don't mark itMatthew Dempsky
2014-06-18Always call atexit handlers as if they were registered with __cxa_atexit.Mark Kettenis
2014-06-17Use MAP_INHERIT_ZERO in arc4random(3)Matthew Dempsky
2014-06-15oops, typo. James Hartley is fast at trying -currentTheo de Raadt
2014-06-15In srandomdev(), use arc4random_buf() instead of from the kernel.Theo de Raadt
2014-06-13For now... assume success of getentropy() just like we assumed successTheo de Raadt
2014-06-13Remove deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-06-13use getgentropy() call. If it fails, things are pretty bad --Theo de Raadt
2014-06-13use getentropy; from matthewTheo de Raadt
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