Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-17 | Fix do_softirq prototype according to declaration | Samuel Thibault | |
2012-04-07 | Do not enable irqs during softirq processing, just like upstream DDE | 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 | 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 | 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-19 | Prevent dynamic linking | Samuel Thibault | |
2012-02-19 | Install machdev.h | Samuel Thibault | |
2012-02-19 | Merge remote-tracking branch 'mainline/master' into dde | Samuel Thibault | |
2012-02-19 | Simplify link flags computation | Samuel Thibault | |
2012-02-19 | Fix format security | Samuel Thibault | |
2012-02-19 | Merge remote-tracking branch 'mainline/master' into dde | Samuel Thibault | |
2012-02-19 | cleanup | 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-18 | Remove generated file | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2012-02-18 | Fix link command | Samuel Thibault | |
2012-02-16 | fix build (probably for newer perl) | Samuel Thibault | |
2011-11-24 | Merge remote-tracking branch 'darnassus/master' | Thomas Schwinge | |
2011-11-24 | * configure: Regenerate. | Thomas Schwinge | |
2011-11-20 | configure: Use modern `AC_INIT' invocation. | Ludovic Courtès | |
* Makeconf (hurd-version): Move to... * config.make.in (hurd-version): ... here. Set to @PACKAGE_VERSION@. * configure.in: Change `AC_INIT' invocation to specify the package name, version number, and bug report address. | |||
2011-11-06 | Fix unlocking in raw_local_irq_restore inside a fake_local_irq_disable/restore | Samuel Thibault | |
* libdde_linux26/lib/src/arch/l4/cli_sti.c (unlock_refcnt): New variable. (raw_local_irq_restore): Unlock `cli_lock' when `flags' are equal to `unlock_refcnt' (and clear the latter). (raw_local_irq_disable): If `cli_lock' was not locked, save the current value of `_refcnt' into `unlock_refcnt', unless the former is already smaller than the latter. | |||
2011-11-05 | * configure: Regenerate. | Thomas Schwinge | |
2011-11-05 | Disable NFS translator and daemon compilation when Sun RPC is lacking. | Ludovic Courtès | |
* Makefile (prog-subdirs): Make `nfs' and `nfsd' conditional on $(HAVE_SUN_RPC) = yes. * config.make.in (HAVE_SUN_RPC): New variable. * configure.in: Check for <rpc/types.h> and `clnt_create'. * README.CVS: Document dependency on a Sun RPC implementation. | |||
2011-10-20 | Merge branch 'tls/libthreads' | Thomas Schwinge | |
Conflicts: libthreads/ChangeLog | |||
2011-10-19 | Add missing format strings for error, printk, problem | Pino Toscano | |
Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it. | |||
2011-08-23 | missing irq->line renaming | 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-08-20 | fix common misspellings | Jonathan Neuschäfer | |
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||
2011-06-30 | Revert "drop generated files" | Samuel Thibault | |
This reverts commit fb489ff7a7989b85ae4f3c1deaf5dbf816de6545. The Makefile rules are not actually regenerating them properly. | |||
2011-05-09 | drop generated files | 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 | drop intermediate backup | Samuel Thibault | |
2011-05-08 | drop patch file | Samuel Thibault | |
2011-05-08 | drop libpthread | Samuel Thibault | |
2011-05-08 | drop intermediate backup | Samuel Thibault | |
2011-05-08 | drop generated file | Samuel Thibault | |