Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Simply use -l to link libmachdev and libddekit | 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 | |
2012-02-19 | fix link | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2010-08-01 | link DDE drivers with BPF library. | Zheng Da | |
2010-06-15 | handle the case hurd is built in a separate dir. | Zheng Da | |
if hurd is built in its source tree, nothing needs to be changed. but if hurd is built in a separate directory, BUILDDIR has to specify the path where hurd is built. | |||
2010-06-09 | Fix up DDE paths | Olaf Buddenhagen | |
2010-05-31 | make glue code of networking more independant. | Zheng Da | |
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs. | |||
2010-05-28 | link to libhurd-slab while building dde drivers. | Zheng Da | |
2010-05-11 | Add e100. | Zheng Da | |
it's not work in dde yet. |