summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-26Move 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-26Drop 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-26use __bounded(...) attribute recently added to sys/cdefs.h instead ofDamien Miller
longform __attribute__(__bounded(...)); for brevity and a warning free compilation with llvm/clan
2014-03-26Remove sum test since sum(1) is gone; add sha512 testLawrence Teo
2014-03-26Ignore 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-26rc_stop() sends SIGTERM, not SIGKILL; reported by <yon dot fernandez dotIngo Schwarze
de dot retana at bardinflor dot perso dot aquilenet dot fr on bugs@
2014-03-25syncTheo de Raadt
2014-03-25Remove file2c. Nothing in the tree uses it and hexdump works asTodd C. Miller
well for most use cases. OK deraadt@, espie@, gsoares@
2014-03-25Instead of matching root hubs with a custom address, that only worksMartin 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-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