Age | Commit message (Collapse) | Author |
|
|
|
* libdde_linux26/include/linux/autoconf.h (CONFIG_DMI, CONFIG_PCIEAER):
Undefine.
|
|
* 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.
|
|
* lib/src/arch/x86/kernel/setup.c: New file
* lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/setup.c
|
|
* contrib/kernel/dma.c: New file.
* lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/dma.c
|
|
* libdde_linux26/contrib/mm/dmapool.c: Include <ddekit/timer.h>
|
|
* 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.
|
|
* libdde_linux26/lib/src/arch/l4/softirq.c (tasklet_kill): New function.
|
|
* libdde_linux26/lib/src/kernel/irq/handle.c: New file.
* libdde_linux26/lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add handle.c
|
|
* libbpf/bpf_impl.h (filter_hash_header): Move definition...
* libbpf/bpf_impl.c: ... to this file.
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
to let the user have an idea why the driver does not work.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
* 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.
|
|
|
|
* 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.
|
|
Conflicts:
libthreads/ChangeLog
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix spelling with codespell[1] and manually review it.
[1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
|
|
This reverts commit fb489ff7a7989b85ae4f3c1deaf5dbf816de6545.
The Makefile rules are not actually regenerating them properly.
|
|
|
|
|
|
|