Age | Commit message (Expand) | Author |
2011-12-30 | Cope with dom0s which do not respect feature-no-csum-offload | Samuel Thibault |
2011-12-29 | Fix typo | Samuel Thibault |
2011-12-29 | Upgrade number of event queues | Samuel Thibault |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Remove the defunct kernel_task_create() function | Richard Braun |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-12-17 | Adjust VM initialization | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-12-17 | Import the slab allocator | Richard Braun |
2011-12-17 | Import utility files | Richard Braun |
2011-11-27 | Keep frame pointer when debugger is enabled | Samuel Thibault |
2011-10-16 | Merge branch 'master' of callisto:gnumach | Samuel Thibault |
2011-10-16 | Do not map xen driver pages | Samuel Thibault |
2011-10-16 | Increase kmem area for the Xen case. | Samuel Thibault |
2011-10-10 | Raise block device interrupt level to SPL6 | Samuel Thibault |
2011-10-10 | Raise Linux kmem memory size | Samuel Thibault |
2011-10-10 | Leave interrupts enabled in sym53c8xx driver | Samuel Thibault |
2011-10-09 | Define BITS_PER_LONG for Linux code | Samuel Thibault |
2011-10-08 | Add sym53c8xx driver from linux 2.2 | Samuel Thibault |
2011-09-28 | fix copy out-of-line data when length >= 512MB | Sergio Lopez |
2011-09-28 | Make thread_suspend honor the TH_UNINT flag | Sergio López |
2011-09-12 | Remove unused [!MACH_KERNEL] driver code | Guillem Jover |
2011-09-09 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2011-09-09 | Do not take unused strpbrk() from libc | Guillem Jover |
2011-09-06 | * .gitignore: Tighten some rules, and distribute others to... | Thomas Schwinge |
2011-09-06 | * i386/i386/pcb.h (stack_attach): Parameterize the continuation parameter's | Thomas Schwinge |
2011-09-06 | Move i386/i386/locore.S declarations. | Thomas Schwinge |
2011-09-06 | Further prototyping work for memory_object_proxy.c functions. | Thomas Schwinge |
2011-09-05 | Drop module memory free verbosity | Samuel Thibault |
2011-09-05 | Free memory used by boot modules | Samuel Thibault |
2011-09-03 | Add prototypes for memory_object_proxy.c functions | Fridolín Pokorný |
2011-09-03 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2011-09-02 | Remove long obsolete RPC routines | Guillem Jover |
2011-09-02 | Do not remap errno codes from E* to LINUX_E* | Guillem Jover |
2011-09-02 | Use Mach native error codes instead of POSIX errno E* ones | Guillem Jover |
2011-09-02 | Change argument name to match function body usage | Guillem Jover |
2011-09-02 | Disable set but unused variable | Guillem Jover |
2011-09-02 | Remove set but unused variables | Guillem Jover |
2011-09-02 | Cast addr argument to vm_offset_t | Guillem Jover |
2011-09-02 | Add vsnprintf prototype | Guillem Jover |
2011-09-02 | Add missing headers | Guillem Jover |
2011-09-01 | Add missing header file to the distribution. | Ludovic Courtès |
2011-09-01 | Fix documentation | Samuel Thibault |
2011-09-01 | Close kernel stacks. | Samuel Thibault |
2011-09-01 | Fix PC sampling | Samuel Thibault |
2011-08-31 | Add silent rules support if available and disable it by default | Guillem Jover |
2011-08-31 | Optimize copyout path | Samuel Thibault |
2011-08-31 | Fix copyout retry on lazy allocation on >= i486 | Samuel Thibault |
2011-08-31 | Disable global page while writing in kernel space | Samuel Thibault |
2011-08-31 | Protect set_cr3 against compiler assignment optimizations | Samuel Thibault |