Add define for cpu idle.
[bertos.git] / kern /
2008-01-16 asterixUse appropriate type descriptor in kprintf.
2008-01-16 asterixAdd signal timeout (merge from digimod prj).
2008-01-16 asterixFix catastrophic bug in proc_switch. Remove unneeded...
2008-01-16 asterixRemove CVS logs. Add ASSERT.
2007-11-29 asterixRemove unneeded debug message. Fix test function.
2007-11-29 asterixUse kfile_off_t instead int32_t. Fix comment.
2007-11-29 asterixAdd include appconfig.
2007-11-29 asterixPaste. Fix test prototype. Remove unneeded code. Add...
2007-11-29 asterixAdd a generic implentation o seek function. Add test...
2007-11-29 asterixAdd generic test for kfile interface.
2007-11-17 bernieCompute the CONFIG_PROC_DEFSTACKSIZE constant dynamically
2007-11-09 asterixFix warning.
2007-11-08 battRemove fixme.
2007-11-08 battFix some warrings. Remove cvs logs.
2007-10-30 asterixAdd kfile_off_t typedef, and use it.
2007-10-30 asterixRemove cvs logs.
2007-10-23 battSplit cpu/cpu.h in 3 files: irq, types and attr.
2007-10-19 battFix copyright.
2007-10-19 battAdd ARM task switching support\!
2007-10-11 battUpdate cpu.h dir.
2007-10-08 marcoRemoved 'This file is part of DevLib ...'
2007-10-08 marcoUpdated copiright notice.
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-10-04 battAdd seek constants.
2007-10-04 battRemove kfile duplicate.
2007-10-03 battAdd whence parameter to seek; change from char * to...
2007-06-14 battMove kfile to kern/ directory; remove duplicate file.h.
2006-09-20 marcoAdded scheduler test.
2006-09-20 marcoStack switch.
2006-09-20 marcoRestored test.
2006-09-20 marcoC-style comment.
2006-09-20 marcoAdd (not) revised note.
2006-09-20 marcoRevised for new scheduler API.
2006-09-20 marcoUsed z modifier instead l.
2006-07-19 bernieConvert to new Doxygen style.
2006-03-27 bernieCPU_IDLE(): Fix for new emulator.
2006-03-22 bernieReduce memory usage.
2006-03-13 bernieAdd TODO item.
2006-02-24 bernieUpdate for new emulator.
2006-02-24 bernieUpdate for new emulator.
2006-02-21 bernieCleanup/update process scheduling.
2005-11-27 bernieUse appconfig.h instead of cfg/config.h.
2005-11-27 bernieAdd x86_64 task switching (to be updated to new-style...
2005-11-27 bernieMove event.[ch] from kern/ to mware/.
2005-11-04 bernieFix reference to README.devlib in header.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-03-15 bernieproc_schedule(): New sanity check.
2005-02-09 bernieDoxygen fixes.
2005-01-24 bernieUpdate copyright information.
2005-01-24 bernieRemove obsolete names.
2005-01-24 bernieFunction pointer based event dispatching.
2005-01-22 bernieAdd integrity checks.
2005-01-22 bernieAdd handy typedef for struct Semaphore.
2005-01-22 bernieWrite extensive documentation; Add simple locking.
2005-01-08 bernieRemove unused variable.
2004-12-13 bernieDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_...
2004-12-13 bernieDISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_EN...
2004-12-08 bernieRename sigset_t to sigmask_t.
2004-11-28 bernieRemove obsolete INITLIST macro.
2004-11-16 bernieReplace IPTR with iptr_t.
2004-10-26 berniemonitor_rename(): New function.
2004-10-21 bernieUse proc_forbid()/proc_permit().
2004-10-21 berniesem_release(): Simplify (made by rasky on scfirm).
2004-10-19 bernieKill warnings when !CONFIG_PROC_MONITOR.
2004-10-19 bernieAdd missing #endif.
2004-10-19 bernieDefine forbid_cnt.
2004-10-19 bernieInitialize forbid_cnt; Formatting/comments fixes.
2004-10-19 bernieproc_rename(), proc_forbid(), proc_permit(): New functions.
2004-10-19 berniemsg_peek(): New function.
2004-10-03 bernieRemove stale declarations (moved to monitor.h).
2004-10-03 bernieImport changes from sc/firmware.
2004-10-03 bernieImport in DevLib.
2004-09-20 bernieC++ fixes.
2004-09-14 bernieUse debug.h instead of kdebug.h.
2004-08-29 bernieInclude macros.h explicityl.
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieAdd missing header.
2004-08-24 bernieUse kputs()/kputchar() when possible.
2004-08-24 bernieAdd missing headers; Reformat.
2004-08-24 berniemonitor_debug_stacks(): Conditionally compile on CONFIG...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-08 bernieUse DISABLE_IRQSAVE/ENABLE_IRQRESTORE; Cleanup document...
2004-08-04 bernieAdd extensive documentation.
2004-08-02 alephMerge from kseries
2004-07-31 raskySpostato lo heap da kern/ a mware/
2004-07-30 raskyHunk sfuggito al commit precedente (aggiornamento kernel)
2004-07-30 raskyResa la sig_signal interrupt safe (con il nuovo schedul...
2004-07-30 raskyTask switching con salvataggio perfetto stato di interr...
2004-07-14 raskyMerge da SC: Rimosso timer dentro il task, che è uno...
2004-07-13 alephAvoid warning for unused arg when compiled without...
2004-06-07 alephAdd function prototypes
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieAdd DevLib license information.
2004-06-06 bernieDoxygenize.
2004-06-06 bernieImport into DevLib.
2004-06-03 bernieAdd dual-license information.
2004-05-23 bernieImport kern/ subdirectory.