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
/
uspace
/
lib/
@ 2577
– Rev 4684
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
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
4680
5573 d 3 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
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
4644
5592 d 0 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
5593 d 0 h
svoboda
/trunk/uspace/lib/libc/generic/
Fix alignment errors in realloc().
/trunk/uspace/lib/libc/generic/malloc.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 23 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
4620
5600 d 1 h
svoboda
/trunk/uspace/
Allow to determine whether a task returned value before terminatign.
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/task.c
4618
5600 d 2 h
svoboda
/trunk/uspace/
Pass task ID to NS from loader. This prevents ID spoofing by user apps.
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4617
5600 d 5 h
svoboda
/trunk/uspace/
Allow task to return value (will be improved).
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4611
5602 d 8 h
jermar
/trunk/uspace/lib/libblock/
Make the libblock cache behave more like a cache and fix some bugs
present in the previously unused code paths.
/trunk/uspace/lib/libblock/libblock.c
4609
5604 d 6 h
decky
/trunk/uspace/lib/libc/include/ipc/
remove obsolete VFS methods
/trunk/uspace/lib/libc/include/ipc/vfs.h
4608
5604 d 6 h
jermar
/trunk/uspace/
Statically allocated stat structure will do.
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
4607
5604 d 6 h
jermar
/trunk/uspace/lib/libc/generic/
Fix typos.
/trunk/uspace/lib/libc/generic/malloc.c
4606
5604 d 7 h
decky
/trunk/uspace/lib/libc/generic/
small allocator optimization
add some comments
/trunk/uspace/lib/libc/generic/malloc.c
4601
5606 d 5 h
decky
/trunk/uspace/lib/libc/
small fixes and coding style changes related to the new memory allocator
/trunk/uspace/lib/libc/generic/errno.c
/trunk/uspace/lib/libc/include/adt/gcdlcm.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/generic/as.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/mman.c
/trunk/uspace/lib/libc/include/async.h
/trunk/uspace/lib/libc/include/bitops.h
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/getopt.h
/trunk/uspace/lib/libc/include/macros.h
/trunk/uspace/lib/libc/include/mem.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/stdlib.h
/trunk/uspace/lib/libc/include/unistd.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
4600
5606 d 6 h
decky
/trunk/uspace/lib/libc/generic/
implement simple first-fit memory allocator
(modified from original code by Petr Tuma, used under permission)
/trunk/uspace/lib/libc/generic/malloc.c
4599
5606 d 6 h
decky
/trunk/uspace/lib/libc/include/
define just the basic memory allocator interface
/trunk/uspace/lib/libc/include/malloc.h
←Prev
1
2
Next→
Show All