Age | Commit message (Expand) | Author |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-16 | change {import,export}_identity so it can be used for policies; ok mikeb | Markus Friedl |
2015-04-16 | shorten "outdated mandoc.db" warning message; requested by deraadt@ | Ingo Schwarze |
2015-04-16 | sync | Theo de Raadt |
2015-04-16 | Tweak error output. | Gleydson Soares |
2015-04-16 | Make sure LLVM static analyzer do not report a false positive, | Martin Pieuchot |
2015-04-16 | document %m, sort %. | Marc Espie |
2015-04-16 | add %m as a shorthand, will expand to | Marc Espie |
2015-04-16 | document % sequences. | Marc Espie |
2015-04-16 | reorg code, the arch/osversion code should live in a single place, | Marc Espie |
2015-04-16 | Match the Nd of the page, prodded by jmc@ | Martin Pieuchot |
2015-04-16 | commit expanded tags for %c, %v, %a | Marc Espie |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-04-16 | Manpage for ualea(4) with tweaks from jmc@. | Martin Pieuchot |
2015-04-16 | New driver for Araneus Alea II TRNG. All the hardwork has been done by | Martin Pieuchot |
2015-04-15 | Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat, | Darren Tucker |
2015-04-15 | Fix some issues in bright colour handling. Bold background doesn't exist | Nicholas Marriott |
2015-04-15 | Use tty_term_flag not _has for flags, also fix a typo (position not | Nicholas Marriott |
2015-04-15 | Test that ping6 fragments with ethernet padding get reassembled | Alexander Bluhm |
2015-04-15 | Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and | Todd C. Miller |
2015-04-15 | Only set the cipher list if one was specified and actually check the return | Joel Sing |
2015-04-15 | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | Joel Sing |
2015-04-15 | Now that tls_close() is more robust, consider a failure to be fatal. | Joel Sing |
2015-04-15 | Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also | Joel Sing |
2015-04-15 | Make tls_close() more robust - do not rely on a close notify being received | Joel Sing |
2015-04-15 | Fix setting old-style window -fg/-bg/-attr options that aren't global. | Nicholas Marriott |
2015-04-15 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Use ether_ifattach() and ether_ifdetach() when cloning/destroying an | Martin Pieuchot |
2015-04-15 | include header required for DEBUG build; ok jsg@ | Christian Weisgerber |
2015-04-15 | Avoid using inet_ntoa() twice in a single printf() parameter list | Kenneth R Westerback |
2015-04-15 | Fix a typo introduced in the niq_enqueue() conversion. | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep vlan(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Convert remaining drm ioctl implementation functions to return Linux-style | Mark Kettenis |
2015-04-15 | add the include dir for libepoxy | Jonathan Gray |
2015-04-15 | Unneeded return at the end of a void function. | Mike Larkin |
2015-04-15 | opt{ind,err,arg} are already known | Theo de Raadt |
2015-04-15 | remove historical (void)foo (which were only here to hide lint's | Theo de Raadt |
2015-04-15 | It feels like this Makefile should contain -Wall at least | Theo de Raadt |
2015-04-14 | document missing argument; ok jmc | Theo de Raadt |
2015-04-14 | Another couple of commas in the wrong place, ok jmc | Nicholas Marriott |
2015-04-14 | Remove an extra comma pointed out by jmc@. | Nicholas Marriott |
2015-04-14 | Reorder prototypes to better match manpage layout and add some missing | Nicholas Marriott |
2015-04-14 | sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probably | Miod Vallat |
2015-04-14 | IPsec auth and credentials are not stored in the kernel anymore; | Mike Belopuhov |
2015-04-14 | wrap a long line | Theo de Raadt |
2015-04-14 | Fix sa_sigaction() handler example. The third argument is void * and | Todd C. Miller |
2015-04-14 | This is not System V, we spell it SIGCHLD. | Todd C. Miller |
2015-04-14 | Setting the configuration in *_attach() is a bad practise because if it | Martin Pieuchot |
2015-04-14 | It's not possible to call umcs_get_status() in interrupt context | Martin Pieuchot |
2015-04-14 | make ipsp_address thread safe; ok mpi | Mike Belopuhov |