Barrelfish

log

age author description
2 months ago Stefan Kästle adding a tag for release 2012-03-02default tip
2 months ago Stefan Kästle Corrected include path for errno.hrelease2012-03-02
2 months ago Stefan Kästle Added missing include
2 months ago Simon Gerber Fixed pci to use PAGE_CNODE_BITS instead of 8 for size_bits in its phyaddr cnoderef.
2 months ago Simon Gerber Changed caps_create_new for initial cnodes in kernel/startup.c to use DEFAULT_CNODE_BITS as value for "objbits"
2 months ago Kornilios Kourtis montor: reclaim_memory(): protect against get_mem_client() returning NULL
2 months ago Kornilios Kourtis newlib: add support for long {long,double} in format strings
2 months ago Kornilios Kourtis newlib: make it default and add oldc builds to harness
2 months ago Kornilios Kourtis newlib: build scc/arm/xscale
2 months ago Kornilios Kourtis newlib: use oldc malloc for newlib
2 months ago Kornilios Kourtis newlib: fix some warnings
2 months ago Kornilios Kourtis newlib: better arch-specific hake configuration
2 months ago Kornilios Kourtis newlib: use dlmalloc instead of newlib's malloc+sbrk
2 months ago Kornilios Kourtis rename freec to oldc
2 months ago Mark Nevill remove slow asserts from MDB. ARM tests pass.
2 months ago Kornilios Kourtis merge with main tree
2 months ago Kornilios Kourtis make freec the default libc, and create newlib harness builds.
2 months ago Kornilios Kourtis newlib,arm:_really_ make newlib compile for arm
3 months ago Kornilios Kourtis merge newlib
3 months ago Kornilios Kourtis newlib,arm: make arm compile with newlib
3 months ago Kornilios Kourtis newlib,x86_32: use PRI{u,x}32, PRI{u,x}PTR, etc in format strings
3 months ago Kornilios Kourtis newlib,x86_32: use int32_t (and not int) for message callbacks
3 months ago Kornilios Kourtis newlib/x86_32: add casting to skb calls in pci
3 months ago Kornilios Kourtis newlib,x86_32: fix float.h for x86_32
3 months ago Kornilios Kourtis newlib,x86_32,libnfs: s/xdr_uint32_t/xdr_u_int/ to fix compilation issues
3 months ago Kornilios Kourtis newlib,x86_32,acpi: typedef acpi's UINT32 to uint32_t
3 months ago Kornilios Kourtis newlib,x86_32,skb: make /usr/skb compile
3 months ago Kornilios Kourtis newlib,x86_32: fix/add Hakefiles and misc changes
3 months ago Kornilios Kourtis newlib/x86_32: change newlib's uintptr_t to unsigned long on x86_32
3 months ago Kornilios Kourtis chips/hashtable.c: zero initial entries
3 months ago Kornilios Kourtis newlib: make assert use its argument, so that -DNDEBUG builds don't fail
3 months ago Kornilios Kourtis ahci_dma_pool.c: add missing header
3 months ago Kornilios Kourtis merge newlib tree to current
3 months ago Kornilios Kourtis newlib: make use of VFS optional; remove posixcompat dependencies
3 months ago Kornilios Kourtis newlib/stdio: define _WANT_IO_C99_FORMATS
3 months ago Kornilios Kourtis update .hgignore
3 months ago Kornilios Kourtis restore some C flags from the newlib merge
3 months ago Kornilios Kourtis vfsfd: provide a thin library for unix-like system calls
3 months ago Kornilios Kourtis hake: add code for library dependencies
3 months ago Kornilios Kourtis hake: make linking of libraries explicit again
4 months ago Kornilios Kourtis merge newlib patches into tree
4 months ago Zeus Gómez Marmolejo Cross-compiler C++ language support
4 months ago Zeus Gómez Marmolejo Boots correctly for both freec and newlib
4 months ago Zeus Gómez Marmolejo Compiles and links with freec/newlib with gcc-4.5.2
4 months ago Zeus Gómez Marmolejo Hake is now able to create libraries from libraries
4 months ago Zeus Gómez Marmolejo Removed addLibraries statement from Hakefiles belonging to libraries
4 months ago Zeus Gómez Marmolejo Replaced caddr_t type with capaddr_t to avoid conflict with libc
4 months ago Zeus Gómez Marmolejo Moved {include,lib}/c to {include,lib}/freec
4 months ago Zeus Gómez Marmolejo Moved FreeBSD C lib header files to new directory
3 months ago Mark Nevill Fixed uninitialized argspg when spanning domains.
3 months ago Stefan Kästle Merge
3 months ago Stefan Kästle adding a tag for release 2012-02-08
3 months ago Mark Nevill Merged MDB rewrite.
3 months ago Mark Nevill Fixed warning on builds with -DNDEBUG.
3 months ago Mark Nevill Emulate old (weird) MDB behaviour.
3 months ago Mark Nevill Fixed wrong size type in definition of mdb_find_range.
3 months ago Mark Nevill Fixed tracing macros.
3 months ago Mark Nevill Updated parts of the cap TN, minor style changes.
3 months ago Mark Nevill Added and extended MDB code/API documentation.
3 months ago Mark Nevill Make mdb_kernel lib build cap_predicates, link kernel against lib.