Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[1882525:49d871ea]
in mainline
Files:
19 added
24 deleted
126 edited
HelenOS.config
(modified)
(
view diffs
)
boot/Makefile
(modified)
(
view diffs
)
boot/Makefile.build
(modified)
(
view diffs
)
boot/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
boot/arch/mips32/src/Makefile
(modified)
(
view diffs
)
boot/arch/mips32/src/Makefile.build
(modified)
(
view diffs
)
boot/arch/mips32/src/Makefile.toolchain
(modified)
(
view diffs
)
contrib/conf/ia32-qe.sh
(modified)
(
view diffs
)
contrib/conf/mips32-gx.sh
(modified)
(
view diffs
)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/amd64/_link.ld.in
(modified)
(
view diffs
)
kernel/arch/amd64/include/pm.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/asm.S
(modified)
(
view diffs
)
kernel/arch/amd64/src/boot/boot.S
(modified)
(
view diffs
)
kernel/arch/amd64/src/boot/vesa_ret.inc
(modified)
(
view diffs
)
kernel/arch/amd64/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/pm.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/smp/ap.S
(modified)
(
view diffs
)
kernel/arch/amd64/src/syscall.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/userspace.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/arm32/src/machine_func.c
(modified)
(
view diffs
)
kernel/arch/ia32/include/bios/bios.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/mm/page.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/pm.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/asm.S
(modified)
(
view diffs
)
kernel/arch/ia32/src/bios/bios.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/boot/boot.S
(modified)
(
view diffs
)
kernel/arch/ia32/src/boot/vesa_real.inc
(modified)
(
view diffs
)
kernel/arch/ia32/src/boot/vesa_ret.inc
(modified)
(
view diffs
)
kernel/arch/ia32/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/mm/frame.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/pm.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/syscall.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/userspace.c
(modified)
(
view diffs
)
kernel/arch/mips32/include/context_offset.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/exception.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/smp/dorder.h
(added)
kernel/arch/mips32/src/debug/stacktrace.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/exception.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/smp/dorder.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/start.S
(modified)
(
view diffs
)
kernel/genarch/Makefile.inc
(modified)
(
view diffs
)
kernel/genarch/include/drivers/s3c24xx_irqc/s3c24xx_irqc.h
(modified)
(
view diffs
)
kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h
(modified)
(
view diffs
)
kernel/genarch/src/drivers/s3c24xx_irqc/s3c24xx_irqc.c
(added)
kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c
(modified)
(
view diffs
)
kernel/generic/include/ddi/ddi.h
(modified)
(
view diffs
)
kernel/generic/include/security/cap.h
(modified)
(
view diffs
)
kernel/generic/include/syscall/syscall.h
(modified)
(
view diffs
)
kernel/generic/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/generic/src/main/kinit.c
(modified)
(
view diffs
)
kernel/generic/src/mm/frame.c
(modified)
(
view diffs
)
kernel/generic/src/syscall/syscall.c
(modified)
(
view diffs
)
tools/mkfat.py
(modified)
(
view diffs
)
tools/toolchain.sh
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/klog/klog.c
(modified)
(
view diffs
)
uspace/app/netecho/netecho.c
(modified)
(
view diffs
)
uspace/app/netecho/print_error.c
(modified)
(
view diffs
)
uspace/app/nettest1/nettest.c
(modified)
(
view diffs
)
uspace/app/nettest1/nettest1.c
(modified)
(
view diffs
)
uspace/app/nettest2/nettest2.c
(modified)
(
view diffs
)
uspace/app/ping/ping.c
(modified)
(
view diffs
)
uspace/app/trace/syscalls.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/Makefile.toolchain
(deleted)
uspace/lib/c/arch/amd64/include/limits.h
(deleted)
uspace/lib/c/arch/arm32/include/limits.h
(deleted)
uspace/lib/c/arch/ia32/include/limits.h
(deleted)
uspace/lib/c/arch/ia64/include/limits.h
(deleted)
uspace/lib/c/arch/mips32/include/limits.h
(deleted)
uspace/lib/c/arch/mips32eb/include/limits.h
(deleted)
uspace/lib/c/arch/ppc32/include/limits.h
(deleted)
uspace/lib/c/arch/sparc64/include/limits.h
(deleted)
uspace/lib/c/generic/adt/char_map.c
(added)
uspace/lib/c/generic/adt/dynamic_fifo.c
(added)
uspace/lib/c/generic/adt/measured_strings.c
(added)
uspace/lib/c/generic/async_rel.c
(added)
uspace/lib/c/generic/ddi.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/libc.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/char_map.h
(added)
uspace/lib/c/include/adt/dynamic_fifo.h
(added)
uspace/lib/c/include/adt/generic_char_map.h
(added)
uspace/lib/c/include/adt/generic_field.h
(added)
uspace/lib/c/include/adt/int_map.h
(added)
uspace/lib/c/include/adt/measured_strings.h
(added)
uspace/lib/c/include/async_rel.h
(added)
uspace/lib/c/include/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/include/err.h
(modified)
(
view diffs
)
uspace/lib/c/include/errno.h
(modified)
(
view diffs
)
uspace/lib/c/include/limits.h
(deleted)
uspace/lib/c/include/stdio.h
(modified)
(
view diffs
)
uspace/lib/libpci/Makefile.build
(deleted)
uspace/lib/libpci/Makefile.common
(deleted)
uspace/lib/net/adt/module_map.c
(modified)
(
view diffs
)
uspace/lib/net/generic/net_remote.c
(modified)
(
view diffs
)
uspace/lib/net/generic/packet_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/netif_local.h
(modified)
(
view diffs
)
uspace/lib/net/netif/netif_local.c
(modified)
(
view diffs
)
uspace/lib/net/tl/tl_common.c
(modified)
(
view diffs
)
uspace/lib/socket/Makefile
(modified)
(
view diffs
)
uspace/lib/socket/adt/char_map.c
(deleted)
uspace/lib/socket/adt/dynamic_fifo.c
(deleted)
uspace/lib/socket/adt/measured_strings.c
(deleted)
uspace/lib/socket/generic/net_modules.c
(modified)
(
view diffs
)
uspace/lib/socket/generic/socket_client.c
(modified)
(
view diffs
)
uspace/lib/socket/generic/socket_core.c
(modified)
(
view diffs
)
uspace/lib/socket/include/adt/char_map.h
(deleted)
uspace/lib/socket/include/adt/dynamic_fifo.h
(deleted)
uspace/lib/socket/include/adt/generic_char_map.h
(deleted)
uspace/lib/socket/include/adt/generic_field.h
(deleted)
uspace/lib/socket/include/adt/int_map.h
(deleted)
uspace/lib/socket/include/adt/measured_strings.h
(deleted)
uspace/lib/socket/include/net_err.h
(deleted)
uspace/lib/socket/include/socket.h
(modified)
(
view diffs
)
uspace/lib/socket/include/socket_errno.h
(deleted)
uspace/lib/socket/packet/packet.c
(modified)
(
view diffs
)
uspace/lib/socket/packet/packet_client.c
(modified)
(
view diffs
)
uspace/lib/socket/packet/packet_server.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs_ops.c
(modified)
(
view diffs
)
uspace/srv/hid/console/gcons.c
(modified)
(
view diffs
)
uspace/srv/hid/fb/fb.c
(modified)
(
view diffs
)
uspace/srv/hid/kbd/Makefile
(modified)
(
view diffs
)
uspace/srv/hid/kbd/port/chardev.c
(modified)
(
view diffs
)
uspace/srv/hid/kbd/port/i8042.h
(deleted)
uspace/srv/hid/s3c24xx_ts/Makefile
(added)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
(added)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h
(added)
uspace/srv/hw/char/s3c24xx_uart/Makefile
(added)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
(added)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h
(added)
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_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/lo.c
(modified)
(
view diffs
)
uspace/srv/net/netstart/netstart.c
(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/nildummy.c
(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_node.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.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