Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[b4c9c61:fdbc3ff]
in mainline
Files:
3 deleted
140 edited
kernel/arch/amd64/include/mm/as.h
(modified)
(
view diffs
)
kernel/generic/include/typedefs.h
(modified)
(
view diffs
)
kernel/generic/src/syscall/copy.c
(modified)
(
view diffs
)
kernel/generic/src/udebug/udebug_ops.c
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/bdd/bdd.c
(modified)
(
view diffs
)
uspace/app/getterm/getterm.c
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/mkfat/mkfat.c
(modified)
(
view diffs
)
uspace/app/netecho/print_error.h
(modified)
(
view diffs
)
uspace/app/netstart/Makefile
(deleted)
uspace/app/netstart/netstart.c
(deleted)
uspace/app/nettest1/nettest.c
(modified)
(
view diffs
)
uspace/app/test_serial/test_serial.c
(modified)
(
view diffs
)
uspace/drv/ns8250/cyclic_buffer.h
(modified)
(
view diffs
)
uspace/lib/block/libblock.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.h
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/char_map.c
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/dynamic_fifo.c
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/measured_strings.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devman.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devmap.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/icmp_api.c
(modified)
(
view diffs
)
uspace/lib/c/generic/net/icmp_common.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/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/char_map.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/dynamic_fifo.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/generic_char_map.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/generic_field.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/int_map.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/measured_strings.h
(modified)
(
view diffs
)
uspace/lib/c/include/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/devmap.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devmap.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/serial.h
(deleted)
uspace/lib/c/include/net/device.h
(modified)
(
view diffs
)
uspace/lib/c/include/net/modules.h
(modified)
(
view diffs
)
uspace/lib/c/include/net/packet.h
(modified)
(
view diffs
)
uspace/lib/c/include/net/packet_header.h
(modified)
(
view diffs
)
uspace/lib/c/include/sys/stat.h
(modified)
(
view diffs
)
uspace/lib/c/include/unistd.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/vfs.h
(modified)
(
view diffs
)
uspace/lib/drv/generic/driver.c
(modified)
(
view diffs
)
uspace/lib/drv/include/driver.h
(modified)
(
view diffs
)
uspace/lib/fs/libfs.c
(modified)
(
view diffs
)
uspace/lib/fs/libfs.h
(modified)
(
view diffs
)
uspace/lib/net/adt/module_map.c
(modified)
(
view diffs
)
uspace/lib/net/generic/generic.c
(modified)
(
view diffs
)
uspace/lib/net/generic/net_checksum.c
(modified)
(
view diffs
)
uspace/lib/net/generic/net_remote.c
(modified)
(
view diffs
)
uspace/lib/net/generic/packet_client.c
(modified)
(
view diffs
)
uspace/lib/net/generic/packet_remote.c
(modified)
(
view diffs
)
uspace/lib/net/generic/protocol_map.c
(modified)
(
view diffs
)
uspace/lib/net/il/arp_remote.c
(modified)
(
view diffs
)
uspace/lib/net/il/ip_client.c
(modified)
(
view diffs
)
uspace/lib/net/il/ip_remote.c
(modified)
(
view diffs
)
uspace/lib/net/include/adt/module_map.h
(modified)
(
view diffs
)
uspace/lib/net/include/arp_interface.h
(modified)
(
view diffs
)
uspace/lib/net/include/generic.h
(modified)
(
view diffs
)
uspace/lib/net/include/icmp_header.h
(modified)
(
view diffs
)
uspace/lib/net/include/il_local.h
(modified)
(
view diffs
)
uspace/lib/net/include/ip_header.h
(modified)
(
view diffs
)
uspace/lib/net/include/ip_interface.h
(modified)
(
view diffs
)
uspace/lib/net/include/ip_remote.h
(modified)
(
view diffs
)
uspace/lib/net/include/net_interface.h
(modified)
(
view diffs
)
uspace/lib/net/include/netif_local.h
(modified)
(
view diffs
)
uspace/lib/net/include/netif_remote.h
(modified)
(
view diffs
)
uspace/lib/net/include/packet_client.h
(modified)
(
view diffs
)
uspace/lib/net/include/packet_remote.h
(modified)
(
view diffs
)
uspace/lib/net/include/socket_core.h
(modified)
(
view diffs
)
uspace/lib/net/include/tl_common.h
(modified)
(
view diffs
)
uspace/lib/net/include/tl_local.h
(modified)
(
view diffs
)
uspace/lib/net/netif/netif_local.c
(modified)
(
view diffs
)
uspace/lib/net/netif/netif_remote.c
(modified)
(
view diffs
)
uspace/lib/net/tl/icmp_client.c
(modified)
(
view diffs
)
uspace/lib/net/tl/icmp_remote.c
(modified)
(
view diffs
)
uspace/lib/net/tl/socket_core.c
(modified)
(
view diffs
)
uspace/lib/net/tl/tl_common.c
(modified)
(
view diffs
)
uspace/lib/packet/generic/packet_server.c
(modified)
(
view diffs
)
uspace/lib/packet/include/packet_local.h
(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/file_bd/file_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/gxe_bd/gxe_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/part/guid_part/guid_part.c
(modified)
(
view diffs
)
uspace/srv/bd/part/mbr_part/mbr_part.c
(modified)
(
view diffs
)
uspace/srv/bd/rd/rd.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.h
(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/fs/fat/fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs.h
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs_dump.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs_ops.c
(modified)
(
view diffs
)
uspace/srv/hid/adb_mouse/adb_mouse.c
(modified)
(
view diffs
)
uspace/srv/hid/char_mouse/char_mouse.c
(modified)
(
view diffs
)
uspace/srv/hid/console/console.c
(modified)
(
view diffs
)
uspace/srv/hid/kbd/generic/kbd.c
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h
(modified)
(
view diffs
)
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
(modified)
(
view diffs
)
uspace/srv/hw/bus/cuda_adb/cuda_adb.h
(modified)
(
view diffs
)
uspace/srv/hw/char/i8042/i8042.c
(modified)
(
view diffs
)
uspace/srv/hw/char/i8042/i8042.h
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/dp8390/dp8390_module.c
(modified)
(
view diffs
)
uspace/srv/net/il/arp/arp.c
(modified)
(
view diffs
)
uspace/srv/net/il/arp/arp.h
(modified)
(
view diffs
)
uspace/srv/net/il/arp/arp_header.h
(modified)
(
view diffs
)
uspace/srv/net/il/ip/ip.c
(modified)
(
view diffs
)
uspace/srv/net/il/ip/ip.h
(modified)
(
view diffs
)
uspace/srv/net/net/net.c
(modified)
(
view diffs
)
uspace/srv/net/net/net.h
(modified)
(
view diffs
)
uspace/srv/net/netif/lo/lo.c
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/eth.c
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/eth.h
(modified)
(
view diffs
)
uspace/srv/net/nil/eth/eth_header.h
(modified)
(
view diffs
)
uspace/srv/net/nil/nildummy/nildummy.c
(modified)
(
view diffs
)
uspace/srv/net/nil/nildummy/nildummy.h
(modified)
(
view diffs
)
uspace/srv/net/tl/icmp/icmp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/icmp/icmp.h
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp.h
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp_header.h
(modified)
(
view diffs
)
uspace/srv/net/tl/udp/udp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/udp/udp_header.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_lookup.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_node.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (2.5 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive