Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther | |
Tweak the handling of ktrace EMUL when changing ktracing: only generate one per process (not one per thread) and pass the correct proc pointer down to the VFS layer. Permit generating of NAMI and CSW records inside ktrace(2) itself. ok deraadt@ millert@ | |||
2014-03-26 | Drop Apollo Domain keyboard support, now that hp300 has bitten the dust. | Miod Vallat | |
Replace it with SGI serial keyboard support (zskbd@zs@hpc). | |||
2014-03-26 | use __bounded(...) attribute recently added to sys/cdefs.h instead of | Damien Miller | |
longform __attribute__(__bounded(...)); for brevity and a warning free compilation with llvm/clan | |||
2014-03-26 | Remove sum test since sum(1) is gone; add sha512 test | Lawrence Teo | |
2014-03-26 | Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd") | Lawrence Teo | |
as documented on the cksum(1) man page. "looks right" deraadt@ ok millert@ | |||
2014-03-26 | rc_stop() sends SIGTERM, not SIGKILL; reported by <yon dot fernandez dot | Ingo Schwarze | |
de dot retana at bardinflor dot perso dot aquilenet dot fr on bugs@ | |||
2014-03-25 | sync | Theo de Raadt | |
2014-03-25 | Remove file2c. Nothing in the tree uses it and hexdump works as | Todd C. Miller | |
well for most use cases. OK deraadt@, espie@, gsoares@ | |||
2014-03-25 | Instead of matching root hubs with a custom address, that only works | Martin Pieuchot | |
because USB_START_ADDR is defined to 0 and the softc is M_ZERO'd, assume that root hubs are the only devices with a depth of 0. Root hubs can now happily be detached and reattached. | |||
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 | |