source: trunk/kernel/kern/kernel_init.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @614   5 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @612   5 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(edit) @611   5 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   5 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @601   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @583   5 years alain Improve signals.
(edit) @582   5 years alain New DQDT implementation supporting missing clusters thanks to the …
(edit) @580   5 years alain 1) Register the kernel process in the cluster manager local list. 2) …
(edit) @577   5 years alain Fix small bugs.
(edit) @564   5 years alain Complete restructuration of kernel locks.
(edit) @561   5 years nicolas.van.phan Remove y_max in all functions except dqdt_init()
(edit) @560   5 years nicolas.van.phan Remove y_max in kernel init barriers
(edit) @559   5 years nicolas.van.phan Remove y_max in loops (easy replacements)
(edit) @556   5 years nicolas.van.phan Gather LETI-specific macros into hard_config.h
(edit) @550   5 years nicolas.van.phan Add SD card driver in kernel
(edit) @539   5 years nicolas.van.phan TTY MUX 4 : Multiplex TTY character sending Now, when a thread wants …
(edit) @536   5 years nicolas.van.phan TTY MUX 1 : Init tty chdevs in internal_devices_init()
(edit) @535   5 years nicolas.van.phan Replace TXT0 by MTTY0 for LETI
(edit) @534   5 years nicolas.van.phan Add mtty driver.
(edit) @532   5 years nicolas.van.phan Add message to show enabling of IPI on cores.
(edit) @530   5 years nicolas.van.phan Hack to compile on both IOB and LETI for now
(edit) @528   5 years nicolas.van.phan Change usage of y_max/x_max for iterating through clusters. This is …
(edit) @517   6 years viala Revert rev515. I introduced a problem. The fact is that entry is …
(edit) @515   6 years viala [kernel_init] Fix a potentially not initalized variable. I added an …
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @490   6 years viala Minor: Add extern prototype for kernel_init function. Also I add …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @443   6 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   6 years alain Fix various bugs
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   6 years alain Fix a bad bug in scheduler…
(edit) @428   6 years alain blip
(edit) @409   6 years alain Fix bugs in exec
(edit) @408   6 years alain Fix several bugs in the fork() syscall.
(edit) @407   6 years alain First implementation of fork/exec.
(edit) @406   7 years alain This version executed successfully the user "init" process on a …
(edit) @401   7 years alain Few bugs in VMM
(edit) @398   7 years max Wrong value in the timer.
(edit) @393   7 years max Use panic().
(edit) @389   7 years alain Update the RPC_VMM_GET_VSEG.
(edit) @381   7 years alain Add missing defines in the TSAR exception handler.
(edit) @380   7 years alain Remove the generic kernel/kern/do_exception files to handle exceptions …
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @317   7 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @285   7 years max Must be reg_t.
(edit) @279   7 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @265   7 years alain Fix several bugs in VFS.
(edit) @249   7 years max Remove the ICU driver.
(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) @204   7 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @188   7 years alain Redefine the PIC device API.
(edit) @127   7 years max style
(edit) @124   7 years max rename hal_wbflush->hal_fence
(edit) @103   7 years alain Introducing a nolock_printk() function used by kernel_init.
(edit) @101   7 years alain euh…
(edit) @77   7 years max Start hiding the architecture-specific drivers behind the …
(edit) @71   7 years max advance a little
(edit) @70   7 years max start constructing the bootinfo structure
(edit) @68   7 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(edit) @50   7 years alain bloup
(edit) @25   7 years max First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL …
(edit) @23   7 years alain Introduce syscalls.
(edit) @19   7 years max cosmetic, and a few typos
(edit) @14   7 years alain Bugs fix.
(edit) @5   7 years alain Introduce the chdev_t structure in place of the device_t structure.
(add) @1   7 years alain First import
Note: See TracRevisionLog for help on using the revision log.