summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2020-07-09Fix RPC interfaceDamien Zammit
2020-07-09Merge branch 'master' into master-user_level_driversSamuel Thibault
2020-07-09Add missing license statementsSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2020-03-31Restore vm_size_t to natural_tSamuel Thibault
2020-03-2964bit: fix warningsSamuel Thibault
2020-03-2964bit: Fix vm_size_t sizeSamuel Thibault
2020-03-09Clean exposition of interface to userlandSamuel Thibault
2019-11-16Add port and entry in debugging printsSamuel Thibault
2019-11-12Replace cli/sti with splhigh/splxSamuel Thibault
2019-11-12More debuggingSamuel Thibault
2019-11-12Make cleaning unacked IRQs less noisySamuel Thibault
2019-11-12Move most user interrupt management to device/intr.cSamuel Thibault
2019-11-12Fix build warningsSamuel Thibault
2019-11-12Make userland irqs use counting, so both Linux and dde can mask interrupt as ...Samuel Thibault
2019-11-11Merge branch 'master' into master-user_level_driversSamuel Thibault
2018-07-28device: Fix d_mmap typeSamuel Thibault
2018-07-28Fix dev_ops typesSamuel Thibault
2017-09-21device: Remove unused file.Justus Winter
2017-01-02Merge branch 'master' into master-user_level_driversSamuel Thibault
2016-10-03Remove deprecated external memory management interface.Justus Winter
2016-10-02Merge branch 'master' into HEADSamuel Thibault
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-04-12Fix crash when delivering the interrupt makes the thread sleep.Samuel 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