summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07Update to reflect the hardware list in arm64.htmlkmos
2019-10-07amliic(4)Mark Kettenis
2019-10-07Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.Mark Kettenis
2019-10-07Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.Mark Kettenis
2019-10-07sync arm64 pbuild resource limits with amd64; arm64 now builds some largeStuart Henderson
2019-10-07two compat features to allow the zstdgrep script to work.Ted Unangst
2019-10-07worker should always get a conffd, and if we don't, it's an error.Ted Unangst
2019-10-07Attach Hyper-V guest services to VMBus 4.0Mike Belopuhov
2019-10-07update pkg nameTheo de Raadt
2019-10-07correct datesTheo de Raadt
2019-10-07Remove a message that the driver does not print any longer.Visa Hankala
2019-10-07As found by tb@, the name of the temporary file used when updating theStuart Henderson
2019-10-07ip_ether.c is empty, and now unlinked from the build.David Gwynne
2019-10-07Convert infinite tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-07If optstring is NULL and usecommonopt is true, optstr was prependedAlexander Bluhm
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