Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[acb8766e:13b07dd]
in mainline
Files:
2 added
3 deleted
71 edited
.bzrignore
(modified)
(
view diffs
)
HelenOS.config
(modified)
(
view diffs
)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
kernel/generic/include/typedefs.h
(modified)
(
view diffs
)
kernel/generic/src/mm/frame.c
(modified)
(
view diffs
)
kernel/test/smpcall/smpcall1.c
(modified)
(
view diffs
)
kernel/test/synch/rcu1.c
(modified)
(
view diffs
)
kernel/test/synch/workqueue2.c
(modified)
(
view diffs
)
tools/autogen.py
(modified)
(
view diffs
)
tools/autotool.py
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/barber/barber.c
(modified)
(
view diffs
)
uspace/app/nettest1/nettest1.c
(modified)
(
view diffs
)
uspace/app/nettest2/nettest2.c
(modified)
(
view diffs
)
uspace/app/rcubench/rcubench.c
(modified)
(
view diffs
)
uspace/app/tester/float/softfloat1.c
(modified)
(
view diffs
)
uspace/app/tester/ipc/ping_pong.c
(modified)
(
view diffs
)
uspace/app/tester/ipc/starve.c
(modified)
(
view diffs
)
uspace/app/wavplay/drec.c
(modified)
(
view diffs
)
uspace/app/wavplay/main.c
(modified)
(
view diffs
)
uspace/app/wavplay/wave.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/codec.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/codec.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdactl.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdaudio.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdaudio.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/pcm_iface.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/stream.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/stream.h
(modified)
(
view diffs
)
uspace/drv/time/cmos-rtc/cmos-rtc.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/types.h
(modified)
(
view diffs
)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/fibril_synch.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/console.c
(modified)
(
view diffs
)
uspace/lib/c/generic/time.c
(modified)
(
view diffs
)
uspace/lib/c/include/sys/time.h
(modified)
(
view diffs
)
uspace/lib/math/arch/abs32le/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/amd64/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/arm32/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/ia32/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/ia64/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/mips32/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/mips32eb/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/ppc32/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/sparc32/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/arch/sparc64/include/libarch/math.h
(modified)
(
view diffs
)
uspace/lib/math/generic/mod.c
(modified)
(
view diffs
)
uspace/lib/math/generic/trig.c
(modified)
(
view diffs
)
uspace/lib/math/include/mathtypes.h
(modified)
(
view diffs
)
uspace/lib/math/include/mod.h
(modified)
(
view diffs
)
uspace/lib/math/include/trig.h
(modified)
(
view diffs
)
uspace/lib/softfloat/Makefile
(modified)
(
view diffs
)
uspace/lib/softfloat/add.c
(modified)
(
view diffs
)
uspace/lib/softfloat/add.h
(modified)
(
view diffs
)
uspace/lib/softfloat/common.c
(modified)
(
view diffs
)
uspace/lib/softfloat/common.h
(modified)
(
view diffs
)
uspace/lib/softfloat/comparison.c
(modified)
(
view diffs
)
uspace/lib/softfloat/comparison.h
(modified)
(
view diffs
)
uspace/lib/softfloat/conversion.c
(modified)
(
view diffs
)
uspace/lib/softfloat/conversion.h
(modified)
(
view diffs
)
uspace/lib/softfloat/div.c
(modified)
(
view diffs
)
uspace/lib/softfloat/div.h
(modified)
(
view diffs
)
uspace/lib/softfloat/mul.c
(modified)
(
view diffs
)
uspace/lib/softfloat/mul.h
(modified)
(
view diffs
)
uspace/lib/softfloat/neg.c
(added)
uspace/lib/softfloat/neg.h
(added)
uspace/lib/softfloat/sftypes.h
(deleted)
uspace/lib/softfloat/softfloat.c
(deleted)
uspace/lib/softfloat/softfloat.h
(deleted)
uspace/lib/softfloat/sub.c
(modified)
(
view diffs
)
uspace/lib/softfloat/sub.h
(modified)
(
view diffs
)
uspace/lib/usbdev/src/hub.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_device.c
(modified)
(
view diffs
)
version
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.2 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive