| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-25 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2013-02-25 | Merge remote-tracking branch 'incubator/dde' into dde-upstream | Samuel Thibault | |
| 2013-02-24 | Fix getting parameter for set_status | Samuel Thibault | |
| * libmachdev/net.c (device_set_status): Use count as number of parameter, not number of bytes. Take status as integer, not short. | |||
| 2012-11-27 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-11-27 | Merge remote-tracking branch 'incubator/dde' into dde-upstream | Samuel Thibault | |
| 2012-11-27 | Move DDE to pthreads | Richard Braun | |
| Makefiles, headers, types, macros and function calls are renamed where appropriate. ds_server now takes a void* and returns a void*. * dde26_test/Makefile: Switch from cthreads to pthreads. * dde_e100/Makefile: Likewise. * dde_e100/main.c: Likewise. * dde26_test/Makefile: Likewise. * dde_e100/Makefile: Likewise. * dde_e100/main.c: Likewise. * dde_e1000/Makefile: Likewise. * dde_e1000/main.c: Likewise. * dde_ne2k_pci/Makefile: Likewise. * dde_ne2k_pci/main.c: Likewise. * dde_pcnet32/Makefile: Likewise. * dde_pcnet32/main.c: Likewise. * dde_pcnet32_test/Makefile: Likewise. * dde_rtl8139/Makefile: Likewise. * dde_rtl8139/main.c: Likewise. * libbpf/Makefile: Likewise. * libddekit/Makefile: Likewise. * libddekit/condvar.c: Likewise. * libddekit/lock.c: Likewise. * libddekit/pgtab.c: Likewise. * libddekit/thread.c: Likewise. * libddekit/timer.c: Likewise. * libhurd-slab/Makefile: Likewise. * libhurd-slab/slab.c: Likewise. * libhurd-slab/slab.h: Likewise. * libmachdev/Makefile: Likewise. * libmachdev/dev_hdr.h: Likewise. * libmachdev/ds_routines.c: Likewise. * libmachdev/if_hdr.h: Likewise. * libmachdev/io_req.h: Likewise. * libmachdev/machdev.h: Likewise. * libmachdev/net.c: Likewise. * libmachdev/queue.h: Likewise. | |||
| 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-07-10 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-07-10 | Clear some unsupported config options | Samuel Thibault | |
| * libdde_linux26/include/linux/autoconf.h (CONFIG_DMI, CONFIG_PCIEAER): Undefine. | |||
| 2012-07-06 | Fix probing for all PCI buses, not only 0 and 2 | Samuel Thibault | |
| * libdde_linux26/lib/src/arch/l4/pci.c (pci_bus, pci_bus1): Remove variables. (l4dde26_init_pci): Use ddekit_pci_get_device to find out all buses to be probed for. | |||
| 2012-07-01 | Add boot_cpu_data | Samuel Thibault | |
| * lib/src/arch/x86/kernel/setup.c: New file * lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/setup.c | |||
| 2012-07-01 | Add dma resource management | Samuel Thibault | |
| * contrib/kernel/dma.c: New file. * lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/dma.c | |||
| 2012-07-01 | Fix link issue | Samuel Thibault | |
| * libdde_linux26/contrib/mm/dmapool.c: Include <ddekit/timer.h> | |||
| 2012-06-30 | Add param_set/get_charp/bool/invboll | Samuel Thibault | |
| * libdde_linux26/lib/src/arch/l4/param.c (param_set_charp, param_get_charp, param_set_bool, param_get_bool, param_set_invbool, param_get_invbool): New functions. | |||
| 2012-06-30 | Add tasklet_kill | Samuel Thibault | |
| * libdde_linux26/lib/src/arch/l4/softirq.c (tasklet_kill): New function. | |||
| 2012-06-30 | Add nr_irqs | Samuel Thibault | |
| * libdde_linux26/lib/src/kernel/irq/handle.c: New file. * libdde_linux26/lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add handle.c | |||
| 2012-06-05 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-06-05 | Merge remote-tracking branch 'incubator/dde' into dde-upstream | Samuel Thibault | |
| 2012-05-20 | Move filter_hash_header definition to C file | Samuel Thibault | |
| * libbpf/bpf_impl.h (filter_hash_header): Move definition... * libbpf/bpf_impl.c: ... to this file. | |||
| 2012-05-20 | Do not stop delivering packets when a pfinet has died | Samuel Thibault | |
| We should remove the pfinet from the list instead. * libmachdev/net.c (deliver_msg): Do not break the deliver loop when mach_msg returned an error. | |||
| 2012-05-20 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-05-17 | Merge branch 'dde' into dde-debian | Samuel Thibault | |
| 2012-05-17 | Fix do_softirq prototype according to declaration | Samuel Thibault | |
| 2012-04-08 | Merge branch 'dde' of git.debian.org:/git/pkg-hurd/hurd into dde | Samuel Thibault | |
| 2012-04-08 | Merge remote-tracking branch 'incubator/dde-debian' into dde | Samuel Thibault | |
| 2012-04-08 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-04-08 | Merge branch 'dde' of git.debian.org:/git/pkg-hurd/hurd into dde | Samuel Thibault | |
| Conflicts: pfinet/ethernet.c | |||
| 2012-04-07 | Do not enable irqs during softirq processing, just like upstream DDE | Samuel Thibault | |
| 2012-04-07 | Do not enable irqs during softirq processing, just like upstream DDE | Samuel Thibault | |
| 2012-04-07 | Merge branch 'dde' into dde-debian | Samuel Thibault | |
| 2012-04-07 | Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde | Samuel Thibault | |
| 2012-04-07 | Revert to upstream DDE cli_sti code, with __thread | Samuel Thibault | |
| Flags in Linux and L4 are a per-processor thing. In userland, that simply maps to a per-thread thing. Using a lock instead introduces deadlocks. | |||
| 2012-02-25 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-02-25 | Print a message when a firmware is request | Samuel Thibault | |
| to let the user have an idea why the driver does not work. | |||
| 2012-02-22 | 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-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 | Simply use -l to link libmachdev and libddekit | Samuel Thibault | |
| 2012-02-19 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-02-19 | Prevent dynamic linking | Samuel Thibault | |
| 2012-02-19 | Merge branch 'dde' into dde-debian | Samuel Thibault | |
| 2012-02-19 | Install machdev.h | Samuel Thibault | |
| 2012-02-19 | Install machdev.h | Samuel Thibault | |
| 2012-02-19 | Merge branch 'dde' into dde-debian | Samuel Thibault | |
| 2012-02-19 | Merge remote-tracking branch 'mainline/master' into dde | Samuel Thibault | |
| 2012-02-19 | Fix ddekit initialization. Shared linking makes initcall fail | Samuel Thibault | |
| 2012-02-19 | Dynamically link against libddekit, libhurd-slab and libbpf | Samuel Thibault | |
| 2012-02-19 | Merge branch 'dde-upstream' into dde | Samuel Thibault | |
| 2012-02-19 | Simplify link flags computation | Samuel Thibault | |
