Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-09 | kernel: get rid of unused ucallocb | cinap_lenrek | |
the whole idea of a ucallocb() is bad, as even access to the metadata header would be in uncached memory. also, it tuns out that it was never used by anyone. | |||
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 | |