Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4616 5427 d 4 h brambora /branches/snapshot/ Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
 
/branches/snapshot/kernel/generic/include/udebug/udebug.h
/branches/snapshot/kernel/generic/include/udebug/udebug_ops.h
/branches/snapshot/kernel/generic/src/udebug/udebug_ipc.c
/branches/snapshot/kernel/generic/src/udebug/udebug_ops.c
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/uspace/lib/libc/generic/udebug.c
/branches/snapshot/uspace/lib/libc/include/udebug.h
4613 5428 d 2 h brambora /branches/snapshot/ Initial commit. Empty checkpoint.c added plus a Makefile.  
/branches/snapshot/uspace/app/chkpnt
/branches/snapshot/uspace/app/chkpnt/Makefile
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/boot/arch/ia32/Makefile.inc
/branches/snapshot/uspace/Makefile
4605 5431 d 6 h decky /branches/snapshot/ add task snapshoting branch  
/branches/snapshot
4604 5432 d 3 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ppm.c
4602 5433 d 4 h decky /trunk/uspace/app/tester/ tester framework rewrite (go from a menu-driven interface to command-line interface)  
/trunk/uspace/app/tester/print/print2.c
/trunk/uspace/app/tester/print/print2.def
/trunk/uspace/app/tester/print/print3.c
/trunk/uspace/app/tester/print/print3.def
/trunk/uspace/app/tester/devmap
/trunk/uspace/app/tester/ipc/answer.c
/trunk/uspace/app/tester/ipc/answer.def
/trunk/uspace/app/tester/ipc/hangup.c
/trunk/uspace/app/tester/ipc/hangup.def
/trunk/uspace/app/tester/ipc/send_async.c
/trunk/uspace/app/tester/ipc/send_async.def
/trunk/uspace/app/tester/ipc/send_sync.c
/trunk/uspace/app/tester/ipc/send_sync.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/fault/fault1.c
/trunk/uspace/app/tester/fault/fault2.c
/trunk/uspace/app/tester/ipc/connect.c
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/ipc/register.c
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/print/print1.c
/trunk/uspace/app/tester/print/print1.def
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/app/tester/thread/thread1.c
/trunk/uspace/app/tester/vfs/vfs1.c
4601 5433 d 4 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 5433 d 4 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 5433 d 4 h decky /trunk/uspace/lib/libc/include/ define just the basic memory allocator interface  
/trunk/uspace/lib/libc/include/malloc.h
4598 5433 d 4 h decky /trunk/uspace/lib/libc/ remove dlmalloc  
/trunk/uspace/lib/libc/malloc
4597 5433 d 4 h decky /trunk/uspace/app/tester/mm/ memory allocator test
(modified from original code by Tomas Bures and Lubomir Bulej, used under permission)
 
/trunk/uspace/app/tester/mm
/trunk/uspace/app/tester/mm/malloc1.c
/trunk/uspace/app/tester/mm/malloc1.def
4596 5433 d 4 h decky /trunk/uspace/srv/kbd/ avoid compiler warnings and one small bug  
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/port/i8042.c
4595 5433 d 4 h decky /trunk/uspace/srv/console/ avoid compiler warning  
/trunk/uspace/srv/console/screenbuffer.h
4594 5433 d 4 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
/trunk/uspace/srv/fb/fb.c
4593 5434 d 4 h decky /trunk/uspace/srv/vfs/ avoid unaligned memory access  
/trunk/uspace/srv/vfs/vfs_ops.c
4592 5434 d 4 h decky /trunk/uspace/app/init/ simplify init, create /dev/null0 on demand  
/trunk/uspace/app/init/init.c
4591 5434 d 4 h decky /trunk/uspace/ add support for creating null devices on demand  
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/srv/devmap/devmap.c
4590 5434 d 11 h decky /trunk/uspace/lib/libc/generic/io/ set buffering according to what file descriptor we are opening
(this still does not cover the full complexity of stdio buffering)
 
