source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @318   7 years alain Bug fix : we don't need an atomic access to update the …
(edit) @317   7 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @315   7 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   7 years alain RSeveral modifs in the page-fault handling.
(edit) @311   7 years max Introduce hal_cpu_context_switch.
(edit) @306   7 years max Terrible typo.
(edit) @305   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @304   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @303   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @302   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @301   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @297   7 years max Remove unused.
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @295   7 years max Remove vestige.
(edit) @294   7 years max Remove vestige.
(edit) @289   7 years max Style, in order to appease GCC5.
(edit) @288   7 years max Re-indent, to appease GCC5 warnings.
(edit) @286   7 years max Fix dangerous typos.
(edit) @285   7 years max Must be reg_t.
(edit) @282   7 years max Don't use CURRENT_THREAD->core, since it is not yet initialized.
(edit) @281   7 years max The thread has already been registered in thread_user_create, so don't …
(edit) @279   7 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @278   7 years max Should be 'next'.
(edit) @273   7 years max Mmh, must be Elf64_Xword.
(edit) @271   7 years max new_offset can be NULL
(edit) @270   7 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @266   7 years alain Implement vfs_lseek() function.
(edit) @265   7 years alain Fix several bugs in VFS.
(edit) @262   7 years max Remove soclib_dma on x86.
(edit) @261   7 years max Hide soclib_dma.
(edit) @259   7 years max Hide soclib_nic.
(edit) @257   7 years max Hide soclib_mmc.
(edit) @255   7 years max Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.
(edit) @254   7 years max Use IMPL_TXT_RS2.
(edit) @252   7 years max Hide IMPL_PIC_.
(edit) @249   7 years max Remove the ICU driver.
(edit) @248   7 years max Don't include dev_icu.h when it's not needed.
(edit) @247   7 years max Rename soclib_tty->txt_rs232.
(edit) @246   7 years alain Fix a major bug in FATFS : miss handling in the FAT mapper.
(edit) @245   7 years max Hide soclib_tty.
(edit) @244   7 years max Hide the fields.
(edit) @239   7 years alain bloup
(edit) @238   7 years alain Fixing bugs in vfs_lookup()
(edit) @232   7 years max Remove this shell, several files are missing.
(edit) @229   7 years bouyer Remove bad file
(edit) @228   7 years max remove unused file
(edit) @227   7 years max use Elf64 for 64bit architectures (x86_64)
(edit) @223   7 years max Damn, don't do NULL checks here, otherwise we're hiding NULL derefs …
(edit) @222   7 years max fix inverted arguments
(edit) @216   7 years max dispatch 'impl' in the hal
(edit) @214   7 years max remove unused includes
(edit) @213   7 years max hide soclib_bdv
(edit) @212   7 years max style
(edit) @211   7 years max hide the fields
(edit) @207   7 years max mask/unmask the IRQ
(edit) @206   7 years max re-hide
(edit) @205   7 years alain Change dev_pic_enable_irq() and dev_pic_disable_irq() prototypes to …
(edit) @204   7 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @201   7 years max fix the pointers
(edit) @200   7 years alain bloup
(edit) @190   7 years max hide soclib
(edit) @188   7 years alain Redefine the PIC device API.
(edit) @186   7 years max memory leak (among others)
(edit) @185   7 years max use thread_release directly
(edit) @184   7 years max style
(edit) @183   7 years max style
(edit) @182   7 years max lock leak
(edit) @181   7 years max style again
(edit) @180   7 years max don't memset ptr if it's null…
(edit) @179   7 years max fix a lock leak, there are many others left…
(edit) @178   7 years max style
(edit) @177   7 years max detect use-after-frees
(edit) @176   7 years max detect use-after-frees
(edit) @175   7 years max detect use-after-frees
(edit) @174   7 years max style
(edit) @173   7 years max style
(edit) @172   7 years max style
(edit) @171   7 years max style
(edit) @170   7 years max remove ';'
(edit) @161   7 years max style
(edit) @160   7 years max style
(edit) @159   7 years max style
(edit) @158   7 years max tab ffs
(edit) @157   7 years max add the x86_64 flag
(edit) @156   7 years max style
(edit) @149   7 years max unused variables
(edit) @140   7 years max style
(edit) @136   7 years max Hide a few soclib_xcu_ functions
(edit) @131   7 years max use hal_drivers_xcu_init
(edit) @128   7 years max style
(edit) @127   7 years max style
(edit) @126   7 years max use hal_time_stamp instead, because hal_get_cycles will use the …
(edit) @124   7 years max rename hal_wbflush->hal_fence
(edit) @120   7 years max don't use hal_remote_lwd, we want the address, not its content
(edit) @113   7 years max add memcmp in libk; these mem* functions should probably be hal- …
(edit) @104   7 years max style
(edit) @103   7 years alain Introducing a nolock_printk() function used by kernel_init.
(edit) @101   7 years alain euh…
(edit) @93   7 years max style
(edit) @77   7 years max Start hiding the architecture-specific drivers behind the …
Note: See TracRevisionLog for help on using the revision log.