Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
2408 6253 d 1 h kebrt /branches/arm/kernel/arch/arm32/ exc_stack & supervisor_sp declarations moved  
/branches/arm/kernel/arch/arm32/include/exception.h
/branches/arm/kernel/arch/arm32/src/arm32.c
/branches/arm/kernel/arch/arm32/src/exception.c
2407 6253 d 1 h stepan /branches/arm/kernel/arch/arm32/ comments & code cleaning  
/branches/arm/kernel/arch/arm32/include/exception.h
/branches/arm/kernel/arch/arm32/include/interrupt.h
/branches/arm/kernel/arch/arm32/src/arm32.c
/branches/arm/kernel/arch/arm32/src/context.S
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
2406 6253 d 2 h kebrt /branches/arm/kernel/doc/arch/ User docs added  
/branches/arm/kernel/doc/arch/arm32
/branches/arm/kernel/doc/arch/arm32_HOWTO
2405 6253 d 3 h kebrt /branches/arm/kernel/ "framebuffer support" option added  
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/kernel.config
2404 6254 d 10 h konopa /branches/fs/uspace/fs/ added copyright  
/branches/fs/uspace/fs/block.h
/branches/fs/uspace/fs/const.h
/branches/fs/uspace/fs/dir.h
/branches/fs/uspace/fs/file.h
/branches/fs/uspace/fs/filedes.c
/branches/fs/uspace/fs/fproc.h
/branches/fs/uspace/fs/glo.c
/branches/fs/uspace/fs/glo.h
/branches/fs/uspace/fs/inode.c
/branches/fs/uspace/fs/inode.h
/branches/fs/uspace/fs/limits.h
/branches/fs/uspace/fs/open.c
/branches/fs/uspace/fs/path.c
/branches/fs/uspace/fs/proto.h
/branches/fs/uspace/fs/read.c
/branches/fs/uspace/fs/stadir.c
/branches/fs/uspace/fs/stat.h
/branches/fs/uspace/fs/super.c
/branches/fs/uspace/fs/super.h
/branches/fs/uspace/fs/table.c
/branches/fs/uspace/fs/type.h
/branches/fs/uspace/fs/utility.c
2403 6254 d 22 h konopa /branches/fs/uspace/fs/ main loop repaired  
/branches/fs/uspace/fs/fs.c
2402 6255 d 21 h konopa /branches/fs/uspace/cat/ added dropping consument  
/branches/fs/uspace/cat/cat.c
2401 6255 d 21 h konopa /branches/fs/uspace/fs/ added dropping consument  
/branches/fs/uspace/fs/const.h
/branches/fs/uspace/fs/fs.c
2400 6256 d 7 h hudecek /branches/rcu/kernel/ Renamed rcu_sync_callback, added stronger test  
/branches/rcu/kernel/generic/include/synch/rcu.h
/branches/rcu/kernel/generic/src/synch/rcu.c
/branches/rcu/kernel/test/synch/rcu1.c
2399 6256 d 11 h konopa /branches/fs/boot/arch/ia32/ramdisk/ new ramdisk data  
/branches/fs/boot/arch/ia32/ramdisk/ramdisk.img.raw
2398 6256 d 11 h konopa /branches/fs/kernel/generic/src/lib/ Header size info added  
/branches/fs/kernel/generic/src/lib/rd.c
2397 6256 d 11 h konopa /branches/fs/uspace/rd/ Important constants  
/branches/fs/uspace/rd/rd.h
2396 6256 d 11 h konopa /branches/fs/uspace/rd/ changes to main loop  
/branches/fs/uspace/rd/rd.c
2395 6256 d 11 h konopa /branches/fs/uspace/share/ Shared prototypes between Cat and FS  
/branches/fs/uspace/share/shared_proto.h
2394 6256 d 11 h konopa /branches/fs/uspace/share/ Extended message specification  
/branches/fs/uspace/share/message.c
/branches/fs/uspace/share/message.h
2393 6256 d 11 h konopa /branches/fs/uspace/share/ Connection to some services  
/branches/fs/uspace/share/connect.c
2392 6256 d 11 h konopa /branches/fs/uspace/share/ Base constants  
/branches/fs/uspace/share/base_const.h
2391 6256 d 11 h konopa /branches/fs/uspace/share/ for share between Cat and FS  
/branches/fs/uspace/share
2390 6256 d 11 h konopa /branches/fs/uspace/cat/ add pointer to share directory  
/branches/fs/uspace/cat/Makefile
2389 6256 d 11 h konopa /branches/fs/uspace/cat/ visual demonstration of FS  
/branches/fs/uspace/cat/cat.c
/branches/fs/uspace/cat/cat.h
2388 6256 d 11 h konopa /branches/fs/uspace/fs/ general changes  
/branches/fs/uspace/fs/fs.c
2387 6256 d 11 h konopa /branches/fs/uspace/fs/ add files to be compiled  
/branches/fs/uspace/fs/Makefile
2386 6256 d 11 h konopa /branches/fs/uspace/fs/ Some general purpose utility functions  
/branches/fs/uspace/fs/utility.c
2385 6256 d 11 h konopa /branches/fs/uspace/fs/ Used types including inode type on disk  
/branches/fs/uspace/fs/type.h
2384 6256 d 11 h konopa /branches/fs/uspace/fs/ Actual directory tree on ramdisk  
/branches/fs/uspace/fs/tree.txt
2383 6256 d 11 h konopa /branches/fs/uspace/fs/ Table of system calls  
/branches/fs/uspace/fs/table.c
2382 6256 d 11 h konopa /branches/fs/uspace/fs/ Super block management  
/branches/fs/uspace/fs/super.c
/branches/fs/uspace/fs/super.h
2381 6256 d 11 h konopa /branches/fs/uspace/fs/ Structure for stat and fstat system calls  
/branches/fs/uspace/fs/stat.h
2380 6256 d 11 h konopa /branches/fs/uspace/fs/ Change, stat and fstat system call  
/branches/fs/uspace/fs/stadir.c
2379 6256 d 11 h konopa /branches/fs/uspace/fs/ Read system call  
/branches/fs/uspace/fs/read.c
2378 6256 d 11 h konopa /branches/fs/uspace/fs/ Prototypes of functions  
/branches/fs/uspace/fs/proto.h
2377 6256 d 11 h konopa /branches/fs/uspace/fs/ Functions for printing on console  
/branches/fs/uspace/fs/printing.c
2376 6256 d 11 h konopa /branches/fs/uspace/fs/ Path name parsing  
/branches/fs/uspace/fs/path.c
2375 6256 d 11 h konopa /branches/fs/uspace/fs/ Synonym names for message parameters  
/branches/fs/uspace/fs/param.h
2374 6256 d 11 h konopa /branches/fs/uspace/fs/ Open, close and seek system calls  
/branches/fs/uspace/fs/open.c
2373 6256 d 11 h konopa /branches/fs/uspace/fs/ Limits of FS capabilities  
/branches/fs/uspace/fs/limits.h
2372 6256 d 11 h konopa /branches/fs/uspace/fs/ In-memory inode type  
/branches/fs/uspace/fs/inode.c
/branches/fs/uspace/fs/inode.h
2371 6256 d 11 h konopa /branches/fs/uspace/fs/ Global variables  
/branches/fs/uspace/fs/glo.c
/branches/fs/uspace/fs/glo.h
2370 6256 d 12 h konopa /branches/fs/uspace/fs/ Master header file  
/branches/fs/uspace/fs/fs.h
2369 6256 d 12 h konopa /branches/fs/uspace/fs/ Process table  
/branches/fs/uspace/fs/fproc.h