Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[0cf27ee:07b39338]
in mainline
Files:
5 added
5 deleted
122 edited
HelenOS.config
(modified)
(
view diffs
)
Makefile
(modified)
(
view diffs
)
abi/include/ipc/event.h
(modified)
(
view diffs
)
abi/include/ipc/methods.h
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
kernel/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia32/include/asm.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/atomic.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/cycle.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/asm.S
(modified)
(
view diffs
)
kernel/arch/ia32/src/boot/boot.S
(modified)
(
view diffs
)
kernel/arch/ia32/src/cpu/cpu.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/syscall.c
(modified)
(
view diffs
)
kernel/generic/include/console/console.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/event.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/ipc.h
(modified)
(
view diffs
)
kernel/generic/include/proc/task.h
(modified)
(
view diffs
)
kernel/generic/src/console/console.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/event.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ipc.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/sysipc.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/exec.c
(modified)
(
view diffs
)
uspace/app/devctl/Makefile
(added)
uspace/app/devctl/devctl.c
(added)
uspace/app/locinfo/Makefile
(added)
uspace/app/locinfo/locinfo.c
(added)
uspace/app/lsusb/main.c
(modified)
(
view diffs
)
uspace/app/mkbd/main.c
(modified)
(
view diffs
)
uspace/app/tester/Makefile
(modified)
(
view diffs
)
uspace/app/tester/devs/devman1.c
(deleted)
uspace/app/tester/devs/devman1.def
(deleted)
uspace/app/tester/devs/devman2.c
(deleted)
uspace/app/tester/devs/devman2.def
(deleted)
uspace/app/tester/hw/misc/virtchar1.c
(modified)
(
view diffs
)
uspace/app/tester/hw/serial/serial1.c
(modified)
(
view diffs
)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/trace/trace.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/uhci.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/kbd/kbddev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/mouse/mousedev.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/multimedia/multimedia.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/usbhub.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmouse/init.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/main.c
(modified)
(
view diffs
)
uspace/drv/char/ns8250/ns8250.c
(modified)
(
view diffs
)
uspace/drv/test/test1/test1.c
(modified)
(
view diffs
)
uspace/drv/test/test2/test2.c
(modified)
(
view diffs
)
uspace/drv/test/test3/test3.c
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/entry.S
(added)
uspace/lib/c/arch/ia32/src/entry.s
(deleted)
uspace/lib/c/arch/ia64/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips64/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/types.h
(modified)
(
view diffs
)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devman.c
(modified)
(
view diffs
)
uspace/lib/c/generic/event.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/printf_core.c
(modified)
(
view diffs
)
uspace/lib/c/generic/libc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loader.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/private/async.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/io.h
(modified)
(
view diffs
)
uspace/lib/c/generic/task.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/c/include/async.h
(modified)
(
view diffs
)
uspace/lib/c/include/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/event.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/common.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/vfs.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/loader.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/pcb.h
(modified)
(
view diffs
)
uspace/lib/c/include/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/task.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/ddf/driver.h
(modified)
(
view diffs
)
uspace/lib/posix/ctype.c
(modified)
(
view diffs
)
uspace/lib/posix/errno.h
(modified)
(
view diffs
)
uspace/lib/posix/fcntl.c
(modified)
(
view diffs
)
uspace/lib/posix/fnmatch.c
(modified)
(
view diffs
)
uspace/lib/posix/locale.c
(modified)
(
view diffs
)
uspace/lib/posix/pwd.c
(modified)
(
view diffs
)
uspace/lib/posix/signal.c
(modified)
(
view diffs
)
uspace/lib/posix/stdbool.h
(modified)
(
view diffs
)
uspace/lib/posix/stdint.h
(modified)
(
view diffs
)
uspace/lib/posix/stdio.c
(modified)
(
view diffs
)
uspace/lib/posix/stdio.h
(modified)
(
view diffs
)
uspace/lib/posix/stdio/scanf.c
(modified)
(
view diffs
)
uspace/lib/posix/string.c
(modified)
(
view diffs
)
uspace/lib/posix/string.h
(modified)
(
view diffs
)
uspace/lib/posix/strings.h
(modified)
(
view diffs
)
uspace/lib/posix/time.c
(modified)
(
view diffs
)
uspace/lib/posix/time.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/hc.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/usb.h
(modified)
(
view diffs
)
uspace/lib/usb/src/hc.c
(modified)
(
view diffs
)
uspace/lib/usb/src/resolve.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/device.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/hid/input/generic/input.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/adb_mouse.c
(modified)
(
view diffs
)
uspace/srv/hw/irc/apic/apic.c
(modified)
(
view diffs
)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/loc/category.c
(modified)
(
view diffs
)
uspace/srv/loc/category.h
(modified)
(
view diffs
)
uspace/srv/loc/loc.c
(modified)
(
view diffs
)
uspace/srv/loc/loc.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(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.0 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive