summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2016-02-28Cleanupsjustus/dde-0Justus Winter
2016-02-27Drop new notification, the old one is fine and turned out to be extensibleJustus Winter
2016-02-27No need for a new kind of notification, we can provide a smoother upgrade pathJustus Winter
2016-02-26New kind of notification, untestedJustus Winter
2016-02-26Avoid cli/sti in favor of cpu_intr_{save,restore}Justus Winter
2016-02-26Add copyright noticesJustus Winter
2016-02-26Fix infinite loop with cli if netdde is killed with pending irqsJustus Winter
2016-02-26Fix xen buildJustus Winter
2016-02-26Fix reference counting; use dead-name notificationJustus Winter
2016-02-26Use the slab allocatorJustus Winter
2016-02-26ReorderJustus Winter
2016-02-26Fix synchronizationJustus Winter
2016-02-25Some cleanups of the userspace interrupt handlingJustus Winter
2016-02-25Rework/comment on the userspace interrupt handlingJustus Winter
2016-02-25Disable disabling the irq via device_intr_enableJustus Winter
2016-02-2570_dde.patchJustus Winter
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2015-09-27Fix build with -DDEBUGJustus Winter
2015-07-11kern: make sure the queue macros are only used on queuesJustus Winter
2015-06-28i386: improve the immediate consoleJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-02Fix warningsSamuel Thibault
2015-05-02Fix block_io_mmap prototypeSamuel Thibault
2015-01-02device: Fix typos in comments (found by codespell)Stefan Weil
2014-06-11device: fix net_rcv_msg-messagesJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2014-02-05Remove duplicate typedefSamuel Thibault
2013-12-20Mark pure functions with attribute pureMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17device: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17Cleanup of the copyin() and copyout() callsMarin Ramesa
2013-12-15device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...Marin Ramesa
2013-12-15device/dev_pager.c: remove unnecessary castsMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-10device/subrs.c: use io_req_t instead of struct bufMarin Ramesa
2013-12-10device/net_io.c: remove forward declarationsMarin Ramesa
2013-12-10device/dev_pager.c: remove forward declarationsMarin Ramesa
2013-12-10device/dev_pager.c: remove forward declarationMarin Ramesa
2013-12-10device/dev_pager.c (device_pager_data_request_done): remove unnecessary castMarin Ramesa
2013-12-10device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (...Marin Ramesa
2013-12-10device/dev_pager.c (device_pager_data_request): remove forward declarationMarin Ramesa
2013-12-10device/cons.c: fix argument listMarin Ramesa
2013-12-10device/cirbuf.c (cb_free): use vm_size_t instead of an intMarin Ramesa
2013-12-10device/cirbuf.c (cb_alloc): use vm_size_t instead of an intMarin Ramesa
2013-12-10device/chario.c: trivial stylistic fix for consistencyMarin Ramesa
2013-12-09i386/i386at/kd.c: use io_req instead of uioMarin Ramesa
2013-12-09i386/i386at/com.c: fix assignment from incompatible pointer typeMarin Ramesa