HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk/
@ 3784
– Rev 4686
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
Changes
4686
5572 d 0 h
jermar
/trunk/
Bump version to 0.4.1 (Escalopino).
/trunk/version
4685
5572 d 0 h
jermar
/trunk/
Fix 16bpp modes.
/trunk/kernel/arch/ia32/src/drivers/vesa.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
4684
5572 d 23 h
svoboda
/trunk/
Even more warnings.
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/vfs/vfs_ops.c
4683
5572 d 23 h
svoboda
/trunk/uspace/srv/pci/
Fix trigraphs warning.
/trunk/uspace/srv/pci/libpci/pci_ids.h
/trunk/uspace/srv/pci/update-ids
4682
5573 d 1 h
svoboda
/trunk/uspace/
Fix warnings in Bdsh and PCI lib.
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/srv/pci/libpci/generic.c
/trunk/uspace/srv/pci/libpci/i386-ports.c
/trunk/uspace/srv/pci/libpci/names.c
4681
5573 d 2 h
svoboda
/trunk/uspace/app/
More warnings.
/trunk/uspace/app/init/init.c
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/trace.c
4680
5573 d 2 h
svoboda
/trunk/uspace/
Fix some warnings.
/trunk/uspace/app/tester/thread/thread1.c
/trunk/uspace/app/tetris/shapes.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/fs/fat/fat_ops.c
4676
5575 d 2 h
jermar
/trunk/
RGB conversion functions should work with a well-defined pixel format.
/trunk/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
/trunk/kernel/arch/arm32/src/mach/testarm/testarm.c
/trunk/kernel/arch/ia32/src/drivers/vesa.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
4675
5576 d 5 h
decky
/trunk/
cleanup some of the dirty hacks introduced into the arm32 port
add default configurations for the two supported arm32 variants
/trunk/defaults/arm32/GXemul
/trunk/defaults/arm32/GXemul/Makefile.config
/trunk/defaults/arm32/integratorcp
/trunk/defaults/arm32/integratorcp/Makefile.config
/trunk/HelenOS.config
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/print/print.c
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
/trunk/kernel/arch/arm32/include/mach/testarm/testarm.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
4674
5576 d 5 h
decky
/trunk/boot/arch/arm32/
there is no need to pass the MACHINE value explicitly in Makefile.inc
/trunk/boot/arch/arm32/Makefile.inc
4673
5576 d 6 h
decky
/trunk/
improve consistency
/trunk/HelenOS.config
4672
5577 d 1 h
jermar
/trunk/kernel/arch/mips32/include/
Add simple atomic_lock_arch() to mips32 so that it builds for the msim target.
/trunk/kernel/arch/mips32/include/atomic.h
4671
5577 d 9 h
decky
/trunk/uspace/lib/libc/generic/
the size argument to split_mark() should include the header and footer size
/trunk/uspace/lib/libc/generic/malloc.c
4670
5578 d 7 h
jermar
/trunk/kernel/generic/src/ipc/
Interrupts should be disabled when acquiring answerbox's irq_lock.
/trunk/kernel/generic/src/ipc/event.c
4669
5578 d 8 h
pillai
/trunk/
ARM port for development board integratorcp(ARM926EJ core module).
/trunk/boot/arch/arm32/loader/print/print.c
/trunk/kernel/arch/arm32/include/mach
/trunk/kernel/arch/arm32/include/machine_func.h
/trunk/kernel/arch/arm32/src/exc_handler.S
/trunk/kernel/arch/arm32/src/mach
/trunk/kernel/arch/arm32/src/machine_func.c
/trunk/kernel/genarch/include/drivers/pl050
/trunk/kernel/genarch/include/kbrd/scanc_pl050.h
/trunk/kernel/genarch/src/drivers/pl050
/trunk/kernel/genarch/src/kbrd/kbrd_pl050.c
/trunk/kernel/genarch/src/kbrd/scanc_pl050.c
/trunk/uspace/srv/kbd/ctl/pl050.c
/trunk/uspace/srv/kbd/port/pl050.c
/trunk/boot/arch/arm32/loader/print/gxemul.c
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/HelenOS.config
/trunk/boot/arch/arm32/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/_link.ld.in
/trunk/boot/arch/arm32/loader/boot.S
/trunk/boot/arch/arm32/loader/main.c
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/exception.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/start.S
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/kbd/Makefile
4664
5582 d 5 h
jermar
/trunk/kernel/arch/ia64/include/
Add simple atomic_lock_arch() for ia64
/trunk/kernel/arch/ia64/include/atomic.h
4662
5584 d 2 h
svoboda
/trunk/
Make automatic start of BDDs and mounting of /data optional and disabled by default not to mess with people's hard drivers.
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/init/init.c
4661
5584 d 2 h
svoboda
/trunk/uspace/app/trace/
Update proto definitions in tracer.
/trunk/uspace/app/trace/trace.c
4660
5584 d 2 h
svoboda
/trunk/uspace/app/trace/
Cope with ipc_call_sync_slow() overwriting input argument with output argument. This fixes the tracer not understanding connect_to_me_blocking().
/trunk/uspace/app/trace/trace.c
4659
5584 d 22 h
svoboda
/trunk/uspace/app/trace/
Use bool type.
/trunk/uspace/app/trace/trace.c
4658
5584 d 22 h
svoboda
/trunk/uspace/app/trace/
Wait for app to exit before returning from tracer.
/trunk/uspace/app/trace/trace.c
4657
5584 d 23 h
svoboda
/trunk/uspace/app/trace/
Remove accidentally commited debugging messages.
/trunk/uspace/app/trace/trace.c
4656
5585 d 0 h
svoboda
/trunk/uspace/app/trace/
Use a dedicated fibril to wait for console events so that we can quit the tracer as soon as the app exits. (Need to wait for two different things.)
/trunk/uspace/app/trace/trace.c
4655
5585 d 1 h
svoboda
/trunk/uspace/app/trace/
Let application inherit tracer's std. files.
/trunk/uspace/app/trace/trace.c
4654
5585 d 1 h
svoboda
/trunk/uspace/app/trace/
Make use of fibril sync primitives.
/trunk/uspace/app/trace/trace.c
4653
5585 d 2 h
svoboda
/trunk/uspace/app/trace/
Read keys directly from console in tracer. This works around the current inability to write to stdout while blocked in getchar().
/trunk/uspace/app/trace/trace.c
4650
5590 d 12 h
jermar
/trunk/kernel/arch/sparc64/include/
Fix sparc64 non-debug build.
/trunk/kernel/arch/sparc64/include/atomic.h
4649
5590 d 23 h
svoboda
/trunk/uspace/srv/kbd/layout/
Fix comments.
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4648
5591 d 1 h
jermar
/trunk/uspace/app/bdsh/
Fix a couple of memory leaks and an improper use of sizeof().
/trunk/uspace/app/bdsh/util.c
4645
5591 d 23 h
svoboda
/trunk/contrib/conf/
Revert accidently commited change.
/trunk/contrib/conf/mips32-gx.sh
4644
5591 d 23 h
svoboda
/trunk/
Method for getting console color capabilities. Use to fix invisible tetris pieces.
/trunk/contrib/conf/mips32-gx.sh
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/lib/libc/generic/io/console.c
/trunk/uspace/lib/libc/include/io/console.h
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4643
5592 d 13 h
jermar
/trunk/uspace/lib/libc/generic/
realloc() should really check whether the next block is indeed free.
/trunk/uspace/lib/libc/generic/malloc.c
4642
5592 d 23 h
svoboda
/trunk/uspace/lib/libc/generic/
Fix alignment errors in realloc().
/trunk/uspace/lib/libc/generic/malloc.c
4641
5593 d 1 h
jermar
/trunk/kernel/arch/sparc64/src/
Adhere to the sparc64 ABI and provide stack space for procedure arguments.
/trunk/kernel/arch/sparc64/src/asm.S
4640
5593 d 1 h
jermar
/trunk/kernel/generic/include/
Improve comment.
/trunk/kernel/generic/include/context.h
4639
5593 d 1 h
jermar
/trunk/kernel/generic/src/main/
IRQ-safe switch to userspace.
/trunk/kernel/generic/src/main/uinit.c
4637
5594 d 23 h
svoboda
/trunk/kernel/genarch/
Implement data transmission to CUDA, use to enable autopolling. Now the driver works both in PearPC and Qemu -M g3beige.
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
4636
5595 d 0 h
jermar
/trunk/
sparc64's SP_DELTA needs more space.
/trunk/kernel/arch/sparc64/include/context.h
/trunk/uspace/lib/libc/arch/sparc64/include/fibril.h
/trunk/uspace/lib/libc/arch/sparc64/include/stack.h
4635
5595 d 6 h
jermar
/trunk/
Things are much easier when the compiler knows that context_save() returns twice.
/trunk/kernel/generic/include/context.h
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/include/fibril.h
4633
5595 d 22 h
jermar
/trunk/uspace/lib/libc/generic/
In fibril_switch(), make sure to reload srcf with the current fibril address
in the post-context_restore() code. Its value may be invalid after
contex_restore() due to e.g. register recycling.
/trunk/uspace/lib/libc/generic/fibril.c