Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[eb522e8:8d6c1f1]
in mainline
Files:
78 added
52 deleted
131 edited
.bzrignore
(deleted)
HelenOS.config
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
boot/arch/ppc32/src/asm.S
(modified)
(
view diffs
)
contrib/conf/arm32-qe.sh
(modified)
(
view diffs
)
contrib/conf/ia32-qe.sh
(modified)
(
view diffs
)
contrib/conf/net-qe.bat
(deleted)
contrib/conf/ppc32-qe.sh
(modified)
(
view diffs
)
defaults/ppc32/Makefile.config
(modified)
(
view diffs
)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/abs32le/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/userspace.c
(modified)
(
view diffs
)
kernel/arch/arm32/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/arm32/src/arm32.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/userspace.c
(modified)
(
view diffs
)
kernel/arch/ia32/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/userspace.c
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/asm.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/context.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/mm/frame.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/register.h
(modified)
(
view diffs
)
kernel/arch/ia64/src/ia64.c
(modified)
(
view diffs
)
kernel/arch/ia64/src/ivt.S
(modified)
(
view diffs
)
kernel/arch/ia64/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/ia64/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/mips32/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/mips32/src/debugger.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/mips32.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/ppc32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ppc32/include/boot/boot.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/interrupt.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/istate.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/mm/pht.h
(added)
kernel/arch/ppc32/include/mm/tlb.h
(modified)
(
view diffs
)
kernel/arch/ppc32/src/boot/boot.S
(modified)
(
view diffs
)
kernel/arch/ppc32/src/exception.S
(modified)
(
view diffs
)
kernel/arch/ppc32/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/mm/pht.c
(added)
kernel/arch/ppc32/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/ppc32.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/sparc64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/sparc64/include/mm/sun4u/as.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/mm/sun4v/as.h
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4u/as.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4u/tlb.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4v/as.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4v/tlb.c
(modified)
(
view diffs
)
kernel/genarch/include/mm/page_pt.h
(modified)
(
view diffs
)
kernel/genarch/src/drivers/ega/ega.c
(modified)
(
view diffs
)
kernel/genarch/src/mm/page_ht.c
(modified)
(
view diffs
)
kernel/genarch/src/mm/page_pt.c
(modified)
(
view diffs
)
kernel/generic/include/adt/list.h
(modified)
(
view diffs
)
kernel/generic/include/arch.h
(modified)
(
view diffs
)
kernel/generic/include/config.h
(modified)
(
view diffs
)
kernel/generic/include/cpu.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/event.h
(modified)
(
view diffs
)
kernel/generic/include/mm/as.h
(modified)
(
view diffs
)
kernel/generic/include/mm/frame.h
(modified)
(
view diffs
)
kernel/generic/include/mm/page.h
(modified)
(
view diffs
)
kernel/generic/include/mm/tlb.h
(modified)
(
view diffs
)
kernel/generic/include/proc/task.h
(modified)
(
view diffs
)
kernel/generic/include/proc/thread.h
(modified)
(
view diffs
)
kernel/generic/include/proc/uarg.h
(modified)
(
view diffs
)
kernel/generic/include/synch/waitq.h
(modified)
(
view diffs
)
kernel/generic/include/typedefs.h
(modified)
(
view diffs
)
kernel/generic/src/adt/list.c
(modified)
(
view diffs
)
kernel/generic/src/console/console.c
(modified)
(
view diffs
)
kernel/generic/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/generic/src/debug/panic.c
(modified)
(
view diffs
)
kernel/generic/src/interrupt/interrupt.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/event.c
(modified)
(
view diffs
)
kernel/generic/src/lib/elf.c
(modified)
(
view diffs
)
kernel/generic/src/lib/memfnc.c
(modified)
(
view diffs
)
kernel/generic/src/main/main.c
(modified)
(
view diffs
)
kernel/generic/src/main/uinit.c
(modified)
(
view diffs
)
kernel/generic/src/mm/as.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_anon.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_elf.c
(modified)
(
view diffs
)
kernel/generic/src/mm/page.c
(modified)
(
view diffs
)
kernel/generic/src/printf/vprintf.c
(modified)
(
view diffs
)
kernel/generic/src/proc/program.c
(modified)
(
view diffs
)
kernel/generic/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
kernel/generic/src/proc/the.c
(modified)
(
view diffs
)
kernel/generic/src/proc/thread.c
(modified)
(
view diffs
)
kernel/generic/src/security/cap.c
(modified)
(
view diffs
)
kernel/generic/src/synch/futex.c
(modified)
(
view diffs
)
kernel/generic/src/synch/spinlock.c
(modified)
(
view diffs
)
kernel/test/fpu/fpu1.def
(deleted)
kernel/test/fpu/fpu1_ia64.c
(deleted)
kernel/test/fpu/fpu1_skip.c
(deleted)
kernel/test/fpu/fpu1_x86.c
(deleted)
kernel/test/fpu/mips2.c
(deleted)
kernel/test/fpu/mips2.def
(deleted)
kernel/test/fpu/mips2_skip.c
(deleted)
kernel/test/fpu/sse1.c
(deleted)
kernel/test/fpu/sse1.def
(deleted)
kernel/test/fpu/sse1_skip.c
(deleted)
kernel/test/mm/mapping1.c
(modified)
(
view diffs
)
kernel/test/test.c
(modified)
(
view diffs
)
kernel/test/test.h
(modified)
(
view diffs
)
tools/filldir.py
(added)
tools/gentestfile.py
(added)
tools/toolchain.sh
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/mount/mount.c
(modified)
(
view diffs
)
uspace/app/blkdump/Makefile
(added)
uspace/app/blkdump/blkdump.c
(added)
uspace/app/bnchmark/Makefile
(added)
uspace/app/bnchmark/bnchmark.c
(added)
uspace/app/ext2info/Makefile
(added)
uspace/app/ext2info/ext2info.c
(added)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/redir/redir.c
(modified)
(
view diffs
)
uspace/app/tester/Makefile
(modified)
(
view diffs
)
uspace/app/tester/devs/devman2.c
(added)
uspace/app/tester/devs/devman2.def
(added)
uspace/app/tester/libext2/libext2_1.c
(added)
uspace/app/tester/libext2/libext2_1.def
(added)
uspace/app/tester/mm/common.c
(added)
uspace/app/tester/mm/common.h
(added)
uspace/app/tester/mm/malloc1.c
(modified)
(
view diffs
)
uspace/app/tester/mm/malloc3.c
(added)
uspace/app/tester/mm/malloc3.def
(added)
uspace/app/tester/mm/mapping1.c
(modified)
(
view diffs
)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/tester/tester.h
(modified)
(
view diffs
)
uspace/app/tester/util.c
(added)
uspace/app/tester/util.h
(added)
uspace/app/tester/util_functions.def
(added)
uspace/app/testread/Makefile
(added)
uspace/app/testread/testread.c
(added)
uspace/drv/ehci-hcd/Makefile
(deleted)
uspace/drv/ehci-hcd/ehci-hcd.ma
(deleted)
uspace/drv/ehci-hcd/ehci.h
(deleted)
uspace/drv/ehci-hcd/hc_iface.c
(deleted)
uspace/drv/ehci-hcd/main.c
(deleted)
uspace/drv/ehci-hcd/pci.c
(deleted)
uspace/drv/ehci-hcd/pci.h
(deleted)
uspace/drv/ehci_hcd/Makefile
(added)
uspace/drv/ehci_hcd/ehci.h
(added)
uspace/drv/ehci_hcd/ehci_hcd.ma
(added)
uspace/drv/ehci_hcd/hc_iface.c
(added)
uspace/drv/ehci_hcd/main.c
(added)
uspace/drv/ehci_hcd/pci.c
(added)
uspace/drv/ehci_hcd/pci.h
(added)
uspace/drv/ohci/ohci.c
(modified)
(
view diffs
)
uspace/drv/rootvirt/devices.def
(modified)
(
view diffs
)
uspace/drv/test3/Makefile
(added)
uspace/drv/test3/test3.c
(added)
uspace/drv/test3/test3.ma
(added)
uspace/drv/uhci-hcd/Makefile
(deleted)
uspace/drv/uhci-hcd/batch.c
(deleted)
uspace/drv/uhci-hcd/batch.h
(deleted)
uspace/drv/uhci-hcd/hc.c
(deleted)
uspace/drv/uhci-hcd/hc.h
(deleted)
uspace/drv/uhci-hcd/hw_struct/link_pointer.h
(deleted)
uspace/drv/uhci-hcd/hw_struct/queue_head.h
(deleted)
uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.c
(deleted)
uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h
(deleted)
uspace/drv/uhci-hcd/iface.c
(deleted)
uspace/drv/uhci-hcd/iface.h
(deleted)
uspace/drv/uhci-hcd/main.c
(deleted)
uspace/drv/uhci-hcd/pci.c
(deleted)
uspace/drv/uhci-hcd/pci.h
(deleted)
uspace/drv/uhci-hcd/root_hub.c
(deleted)
uspace/drv/uhci-hcd/root_hub.h
(deleted)
uspace/drv/uhci-hcd/transfer_list.c
(deleted)
uspace/drv/uhci-hcd/transfer_list.h
(deleted)
uspace/drv/uhci-hcd/uhci-hcd.ma
(deleted)
uspace/drv/uhci-hcd/uhci.c
(deleted)
uspace/drv/uhci-hcd/uhci.h
(deleted)
uspace/drv/uhci-hcd/utils/malloc32.h
(deleted)
uspace/drv/uhci-rhd/Makefile
(deleted)
uspace/drv/uhci-rhd/main.c
(deleted)
uspace/drv/uhci-rhd/port.c
(deleted)
uspace/drv/uhci-rhd/port.h
(deleted)
uspace/drv/uhci-rhd/root_hub.c
(deleted)
uspace/drv/uhci-rhd/root_hub.h
(deleted)
uspace/drv/uhci-rhd/uhci-rhd.ma
(deleted)
uspace/drv/uhci_hcd/Makefile
(added)
uspace/drv/uhci_hcd/batch.c
(added)
uspace/drv/uhci_hcd/batch.h
(added)
uspace/drv/uhci_hcd/hc.c
(added)
uspace/drv/uhci_hcd/hc.h
(added)
uspace/drv/uhci_hcd/hw_struct/link_pointer.h
(added)
uspace/drv/uhci_hcd/hw_struct/queue_head.h
(added)
uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c
(added)
uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.h
(added)
uspace/drv/uhci_hcd/iface.c
(added)
uspace/drv/uhci_hcd/iface.h
(added)
uspace/drv/uhci_hcd/main.c
(added)
uspace/drv/uhci_hcd/pci.c
(added)
uspace/drv/uhci_hcd/pci.h
(added)
uspace/drv/uhci_hcd/root_hub.c
(added)
uspace/drv/uhci_hcd/root_hub.h
(added)
uspace/drv/uhci_hcd/transfer_list.c
(added)
uspace/drv/uhci_hcd/transfer_list.h
(added)
uspace/drv/uhci_hcd/uhci.c
(added)
uspace/drv/uhci_hcd/uhci.h
(added)
uspace/drv/uhci_hcd/uhci_hcd.ma
(added)
uspace/drv/uhci_hcd/utils/malloc32.h
(added)
uspace/drv/uhci_rhd/Makefile
(added)
uspace/drv/uhci_rhd/main.c
(added)
uspace/drv/uhci_rhd/port.c
(added)
uspace/drv/uhci_rhd/port.h
(added)
uspace/drv/uhci_rhd/root_hub.c
(added)
uspace/drv/uhci_rhd/root_hub.h
(added)
uspace/drv/uhci_rhd/uhci_rhd.ma
(added)
uspace/lib/block/libblock.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/generic/assert.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/klog.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/vprintf.c
(modified)
(
view diffs
)
uspace/lib/c/generic/malloc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/thread.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/list.h
(modified)
(
view diffs
)
uspace/lib/c/include/as.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/klog.h
(modified)
(
view diffs
)
uspace/lib/c/include/malloc.h
(modified)
(
view diffs
)
uspace/lib/ext2/Makefile
(added)
uspace/lib/ext2/libext2.h
(added)
uspace/lib/ext2/libext2_block_group.c
(added)
uspace/lib/ext2/libext2_block_group.h
(added)
uspace/lib/ext2/libext2_directory.c
(added)
uspace/lib/ext2/libext2_directory.h
(added)
uspace/lib/ext2/libext2_filesystem.c
(added)
uspace/lib/ext2/libext2_filesystem.h
(added)
uspace/lib/ext2/libext2_inode.c
(added)
uspace/lib/ext2/libext2_inode.h
(added)
uspace/lib/ext2/libext2_superblock.c
(added)
uspace/lib/ext2/libext2_superblock.h
(added)
uspace/lib/net/il/ip_client.c
(modified)
(
view diffs
)
uspace/lib/net/include/ip_header.h
(modified)
(
view diffs
)
uspace/srv/fs/ext2fs/Makefile
(added)
uspace/srv/fs/ext2fs/ext2fs.c
(added)
uspace/srv/fs/ext2fs/ext2fs.h
(added)
uspace/srv/fs/ext2fs/ext2fs_ops.c
(added)
uspace/srv/fs/fat/fat_dentry.c
(modified)
(
view diffs
)
uspace/srv/hw/netif/ne2000/dp8390_drv.h
(deleted)
uspace/srv/hw/netif/ne2000/dp8390_port.h
(deleted)
uspace/srv/hw/netif/ne2000/local.h
(deleted)
uspace/srv/hw/netif/ne2000/ne2000.h
(deleted)
uspace/srv/net/il/ip/ip.c
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp.c
(modified)
(
view diffs
)
uspace/srv/net/tl/tcp/tcp_header.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.8 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive