Age | Commit message (Expand) | Author |
2011-01-15 | Move -d and -H parse to kern/startup.c | Samuel Thibault |
2010-12-09 | memcpy operands are not supposed to overlap | Samuel Thibault |
2010-10-24 | Avoid harmless warning | Samuel Thibault |
2010-10-23 | Add prototype for strstr | Samuel Thibault |
2010-10-23 | Add prototype for discover_x86_cpu_type | Samuel Thibault |
2010-10-23 | Warn on unknown CPU family | Samuel Thibault |
2010-10-23 | Recognize P4 and Opteron-like as pentium pro | Samuel Thibault |
2010-09-19 | Fix device_get/set_status ABI for NET_FLAGS | Samuel Thibault |
2010-09-14 | Merge branch 'typo-print' | Thomas Schwinge |
2010-09-14 | Typo fix. | Thomas Schwinge |
2010-09-14 | Fix ifunc entries | Samuel Thibault |
2010-09-08 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2010-09-08 | Fix non-contiguous PCI functions | Samuel Thibault |
2010-08-27 | Fix "make dist" | Guillem Jover |
2010-08-26 | Do not advice to install libc0.3-xen on 4gb_segment trap | Samuel Thibault |
2010-08-22 | Disable 4gb segment emulation notification on first notification | Samuel Thibault |
2010-08-22 | Report Xen 4gb segment emulation | Samuel Thibault |
2010-08-01 | Fix unexpected irq + irq timeout on write | Samuel Thibault |
2010-08-01 | Move read-only sections to after text section | Samuel Thibault |
2010-07-31 | Un-whitelist the QEMU harddisk for DMA support | Samuel Thibault |
2010-07-31 | Put a name on the 16MiB magic number | Samuel Thibault |
2010-06-25 | Route BLKRRPART to partitions layer | Jeremie Koenig |
2010-04-16 | Add memory clobbers to segment selector loaders | Samuel Thibault |
2010-04-08 | Fix bootstrap additional mapping | Samuel Thibault |
2010-04-08 | Extend machine addresses to 64bit for PAE | Samuel Thibault |
2010-04-06 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2010-04-06 | Fix crash on Xen when no module is provided | Samuel Thibault |
2010-03-15 | Require GNU Automake 1.10.2. | Thomas Schwinge |
2010-03-14 | Fix Xen build without kdb | Samuel Thibault |
2010-03-14 | Add mem device | Samuel Thibault |
2010-03-02 | whitelist the QEMU harddisk for DMA support | Samuel Thibault |
2010-01-04 | ignore bogus FDPT information from BIOS | Samuel Thibault |
2009-12-22 | Align mach_port_deallocate debug flag with usage | Samuel Thibault |
2009-12-22 | Do not systematically debug buggy port deallocation | Samuel Thibault |
2009-12-22 | Merge branch 'master' of debhurd0:xen/gnumach | Samuel Thibault |
2009-12-22 | Fix debugger trigger | root |
2009-12-21 | Invoke debugger on duplicate port deallocation | Samuel Thibault |
2009-12-21 | Add a SoftDebugger function | Samuel Thibault |
2009-12-19 | Document kdb_kintr stack manipulation | Samuel Thibault |
2009-12-19 | Fix debugger trigger | root |
2009-12-18 | Add missing casts | Guillem Jover |
2009-12-18 | Add missing function prototypes | Guillem Jover |
2009-12-18 | Use `unsigned char *' for byte buffers | Guillem Jover |
2009-12-18 | Mark macro arguments as used | Guillem Jover |
2009-12-18 | Missing `*' in assembler indirect lcall | Guillem Jover |
2009-12-18 | Interrupt handlers do not return any value | Guillem Jover |
2009-12-18 | Use selector definitions from Mach for Linux code | Guillem Jover |
2009-12-18 | Move linux/dev/include/asm-i386/segment.h to src tree | Guillem Jover |
2009-12-18 | Match function types with `struct tty' member functions | Guillem Jover |
2009-12-18 | Use explicit type int when defining register variables | Guillem Jover |