summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-12Change the (unused) restimespec member of __res_state from a timespecPhilip Guenther
2016-09-12Correctly account for fragments larger than a page sizeMike Belopuhov
2016-09-12If we can't get the CWD, use relative paths. Fixes editing filesTodd C. Miller
2016-09-12Add support for packets spanning multiple pages.Mike Belopuhov
2016-09-12Remove mention of "remote time" in description for the -a flag.Jeremie Courreges-Anglas
2016-09-12Bring back the code that cached DMA fragment offset.Mike Belopuhov
2016-09-12Record mbuf chain head rather than individual fragmentsMike Belopuhov
2016-09-12Skip empty mbuf fragments like bus_dmamap_load_mbuf doesMike Belopuhov
2016-09-12bpf_tap() is long dead! Long live bpf_mtap() & friends.Kenneth R Westerback
2016-09-12syncTheo de Raadt
2016-09-12Bring over KAME copyright, there is now code from ping in ping6. WhileFlorian Obser
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,Nicholas Marriott
2016-09-12Add data about how long the session has been in the current state, andPeter Hessler
2016-09-12spelling fixTed Unangst
2016-09-12fix init, from randy hartman; ok tb@Otto Moerbeek
2016-09-12strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-12Kill some unsightly whitespace.Kenneth R Westerback
2016-09-12shorten speed;Jason McIntyre
2016-09-12tweak previous;Jason McIntyre
2016-09-12Simplify handling of the AUX STA in iwm(4). There is no good reason forStefan Sperling
2016-09-12Define for HUP_WACOM, missed in previous.Martin Pieuchot
2016-09-12Enable uwacom(4) where uts(4) is already present.Martin Pieuchot
2016-09-12Wacom USB tablet driver from Frank Groeneveld.Martin Pieuchot
2016-09-12regenMartin Pieuchot
2016-09-12Wacom Intuos Draw, from Frank Groeneveld.Martin Pieuchot
2016-09-12Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() aMartin Pieuchot
2016-09-12listener configuration cleanup:Eric Faurot
2016-09-12less markup; from rob pierceJason McIntyre
2016-09-12No need for have this unsigned, reduces diff to ping6(8).Florian Obser
2016-09-12Use ECHOLEN/ECHOTMLEN defines.Florian Obser
2016-09-12Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedPhilip Guenther
2016-09-12Use fe*() routines from <fenv.h> instead of fp*() routines from <ieeefp.h>Philip Guenther
2016-09-12Spaces->tabs.Darren Tucker
2016-09-12Style whitespace fix. Also happens to remove a no-op diff with portable.Darren Tucker
2016-09-12Add testcase for ssh-keygen -j, -J and -K options for moduli screening.Darren Tucker
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsTheo de Raadt
2016-09-12document that running a W^X violating binary from file system mountedIngo Schwarze
2016-09-12When trying to run an ELF binary marked PT_OPENBSD_WXNEEDED from aIngo Schwarze
2016-09-11Use the proper HTML escape for double quote ("): &quot; not &quote;.Anthony J. Bentley
2016-09-11Properly keep track of which of the two tx FIFOs is in use. Fixes theMark Kettenis
2016-09-11syncTheo de Raadt
2016-09-11cua/tty nodes only need group dialer, the initial uid does notTheo de Raadt
2016-09-11bring over LEN defines from ping6(8)Florian Obser
2016-09-11use ECHOLEN to define DEFDATALENFlorian Obser
2016-09-11The lenght of our payload is AF independent;Florian Obser
2016-09-11The lenght of an icmp echo packet is AF independent;Florian Obser
2016-09-11Crank default packetsize to ping(8) levels.Florian Obser
2016-09-11WhitespaceFlorian Obser
2016-09-11Do not pretend that we can send more than IPV6_MAXPACKET bytesFlorian Obser
2016-09-11style; no obj changeFlorian Obser