source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @273   8 years max Mmh, must be Elf64_Xword.
(edit) @271   8 years max new_offset can be NULL
(edit) @270   8 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @266   8 years alain Implement vfs_lseek() function.
(edit) @265   8 years alain Fix several bugs in VFS.
(edit) @262   8 years max Remove soclib_dma on x86.
(edit) @261   8 years max Hide soclib_dma.
(edit) @259   8 years max Hide soclib_nic.
(edit) @257   8 years max Hide soclib_mmc.
(edit) @255   8 years max Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.
(edit) @254   8 years max Use IMPL_TXT_RS2.
(edit) @252   8 years max Hide IMPL_PIC_.
(edit) @249   8 years max Remove the ICU driver.
(edit) @248   8 years max Don't include dev_icu.h when it's not needed.
(edit) @247   8 years max Rename soclib_tty->txt_rs232.
(edit) @246   8 years alain Fix a major bug in FATFS : miss handling in the FAT mapper.
(edit) @245   8 years max Hide soclib_tty.
(edit) @244   8 years max Hide the fields.
(edit) @239   8 years alain bloup
(edit) @238   8 years alain Fixing bugs in vfs_lookup()
(edit) @232   8 years max Remove this shell, several files are missing.
(edit) @229   8 years bouyer Remove bad file
(edit) @228   8 years max remove unused file
(edit) @227   8 years max use Elf64 for 64bit architectures (x86_64)
(edit) @223   8 years max Damn, don't do NULL checks here, otherwise we're hiding NULL derefs …
(edit) @222   8 years max fix inverted arguments
(edit) @216   8 years max dispatch 'impl' in the hal
(edit) @214   8 years max remove unused includes
(edit) @213   8 years max hide soclib_bdv
(edit) @212   8 years max style
(edit) @211   8 years max hide the fields
(edit) @207   8 years max mask/unmask the IRQ
(edit) @206   8 years max re-hide
(edit) @205   8 years alain Change dev_pic_enable_irq() and dev_pic_disable_irq() prototypes to …
(edit) @204   8 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @201   8 years max fix the pointers
(edit) @200   8 years alain bloup
(edit) @190   8 years max hide soclib
(edit) @188   8 years alain Redefine the PIC device API.
(edit) @186   8 years max memory leak (among others)
(edit) @185   8 years max use thread_release directly
(edit) @184   8 years max style
(edit) @183   8 years max style
(edit) @182   8 years max lock leak
(edit) @181   8 years max style again
(edit) @180   8 years max don't memset ptr if it's null…
(edit) @179   8 years max fix a lock leak, there are many others left…
(edit) @178   8 years max style
(edit) @177   8 years max detect use-after-frees
(edit) @176   8 years max detect use-after-frees
(edit) @175   8 years max detect use-after-frees
(edit) @174   8 years max style
(edit) @173   8 years max style
(edit) @172   8 years max style
(edit) @171   8 years max style
(edit) @170   8 years max remove ';'
(edit) @161   8 years max style
(edit) @160   8 years max style
(edit) @159   8 years max style
(edit) @158   8 years max tab ffs
(edit) @157   8 years max add the x86_64 flag
(edit) @156   8 years max style
(edit) @149   8 years max unused variables
(edit) @140   8 years max style
(edit) @136   8 years max Hide a few soclib_xcu_ functions
(edit) @131   8 years max use hal_drivers_xcu_init
(edit) @128   8 years max style
(edit) @127   8 years max style
(edit) @126   8 years max use hal_time_stamp instead, because hal_get_cycles will use the …
(edit) @124   8 years max rename hal_wbflush->hal_fence
(edit) @120   8 years max don't use hal_remote_lwd, we want the address, not its content
(edit) @113   8 years max add memcmp in libk; these mem* functions should probably be hal- …
(edit) @104   8 years max style
(edit) @103   8 years alain Introducing a nolock_printk() function used by kernel_init.
(edit) @101   8 years alain euh…
(edit) @93   8 years max style
(edit) @77   8 years max Start hiding the architecture-specific drivers behind the …
(edit) @75   8 years max Create the drivers/ sub-directory in each hal, and move soclib into …
(edit) @71   8 years max advance a little
(edit) @70   8 years max start constructing the bootinfo structure
(edit) @68   8 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(edit) @66   8 years max style
(edit) @65   8 years max use %p to silence a few warnings
(edit) @63   8 years max move the ldscript into core/ for tsar
(edit) @60   8 years max use reg_t instead of uint32_t
(edit) @57   8 years max move the ldscript into x86_64/
(edit) @53   8 years alain Compilation OK pout TSAR
(edit) @52   8 years max remove hard_config.h
(edit) @50   8 years alain bloup
(edit) @49   8 years max style
(edit) @47   8 years max Use mcmodel=large, in order to have a kernel image that is located at …
(edit) @28   8 years max Remove unused Makefile.
(edit) @27   8 years max cosmetic
(edit) @26   8 years max Add the Makefile and LD script for x86_64.
(edit) @25   8 years max First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL …
(edit) @24   8 years max Use intptr_t instead.
(edit) @23   8 years alain Introduce syscalls.
(edit) @22   8 years max cosmetic & typos again
(edit) @21   8 years max cosmetic & comments
(edit) @20   8 years max cosmetic and improve a few comments
Note: See TracRevisionLog for help on using the revision log.