summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07Fix respawn-pane/window if default-command is set, reported by Janos Barbero.Nicholas Marriott
2019-10-07Restart the send queue (rather than just clearing OACTIVE) when we'veJonathan Matthew
2019-10-06Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).Martin Pieuchot
2019-10-06tsleep(9) to tsleep_nsec(9) conversionMartin Pieuchot
2019-10-06tsleep(9) to tsleep_nsec(9) conversions.Martin Pieuchot
2019-10-06tweak previous;Jason McIntyre
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-10-06Add support for i2c clock.Mark Kettenis
2019-10-06Add support for i2c pins.Mark Kettenis
2019-10-06for now, only mix in sysctl hw.{uuid,serialno,sensors} to /dev/random.Stuart Henderson
2019-10-06Fix net80211's accounting of discarded input control frames.Stefan Sperling
2019-10-06Fix month mask.Mark Kettenis
2019-10-06Avoid gasting around get_process_info()kn
2019-10-06Zap intermediate structs in compare_*()kn
2019-10-06Instead of running sed over the whole log to remove CRs, remove themDarren Tucker
2019-10-06Eek, check overflow with destination size, not sourceFlorian Obser
2019-10-06drm/amd/display: Restore backlight brightness after system resumeJonathan Gray
2019-10-06drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)Jonathan Gray
2019-10-06add BL_CORE_SUSPENDRESUME defineJonathan Gray
2019-10-05Retry request once when receiving a 503Jeremie Courreges-Anglas
2019-10-05The rdtsc() macro has been removed in rev 1.7 ofMatthieu Herrb
2019-10-05Tighten handling of pure relative DIR32 relocations and those referencingPhilip Guenther
2019-10-05fix build errors of aac(4)jan
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-10-05Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ whoMark Kettenis
2019-10-05The event queue consumer counter also needs to be unsigned like the others.Jonathan Matthew
2019-10-05src/sys/netinet/ip_ether.c is empty, and gif doesn't need it.David Gwynne
2019-10-05The mips64 symbol table layout means we have to consider symbol visibilityPhilip Guenther
2019-10-05Get the architecture from the ELF header instead of running uname,Philip Guenther
2019-10-05Delete some obsolete debugging #ifdefs blocksPhilip Guenther
2019-10-04merge in the rest of unbound-1.9.4 (we already had the only code change)Stuart Henderson
2019-10-04better link "set" and "SET OPTIONS";Jason McIntyre
2019-10-04Add support for setting the CPU clock frequencies. This enables DVFS.Mark Kettenis
2019-10-04Buff; also, specify router-id per rfc6286.Richard Procter
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.Theo Buehler
2019-10-04Convert the child_list member from a linked list to a vector.Philip Guenther
2019-10-04Use a valid curve when constructing an EC_KEY that looks like X25519.Joel Sing
2019-10-04Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.Joel Sing
2019-10-04Instead of calling fatal() when pftable additions and deletions mixClaudio Jeker
2019-10-04Avoid a path traversal bug in s_server on Windows.Brent Cook
2019-10-04remove strict \r check, the downside overweights the advantages, we'llGilles Chehade
2019-10-04Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit().Jonathan Gray
2019-10-04the formatting for the mini synopses in this page did not render wellJason McIntyre
2019-10-04gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.David Gwynne
2019-10-04get rid of prototypes for mplsip_input and mplsip_output. they don't exist.David Gwynne
2019-10-04fix memory leak in error path; bz#3074Damien Miller
2019-10-04spaceDamien Miller
2019-10-04more sshsig regress tests: check key revocation, the check-novalidateDamien Miller
2019-10-04Check for gmtime failure in moduli generation. Based on patch fromDarren Tucker
2019-10-04disable POOL_DEBUG for releaseJonathan Gray