summaryrefslogtreecommitdiff
path: root/sys/rump/dev/wip/libukbd
AgeCommit message (Collapse)Author
2015-08-24These "wip" components have been in progress for >5 years. There hasn'tpooka
been much progress. Let's just kill them, they're not even build-tested.
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
with the default provided by Makefile.rump (they're all 0.0 anyway)
2010-03-25use config_init_component()pooka
2010-03-08Convert to pseudo-root.pooka
These can be moved out of wip (once I get some time).
2010-03-01Rename IOCONFIG to IOCONF. It matches the config(1) keyword andpooka
aligns better in Makefiles.
2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka
exercise of "add it to every Makefile individually". XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc.
2010-02-12adjust more config files for files.rump movepooka
2010-02-10Rename rumpusbhc to ugenhc, as that better describes what it does.pooka
(the full component name is rumpdev_ugenhc)
2010-02-04Put common stuff in a single file which can be included.pooka
2010-02-03Convert to ioconf new world order: define attachments using config(1)pooka
grammar instead of wildly copypasted, hand-edited and glue-sniffed C files.
2010-01-11Support ums (usb mouse) and ukbd (usb keyboard) drivers in rump.pooka
(both components include tty support and uhid currently. they should be split out to separate ones. i'll do that soon'ish).