Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3041 6004 d 9 h svoboda /trunk/kernel/arch/ia32/include/ Fix register-constraint typo in ia32 memstr.h and add two '&'s for symmetry's sake. (None were really causing trouble)  
3040 6004 d 9 h svoboda /trunk/kernel/arch/amd64/include/ Fix register-constraint typo in amd64 memstr.h and add two '&'s for symmetry's sake. (None were really causing trouble)  
3039 6004 d 10 h svoboda /trunk/uspace/lib/libc/arch/mips32/include/ Fix register constraints in mips32 libc atomic_add()  
3038 6004 d 12 h svoboda /trunk/kernel/arch/mips32/include/ Fix missing earlyclobber-register constraints in mips32 atomic_add(), causing panic when gcc put %0 and %1 to the same register.  
3029 6007 d 7 h decky /trunk/kernel/generic/ fix kernel ramdisk support  
3028 6007 d 7 h decky /trunk/ cleanup scripts  
3027 6007 d 7 h decky /trunk/boot/ finish unifying pack script  
3024 6008 d 5 h decky /trunk/boot/arch/ use unified pack script by arm32  
3023 6008 d 6 h decky /trunk/boot/ unify pack script  
3021 6008 d 21 h decky /trunk/tools/ add support for page size alignment  
3020 6009 d 1 h jermar /trunk/kernel/generic/ Turn phone->lock into mutex.  
3019 6009 d 4 h decky /trunk/tools/ add RD header  
3017 6009 d 5 h decky /trunk/tools/ update scripts  
3007 6011 d 3 h jermar /trunk/ Improve linking and loading of boot ELF images.
(Contributed by Jiri Svoboda)
 
3003 6012 d 2 h jermar /trunk/uspace/lib/libfs/ More of the preivous commit.  
3002 6012 d 2 h jermar /trunk/uspace/lib/libfs/ Optimize conditions in libfs_lookup(). Perform primitive comparisons in the
left-hand subexpression and potentially expensive calls to libfs operations in
the right-hand subexpression.
 
2958 6018 d 23 h jermar /trunk/uspace/srv/ Make VFS_MOUNT call even when mounting the root file system.  
2957 6019 d 1 h jermar /trunk/uspace/srv/vfs/ Cram VFS_MOUNT into one message. This creates a hidden demand for the sixth IPC
argument as there might be a desire to pass some options/flags in the future.
 
2953 6020 d 0 h jermar /trunk/uspace/srv/fs/fat/ Add synchronization to fat_match().  
2951 6020 d 1 h jermar /trunk/uspace/srv/fs/fat/ Add locks to FAT index structures, FAT in-core node structures. Add futex to
protect the list of free cached FAT in-core nodes. Make fat_node_get() and
fat_node_put() and some other functions aware of these new locks.
 

Show All