Doc fixes.
[bertos.git] / kern / proc.c
2008-03-20 asterixRename CPU_MEMORY_BARRIER to MEMORY_BARRIER and move...
2008-03-17 asterixDefine memory barrier for arm core, and use it.
2008-02-18 berniePass stack size in _bytes_ to memset() for stack filling.
2008-01-16 asterixFix catastrophic bug in proc_switch. Remove unneeded...
2007-11-17 bernieCompute the CONFIG_PROC_DEFSTACKSIZE constant dynamically
2007-10-23 battSplit cpu/cpu.h in 3 files: irq, types and attr.
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...
2006-09-20 marcoRestored test.
2006-07-19 bernieConvert to new Doxygen style.
2006-03-27 bernieCPU_IDLE(): Fix for new emulator.
2006-02-24 bernieUpdate for new emulator.
2006-02-21 bernieCleanup/update process scheduling.
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-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-11-28 bernieRemove obsolete INITLIST macro.
2004-11-16 bernieReplace IPTR with iptr_t.
2004-10-19 bernieKill warnings when !CONFIG_PROC_MONITOR.
2004-10-19 bernieInitialize forbid_cnt; Formatting/comments fixes.
2004-10-19 bernieproc_rename(), proc_forbid(), proc_permit(): New functions.
2004-10-03 bernieImport changes from sc/firmware.
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 berniemonitor_debug_stacks(): Conditionally compile on CONFIG...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-02 alephMerge from kseries
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-06 bernieRename event macros to look like regular functions.
2004-06-03 bernieAdd dual-license information.
2004-05-23 bernieImport kern/ subdirectory.