Age | Commit message (Expand) | Author |
2012-09-15 | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | Martynas Venckus |
2012-09-15 | Improve instructions for handling non-blocking I/O with poll(2) and | Stefan Sperling |
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe |
2012-09-15 | Don't depend on sa_family_t being typedefed by <sys/types.h>; pull in | Philip Guenthe |
2012-09-14 | Don't read the xrun counter before the offset in the audio ring, | Alexandre Ratchov |
2012-09-14 | Have mio_open(3) document all return values in the RETURN VALUES section. | Stefan Sperling |
2012-09-14 | Remove s_ssl from the smtp session since it is duplicated in the io struct. | Eric Faurot |
2012-09-14 | When printing ioev, do not segfault if there is no associated iobuf. | Eric Faurot |
2012-09-14 | tweak the description of "value" somewhat; ok gilles | Jason McIntyre |
2012-09-14 | remove unused variable | Markus Friedl |
2012-09-14 | Check limits before allocating the session. | Eric Faurot |
2012-09-14 | more accurate fix: don't mark '!' as a meta character, recognize "!" as | Marc Espie |
2012-09-14 | ! is a meta character, this lets | Marc Espie |
2012-09-14 | restructure this page somewhat, and make it read better; ok gilles | Jason McIntyre |
2012-09-14 | There's no reason to unlink the destination if we can't even open | Todd C. Miller |
2012-09-13 | Fix comment line length | Darren Tucker |
2012-09-13 | specify the bounds of the dst to strlcat (both values were static and | Theo de Raadt |
2012-09-13 | Update to tzcode2012f. Now that tzcode is in git there are no moe | Todd C. Miller |
2012-09-13 | Fix precedence bug (& has lower precedence than !=). | Paul Irofti |
2012-09-13 | Update to tzdata2012f from ftp.iana.org | Todd C. Miller |
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot |
2012-09-13 | There is no need to compile this with -Werror by default. | Claudio Jeker |
2012-09-13 | tell mii_attach where the phy is on the chip, rather than asking it to | David Gwynne |
2012-09-13 | regen | joshua stein |
2012-09-13 | recognize the Intel Centrino Advanced-N 6235 | joshua stein |
2012-09-12 | match on another axis AX88772B that comes with the asus ux21/ux31a | joshua stein |
2012-09-12 | regen | joshua stein |
2012-09-12 | add another ASIX AX88772B device | joshua stein |
2012-09-12 | reword a bit | Gilles Chehade |
2012-09-12 | - document that aliases lookups are folded to lowercase | Gilles Chehade |
2012-09-12 | missed a word :-) | Gilles Chehade |
2012-09-12 | - e-mail -> email , as discussed with jmc@ on aliases(5) | Gilles Chehade |
2012-09-12 | - reword paragraph on ~/.forward permissions | Gilles Chehade |
2012-09-12 | after a bit of discussion we decided to remove these for now, we'll | Gilles Chehade |
2012-09-12 | - we lacked man pages for the aliases and forward file formats rewrote from | Gilles Chehade |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-12 | Fix a race condition which would cause segfault due to the kernel | Christiano F. Haesbaert |
2012-09-12 | Use sg_addr instead of sg_lo_addr, leftovers from last commit. | Christiano F. Haesbaert |
2012-09-12 | Make sure we don't sleep on autoconf. | Christiano F. Haesbaert |
2012-09-12 | bgpctl bits for the GR support added to bgpd. | Claudio Jeker |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky |
2012-09-11 | prevent detection of bogus libraries | Marc Espie |
2012-09-11 | - simplify scheduler_compute_schedule by making it a quadratic delaying. | Gilles Chehade |
2012-09-11 | sync | Theo de Raadt |
2012-09-11 | Cope with PIE, if it is enabled. Note that this has not been completely | Theo de Raadt |
2012-09-11 | Cope with PIE, if it is enabled | Theo de Raadt |
2012-09-11 | Initialize fd correctly. This fixes a lot of problems. | Eric Faurot |
2012-09-11 | Support FTDI FT2232H. This has a new base clock rate, different divisor, | Theo de Raadt |
2012-09-11 | Add -nopie to the linker flags. | Mark Kettenis |