summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10if_put after if_get.David Gwynne
2015-09-10Remove pointless comments.Joel Sing
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-10document changed tls_read and tls_write semantics.Bob Beck
2015-09-10include srp.h so userland can understand struct srpl.David Gwynne
2015-09-10Stop supporting RTAX_IFP arguments with an interface name in theMartin Pieuchot
2015-09-10Initialize `pc' earlier so that the siginfo pc value is correct in case ofMiod Vallat
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.Joel Sing
2015-09-10Call readgptlabel() from readdoslabel() instead of MD readdisklabel().Kenneth R Westerback
2015-09-10mlink tls_handshake;Jason McIntyre
2015-09-10tweak previous;Jason McIntyre
2015-09-10Remove compat files no longer required.Stuart Henderson
2015-09-10Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly,Stuart Henderson
2015-09-10Don't stop spoofing GPT partitions when the OpenBSD partition isKenneth R Westerback
2015-09-10if_put after if_get in if_input_processDavid Gwynne
2015-09-10In IPv6 source address selection prefer addresses of the outgoingAlexander Bluhm
2015-09-10another missing MdocdateIngo Schwarze
2015-09-10read, tls_read, and tls_write return ssize_tBob Beck
2015-09-10fix return type for tls_read/writeBob Beck
2015-09-10fix type and return check for tls_read/write.Bob Beck
2015-09-10missing commas at the end of .Nm lines in the NAME sectionIngo Schwarze
2015-09-10Unbreak ftp(1) after tls_read()/tls_write() change.Joel Sing
2015-09-10Only half of the IPv6 source address was used as input for the synAlexander Bluhm
2015-09-10move the if input handler list to an SRP list.David Gwynne
2015-09-10Correctly document the behaviour of tls_close() - the caller is responsibleJoel Sing
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-09-10Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyJoel Sing
2015-09-10correctly hold and put a reference to the revarp ifp while tryingDavid Gwynne
2015-09-10move the guts of igmp_input into a igmp_input_if function and callDavid Gwynne
2015-09-10Remove INT32 define and just use int, from Martijn van Duren and MichaelNicholas Marriott
2015-09-10remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@Stefan Sperling
2015-09-10if_put after if_get in icmp input.David Gwynne
2015-09-10Show usb stack error code if a firmware page fails to load in urtwn(4).Stefan Sperling
2015-09-10syncTheo de Raadt
2015-09-10Kill another superfluous variable initialization; from Michael McConville.Jeremie Courreges-Anglas
2015-09-10Update libtls man page to reflect tls_handshake() related changes.Joel Sing
2015-09-10enable generic regress for tame(2)Sebastien Marie
2015-09-10convert tame(2) regress to new APISebastien Marie
2015-09-10explain why __explicit_bzero_hook will remain; ok guentherTheo de Raadt
2015-09-10convert tame(2) regress to new APISebastien Marie
2015-09-10hide __dtoa_locks as a static in the single use case; ok guentherTheo de Raadt
2010-01-15NSD v3.2.4Jakob Schlyter
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-09-10revert accidental commitBob Beck
2015-09-10comment for errno clobbering, to indicate why we do this.Bob Beck
2015-09-10Make syslogd compile again after recent libtls changes. Adapt toAlexander Bluhm
2015-09-10Makde gcc handle __stack_smash_handler similarly to memcpy and memset whenPhilip Guenther
2015-09-10fix after libtls api changesBob Beck
2015-09-10syncTheo de Raadt