Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-25 | update after asr API update | Eric Faurot | |
2014-03-25 | Cleanup and simplify the API to be exposed. Use better names for | Eric Faurot | |
structures, functions and defines. discussed with and ok deraadt@ guenther@ | |||
2014-03-25 | sync, hopefully better this time | Theo de Raadt | |
2014-03-25 | oops | Theo de Raadt | |
2014-03-25 | sync | Theo de Raadt | |
2014-03-25 | sync | Theo de Raadt | |
2014-03-25 | Remove and shuffle some includes to reduce their number since drmP.h | Martin Pieuchot | |
is included by a lot of files. | |||
2014-03-25 | Upon resume do a full reset of the HC, including the command and event | Martin 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-25 | Poul-Henning Kamp informed me he is allright with this licensing change. | Bob Beck | |
2014-03-25 | sync | Theo de Raadt | |
2014-03-25 | try 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-25 | no gets | Ted Unangst | |
2014-03-25 | Update to tzdata2014b from ftp.iana.org | Todd C. Miller | |
2014-03-25 | make this page slightly less sendmail centric; ok gilles | Jason McIntyre | |
2014-03-25 | Use '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-25 | when working with the cdb its better to use cmdlen than datalen. | David Gwynne | |
ok jmatthew@ | |||
2014-03-25 | reword error message when a table has an invalid configuration file, it has | Gilles Chehade | |
confused a few people ok eric@ | |||
2014-03-25 | when locally enqueuing messages without specifying a domain for sender or | Gilles 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-25 | trimm 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-25 | use lemtohXX and htolemXX as much as possible | David Gwynne | |
2014-03-25 | Integrate necessary dns packet parsing helpers from asr. | Eric Faurot | |
They are not supposed to be exposed. ok gilles@ | |||
2014-03-25 | when reading from the chip you use letoh32, not htole32. | David Gwynne | |
jmatthew@ agrees with me | |||
2014-03-25 | rework qle_put_cmd to use hto[lb]emXX as best it can. | David Gwynne | |
ok jmatthew@ | |||
2014-03-25 | Nd lines are not new sentences, and do not begin with capitals; | Jason McIntyre | |
2014-03-25 | everything is at least 4 byte aligned. | David Gwynne | |
2014-03-25 | use htolem32 to write out qle sg elements, and annotate the structure as | David 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-25 | Update 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-25 | Fix two bugs introduced after MD4 removal: Change the default algorithm | Lawrence 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-25 | the memory constraints are correct, so we dont need volatile to provide | David Gwynne | |
extra restrictions on ordering. | |||
2014-03-25 | As long as we're pulling in "systrace.h", might as well conditionalize | Philip Guenther | |
the inclusion of <dev/systrace.h> | |||
2014-03-25 | the memory constraints are correct on the MD_SWAPIO bits, so we dont need | David Gwynne | |
the extra restrictions that __volatile provides on the __asm statements. | |||
2014-03-25 | Add a driver for simple usb serial devices, it attaches | Jonathan Gray | |
ucom but doesn't set any custom callbacks. John Long has a HPx9G+ device that requires this. | |||
2014-03-25 | regen | Jonathan Gray | |
2014-03-25 | add HP-x9G+ | Jonathan Gray | |
2014-03-24 | add support for aux button strip on newer thinkpads like the 2nd | joshua 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-24 | support gigabytes. also update some comments and make goto label nicer. | Ted Unangst | |
ok deraadt jmc | |||
2014-03-24 | Bail out from md_prep_disklabel() with `return', not `exit'. | Miod Vallat | |
2014-03-24 | sync | Theo de Raadt | |
2014-03-24 | sum -> cksum, ok deraadt | Stuart Henderson | |
2014-03-24 | sf@ pointed out that the -B flag is already in use by apache's | Florian 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-24 | unbreak the tree; no more libwrap | Mark Kettenis | |
2014-03-24 | no more libwrap; | Jason McIntyre | |
2014-03-24 | okan reminds me hosts.allow lived here too | Ted Unangst | |
2014-03-24 | The secret of steel has always carried with it a mystery. You must learn | Ted 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-24 | Only need to call tlb_probe() once per pair, instead of once per page. | Miod Vallat | |
2014-03-24 | Make sure tlb_probe() reads the probe result before reenabling interrupts | Miod Vallat | |
(egads!). While there, remove leftover instructions from an early flavour of tlb_update_indexed(), which crept in by accident. | |||
2014-03-24 | stop building libwrap. ok deraadt | Ted Unangst | |
2014-03-24 | tcpd parts went away | Theo de Raadt | |
2014-03-24 | Another round of reducing diffs with the Linux codebase. | Mark Kettenis | |
2014-03-24 | remove tcpwrappers support. ok deraadt | Ted Unangst | |