aboutsummaryrefslogtreecommitdiff
path: root/kern/rdxtree.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootstraping issues with stdint.h.Flavio Cruz2016-04-051-1/+1
| | | | | * include/mach/std_types.h: Do not include stdint.h. * kern/rdxtree.h: Replace sys/types.h with stdint.h.
* kern: add radix tree libraryJustus Winter2015-05-201-0/+209
Import a radix tree library from Richard Braun's librbraun. * Makefile.am (clib_routines): Steal `__ffsdi2'. * Makefrag.am (libkernel_a_SOURCES): Add new files. * kern/rdxtree.c: New file. * kern/rdxtree.h: Likewise. * kern/rdxtree_i.h: Likewise. * kern/startup.c (setup_main): Initialize radix tree library.