summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2017-09-21device: Remove unused file.Justus Winter
2016-10-03Remove deprecated external memory management interface.Justus Winter
2016-09-16VM: improve pageout deadlock workaroundRichard Braun
2016-09-07Remove map entry pageability property.Richard Braun
2016-05-18Fix gcc-6 warningsSamuel Thibault
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
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-08device/tty.h, chario.h: move prototypeMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/if_ether.h: remove unused variableMarin Ramesa
2013-12-08device/dev_lookup.c: remove unused lockMarin Ramesa
2013-12-08device/cirbuf.c: use boolean instead of an intMarin Ramesa
2013-12-08device/chario.c: use boolean instead of an intMarin Ramesa
2013-12-08Fix implicit declaration of functionSamuel Thibault
2013-12-08device/device_types_kernel.h: remove redeclaration of dev_port_lookup()Marin Ramesa
2013-12-08Add comments after endifsMarin Ramesa