summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-25update after asr API updateEric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
structures, functions and defines. discussed with and ok deraadt@ guenther@
2014-03-25sync, hopefully better this timeTheo de Raadt
2014-03-25oopsTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
is included by a lot of files.
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot
rings, and rewrite all the addresses in the registers. While here don't keep a copy of our usb(4) child device, autoconf(9) knows how to reach our children.
2014-03-25Poul-Henning Kamp informed me he is allright with this licensing change.Bob Beck
2014-03-25syncTheo de Raadt
2014-03-25try to put the pin back in.Ted Unangst
removing gets means removing it from libstdc++ and guenther tells me that will require changing version numbers.
2014-03-25no getsTed Unangst
2014-03-25Update to tzdata2014b from ftp.iana.orgTodd C. Miller
2014-03-25make this page slightly less sendmail centric; ok gillesJason McIntyre
2014-03-25Use 'struct dos_partition' variable to access 'struct dos_partition'Kenneth R Westerback
data. Since all the fields but 2 that are specially handled are u_int8_t's there should be no danger from alignment issues. ok dlg@
2014-03-25when working with the cdb its better to use cmdlen than datalen.David Gwynne
ok jmatthew@
2014-03-25reword error message when a table has an invalid configuration file, it hasGilles Chehade
confused a few people ok eric@
2014-03-25when locally enqueuing messages without specifying a domain for sender orGilles Chehade
recipient, the local domain is assumed. this was correctly handled at the smtp level, but headers were not updated to reflect that. issue experienced by several people, fix tested by ajacoutot@ and I ok eric@
2014-03-25trimm default proposals.Markus Friedl
This commit removes the weaker pre-SHA2 hashes, the broken ciphers (arcfour), and the broken modes (CBC) from the default configuration (the patch only changes the default, all the modes are still available for the config files). ok djm@, reminded by tedu@ & naddy@ and discussed with many
2014-03-25use lemtohXX and htolemXX as much as possibleDavid Gwynne
2014-03-25Integrate necessary dns packet parsing helpers from asr.Eric Faurot
They are not supposed to be exposed. ok gilles@
2014-03-25when reading from the chip you use letoh32, not htole32.David Gwynne
jmatthew@ agrees with me
2014-03-25rework qle_put_cmd to use hto[lb]emXX as best it can.David Gwynne
ok jmatthew@
2014-03-25Nd lines are not new sentences, and do not begin with capitals;Jason McIntyre
2014-03-25everything is at least 4 byte aligned.David Gwynne
2014-03-25use htolem32 to write out qle sg elements, and annotate the structure asDavid Gwynne
being 4 byte aligned. rewrite qle_put_data_seg so it takes an address and length rather than a dma descriptor so it can be used to write sges for arbitrary things rather than just dmamaps. use it to write out all sges. ok jmatthew@
2014-03-25Update the libskey regression tests:Lawrence Teo
- Remove the MD4 data sets since MD4 has been removed from base - Add new data sets for RMD-160 (suggested by millert@) - Ensure that the default algorithm is "md5" (as documented on the skey man pages) - Ensure that skey_set_algorithm() will not blindly accept an unsupported algorithm - Ensure that skey_set_algorithm() recognizes the algorithms in the provided data set - Ensure that skey_get_algorithm() returns the algorithm set by skey_set_algorithm() looks good to millert@
2014-03-25Fix two bugs introduced after MD4 removal: Change the default algorithmLawrence Teo
back to md5 (as documented on the man pages), and do not let skey_set_algorithm() cause a segfault if an unsupported algorithm is specified. earlier version ok tedu@ help/ok millert@, ok naddy@
2014-03-25the memory constraints are correct, so we dont need volatile to provideDavid Gwynne
extra restrictions on ordering.
2014-03-25As long as we're pulling in "systrace.h", might as well conditionalizePhilip Guenther
the inclusion of <dev/systrace.h>
2014-03-25the memory constraints are correct on the MD_SWAPIO bits, so we dont needDavid Gwynne
the extra restrictions that __volatile provides on the __asm statements.
2014-03-25Add a driver for simple usb serial devices, it attachesJonathan Gray
ucom but doesn't set any custom callbacks. John Long has a HPx9G+ device that requires this.
2014-03-25regenJonathan Gray
2014-03-25add HP-x9G+Jonathan Gray
2014-03-24add support for aux button strip on newer thinkpads like the 2ndjoshua stein
generation x1 carbon that have done away with regular F1-F12 keys from rivo nurges <rix at estpak.ee> and reportedly tested on x1 carbon, x220, and x61s
2014-03-24support gigabytes. also update some comments and make goto label nicer.Ted Unangst
ok deraadt jmc
2014-03-24Bail out from md_prep_disklabel() with `return', not `exit'.Miod Vallat
2014-03-24syncTheo de Raadt
2014-03-24sum -> cksum, ok deraadtStuart Henderson
2014-03-24sf@ pointed out that the -B flag is already in use by apache'sFlorian Obser
htpasswd (since version 2.4); change it to -I. The -B flag was not in use for a long time so this change should not cause too much trouble. OK sf@, jmc@ no objections from sthen@ "kein problem damit" benno@
2014-03-24unbreak the tree; no more libwrapMark Kettenis
2014-03-24no more libwrap;Jason McIntyre
2014-03-24okan reminds me hosts.allow lived here tooTed Unangst
2014-03-24The secret of steel has always carried with it a mystery. You must learnTed Unangst
its riddle, Conan. You must learn its discipline. For no one, no one in this world can you trust. Not men, not women, not beasts.
2014-03-24Only need to call tlb_probe() once per pair, instead of once per page.Miod Vallat
2014-03-24Make sure tlb_probe() reads the probe result before reenabling interruptsMiod Vallat
(egads!). While there, remove leftover instructions from an early flavour of tlb_update_indexed(), which crept in by accident.
2014-03-24stop building libwrap. ok deraadtTed Unangst
2014-03-24tcpd parts went awayTheo de Raadt
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-24remove tcpwrappers support. ok deraadtTed Unangst