summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-26Now that the Ethernet header is always passed as part of the mbuf, killMartin Pieuchot
the second (unused) argument of the input packet handlers. ok dlg@
2015-05-26move add_net_randomness from ether_input to the if_input task.David Gwynne
change it from feeding the ethertype of the packet (which is almost certainly an ip packet or vlan packet, so not that variable) to the number of packets about to be processed. ok deraadt@ mpi@
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
ok dlg@
2015-05-26syncJonathan Gray
2015-05-26include the firmware for usb devices on the armv7 ramdiskJonathan Gray
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
Since RAND_egd has been removed from LibreSSL, simplify porting software that relies on it. See https://github.com/libressl-portable/openbsd/pull/34 from Bernard Spil, ok deraadt@
2015-05-26make vlans inherit their parents hardmtu as well as mtu.David Gwynne
from brad@ and tested locally.
2015-05-26Build all the firmware for usb devices on armv7.Jonathan Gray
2015-05-26Sync usb devices with amd64.Jonathan Gray
Prompted by djm noticing uslcom(4) was not included.
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25fix panic for real and revert previous rev 1.52Sebastian Benoit
from markus@ sorry for the mixup
2015-05-25Kill outdated comment.Jeremie Courreges-Anglas
ok eric@
2015-05-25Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingPhilip Guenther
256bit keys problem noted by Tim Kuijsten (info (at) netsend.nl) ok deraadt@ miod@ bcook@
2015-05-25Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.Eric Faurot
prodded by Brad ok jca@
2015-05-25bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@Christian Weisgerber
2015-05-25getnameinfo(3) doesn't need to initialize the resolver when it's only usedEric Faurot
for address/port formatting (e.g. NI_NUMERICHOST). ok deraadt@ jca@
2015-05-25fix a panic in import_identities() in case the ID isnt loadedSebastian Benoit
(triggered by bgpd). ok marku@s, mikeb@
2015-05-25Initialize ipa_ndrq in isascan() too...Miod Vallat
2015-05-25Match newer elantech v4 touchpads, logic taken from Linux.Martin Pieuchot
Based on a submission from and ok jcs@.
2015-05-25only scan sensors if they are configuredTheo de Raadt
ok bcook
2015-05-25Port the ELF m88k work to binutils 2.17. Good enough to build a bootingMiod Vallat
kernel, and hopefully userland as well.
2015-05-25sortTheo de Raadt
2015-05-25Make this build when using the __STRICT_ALIGNMENT version of USETW.Jonathan Gray
2015-05-25vax ELF bits for binutils 2.17.Miod Vallat
2015-05-25Convert from ether_input() with separate mbuf data and Ethernet header, toMiod Vallat
if_input(). Based upon an initial diff from mpi@, and then painfully made STRICT_ALIGNMENT-compliant. Tested on 4/260. ok mpi@
2015-05-25Change ENTRY to __start to match binutils 2.15, needed for static PIEMiod Vallat
2015-05-25Prevent a use after free in by closing all open endpoints upon detach.Martin Pieuchot
Fix a panic reported by landry@ with Android's ADB. Tested and ok ajacoutot@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-05-25a dreaded whitespace; Kyle MilzTheo de Raadt
2015-05-25missing word in comment; Kyle MilzTheo de Raadt
2015-05-25Teach binutils the {rd,wr}{fs,gs}base instructions.Philip Guenther
Flag bits worked out with kettenis@ ok mlarkin@
2015-05-24add missing 'c' option to getopt(), case statement was alreadyDamien Miller
there; from Felix Bolte
2015-05-24Maximilian dot Fillinger at uni-duesseldorf dot deIngo Schwarze
starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me.
2015-05-24Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators beingMiod Vallat
printed for isadma(4).
2015-05-24add the chromebook board id the exynos code usesJonathan Gray
2015-05-24imx_board_devs -> exynos_board_devsJonathan Gray
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
interrupts at pckbc attach time, and get rid of the `intr_establish' pckbc callback. Tested on hppa (gsckbc) and sgi (pckbc@hpc); not tested on sparc64 (pckbc@ebus) but this attachment was already behaving this way and its intr_establish callback was an empty function.
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@
2015-05-24pass subst to the installer state, so that -Dunsigned would workMarc Espie
2015-05-24Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdtPhilip Guenther
requested by and ok mlarkin@
2015-05-23bump to version 2.2Brent Cook
ok deraadt@
2015-05-23fix a memory leak in an error pathJonathan Gray
ok markus@ dtucker@
2015-05-23fix a memory leak in an error pathJonathan Gray
2015-05-23PACKET_TAG_IPSEC_PENDING_TDB is gone, too.Markus Friedl
2015-05-23remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@Markus Friedl
2015-05-23introduce ipsec-id bundles and use them for ipsecflowinfo,Markus Friedl
fixes rekeying for l2tp/ipsec against multiple windows clients and saves memory (for many SAs to same peers); feedback and ok mikeb@
2015-05-23use & not && when testing lcr bitsJonathan Gray
tested by jmatthew ok pirofti@ jmatthew@ jasper@
2015-05-23Call if_input() instead of setting the "rcvif" pointer ourself.Martin Pieuchot
ok dlg@
2015-05-23Pass output packets to bpf(4). This is helpful when debugging stackMartin Pieuchot
issues. ok reyk@