Barrelfish

log

age author description
2 weeks ago Kornilios Kourtis mergedefault tip
2 weeks ago Zeus Gómez Marmolejo access the IOAPIC index register in 32-bit words
3 weeks ago Andrew Baumann dummy commit to test hg
3 weeks ago Stefan Kästle Minor corrections to the SCC rule for make
3 weeks ago Adrian Schuepbach merged changes
3 weeks ago Adrian Schuepbach implemented local memory affinity function which returns aggregated min and max values for all elements.
3 weeks ago Manuel Stocker Implemented sane handling of BIOS-reported data in x86_64/startup_arch.c:create_phys_caps.
3 weeks ago Stefan Kästle adding a tag for release 2012-01-30
3 weeks ago pravin Reduced the RPC timeout periodrelease2012-01-30
3 weeks ago pravin Fixed the webserver freezing problem by using nonblocking event dispatch
3 weeks ago pravin Fixed the problem of netd crashing when ran from different core than driver.
3 weeks ago Andrew Baumann fix heap memory reclamation bug which usually manifested as an apparent out-of-memory condition in spawnd
4 weeks ago Andrew Baumann ump: fix possible corruption/deadlock sending zero-length buffers
4 weeks ago Andrew Baumann multihop: correctly NUL-terminate strings on delivery
4 weeks ago Andrew Baumann harness: report exceptions to the debug log as well as in testlog.txt for the webserver tests
4 weeks ago Andrew Baumann simplify out-of-band cap transfer to avoid asynchronously reporting errors back to the sender
4 weeks ago Andrew Baumann merge
4 weeks ago Andrew Baumann remove support for Beehive
4 weeks ago Andrew Baumann implement ump_chan_destroy / ump_endpoint_destroy
4 weeks ago Andrew Baumann ARM fixes for spawnd
4 weeks ago Kornilios Kourtis routing_setup: make obvious to the compiler that err is always set
4 weeks ago Kornilios Kourtis fof: fix pdf creation from lhs
4 weeks ago Andrew Baumann merged with tip
4 weeks ago Andrew Baumann flounder/ump: fix early ack race which was causing message corruption
4 weeks ago Andrew Baumann flounder/ump: fix inconsistent variable name / meaning in support code
5 weeks ago Andrew Baumann stop fixing the start address of the data section (for user programs) on x86_64
5 weeks ago Andrew Baumann ICC compilation fixes
5 weeks ago Andrew Baumann oops, I was a bit confused about flounder semantics for array lengths vs byte lengths
5 weeks ago Andrew Baumann improvements/clean-up to multihop routing table management
5 weeks ago Andrew Baumann don't rely on true and false being sane macros in #if (0 and 1 seem safer!)
5 weeks ago Andrew Baumann rts: re-indent to 4-space indents; whitespace changes only
6 weeks ago Andrew Baumann don't block on the serial binding if you never initiated it
6 weeks ago Andrew Baumann merged
6 weeks ago Andrew Baumann clean up and add some flexbility to mapping of APIC IDs and core IDs
6 weeks ago Andrew Baumann remove large unreferenced/unused track_frames structure from dispatcher
6 weeks ago Andrew Baumann document <pci/mem.h> a little better
5 weeks ago Simon Gerber qemu < 0.14 does not support ahci. Update README.
5 weeks ago Simon Gerber doc/015-disk-driver-arch: add missing images
5 weeks ago Simon Gerber ahci: rewrite vfs_fat_conv.c
6 weeks ago Kornilios Kourtis ahci: fix flounder backend to print error values correctly
6 weeks ago Kornilios Kourtis ahci: remove casting from genvaddrr_t to (void *) and vice versa
6 weeks ago Kornilios Kourtis ahci: use PRIxPTR for printing errval_t
6 weeks ago Simon Gerber Added AHCI driver (ahcid), AHCI user-space library (libahci), AHCI Flounder backend, block device file system (in libvfs), and various tests and benchmarks for the above.
6 weeks ago Simon Gerber Added possibility of running bibtex for tech notes.
6 weeks ago Simon Gerber terminal.c: Added event_dispatch on the default waitset
6 weeks ago Simon Gerber Added do { ... } while(0) around USER_PANIC_ERR macro.
7 weeks ago Andrew Baumann flounder: fix "Irrefutable pattern failed for pattern" with more meaningful runtime error messages
7 weeks ago Andrew Baumann hake: make flounderExtraDefs imply flounderDefs for a given interface
7 weeks ago Andrew Baumann added some missing dependencies on the monitor_blocking interface
7 weeks ago Andrew Baumann fix beehive and scc builds of monitor (missing from previous change)
7 weeks ago Andrew Baumann general cleanup of monitor internals
7 weeks ago Andrew Baumann libmm: if asked to allocate more memory than we are configured to store, return a reasonable error code rather than dying on an internal assertion later
7 weeks ago Andrew Baumann limit pre-allocated trace buffers to the first 64 cores
7 weeks ago Andrew Baumann remove bogus get_input_signal stuff which seems to be left over from paper deadline hacking
7 weeks ago Andrew Baumann use typedefs in multihop code
8 weeks ago Andrew Baumann rename MAX_CPUS to MAX_COREID, and increase it to 254 (to match an 8-bit coreid_t)
8 weeks ago Andrew Baumann merge
2 months ago Andrew Baumann move bootinfo request messages to monitor's RPC interface; introduce flounderExtraDefs
2 months ago Andrew Baumann trivial update to misleading comments
8 weeks ago Andrew Baumann Remove old routing/group communication library.