summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2014-11-09Correct constness of str*unvis()'s second (source) argumentPhilip Guenther
2014-11-05missing pfd = newp, diagnosed by deraadt@Stuart Henderson
2014-11-05edns0 is not currently supported: confirmed by sthen and ericJason McIntyre
2014-11-05zap double word;Jason McIntyre
2014-11-05Convert EXAMPLES to IDIOMS and make it a simple select -> pollTodd C. Miller
2014-11-04explicitly clarify that reading also stops after size-1 bytesTed Unangst
2014-11-04Fix memory leak on reallocarray() failure introduced by conversionTodd C. Miller
2014-11-03POLLERR is only valid in revents so it is not a bug that it isTodd C. Miller
2014-11-02Fix a NULL deref when getting an actual result for an invalid hostnameEric Faurot
2014-10-31Use "const char tempchars[]" instead of "const char *tempchars".Todd C. Miller
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-26The open flags param to mkostemps() should be "flags" not "oflags"Todd C. Miller
2014-10-26mknod(2) now supports creating FIFOs too. Fix description of device filePhilip Guenther
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-23Save space in man page: err() -> errc() and combine vars.Doug Hogan
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.Todd C. Miller
2014-10-22Use reallocarray() instead of calloc() (originally was realloc).Todd C. Miller