summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-05-23Don't allocate sid scratch memory from an interrupt context:christos
2010-05-23don't allocate rom scratch memory from an interrupt context:christos
2010-05-22add btmagic(4) where other Bluetooth drivers are listedplunky
2010-05-22add Magic Mouse driver and manpage btmagic(4)plunky
2010-05-22regen for Magic Mouse idplunky
2010-05-22add Apple Magic Mouse product-idplunky
2010-05-22Split device_t/softc. Based on patch from cegger@.tsutsui
2010-05-22GENERIC32 -> GENERIC in comment.tsutsui
2010-05-22Enable bwtwo(4).tsutsui
2010-05-22HPW-50PA PERSONA seems to use a different RTC base year valuetsutsui
2010-05-22Added touchpad driver for WS011SH.nonaka
2010-05-22Disabled DEBUG_SYNC. Reenable when needed.phx
2010-05-22When PCIVERBOSE is not included, pci_findvendor() and pci_findproduct()pgoyette
2010-05-21Don't namei while holding vnode lock. kern/43328pooka
2010-05-21idesc(4) does no longer existphx
2010-05-21Some code cleanup and style guide compliance.phx
2010-05-21add option string for no attribute cachepooka
2010-05-21Since libpuffs needs a major bump for extattr support anyway, makepooka
2010-05-21Support extended attributes.pooka
2010-05-20brdsetup() cleanup by Toru Nishimura.phx
2010-05-20Netboot generates a BTINFO_PRODFAMILY boot-info which specifies the familyphx
2010-05-20include extattr supportpooka
2010-05-20fix sigwaitinfo/sigtimedwait:drochner
2010-05-20one more file to commit with regenpooka
2010-05-20regen: rump_vfs_extattrctlpooka
2010-05-20open VFS_EXTATTRCTL to user namespacepooka
2010-05-20Fix typo.pooka
2010-05-19only use bus_space*() on drm_local_map_t's that have been mapped intomrg
2010-05-19Changes in cdce(4).jakllsch
2010-05-19delint previouschristos
2010-05-19Replace ether_nonstatic_aton with achristos
2010-05-19Changes to ether_nonstatic_aton():jakllsch
2010-05-19Implemented support for boot arguments.phx
2010-05-19Updated Synology extclk from latest Linux/Synology source.phx
2010-05-18Add missing includemartin
2010-05-18Whoops, default to MP locking.pooka
2010-05-18Add uniprocessor versions of mutex/rw/cv. They work only on virtualpooka
2010-05-18Namespace rump-only kernel biglock routines appropriately.pooka
2010-05-18Move routines related to kernel locking and scheduling frompooka
2010-05-18Add multi device strip support written by Guillermo Amaral and reviewed by me.haad
2010-05-18Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync functionhaad
2010-05-18Recognize a network boot device by its PCI tag, even when it is not directlyphx
2010-05-18Fix typo in comment.haad
2010-05-18Make it possible to use the scheduler lock as the rumpuser condvarpooka
2010-05-18Set Synology extclk from 33.333333MHz to 33.164526MHz, which reduces thephx
2010-05-18Synology PCI fixup, submitted by Toru Nishimura.phx
2010-05-18move the mutex_init() for ci_ctx_lock inside cpu_attach() so thatmrg
2010-05-17Use wput_utf8() to improve conversion of UTF-16 GPT partition names to UTF-8.jakllsch
2010-05-17Excluded KUROBOX from GENERIC.NAS because console is on a different port.phx
2010-05-17CPPFLAGS cleanup, submited by Toru Nishimura.phx