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