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