summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-11-30mandoc -Tlint fixes from <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-30Even though not callable, "Ed" is a macro name, so for clarity,Ingo Schwarze
2014-11-26garbage collect .TnIngo Schwarze
2014-11-26macro cleanup; from kaspars at bankovskis dot netIngo Schwarze
2014-11-25zap trailing whitespace;Jason McIntyre
2014-11-25C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsTodd C. Miller
2014-11-25rand() is a pseudo-random number generatorTodd C. Miller
2014-11-25Don't describe random() as "better".Todd C. Miller
2014-11-25Warn people to use arc4random() in DESCRIPTION so they see it usingTodd C. Miller
2014-11-25Move guts of setbuf.3 into setvbuf.3 to make it clear which oneTodd C. Miller
2014-11-25rand48(3) not drand48(3) to align with the actual man page and XrTodd C. Miller
2014-11-25macro and typo fixes from kaspars at bankovskis dot netIngo Schwarze
2014-11-25no need for md5 xrTed Unangst
2014-11-25revert the bludgeoning of DES. if we need a thread safe crypt, maybe it'sTed Unangst
2014-11-25push some global data down into functions to make this threadlier.Ted Unangst
2014-11-24introduce a hashspace define and check that there's enough space toTed Unangst
2014-11-24check crypt() for null. noticed by Jonas TermansenTed Unangst
2014-11-23Merge from FreeBSD:Philip Guenther
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-21space needed between macro args and punctuation;Jason McIntyre
2014-11-21add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;Ingo Schwarze
2014-11-21Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure;Ingo Schwarze
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-20One of these optimized stubs creates some incredibly subtle damage,Theo de Raadt
2014-11-20split crypt_checkpass off into a new fileTed Unangst
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-11-20Add amd64 assembler versions of some standard functions to libc. TheReyk Floeter
2014-11-20Document behavior of atexit() when called in a DSO that is later unloaded.Philip Guenther
2014-11-20Merge from FreeBSD:Philip Guenther
2014-11-20oops. malloc is in section 3.Ted Unangst
2014-11-20sbrk is long dead. clarify that the data segment is malloc and anon mmap.Ted Unangst
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-11-19abort() doesn't call atexit handlers any morePhilip Guenther
2014-11-18add crypt_newhash to NAME and add an MLINK;Jason McIntyre
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-17Add stravis(), an allocating version of strvis(). OK doug@Todd C. Miller
2014-11-17minor++Ted Unangst
2014-11-17add new function crypt_newhash to simplify creating new hashes.Ted Unangst
2014-11-17When listing the async-signal-safe functions, don't split out "ANSI C"Philip Guenther
2014-11-16add some missing .An macros and remove some obsolete .TnIngo Schwarze
2014-11-16zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarzeJason McIntyre
2014-11-15Delete some unnecessary #includesPhilip Guenther
2014-11-15Don't need <sys/types.h> before <sys/ipc.h> anymorePhilip Guenther
2014-11-15Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h>Philip Guenther
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-14_NSIG is the number of valid signals including signal 0, so it's not a validJonathan Matthew
2014-11-14let this compile with clang; no binary change with gcc.Daniel Dickman
2014-11-14Add sched_yield(2) manpagePhilip Guenther
2014-11-11Merge from NetBSD from 1999-03-25:"Philip Guenther