summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-15getpwnam_r() and getpwuid_r() reopen the passwd even when called withSebastian Benoit
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-11-15calculate the line in the sand before comparing it to ticks, which looksDavid Gwynne
2013-11-15Revert 1.858, as it causes panics of inp:Christiano F. Haesbaert
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15ansify some function definitions.Brad Smith
2013-11-15Rename the struct pf_divert variable in divert_packet() andLawrence Teo
2013-11-15After discussion with deraadt@ and Fernando Gont, it seems that theAlexander Bluhm
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-11-15Nathan Wheeler has an em which lacks a prom. Rather than fail when noTheo de Raadt
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-15Cope with the EAGAIN API change for msgbuf_write()Mike Belopuhov
2013-11-15inherit the rdomain sc to pkthdrHenning Brauer
2013-11-15Forget socket linking on pf_pkt_addr_changed(), this fixes among otherChristiano F. Haesbaert
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-15Clean-up the HID environment.Paul Irofti
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-15Add missing parenthesis to make tick calculation work as intended. ShouldKenneth R Westerback
2013-11-14Clean up tabs and a backslash which seemed to have sneeked in in r1.29.Patrick Wildt
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
2013-11-14Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))Charles Longeau
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-11-14cleanup up a nest of if/if/elseTheo de Raadt
2013-11-14fix parameter types for x509 routinesTheo de Raadt
2013-11-14be more specific in ulimit error messages.Marc Espie
2013-11-14fix ^C handling which was accidentally trapped a bit to muchAlexander Hall
2013-11-14ignore messages for other daemons, like isakmpd does; ok mikebMarkus Friedl
2013-11-14setup pfkey timer before use; ok mikebMarkus Friedl
2013-11-14replace workqs with tasks for handling resume. state handling isDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14pass caller to ca_sslerror for better error messages; ok mikebMarkus Friedl
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14verify EC points; from hshoexer; ok mikebMarkus Friedl
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14not need to specify OBJDIR; ok mikebMarkus Friedl
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14improve maths and conditionals around ticks to cope with wraparound better.David Gwynne
2013-11-14Add STANDARDS section to finger(1)/fingerd(8).Anthony J. Bentley
2013-11-14Add STANDARDS section to isakmpd(8).Anthony J. Bentley
2013-11-14syncTheo de Raadt
2013-11-13Fix typo prt -> ptr.Alexander Bluhm
2013-11-13Add a check-setup target to make sure that all addresses and routesAlexander Bluhm
2013-11-13handle msgbuf_write() returning EAGAIN, looks right to deraadtStuart Henderson