summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-21Do not need machine/param.hTheo de Raadt
2013-03-20spacesTheo de Raadt
2013-03-20Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case anTheo de Raadt
2013-03-20When non-root asks sysctl for kinfo proc or file requests, do not fill inTheo de Raadt
2013-03-18... and bump the major, update should be completeMarc Espie
2013-03-18regen'd headersMarc Espie
2013-03-18cvs shat on itself all over again.Marc Espie
2013-03-18update to 3.7.15.2, tested by landry@/miod@Marc Espie
2013-03-15threadsafe random().Ted Unangst
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-13in debug mode, log successful connections, from Jan StaryAlexandre Ratchov
2013-03-12Return EINVAL if there are fewer than six template Xs in the path.Philip Guenther
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-12SOCK_SEQPACKET is supported on AF_UNIX too.David Gwynne
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-11document LOG_ODELAY; from Daniel DickmanJason McIntyre
2013-03-09Describe interaction between write and O_APPEND.Ted Unangst
2013-03-07Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.Stefan Sperling
2013-03-07Oops: confstr()'s return value should include the NUL in its countPhilip Guenther
2013-03-05tweak wording of scanf return value; prompted by Jan Stary; ok jmc@Otto Moerbeek
2013-03-04Update STANDARDS section as appropriate for C99.Brad Smith
2013-03-02Fix the combination of 'j' format flag and the XPG "<num>$" modifier.Philip Guenther
2013-03-02zap end of line whitespace;Jason McIntyre
2013-03-01Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesPhilip Guenther
2013-02-15Revert previous diff: sparc and sparc64 don't set the TCB to NULL in exec, yet,Philip Guenther
2013-02-14cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtMarkus Friedl
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2013-02-14Make libpthread compatible with an ld.so that does TCB allocation:Philip Guenther
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-12Unbreak the tree by adding missing defines. Forgot to sync in previousMartin Pieuchot
2013-02-11Sync with libkern's copy. No functional change.Martin Pieuchot
2013-02-03gremlin crept inMiod Vallat
2013-02-02Userland bits for m68k/ELF. Mostly addition of register prefixes to theMiod Vallat
2013-02-01fix memleak in imsg_read() when hitting the fd reserve checkGilles Chehade
2013-02-01If par->bufsz is set (it's documented as readonly since years) thenAlexandre Ratchov
2013-01-31Add a bunch of missing functions.Brad Smith
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2013-01-27Make this PIC-aware.Miod Vallat
2013-01-26remove ACSS, crank libcrypto major; ok markus@ deraadt@Damien Miller
2013-01-24Oops, due to the way return from system calls work, we can not use a delayMiod Vallat
2013-01-23ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomicPatrick Wildt
2013-01-23The kernel sources mention that the system call entry point is trap #450; theMiod Vallat
2013-01-20Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead ofMiod Vallat
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2013-01-20PIC-related code should follow the #ifdef __PIC__ line, not the #else line.Miod Vallat
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
2013-01-15build crt{begin,end}S.o with -fpic.Miod Vallat