summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-16remove unfinished/unused support for socket-attached ipsec-policiesMarkus Friedl
2015-04-16change {import,export}_identity so it can be used for policies; ok mikebMarkus Friedl
2015-04-16shorten "outdated mandoc.db" warning message; requested by deraadt@Ingo Schwarze
2015-04-16syncTheo de Raadt
2015-04-16Tweak error output.Gleydson Soares
2015-04-16Make sure LLVM static analyzer do not report a false positive,Martin Pieuchot
2015-04-16document %m, sort %.Marc Espie
2015-04-16add %m as a shorthand, will expand toMarc Espie
2015-04-16document % sequences.Marc Espie
2015-04-16reorg code, the arch/osversion code should live in a single place,Marc Espie
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