index
:
teythoon/gnumach.git
fix-ipc-space-locking-2015-07-27
fix-ipc-space-locking-2015-08-15
justus/dde-0
master
pmm-2015-07-27
pmm-2015-08-12
pmm-2015-08-14
pmm-2015-08-15
pmm-2015-08-16
pmm-2015-08-26
pmm-2015-08-28
pmm-2015-09-25
Personal GNU Mach development repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
device
Age
Commit message (
Expand
)
Author
2016-02-28
Cleanups
justus/dde-0
Justus Winter
2016-02-27
Drop new notification, the old one is fine and turned out to be extensible
Justus Winter
2016-02-27
No need for a new kind of notification, we can provide a smoother upgrade path
Justus Winter
2016-02-26
New kind of notification, untested
Justus Winter
2016-02-26
Avoid cli/sti in favor of cpu_intr_{save,restore}
Justus Winter
2016-02-26
Add copyright notices
Justus Winter
2016-02-26
Fix infinite loop with cli if netdde is killed with pending irqs
Justus Winter
2016-02-26
Fix xen build
Justus Winter
2016-02-26
Fix reference counting; use dead-name notification
Justus Winter
2016-02-26
Use the slab allocator
Justus Winter
2016-02-26
Reorder
Justus Winter
2016-02-26
Fix synchronization
Justus Winter
2016-02-25
Some cleanups of the userspace interrupt handling
Justus Winter
2016-02-25
Rework/comment on the userspace interrupt handling
Justus Winter
2016-02-25
Disable disabling the irq via device_intr_enable
Justus Winter
2016-02-25
70_dde.patch
Justus Winter
2016-02-02
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2015-09-27
Fix build with -DDEBUG
Justus Winter
2015-07-11
kern: make sure the queue macros are only used on queues
Justus Winter
2015-06-28
i386: improve the immediate console
Justus Winter
2015-05-19
kern: import `macros.h' from x15
Justus Winter
2015-05-02
Fix warnings
Samuel Thibault
2015-05-02
Fix block_io_mmap prototype
Samuel Thibault
2015-01-02
device: Fix typos in comments (found by codespell)
Stefan Weil
2014-06-11
device: fix net_rcv_msg-messages
Justus Winter
2014-04-04
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-02-05
Remove duplicate typedef
Samuel Thibault
2013-12-20
Mark pure functions with attribute pure
Marin Ramesa
2013-12-20
Declare void argument lists (part 2)
Marin Ramesa
2013-12-17
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
device: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-15
device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...
Marin Ramesa
2013-12-15
device/dev_pager.c: remove unnecessary casts
Marin Ramesa
2013-12-15
Declare void argument lists
Marin Ramesa
2013-12-11
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-10
device/subrs.c: use io_req_t instead of struct buf
Marin Ramesa
2013-12-10
device/net_io.c: remove forward declarations
Marin Ramesa
2013-12-10
device/dev_pager.c: remove forward declarations
Marin Ramesa
2013-12-10
device/dev_pager.c: remove forward declaration
Marin Ramesa
2013-12-10
device/dev_pager.c (device_pager_data_request_done): remove unnecessary cast
Marin Ramesa
2013-12-10
device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (...
Marin Ramesa
2013-12-10
device/dev_pager.c (device_pager_data_request): remove forward declaration
Marin Ramesa
2013-12-10
device/cons.c: fix argument list
Marin Ramesa
2013-12-10
device/cirbuf.c (cb_free): use vm_size_t instead of an int
Marin Ramesa
2013-12-10
device/cirbuf.c (cb_alloc): use vm_size_t instead of an int
Marin Ramesa
2013-12-10
device/chario.c: trivial stylistic fix for consistency
Marin Ramesa
2013-12-09
i386/i386at/kd.c: use io_req instead of uio
Marin Ramesa
2013-12-09
i386/i386at/com.c: fix assignment from incompatible pointer type
Marin Ramesa
[next]