summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-16Match the Nd of the page, prodded by jmc@Martin Pieuchot
2015-04-16commit expanded tags for %c, %v, %aMarc Espie
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-16Manpage for ualea(4) with tweaks from jmc@.Martin Pieuchot
2015-04-16New driver for Araneus Alea II TRNG. All the hardwork has been done byMartin Pieuchot
2015-04-15Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat,Darren Tucker
2015-04-15Fix some issues in bright colour handling. Bold background doesn't existNicholas Marriott
2015-04-15Use tty_term_flag not _has for flags, also fix a typo (position notNicholas Marriott
2015-04-15Test that ping6 fragments with ethernet padding get reassembledAlexander Bluhm
2015-04-15Convert error/errorx/errorc functions -> fatal/fatalx/fatalc andTodd C. Miller
2015-04-15Only set the cipher list if one was specified and actually check the returnJoel Sing
2015-04-15Clean up the ssl_bytes_to_cipher_list() API - rather than having theJoel Sing
2015-04-15Now that tls_close() is more robust, consider a failure to be fatal.Joel Sing
2015-04-15Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. AlsoJoel Sing
2015-04-15Make tls_close() more robust - do not rely on a close notify being receivedJoel Sing
2015-04-15Fix setting old-style window -fg/-bg/-attr options that aren't global.Nicholas Marriott
2015-04-15Add the necessary glue to keep carp(4) working while other pseudo-driversMartin Pieuchot
2015-04-15Use ether_ifattach() and ether_ifdetach() when cloning/destroying anMartin Pieuchot
2015-04-15include header required for DEBUG build; ok jsg@Christian Weisgerber
2015-04-15Avoid using inet_ntoa() twice in a single printf() parameter listKenneth R Westerback
2015-04-15Fix a typo introduced in the niq_enqueue() conversion.Martin Pieuchot
2015-04-15Add the necessary glue to keep vlan(4) working while other pseudo-driversMartin Pieuchot
2015-04-15Convert remaining drm ioctl implementation functions to return Linux-styleMark Kettenis
2015-04-15add the include dir for libepoxyJonathan Gray
2015-04-15Unneeded return at the end of a void function.Mike Larkin
2015-04-15opt{ind,err,arg} are already knownTheo de Raadt
2015-04-15remove historical (void)foo (which were only here to hide lint'sTheo de Raadt
2015-04-15It feels like this Makefile should contain -Wall at leastTheo de Raadt
2015-04-14document missing argument; ok jmcTheo de Raadt
2015-04-14Another couple of commas in the wrong place, ok jmcNicholas Marriott
2015-04-14Remove an extra comma pointed out by jmc@.Nicholas Marriott
2015-04-14Reorder prototypes to better match manpage layout and add some missingNicholas Marriott
2015-04-14sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probablyMiod Vallat
2015-04-14IPsec auth and credentials are not stored in the kernel anymore;Mike Belopuhov
2015-04-14wrap a long lineTheo de Raadt
2015-04-14Fix sa_sigaction() handler example. The third argument is void * andTodd C. Miller
2015-04-14This is not System V, we spell it SIGCHLD.Todd C. Miller
2015-04-14Setting the configuration in *_attach() is a bad practise because if itMartin Pieuchot
2015-04-14It's not possible to call umcs_get_status() in interrupt contextMartin Pieuchot
2015-04-14make ipsp_address thread safe; ok mpiMike Belopuhov
2015-04-14ip6_sprintf is long gone; noticed by blambertMike Belopuhov
2015-04-14Move verify externs into the header file.Joel Sing
2015-04-14Remove support for storing credentials and auth information in the kernel.Mike Belopuhov
2015-04-14Convert openssl(1) s_time to new option handling.Joel Sing
2015-04-14Clean up and improve openssl(1) errstr:Joel Sing
2015-04-14Make sure we close the interrupt pipe when the device is detached.Martin Pieuchot
2015-04-14Reduce differences between non-PAE and PAE pmaps. This diff removes anMike Larkin
2015-04-14Output remote username in debug output since with Host and Match it's notDarren Tucker
2015-04-14Log a more useful error message if ttyname() fails. OK deraadt@Todd C. Miller
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt