Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew | |
2016-06-01 | New USB device driver for Audio/Video capture devices based on the | Marcus Glocker | |
Fushicai USBTV007 chip. The chip specific code has been written by Lubomir Rintel and Federico Simoncelli. Patrick Keshishian has ported it to OpenBSD and wrote the remaining code based on uvideo(4). Input and help also from mpi@ and ratchov@. ok mpi | |||
2016-05-20 | Add a thermal management framework for macppc which controls the fan speed | Marcus Glocker | |
based on the temperature sensor values. A driver can register it fans or temperature sensors there. Ported from FreeBSD. ok deraadt kettenis | |||
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot | |
ddb(4) can now see static functions. That doesn't mean we should start declaring functions as ``static'', however it helps for the few existing exceptions. ok deraadt@, kettenis@ | |||
2016-04-24 | Remove 'option COMPAT_PCVT' now that X doen't use it anymore. | Matthieu Herrb | |
An X server built after april 3 is needed to be able to start X with the new kernel. ok kettenis@ | |||
2016-03-05 | One ddb interface is enough for ppc. | Martin Pieuchot | |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein | |
These files aren't USB-specific and were used by the previous Bluetooth implementation, and will be used by the upcoming HID-over-i2C implementation ok deraadt previous version ok kettenis and mpi | |||
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot | |
2015-12-19 | Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4). | Martin Pieuchot | |
ok kettenis@ | |||
2015-11-23 | sync to GENERIC | Theo de Raadt | |
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot | |
Incoherency brought by jmc@ and schwarze@ because the SYNOPSIS of the corresponding manual do not match its NAME. This is one step further in the zs(4) unification... Go dokey go! Tested by jmatthew@, ok sebastia@, deraadt@ | |||
2015-09-13 | remove delta | Theo de Raadt | |
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot | |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2015-06-26 | move the ppc mplock implementation from macppc to powerpc. | David Gwynne | |
ok mpi@ | |||
2015-06-03 | Add hpb(4), reminded by Brad. | Martin Pieuchot | |
2015-06-02 | Add a new HT-PCI bridge driver and the necessary glue to openpic(4) | Martin Pieuchot | |
to get interrupts working on U4 machines. With this OpenBSD can run on PowerMac11,2 (Quad G5). With inputs from and ok kettenis@, miod@, dlg@ | |||
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray | |
similiar lines so drm shouldn't either. | |||
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov | |
the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@ | |||
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse | |
"sure" deraadt@ | |||
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne | |
they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@ | |||
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot | |
ok kettenis@ | |||
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-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
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-08 | Use tabs instead of spaces here. | Brad Smith | |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot | |
2014-12-02 | macppc G5 needs fcu in RAMDISK, mentioned by mpi | Theo de Raadt | |
2014-11-25 | disable qla. there is a boot-time race | Theo de Raadt | |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat | |
as well as useless include of the generated flag files. | |||
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-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt | |
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith | |
added. The new drivers match at a higher priority. | |||
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov | |
2014-08-03 | Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt | Stefan Sperling | |
2014-08-03 | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt | Stefan Sperling | |
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-11 | remove bthub remnants | Ted Unangst | |
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-05-09 | Format string fixes and removal of -Wno-format for *ppc kernels. | Miod Vallat | |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne | |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith | |
ok mpi@ yuo@ | |||
2014-04-02 | enable mpath | Theo de Raadt | |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot | |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew | |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew | |