summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-02Add test fseek(,-1) works properly.YASUOKA Masahiko
2019-05-02pbuild class: bump datasize and maxproc; these should be sufficient forAntoine Jacoutot
2019-05-02Fix a comparison in open_memstream not to confuse when a negativeYASUOKA Masahiko
2019-05-02Fix vmm_support.S compilation error with gcc 8.3Mike Larkin
2019-05-02Keep SHA256.sig around on the installed / upgraded system.Florian Obser
2019-05-02bsd.tbxi can be found in DESTDIR, rather than a excessively long objTheo de Raadt
2019-05-02refer do the nested FFS filesystem by name FS, since it is similar toTheo de Raadt
2019-05-01Do not need reacharound back to our own obj directory, pretty sillyTheo de Raadt
2019-05-01verbose mkhybrid was never needed on these archTheo de Raadt
2019-05-01increase verbose +1 (the required level for spitting out block start/endTheo de Raadt
2019-05-01default to not verboseTheo de Raadt
2019-05-01only do the "when are we finished" countdown if at high verboseTheo de Raadt
2019-05-01Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALJeremie Courreges-Anglas
2019-05-01Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codeJeremie Courreges-Anglas
2019-05-01Use the proper UAC-v2.0 request to read the device controls.Alexandre Ratchov
2019-05-01Pull tname initialization up since it's used in an error path.Florian Obser
2019-05-01Fix miniroot partition.Visa Hankala
2019-05-01Avoid using an expression which resolves to an int in a bool contextJonathan Gray
2019-05-01add a KERNEL_ASSERT_LOCKED() to ptsignalDavid Gwynne
2019-05-01update currency exchange rates;Jason McIntyre
2019-05-01sprinkle some KERNEL_ASSERT_LOCKED()David Gwynne
2019-05-01pretty much all of tun_wakeup needs to be protected with KERNEL_LOCKDavid Gwynne
2019-05-01Remove unused variable from Thomas Adam.Nicholas Marriott
2019-04-30step by step, more removal of differencesTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30Also pull cdrom production into the full ramdisk build.Theo de Raadt
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.Alexandre Ratchov
2019-04-30pull cdfs into ramdisk_cdTheo de Raadt
2019-04-30Implement the set_rate() method for ESI Juli@ cards.Alexandre Ratchov
2019-04-30Add a "set_rate" method to the envy codec API.Alexandre Ratchov
2019-04-30Attach mvneta(4) on the Armada 3720 SoC.Patrick Wildt
2019-04-30Enable mvmdio(4) and mvneta(4) on arm64 as well. These are partPatrick Wildt
2019-04-30Fix ESI juil@'s EEPROM contents holding default GPIO state.Alexandre Ratchov
2019-04-30Enable EnvyHT-specific sample rates (above 96kHz) on the host controller.Alexandre Ratchov
2019-04-30Decrease verbosity when XHCI_DEBUG is defined.Alexandre Ratchov
2019-04-30Add support for the Armada 3720 pinctrl controller to mvpinctrl(4).Patrick Wildt
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.Patrick Wildt
2019-04-30Add support for the Armada 3720 clocks to mvclock(4).Patrick Wildt
2019-04-30We are allowed to enable regulators with the "regulator-always-on"Patrick Wildt
2019-04-30merge cdfs into miniroot, so that it doesn't need obj reacharoundTheo de Raadt
2019-04-30In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze
2019-04-30common directory is pointless nowTheo de Raadt
2019-04-30add unveil(2):Ricardo Mestre
2019-04-30fix disktype related typoTheo de Raadt
2019-04-30tweak synopsis to match actual option logicMarc Espie
2019-04-30Fix user options after show-hooks merge, GitHub issue 1704.Nicholas Marriott
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-30Restrict filesystem access with unveil(2):Ricardo Mestre