Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[d99120f:2b0db98]
in mainline
Files:
24 added
12 deleted
129 edited
.bzrignore
(modified)
(
view diffs
)
Makefile
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/arch/ia64/Makefile.inc
(modified)
(
view diffs
)
contrib/conf/net-qe.sh
(modified)
(
view diffs
)
defaults/amd64/Makefile.config
(modified)
(
view diffs
)
defaults/arm32/Makefile.config
(modified)
(
view diffs
)
defaults/ia32/Makefile.config
(modified)
(
view diffs
)
defaults/ia64/Makefile.config
(modified)
(
view diffs
)
defaults/mips32/Makefile.config
(modified)
(
view diffs
)
defaults/ppc32/Makefile.config
(modified)
(
view diffs
)
defaults/sparc64/Makefile.config
(modified)
(
view diffs
)
defaults/special/Makefile.config
(modified)
(
view diffs
)
kernel/arch/amd64/src/amd64.c
(modified)
(
view diffs
)
kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/mach/testarm/testarm.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/machine_func.h
(modified)
(
view diffs
)
kernel/arch/arm32/src/mach/gta02/gta02.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/mach/testarm/testarm.c
(modified)
(
view diffs
)
kernel/arch/ia32/include/interrupt.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/ia32.c
(modified)
(
view diffs
)
kernel/arch/ia64/src/ia64.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/mips32.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/ppc32.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/sun4u/sparc64.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/sun4v/sparc64.c
(modified)
(
view diffs
)
kernel/generic/include/ddi/irq.h
(modified)
(
view diffs
)
kernel/generic/include/interrupt.h
(modified)
(
view diffs
)
kernel/generic/include/proc/task.h
(modified)
(
view diffs
)
kernel/generic/include/syscall/syscall.h
(modified)
(
view diffs
)
kernel/generic/src/ddi/irq.c
(modified)
(
view diffs
)
kernel/generic/src/interrupt/interrupt.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/irq.c
(modified)
(
view diffs
)
kernel/generic/src/main/main.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
kernel/generic/src/syscall/syscall.c
(modified)
(
view diffs
)
tools/check.sh
(added)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/kill/Makefile
(added)
uspace/app/kill/kill.c
(added)
uspace/app/killall/Makefile
(added)
uspace/app/killall/killall.c
(added)
uspace/app/netecho/netecho.c
(modified)
(
view diffs
)
uspace/app/sysinfo/Makefile
(added)
uspace/app/sysinfo/sysinfo.c
(added)
uspace/app/taskdump/taskdump.c
(modified)
(
view diffs
)
uspace/app/tester/Makefile
(modified)
(
view diffs
)
uspace/app/tester/hw/misc/virtchar1.c
(added)
uspace/app/tester/hw/misc/virtchar1.def
(added)
uspace/app/tester/ipc/connect.c
(deleted)
uspace/app/tester/ipc/connect.def
(deleted)
uspace/app/tester/ipc/register.c
(deleted)
uspace/app/tester/ipc/register.def
(deleted)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/tester/tester.h
(modified)
(
view diffs
)
uspace/app/tester/vfs/vfs1.c
(modified)
(
view diffs
)
uspace/app/websrv/Makefile
(added)
uspace/app/websrv/websrv.c
(added)
uspace/drv/ns8250/ns8250.c
(modified)
(
view diffs
)
uspace/drv/pciintel/pci.c
(modified)
(
view diffs
)
uspace/drv/root/root.c
(modified)
(
view diffs
)
uspace/drv/rootpc/rootpc.c
(modified)
(
view diffs
)
uspace/drv/rootpc/rootpc.ma
(modified)
(
view diffs
)
uspace/drv/rootvirt/devices.def
(modified)
(
view diffs
)
uspace/drv/test1/Makefile
(modified)
(
view diffs
)
uspace/drv/test1/char.c
(added)
uspace/drv/test1/test1.c
(modified)
(
view diffs
)
uspace/drv/test1/test1.h
(added)
uspace/drv/uhci/main.c
(modified)
(
view diffs
)
uspace/drv/usbhub/Makefile
(modified)
(
view diffs
)
uspace/drv/usbhub/main.c
(modified)
(
view diffs
)
uspace/drv/usbhub/usbhub.c
(added)
uspace/drv/usbhub/usbhub_private.h
(modified)
(
view diffs
)
uspace/drv/usbhub/usblist.c
(added)
uspace/drv/usbhub/usblist.h
(added)
uspace/drv/usbhub/utils.c
(modified)
(
view diffs
)
uspace/drv/usbkbd/main.c
(modified)
(
view diffs
)
uspace/drv/vhc/hcd.c
(modified)
(
view diffs
)
uspace/drv/vhc/hub.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async_rel.c
(deleted)
uspace/lib/c/generic/async_sess.c
(added)
uspace/lib/c/generic/device/hw_res.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devmap.c
(modified)
(
view diffs
)
uspace/lib/c/generic/fibril_synch.c
(modified)
(
view diffs
)
uspace/lib/c/generic/libc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/icmp_api.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/inet.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/modules.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/packet.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/socket_client.c
(modified)
(
view diffs
)
uspace/lib/c/generic/task.c
(modified)
(
view diffs
)
uspace/lib/c/include/async.h
(modified)
(
view diffs
)
uspace/lib/c/include/async_rel.h
(deleted)
uspace/lib/c/include/async_sess.h
(added)
uspace/lib/c/include/device/hw_res.h
(modified)
(
view diffs
)
uspace/lib/c/include/devmap.h
(modified)
(
view diffs
)
uspace/lib/c/include/fibril_synch.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/dev_iface.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/kbd.h
(modified)
(
view diffs
)
uspace/lib/c/include/net/modules.h
(modified)
(
view diffs
)
uspace/lib/c/include/net/socket.h
(modified)
(
view diffs
)
uspace/lib/c/include/task.h
(modified)
(
view diffs
)
uspace/lib/drv/Makefile
(modified)
(
view diffs
)
uspace/lib/drv/generic/dev_iface.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_usb.c
(added)
uspace/lib/drv/generic/remote_usbhc.c
(modified)
(
view diffs
)
uspace/lib/drv/include/remote_usb.h
(added)
uspace/lib/drv/include/usb_iface.h
(added)
uspace/lib/drv/include/usbhc_iface.h
(modified)
(
view diffs
)
uspace/lib/packet/generic/packet_server.c
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/hcdhubd.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/usbdrv.h
(modified)
(
view diffs
)
uspace/lib/usb/src/hcdhubd.c
(modified)
(
view diffs
)
uspace/lib/usb/src/recognise.c
(modified)
(
view diffs
)
uspace/lib/usb/src/usbdrv.c
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_bd.h
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_hw.h
(added)
uspace/srv/devman/devman.c
(modified)
(
view diffs
)
uspace/srv/devman/main.c
(modified)
(
view diffs
)
uspace/srv/devmap/devmap.c
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs_ops.c
(modified)
(
view diffs
)
uspace/srv/hid/console/console.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/Makefile
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390.h
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390_drv.h
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390_module.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390_port.h
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/local.h
(deleted)
uspace/srv/hw/netif/dp8390/ne2000.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/ne2000.h
(modified)
(
view diffs
)
uspace/srv/net/cfg/Makefile
(deleted)
uspace/srv/net/cfg/lo
(added)
uspace/srv/net/cfg/lo.netif_nil_bundle
(deleted)
uspace/srv/net/cfg/lo.netif_standalone
(deleted)
uspace/srv/net/cfg/ne2k
(added)
uspace/srv/net/cfg/ne2k.netif_nil_bundle
(deleted)
uspace/srv/net/cfg/ne2k.netif_standalone
(deleted)
uspace/srv/net/il/arp/arp.c
(modified)
(
view diffs
)
uspace/srv/net/il/arp/arp_module.c
(modified)
(
view diffs
)
uspace/srv/net/il/ip/ip.c
(modified)
(
view diffs
)
uspace/srv/net/il/ip/ip_module.c
(modified)
(
view diffs
)
uspace/srv/net/net/net.c
(modified)
(
view diffs
)
uspace/srv/net/netif/lo/Makefile
(modified)
(
view diffs
)
uspace/srv/net/netif/lo/lo.c
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/Makefile
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/eth.c
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/eth_module.c
(modified)
(
view diffs
)
uspace/srv/net/nil/nildummy/Makefile
(modified)
(
view diffs
)
uspace/srv/net/nil/nildummy/nildummy_module.c
(modified)
(
view diffs
)
uspace/srv/net/tl/icmp/icmp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/icmp/icmp_module.c
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp_module.c
(modified)
(
view diffs
)
uspace/srv/net/tl/udp/udp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/udp/udp_module.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_lookup.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_register.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (2.1 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive