Age | Commit message (Expand) | Author |
2012-06-15 | update return values for ibuf_write and msgbuf_write | Jonathan Matthew |
2012-06-15 | Fix typos. | Matthew Dempsky |
2012-06-07 | Document mbsnrtowcs() and wcsnrtombs(). | Matthew Dempsky |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |
2012-06-04 | stop editing header by hand, expose script I'm going to use for next versions | Marc Espie |
2012-06-04 | fix autodetection, somehow I managed to lose that commit earlier ? | Marc Espie |
2012-06-04 | finish synching library | Marc Espie |
2012-06-04 | minor update to 3.7.12.1 | Marc Espie |
2012-06-04 | crank minor, since a symbol was added | Theo de Raadt |
2012-06-02 | in imsg_read() avoid calling recvmsg() if we detect that we will be short | Gilles Chehade |
2012-06-02 | Committed the wrong version (an earlier try) of the KERN_FILE2 vs | Philip Guenthe |
2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions | Philip Guenthe |
2012-06-01 | Fix document titles. | Lawrence Teo |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-05-25 | tweak previous; ok sthen lteo | Jason McIntyre |
2012-05-25 | Import a number of core functions from libpcap-1.2.0 while preserving | Lawrence Teo |
2012-05-24 | some symbols actually changed. | Marc Espie |
2012-05-24 | fuck, forgot we still have !C99 compilers | Marc Espie |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-22 | Don't misleadingly suggest that fpos_t only needs to be a complex type | Matthew Dempsky |
2012-05-22 | Document that ftell() may return EOVERFLOW. | Matthew Dempsky |
2012-05-22 | those no longer belong, they've been move to the test/ directory upstream | Marc Espie |
2012-05-22 | lemon bug: checking lines is not enough, we have to be sure we're at the | Marc Espie |
2012-05-22 | bump version, regen sqlite3.h with our changes (and bump version) | Marc Espie |
2012-05-22 | merge sync | Marc Espie |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie |
2012-05-21 | Fix ftell() to return EOVERFLOW if the file offset is greater than | Matthew Dempsky |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-05-11 | The default device is selected with sndiod(1) or the AUDIODEVICE | Alexandre Ratchov |
2012-05-06 | Style nits from Brad. | Paul Irofti |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-04-26 | Drop support from openpty() for 8+ year old kernels that don't support | Matthew Dempsky |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky |
2012-04-25 | fix a few warnings | Eric Faurot |
2012-04-24 | document address truncation; from Steffen Daode Nurpmeso | Jason McIntyre |
2012-04-23 | Honor subsystem style. | Paul Irofti |
2012-04-22 | enable sqlite3, as prompted by theo | Marc Espie |
2012-04-22 | add missing defines, crucial: -DSQLITE_CORE | Marc Espie |
2012-04-22 | regen all files we can, prepare stuff to make sure it works even without | Marc Espie |
2012-04-22 | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | Matthew Dempsky |
2012-04-20 | use "an addrinfo", not "a addrinfo". ok jmc | Stuart Henderson |
2012-04-20 | Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for | Philip Guenthe |
2012-04-20 | rearrange DESCRIPTION somewhat to make this page more readable; | Jason McIntyre |
2012-04-19 | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | Damien Miller |
2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-17 | Remove "#define _POSIX_THREADS" line before include <pthread.h>. | Miod Vallat |
2012-04-15 | Create a new resolver for each thread. It will be done differently | Eric Faurot |
2012-04-15 | calling getnameinfo here is a bad idea. use inet_ntop. | Eric Faurot |