|  |  | @88ccd8b8 | 15 years | m.lombardi85 | Some improvements to write support:
- mfs_create_node() function …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7a57269f | 15 years | m.lombardi85 | Fix bug in the read_directory_dentry(), the directory index was ignored
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @07dcec5 | 15 years | m.lombardi85 | Add insert_dentry() function to add a new directory entry to the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @04be5a0 | 15 years | m.lombardi85 | Remove wrong assertions
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f9329cf | 15 years | m.lombardi85 | The size_grow parameter of the inode_grow() function should be …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8ab1adff | 15 years | m.lombardi85 | Add functions to read and write indirect zones, it simplifies the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c922bc7 | 15 years | m.lombardi85 | Add function get_inode(), it is used to obtain a generic minix inode …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @40f7297 | 15 years | m.lombardi85 | fix to free_zone(): return result og mfs_free_bit() function
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @82c198f | 15 years | m.lombardi85 | update inode info and mark it as dirty in the mfs_inode_grow() function
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7bd68e6 | 15 years | m.lombardi85 | Add mfs_inode_grow(), it uses write_map() to expand an inode by a …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2bbbfd3 | 15 years | m.lombardi85 | Add functions to add or remove zones from inodes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @af8ce880 | 15 years | m.lombardi85 | Change wrong name to the di_block variable (new name is ind2_block)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8829e33 | 15 years | m.lombardi85 | Fixes to mfs_balloc.c :
- Remove magic numbers
- Fix incorrect index …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a791a96 | 15 years | m.lombardi85 | Fix error return value
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ee01ff5 | 15 years | m.lombardi85 | rename mfs_read.c, new name is mfs_rw.c
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5a29b4c | 15 years | m.lombardi85 | write_map() must allocate new zones to expand the chain when needed
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @18346ec | 15 years | m.lombardi85 | fix: modified buffers must be marked as dirty
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2d7c77a | 15 years | m.lombardi85 | Modify read_map_ondisk() to support write mode, it has been renamed to …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c4eeb2f | 15 years | m.lombardi85 | Remove unused field "dirty" from the generic dentry structure.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @87d4422 | 15 years | m.lombardi85 | Add "write_dentry()" function to write directory entries to disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ae8541d | 15 years | m.lombardi85 | Call put_inode() in mfs_node_put() to write back changes (if any) to disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @77bb55b | 15 years | m.lombardi85 | Add copyright headers to mfs_balloc.c
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @cdab59e | 15 years | m.lombardi85 | Add mfs2_write_inode_raw() function to write back a dirty inode to disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @586f123 | 15 years | m.lombardi85 | Fix cache initialization, cmode was not used at all
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @106743d | 15 years | m.lombardi85 | Fix bug in alloc_bit() function, wrong parameter passed to block_get()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f3e2663 | 15 years | m.lombardi85 | Merge mainline changes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @029b13c | 15 years | jiri | Move signature definition to ata_hw.h.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @250dbef | 15 years | jiri | Correct ATA packet device detection. (Thx Alex Smith).
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @28a3e74 | 15 years | jiri | Fix comment style.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @10eb754 | 15 years | m.lombardi85 | Add mfs_write_inode_raw() function to write V1 dirty inodes on disk.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9cd199c | 15 years | m.lombardi85 | Fix memory leak in mfs_match()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ea53529 | 15 years | jakub | Merge from lp:~jakub/helenos/net.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @348c589 | 15 years | jakub | Let UDP set a reasonable data fragment size trying to avoid …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ebcb05a | 15 years | jiri | Logging functions should append newline automatically. Since one has …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bdbb6f6 | 15 years | jakub | Merge from lp:~vojtech-horky/helenos/ddf-fixes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bd64680 | 15 years | m.lombardi85 | Link mfs_match() to the libfs_ops structure
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @73aec008 | 15 years | jiri | Merge devman and driver logging improvements. Devman started by default.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @147c9f6 | 15 years | m.lombardi85 | Performace optimization:
Use zsearch and isearch to store the index …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b438804 | 15 years | m.lombardi85 | cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9b415c9 | 15 years | jiri | Add a simple logging module to C library and use it in devman. Only …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fc8c2b6 | 15 years | vojtechhorky | devman can tell device handle by its class path
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0876062 | 15 years | vojtechhorky | devman refuse to register same function twice
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4ae90f9 | 15 years | vojtechhorky | devmap: dereference of uninitialized pointer fix
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ad7a6c9 | 15 years | vojtechhorky | Merge mainline changes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3abfe9a8 | 15 years | martin | separate memset/memcpy redirection to builtin functions and fallback C …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eaf4c393 | 15 years | martin | sparc64: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9b3ce63 | 15 years | martin | abs32le: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5bddc53 | 15 years | martin | ppc32: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d9c11fc3 | 15 years | martin | remove unused variable
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @49852df | 15 years | martin | ia64: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ebebd38 | 15 years | jakub | Merge from lp:~jakub/helenos/net.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8f17503 | 15 years | jakub | When dropping a packet, drop also the sq_mutex, otherwise the next …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d011038 | 15 years | jakub | Merge mainline changes.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eea1dd5 | 15 years | m.lombardi85 | Fix possible data corruption when readind directory entries from disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3317724 | 15 years | m.lombardi85 | Merge mainline changes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2cf95e8 | 15 years | m.lombardi85 | Add a function to free an entry in the inode or zone bitmap
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @93ebe4e | 15 years | jakub | Merge Petr Koupy's fix for ticket #273.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @77a2d77 | 15 years | m.lombardi85 | Do not search beyond the bitmap size limit
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ba5beaf | 15 years | m.lombardi85 | Add function to allocate an entry in the zone or inode bitmaps
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @152610a8 | 15 years | m.lombardi85 | Improves read_map() to avoid the need to call the read_ind_block() …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1f1cc9d | 15 years | m.lombardi85 | cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d21e72db | 15 years | martin | amd64: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c81e5e0 | 15 years | martin | ia32: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0418050 | 15 years | jiri | Devman should reject attempt to connect to root function, instead of …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e392ebd | 15 years | martin | mips32: improve linker scripts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8c3bc75 | 15 years | martin | loader: improve error handling
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @21cb3ac | 15 years | martin | arm32: linker script improvements
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @df147c7 | 15 years | jiri | Reject relative paths in devman find_fun_node_by_path().
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dc87f3fd | 15 years | jiri | Devman must be robust against short reads.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fde8a276 | 15 years | m.lombardi85 | Fix bug when reading inodes that causes on-disk structures corruption …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ef76d72 | 15 years | m.lombardi85 | Add the isearch and zsearch fields to the superblock
structure, they …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5fe7692 | 15 years | petr.koupy | Removed side effects from map ADTs.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7a96476 | 15 years | m.lombardi85 | Add some comments
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a04b62d | 15 years | m.lombardi85 | assertion failed, sbi→dirsize was not initialized at mount.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ac28650 | 15 years | m.lombardi85 | - Fix a bug in mfs_has_children() function
- Some functions shold be …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7cb975e | 15 years | m.lombardi85 | Bug fix: the driver didn't read the number of hard links of version 1 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @41202a9 | 15 years | m.lombardi85 | Lot of improvements to the MinixFS driver:
- Add mfs_node_put()
- Add …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @54caa41b | 15 years | m.lombardi85 | Link mfs_has_children() function to the libfs_ops structure
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @cfbcd86 | 15 years | m.lombardi85 | Link mfs_plb_get_char to the libfs structure
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8f29507f | 15 years | martin | merge unified IRC services and graceful networking degradation
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eb277fa7 | 15 years | martin | support graceful degradation of networking
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5f9f37d | 15 years | jakub | Merge from lp:~jakub/helenos/fs.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @71af5a4 | 15 years | jakub | Put the old VFS node also in error paths of vfs_rename().
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @76b5a95c | 15 years | jakub | Merge mainline changes.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @57d129e | 15 years | martin | unify all IRC services under SERVICE_IRC
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9c2b2a8 | 15 years | jakub | Fix keycode map for Integrator/CP in the kbd server.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @afe1d1e | 15 years | martin | fix possible compiler warnings (thx Vojtech Horky)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4611094f | 15 years | m.lombardi85 | merge mainline changes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8c76c30 | 15 years | m.lombardi85 | Fix some comments and remove unused nr_indirect var.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6adba0a8 | 15 years | m.lombardi85 | Add copyright headers
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @155f792 | 15 years | m.lombardi85 | Use a generic minixfs inode in core to avoid code duplication
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @930baca | 15 years | m.lombardi85 | the read_map() function returns the data block address on disk given …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0d6ab10 | 15 years | m.lombardi85 | Add mfs_stat() function and link mfs_size_get() function to the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fe4ac35 | 15 years | m.lombardi85 | Link the mfs_root_get() function to the libfs_ops structure
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @44c0f5b | 15 years | m.lombardi85 | link function mfs_node_get() to the libfs_ops structure
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8b86ed26 | 15 years | m.lombardi85 | the inode table position depends from the zone and inode bitmap size
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @cfff7a8f | 15 years | m.lombardi85 | Fix a little bug when reading inodes from disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @306061a | 15 years | jiri | Display mouse pointer even in lower resolution. Still be careful not …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @df22c36 | 15 years | m.lombardi85 | add function to read V2/V3 inodes on disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f213ae7 | 15 years | m.lombardi85 | add function to read V1 inode on disk
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  |