Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-23 | New upstream snapshot | Samuel Thibault | |
2012-11-25 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
Conflicts: dde_e100/Makefile dde_e1000/Makefile dde_ne2k_pci/Makefile dde_pcnet32/Makefile dde_rtl8139/Makefile | |||
2012-11-25 | Move DDE to pthreads | Richard Braun | |
2012-02-22 | Clean up includes | Samuel Thibault | |
To use the standard hurd Makeconf rules and permit external dde_* build Conflicts: dde_e100/Makefile dde_e1000/Makefile dde_ne2k_pci/Makefile dde_pcnet32/Makefile dde_rtl8139/Makefile | |||
2012-02-22 | Clean up includes | Samuel Thibault | |
To use the standard hurd Makeconf rules and permit external dde_* build | |||
2012-02-19 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
2012-02-19 | Prevent dynamic linking | Samuel Thibault | |
2012-02-19 | Merge remote-tracking branch 'mainline/master' into dde | Samuel Thibault | |
Conflicts: Makefile boot/ChangeLog boot/boot.c configure configure.in doc/ChangeLog libdiskfs/ChangeLog libdiskfs/boot-start.c libports/manage-multithread.c libthreads/ChangeLog libthreads/alpha/thread.c pfinet/ChangeLog pfinet/iioctl-ops.c pfinet/linux-src/net/ipv6/addrconf.c pfinet/linux-src/net/ipv6/icmpv6.c utils/settrans.c | |||
2012-02-19 | Fix calling initializers, const seems to upset the dynlinker | Samuel Thibault | |
2012-02-19 | Fix calling initializers, const seems to upset the dynlinker | Samuel Thibault | |
2012-02-18 | Use experimental.defs instead of patched device.defs and mach.defs | Samuel Thibault | |
2012-02-18 | Fix figure | Samuel Thibault | |
2012-02-18 | remove duplicate headers, to be replaced by experimental.defs | Samuel Thibault | |
2011-08-23 | missing rename | Samuel Thibault | |
2011-08-23 | missing irq->line renaming | Samuel Thibault | |
2011-08-23 | rename intr.h constants | Samuel Thibault | |
2011-08-23 | rename device_intr_notify into device_intr_register | Samuel Thibault | |
2011-08-23 | rename irq into intr or line | Samuel Thibault | |
2011-08-23 | rename device_irq_enable into device_intr_enable | Samuel Thibault | |
2011-05-08 | reorder vm_allocate_contiguous parameter like vm_allocate | Samuel Thibault | |
2011-05-08 | Rename vm_dma_buff_alloc RPC into vm_allocate_contiguous | Samuel Thibault | |
2011-05-08 | Do not skip old RPCs | Samuel Thibault | |
2011-05-08 | remove .svn directories | Samuel Thibault | |
2010-06-15 | implement get_random_bytes() with random() in libc | Zheng Da | |
2010-06-14 | fix compiling problems in libddekit and libmachdev. | Zheng Da | |
2010-06-09 | fix a race condition in the interrupt handler. | Zheng Da | |
2010-06-09 | make __l4ddekit_initcall_* variables global. | Zheng Da | |
2010-06-05 | remove printing. | Zheng Da | |
2010-05-31 | change Makefile to install ddekit header files. | Zheng Da | |
2010-05-28 | ddekit slab uses libhurd-slab. | Zheng Da | |
2010-05-28 | reimplement ddekit_large_malloc. | Zheng Da | |
2010-05-28 | memory from linux_kmalloc is aligned with cache line size. | Zheng Da | |
It's an ugly fix. | |||
2010-05-11 | block intloop thread when irq is disabled. | Zheng Da | |
2010-05-07 | call device_irq_enable even when interrupt is ignored. | Zheng Da | |
2010-05-07 | fix a bug when device_intr_notify return an error. | Zheng Da | |
2010-05-04 | Add util.h in libddekit. | Zheng Da | |
2010-05-04 | Use more memory chunks for linux_kmalloc. | Zheng Da | |
2010-04-22 | ddekit: print messages. | Zheng Da | |
2010-04-22 | jiffies in the type of unsigned long. | Zheng Da | |
2010-04-22 | jiffies in the type of unsigned long. | Zheng Da | |
2010-04-06 | implement dump_stack in libddekit with backtrace. | Zheng Da | |
2010-04-06 | Use mem device to map memory for MMIO. | Zheng Da | |
2010-03-03 | Support MMIO. | Zheng Da | |
2010-02-28 | reset the helder pointer before unlock in ddekit lock. | Zheng Da | |
I don't know if it helps fix any bugs, but it should be a right thing to do. | |||
2010-02-27 | IRQ server doesn't have reply messages. | Zheng Da | |
2010-02-27 | Add `flags` in RPC device_intr_notify definition. | Zheng Da | |
2010-02-27 | Add `flags` for interrupt registration. | Zheng Da | |
2010-02-27 | remove RPCs for PCI conf space. | Zheng Da | |
2010-02-05 | print to stderr. | Zheng Da | |
2010-02-05 | fix a bug in ddekit: use the relative time. | Zheng Da | |