Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek | |
introduce cpushutdown() function that does the common operation of initiating shutdown, returning once all cpu's got the message and are about to shutdown. this avoids duplicated code which isnt really machine specific. automatic reboot on panic only when *debug= is not set and the machine is a cpu server or has no display, otherwise just hang. | |||
2014-12-16 | kernel: replace ulong with uintptr in ucallocb() and fix unneeded parentheses | cinap_lenrek | |
2014-06-08 | kernel: remove Block refcounting (thanks erik) | cinap_lenrek | |
2013-01-26 | kernel: add portable uncached memory allocator (ucalloc) (from sources) | cinap_lenrek | |