Age | Commit message (Expand) | Author |
2014-04-30 | vm: make struct vm_map fit into a cache line | Justus Winter |
2014-04-30 | i386: fix MACHINE_SERVER_HEADER | Justus Winter |
2014-04-30 | kern: include the MIG-generated server headers for MACHINE_SERVER | Justus Winter |
2014-04-30 | include: do not guard the host_slab_info RPC with MACH_VM_DEBUG | Justus Winter |
2014-04-30 | Install the mach_debug header files | Justus Winter |
2014-04-30 | doc: fix the number of priorities | Justus Winter |
2014-04-25 | Make sure mig is available | Samuel Thibault |
2014-04-13 | kern: set the name of tasks created during the bootstrap | Justus Winter |
2014-04-10 | include: fix the definition of device_open | Justus Winter |
2014-04-08 | include: make the device_t types translation functions mutable | Justus Winter |
2014-04-05 | include: make the notify_port_t types translation functions mutable | Justus Winter |
2014-04-04 | Convert from K&R to ANSI | Marin Ramesa |
2014-04-04 | Fix prototype | Samuel Thibault |
2014-04-04 | Use explicit prototypes for struct dev_ops fields | Marin Ramesa |
2014-03-28 | Assume EGA/VGA card | Samuel Thibault |
2014-03-28 | Really default to EGA/VGA on unknown CMOS values | Samuel Thibault |
2014-03-26 | kern: fix formatting of multiboot modules | Justus Winter |
2014-03-25 | include: make the memory_object_t types translation functions mutable | Justus Winter |
2014-03-22 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-03-22 | Fix overflow | Samuel Thibault |
2014-03-20 | xen: fix error handling | Justus Winter |
2014-03-20 | Only complain once per boot about Xen console smash | Samuel Thibault |
2014-03-17 | Increase possible number of AHCI devices to 8 | Samuel Thibault |
2014-03-03 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-03-03 | Keep two virtual pages as mapping windows to access physical memory | Samuel Thibault |
2014-02-26 | kern: fix mig_strncpy | Justus Winter |
2014-02-23 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-02-23 | AHCI driver cleanups | Samuel Thibault |
2014-02-19 | include: skip routines related to migrating threads | Justus Winter |
2014-02-12 | Reduce kmem_map to make room for kentry_data_size | Samuel Thibault |
2014-02-10 | Make open return ENXIO on missing CD-ROM | Samuel Thibault |
2014-02-10 | Add quiet flag to CD I/O | Samuel Thibault |
2014-02-10 | Add missing initialization | Samuel Thibault |
2014-02-10 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-02-10 | Add quiet flag to block I/O | Samuel Thibault |
2014-02-06 | vm: trigger garbage collection on kernel memory pressure | Richard Braun |
2014-02-05 | Remove duplicate typedef | Samuel Thibault |
2014-02-05 | doc: document task_set_name | Justus Winter |
2014-02-05 | include: add task_set_name | Justus Winter |
2014-02-05 | kern: implement task_set_name | Justus Winter |
2014-02-04 | Fix comstart when the queue is empty | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | xen: fix buffer size | Justus Winter |
2014-02-04 | ddb: safely copy symbol names into the symtab structure | Justus Winter |
2014-02-04 | kern: make kmem_error panic | Justus Winter |
2014-02-04 | kern: use kmem_warn instead of kmem_error in kmem_cache_error | Justus Winter |
2014-02-04 | Fix FPU state copy size | Samuel Thibault |