Age | Commit message (Expand) | Author |
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 |
2015-04-14 | ip6_sprintf is long gone; noticed by blambert | Mike Belopuhov |
2015-04-14 | Move verify externs into the header file. | Joel Sing |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-14 | Convert openssl(1) s_time to new option handling. | Joel Sing |
2015-04-14 | Clean up and improve openssl(1) errstr: | Joel Sing |
2015-04-14 | Make sure we close the interrupt pipe when the device is detached. | Martin Pieuchot |
2015-04-14 | Reduce differences between non-PAE and PAE pmaps. This diff removes an | Mike Larkin |
2015-04-14 | Output remote username in debug output since with Host and Match it's not | Darren Tucker |
2015-04-14 | Log a more useful error message if ttyname() fails. OK deraadt@ | Todd C. Miller |
2015-04-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt |