| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-17 | oops, converted some #ifndef into #if defined... | jnemeth | |
| 2008-11-17 | Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE) | jnemeth | |
| from Bernd Ernesti on source-changes@. This fixes a build breakage with i386/amd64 bootblocks. | |||
| 2008-11-16 | Our qsort() is inappropriate for kernel use because it makes recursive | ad | |
| calls. Replace it with a kheapsort() function in kernel. Pointed out by tron@. | |||
