Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | Import the exynos work into tree. This is from Bitrig. Discussed with and OK ↵ | Brandon Mercer | |
jsg, also OK from krw. | |||
2015-01-22 | Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'. | Kenneth R Westerback | |
Pointed out by dickman@. ok sthen@ phessler@ | |||
2015-01-18 | unifdef IPKDB. These codepaths are holdouts from NetBSD code and are | Jonathan Gray | |
not used. | |||
2015-01-17 | More complete gpio reset sequences for SABRE Lite/Nitrogen6X. | Jonathan Gray | |
From Patrick Wildt in Bitrig. | |||
2015-01-13 | Add missing Utilite case in imx_platform_init_cons() | Jonathan Gray | |
spotted by Patrick Wildt | |||
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt | |
make install from Simon Nicolussi ok jsing tedu | |||
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst | |
This should catch all the same bad cases, but be a little less aggravating in circumstances where a prototype isn't necessary ok deraadt | |||
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-02 | Add some additional i.MX6 board types from Bitrig. | Jonathan Gray | |
CompuLab Utilite, SolidRun HummingBoard/CuBox-i and UDOO. | |||
2014-12-22 | unifdef INET | Ted Unangst | |
2014-12-13 | add a sxidog_activate() function so the kernel will link again | Jonathan Gray | |
after the changes made in rev 1.5 | |||
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov | |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov | |
ok deraadt, tests on glxpcib and ok mpi | |||
2014-12-03 | Turn ahci port start into a callback so sxiahci can do some magic to | Jonathan Gray | |
setup dma. Modified version of a patch from Edwin Amsler which was based on changes made in Bitrig by Artturi Alm. ok dlg@ | |||
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt | |
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h. PROT_MASK is introduced as the one true way of extracting those bits. Remove UVM_ADV_* wrapper, using the standard names. ok doug guenther kettenis | |||
2014-11-09 | remove commented entries for tedu'd bluetooth drivers | Jonathan Gray | |
2014-11-04 | Uncomment code that does voltage capabilities initialisation. Without | Jonathan Gray | |
this using an sd card with my rev C BeagleBone Black won't work. Should fix similiar problems reported by Gerke Preussner and Andrew Hills on arm@ ok syl@ | |||
2014-11-04 | Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro. | Jonathan Gray | |
2014-11-04 | Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit. | Jonathan Gray | |
Tested by Bernard Merindol. | |||
2014-11-01 | Now the armv7 ramdisks are compiled with SMALL_KERNEL | Jonathan Gray | |
the omap and sunxi ramdisks won't build because they call wdog_register() and kern_watchdog.c is !small_kernel in config. Leaving the watchdog devices out of the ramdisks won't work either as armv7_machdep.c uses platform_watchdog_reset() to reboot. Deal with this by only calling wdog_register() when not compiled with SMALL_KERNEL. | |||
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt | |
This makes it easier to remove components not required to do an install, and subsequently add other desireable components ... In snapshots (in various forks) for about a week. Do some upgrades and installs, please. | |||
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith | |
-Wstack-larger-than-. This is what modern GCC supports as well as LLVM. ok miod@ | |||
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis | |
ok mpi@, uebayasi@, dlg@ | |||
2014-09-19 | add missing break statements to imxccm_get_fecclk() | Jonathan Gray | |
tested by matthieu@ on Sabre lite | |||
2014-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt | |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot | |
2014-08-18 | Explicitely need <sys/pool.h> now. | Miod Vallat | |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi | |
- Always use either: ((x & RB_XXX) != 0) or ((x & RB_XXX) == 0) in boolean context (mostly if (x), or x ? y : z) - prom_halt() in alpha is confirmed to take int as boolean Converted by coccinelle. No functional change intended. | |||
2014-07-14 | Write to the correct control module registers when configuring gpio pins. | Raphael Graf | |
Tested and ok joshe@ | |||
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi | |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi | |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst | |
take away." remove uyap. no effect except on hppa where it was strangely enabled. | |||
2014-07-12 | Mark the interface down and cancel the watchdog timer in imxenet_stop(). | Brad Smith | |
ok matthieu@ rapha@ | |||
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst | |
after discussions with beck deraadt kettenis. | |||
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst | |
bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. | |||
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot | |
rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ | |||
2014-07-10 | boot(9): More comment removal about cold/savectx() missed in previous | Masao Uebayashi | |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi | |
OK deraadt@ | |||
2014-07-02 | Add support for adjusting the receive filter to allow for promiscuous | Brad Smith | |
mode and reception of multicast traffic. ok matthieu@ "looks good to me" rapha@ | |||
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf | |
ok syl@ | |||
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot | |
with softraid(4) disks. softraid(4) is the last real consumer of the doshutdownhooks(9) API and it is not trivial to convert its hook to a DVACT_POWERDOWN handler since the latter does not allow to sleep. | |||
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot | |
rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ | |||
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot | |
host controller because autoconf(9) already does it. Breakage reported by todd@ | |||
2014-05-08 | Format string fixes and removal of -Wno-format for arm kernels. | Miod Vallat | |
2014-05-06 | remove cpsw_{read,write}_4 wrapper functions and just use the real | Jasper Lievisse Adriaanse | |
bus_space_{read,write}_4 instead. tested by nick@, ok bmercer@ | |||
2014-04-25 | test dt_min for invalid minute values instead of testing dt_sec twice | Jonathan Gray | |
ok bmercer@ | |||
2014-04-14 | move the hardware structures into ahcireg.h. | David Gwynne | |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith | |
ok mpi@ yuo@ |