|  |  | @317 | 8 years | alain | 1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce … | 
                
                  |  |  | @315 | 8 years | alain | Redefine the fuctions ppm_base2page() / ppm_page2base() / … | 
                
                  |  |  | @313 | 8 years | alain | RSeveral modifs in the page-fault handling. | 
                
                  |  |  | @311 | 8 years | max | Introduce hal_cpu_context_switch. | 
                
                  |  |  | @300 | 8 years | max | Passably handle everything in the function itself. | 
                
                  |  |  | @299 | 8 years | max | The uspace strcpy function is allowed to fail (not implemented yet). | 
                
                  |  |  | @296 | 8 years | alain | Several modifs in the generic scheduler and in the hal_context to
fix … | 
                
                  |  |  | @285 | 8 years | max | Must be reg_t. | 
                
                  |  |  | @279 | 8 years | alain | 1) Introduce independant command fields for the various devices in the … | 
                
                  |  |  | @266 | 8 years | alain | Implement vfs_lseek() function. | 
                
                  |  |  | @261 | 8 years | max | Hide soclib_dma. | 
                
                  |  |  | @259 | 8 years | max | Hide soclib_nic. | 
                
                  |  |  | @257 | 8 years | max | Hide soclib_mmc. | 
                
                  |  |  | @252 | 8 years | max | Hide IMPL_PIC_. | 
                
                  |  |  | @245 | 8 years | max | Hide soclib_tty. | 
                
                  |  |  | @238 | 8 years | alain | Fixing bugs in vfs_lookup() | 
                
                  |  |  | @226 | 8 years | max | add HAL_32BIT/HAL_64BIT | 
                
                  |  |  | @216 | 8 years | max | dispatch 'impl' in the hal | 
                
                  |  |  | @213 | 8 years | max | hide soclib_bdv | 
                
                  |  |  | @204 | 8 years | alain | Bug fix in kernel_init
-This line, and those below, will be ignored--
 … | 
                
                  |  |  | @198 | 8 years | max | mmh, mistakenly removed this | 
                
                  |  |  | @196 | 8 years | max | sync | 
                
                  |  |  | @190 | 8 years | max | hide soclib | 
                
                  |  |  | @188 | 8 years | alain | Redefine the PIC device API. | 
                
                  |  |  | @151 | 8 years | alain | Move the core specific hal_cpu_context_t & hafpu_context_t structures … | 
                
                  |  |  | @136 | 8 years | max | Hide a few soclib_xcu_ functions | 
                
                  |  |  | @130 | 8 years | max | add hal_drivers_xcu_init | 
                
                  |  |  | @124 | 8 years | max | rename hal_wbflush->hal_fence | 
                
                  |  |  | @121 | 8 years | alain | Fix bugs in hal_remote, hal uspace, hal_special | 
                
                  |  |  | @107 | 8 years | max | reorder the code a bit, to reduce the (future) diff with x86 | 
                
                  |  |  | @106 | 8 years | max | style and typos | 
                
                  |  |  | @101 | 8 years | alain | euh… | 
                
                  |  |  | @95 | 8 years | alain | hal_special: replace hal_time_stamp() by hal_get_cycles()
hal_remote : … | 
                
                  |  |  | @92 | 8 years | max | fix the definition of hal_remote_spt, and add the *pt ops on
x86_64 | 
                
                  |  |  | @87 | 8 years | alain | Remove oldies. | 
                
                  |  |  | @77 | 8 years | max | Start hiding the architecture-specific drivers behind the … | 
                
                  |  |  | @72 | 8 years | max | start defining some remote functions, and use uint8_t instead of
char | 
                
                  |  |  | @62 | 8 years | max | create the core/ sub-directory for tsar |