/trunk/uspace/lib/libc/generic/io/io.c
4587 5434 d 22 h jermar /trunk/uspace/ Implement stat() and VFS_IN_STAT.
Modify bdsh() to use stat() during ls.
In devfs, allow lookups that don't
specify one of L_FILE and L_DIRECTORY.
 
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.h
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/sys/stat.h
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/vfs/vfs_ops.c
4586 5435 d 1 h jermar /trunk/uspace/ Add libfs_stat() and let FAT and TMPFS use it.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4585 5435 d 1 h jermar /trunk/uspace/ Introduce VFS_IN_FSTAT and VFS_OUT_STAT.
Provide libc fstat() and devfs_stat().
This functionality replaces VFS_IN_NODE
and VFS_IN/OUT_DEVICE. FAT and TMPFS
still do not implement this and VFS_IN_STAT
and stat() need implementation as well.
 
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/ipc/vfs.h
/trunk/uspace/lib/libc/include/sys/stat.h
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/devfs/devfs_ops.h
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
4584 5435 d 6 h jermar /trunk/uspace/ Separate the VFS input and output protocols.  
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/vfs.h
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
4583 5435 d 8 h svoboda /trunk/uspace/ Fix chaos in block library.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
4573 5436 d 10 h svoboda /trunk/ Automatically try to mount FAT from disk0 on /data upon boot. Save Tetris score there. Automatically create disk image in sample config files, if it does not already exist. This tentatively reaches the Milanstone (t.m.).  
/trunk/contrib/conf/ia32-qe.sh
/trunk/uspace/dist/data
/trunk/contrib/conf/mips32-gx.sh
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tetris/scores.c
4572 5436 d 22 h svoboda /trunk/uspace/ Allow libblock to operate in write-through mode. With 'wtcache' mount option, FAT sets write-through mode on the cache.  
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_ops.c
4571 5437 d 5 h jermar /trunk/uspace/srv/console/ Do not use the pending mechanism in console.  
/trunk/uspace/srv/console/console.c
4570 5437 d 5 h jermar /trunk/uspace/srv/devmap/ Do not use the pending mechanism in devmap.  
/trunk/uspace/srv/devmap/devmap.c
4569 5437 d 5 h jermar /trunk/kernel/genarch/src/acpi/ A little bit of cstyle.  
/trunk/kernel/genarch/src/acpi/acpi.c
4568 5437 d 5 h jermar /trunk/kernel/doc/ Mention arm32 in the document describing virtual address translation.  
/trunk/kernel/doc/mm
4567 5437 d 15 h jermar /trunk/uspace/srv/vfs/ Use condvar broadcast instead of signal when registering a new file system.  
/trunk/uspace/srv/vfs/vfs_register.c
4566 5437 d 22 h jermar /trunk/uspace/srv/vfs/ Do not use the "pending" fibril mechanism in VFS  
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
4565 5440 d 1 h svoboda /trunk/uspace/app/tetris/ Tetris high-score table now persists across multiple Tetris executions (and also propagate between concurrently running instances). It is much more stupid than the original BSD implementation, but it works.  
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
/trunk/uspace/app/tetris/tetris.c
4564 5440 d 2 h svoboda /trunk/uspace/srv/bd/rd/ Use rwlock instead of futex for ramdisk.  
/trunk/uspace/srv/bd/rd/rd.c
4563 5441 d 0 h jermar /trunk/uspace/srv/vfs/ Remove an obsolete comment.  
/trunk/uspace/srv/vfs/vfs.c
4562 5441 d 0 h jermar /trunk/uspace/srv/fs/ Endpoint file systems should terminate the connection fibril when VFS closes the connection.  
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
4561 5441 d 6 h decky /trunk/uspace/srv/fs/devfs/ avoid races during access to the shared hash table  
/trunk/uspace/srv/fs/devfs/devfs_ops.c
4557 5443 d 0 h svoboda /trunk/uspace/srv/bd/ Use fibril synchronization in bd drivers. Use per-disk locks.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.h
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4556 5445 d 11 h decky /trunk/ define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32
 
/trunk/kernel/arch/amd64/include/byteorder.h
/trunk/kernel/arch/arm32/include/byteorder.h
/trunk/kernel/arch/ia32/include/byteorder.h
/trunk/kernel/arch/ia64/include/byteorder.h
/trunk/kernel/arch/mips32/include/byteorder.h
/trunk/kernel/arch/ppc32/include/byteorder.h
/trunk/kernel/arch/sparc64/include/byteorder.h
/trunk/uspace/lib/libc/arch/amd64/include/byteorder.h
/trunk/uspace/lib/libc/arch/arm32/include/byteorder.h
/trunk/uspace/lib/libc/arch/ia32/include/byteorder.h
/trunk/uspace/lib/libc/arch/ia64/include/byteorder.h
/trunk/uspace/lib/libc/arch/mips32/include/byteorder.h
/trunk/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/trunk/uspace/lib/libc/arch/ppc32/include/byteorder.h
/trunk/uspace/lib/libc/arch/sparc64/include/byteorder.h
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/include/elf.h
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/generic/include/byteorder.h
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/arch/amd64/Makefile.inc
/trunk/uspace/lib/libc/arch/arm32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
/trunk/uspace/lib/libc/arch/ppc32/Makefile.inc
/trunk/uspace/lib/libc/arch/sparc64/Makefile.inc
/trunk/uspace/lib/libc/generic/io/printf_core.c
/trunk/uspace/lib/libc/include/byteorder.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softfloat/include/sftypes.h
4555 5445 d 21 h jermar /trunk/uspace/srv/vfs/ Finish converting VFS to fibril synchronization.  
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_file.c
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
4554 5445 d 21 h jermar /trunk/uspace/srv/fs/fat/ Strange left-over.  
/trunk/uspace/srv/fs/fat/fat_idx.c
4553 5445 d 22 h jermar /trunk/uspace/lib/libblock/ Use fibril synchronization in libblock.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h