Commit Graph

  • 914897cf71 Adapt noux.run to recent changes of exit handling Norman Feske 2012-08-01 14:45:21 +0200
  • 6c68850524 Noux: add virtual '~Vfs_handle()' destructor Christian Prochaska 2012-07-27 14:57:02 +0200
  • c708a28eff ffat_fs: don't throw exception in 'close()' Christian Prochaska 2012-07-27 12:27:36 +0200
  • fa541b4545 libc_noux: fix 'read()' function Christian Prochaska 2012-07-27 17:20:33 +0200
  • d6d45f870e ram_fs: fix recursive 'lookup_and_lock()' calls Christian Prochaska 2012-07-31 19:44:59 +0200
  • 4caaba64c3 libc: call 'genode_exit()' in '_exit()' Christian Prochaska 2012-07-30 21:12:59 +0200
  • 23f11a4dca Add run-script to start multiple Linux' Stefan Kalkowski 2012-07-30 16:02:00 +0200
  • 66bec10276 Fix bug in MMIO framework and test it Martin Stein 2012-07-10 10:23:05 +0200
  • e6b72030d3 Simplify run scripts Norman Feske 2012-07-27 17:00:44 +0200
  • eb70f28fff News about NOVA on x86_64 Norman Feske 2012-07-27 13:23:06 +0200
  • daf4300dcb Defer 'wait_for_irq' until device irq is cleared Norman Feske 2012-07-26 19:15:35 +0200
  • f279a1df00 Add write operation to OMAP4 SD-card benchmark Norman Feske 2012-07-26 19:11:40 +0200
  • 5f1a66b90c Noux: handle 'not a directory' error in fchdir() Christian Prochaska 2012-07-24 18:47:16 +0200
  • 55815e4a3a Noux: add support for executing shell scripts Christian Prochaska 2012-07-19 22:09:59 +0200
  • f99648f355 Noux: implement 'Fs_file_system::dataspace()' Christian Prochaska 2012-07-24 12:40:37 +0200
  • 7e0a1cc0eb Allocate DMA buffer for block packet stream Norman Feske 2012-07-25 18:56:51 +0200
  • 0f6110ea97 Let OMAP4 SD-card driver use DMA and interrupts Norman Feske 2012-07-25 18:00:26 +0200
  • e9497a183f Improve measurement accuracy Norman Feske 2012-07-25 17:52:20 +0200
  • 693922d789 Support for 64-bit registers in 'util/register.h' Norman Feske 2012-07-25 17:50:44 +0200
  • 0ca47e8963 Support uncached 'Attached_ram_dataspace' Norman Feske 2012-07-25 17:49:26 +0200
  • 847c8cccd9 Add 'Timer::Session::elapsed_ms' function Norman Feske 2012-07-25 13:59:50 +0200
  • eac9055c92 Operate SD card in 4-bit data mode Norman Feske 2012-07-19 20:14:25 +0200
  • b37a28578c Synchronize startup of signal receiver thread Norman Feske 2012-07-19 19:58:38 +0200
  • 4454eb03eb Minimalistic L4Linux setup for pandaboard Norman Feske 2012-07-18 11:37:03 +0200
  • f3ac72f909 Simple SD card driver benchmarking program Norman Feske 2012-07-19 14:49:29 +0200
  • 7c8ca5be64 Move 'Block::Omap4_driver' into header file Norman Feske 2012-07-19 14:47:33 +0200
  • 4960370602 NOVA: fix some enum *_MASK to fit for 32 as 64 bit Alexander Boettcher 2012-07-05 10:47:14 +0200
  • 77729fab2a NOVA: warning fixes - check result of append_item Alexander Boettcher 2012-07-05 11:14:02 +0200
  • fc6bcd9f9f NOVA: update to latest kernel revision Alexander Boettcher 2012-07-13 09:43:02 +0200
  • d99edf57d8 libports: add _accept, _bind and _listen... Josef Söntgen 2012-07-12 13:32:09 +0200
  • 84717b7bd4 libports: add symlink from ncurses.h to curses.h Josef Söntgen 2012-06-06 13:34:14 +0200
  • 838d867680 Terminal: add explicit handling of sgr0 + sgr seq Josef Söntgen 2012-06-01 11:36:52 +0200
  • 0d0ebd5a7f libports: lwip change SOL_SOCKET definition Josef Söntgen 2012-06-28 12:47:54 +0200
  • ab951175c0 libports: fix openssl issues and update to 1.0.1c Josef Söntgen 2012-07-12 12:06:58 +0200
  • 7e26c79455 Noux: add recvfrom() Josef Söntgen 2012-06-08 14:24:38 +0200
  • d28465cb3a Noux: fix missing mode propagation Josef Söntgen 2012-06-15 09:41:48 +0200
  • 976e7b4288 Noux: fix send(), set fd before each syscall Josef Söntgen 2012-06-11 12:02:03 +0200
  • 883453c65d Noux: fix sendto(), set args before each syscall Josef Söntgen 2012-06-25 15:49:10 +0200
  • 3ffae58572 Terminal: cleanup terminal colors Josef Söntgen 2012-06-06 13:29:16 +0200
  • b50970fb74 USB: Test and fix errors on x86 boxes Sebastian Sumpf 2012-07-18 15:40:43 +0200
  • 9e582c59a9 Don't loop forever if upgrade of a donation failed. Alexander Boettcher 2012-07-05 10:27:18 +0200
  • 33a2f54413 NOVA: Vancouver - establish recall portal Alexander Boettcher 2012-07-19 10:53:17 +0200
  • 938c7fa130 NOVA: call kill_thread of cpu_session Alexander Boettcher 2012-07-13 12:48:27 +0200
  • a08d54ad26 NOVA: Memory descriptor parsing Alexander Boettcher 2012-07-09 11:00:03 +0200
  • 1b8fd4aa44 GDB for Noux Christian Prochaska 2012-07-12 21:25:55 +0200
  • dbd1c425bf libc: implement 'readv()' Christian Prochaska 2012-07-12 17:08:59 +0200
  • 9124f303f7 libc: implement 'pread()' and 'pwrite()' Christian Prochaska 2012-07-12 16:42:59 +0200
  • 0f8f87c3fe libc_ffat: enhance 'lseek()' support Christian Prochaska 2012-07-12 16:29:41 +0200
  • e5bf7828d9 Add missing unwind code to cxx lib Christian Prochaska 2012-07-10 23:03:48 +0200
  • 5f33704155 part_blk: Improve multiple client support Sebastian Sumpf 2012-07-11 14:51:42 +0200
  • abd09e419f Only write UART if transmitter-hold register empty Christian Helmuth 2012-07-16 10:35:24 +0200
  • b2478aec76 Increase RAM demanded by bomb children on 64bit systems Christian Helmuth 2012-07-10 09:32:12 +0200
  • f730a9c343 Linux: prevent zombie state for child processes Christian Helmuth 2012-07-09 17:51:39 +0200
  • af51aa1c0f Adapt textedit.run to Pandaboard Christian Prochaska 2012-07-10 15:05:56 +0200
  • 54c90c1592 Run script for demoing Genode on Pandaboard Norman Feske 2012-07-10 16:15:39 +0200
  • b15da23052 Reduce debug output of libc_ffat plugin Norman Feske 2012-07-10 16:44:44 +0200
  • d564003e1c Make fs test loopable Christian Prochaska 2012-07-10 16:02:15 +0200
  • 00747ddd1f Use PLOG instead of PDBG in http_srv test Norman Feske 2012-07-10 16:21:07 +0200
  • a55f04a160 Two linux run script: Enable network Sebastian Sumpf 2012-07-10 15:24:03 +0200
  • e52a33783a ARM/L4Linux alignment Sebastian Sumpf 2012-07-10 15:13:49 +0200
  • 3cfbc53754 Extend nic_bridge to support internal traffic Fixes #156 Ivan Loskutov 2012-03-26 13:18:28 +0400
  • 30dc1d83da FAT file system service Christian Prochaska 2012-07-10 13:13:03 +0200
  • 763f628831 Qt4: textedit improvements Christian Prochaska 2012-07-10 14:47:59 +0200
  • 5c731c97cd Enable VFAT for L4Linux on ARM Norman Feske 2012-07-10 15:21:39 +0200
  • 7ce16922ac Let part_blk export writeable partitions Norman Feske 2012-07-10 15:00:16 +0200
  • f4c4eadb21 Fix documentation error Norman Feske 2012-07-10 14:59:46 +0200
  • 70b8fc2832 USB: Support usbnet and smsc95xx for omap4 Sebastian Sumpf 2012-06-25 16:31:04 +0200
  • b2a62b4b2d ffat: Release packets in block session backend Christian Prochaska 2012-07-09 16:35:05 +0200
  • 69ec6f5dd8 ffat: Enable support for long file names Christian Prochaska 2012-07-09 15:28:11 +0200
  • e1435a3f57 Replace old test/block with test/ahci Norman Feske 2012-07-09 15:00:57 +0200
  • 5cd099ed90 OMAP4 SD card driver Norman Feske 2012-07-03 21:12:00 +0200
  • cfda8ac4ae Add bitfield polling support to MMIO framework Norman Feske 2012-07-03 13:06:29 +0200
  • e39200d8c6 Noux: update GCC to version 4.6.1 Christian Prochaska 2012-07-03 12:56:25 +0200
  • 7a25bf2d19 x86_64 and ARM support for libgmp Christian Prochaska 2012-07-03 12:24:46 +0200
  • 1a2cce22ac Kernel patch is obsolete. Alexander Boettcher 2012-07-03 15:47:41 +0200
  • 80a15fde30 NOVA: update NOVA@github revision Alexander Boettcher 2012-07-03 15:29:25 +0200
  • 4ece3b3c77 Deadlock fix in rm_session on NOVA platform Alexander Boettcher 2012-07-03 14:45:52 +0200
  • 8ee4442108 Feature: add synchronized allocator Alexander Boettcher 2012-07-03 14:42:45 +0200
  • f8c97e7189 NOVA: Deadlock fix in pager/rm_session interaction Alexander Boettcher 2012-07-03 10:47:03 +0200
  • 1d6a00f01a Cleanup: cap allocation Alexander Boettcher 2012-06-29 14:59:32 +0200
  • 4d5d91efef Fix: _session_list in child.h must be locked Alexander Boettcher 2012-06-29 14:48:26 +0200
  • 1a94c3b623 Fix: thread identifier comparator Alexander Boettcher 2012-06-29 14:43:28 +0200
  • 86921c2e12 Use down-to-zero semaphore feature to block thread Alexander Boettcher 2012-06-27 14:39:36 +0200
  • cd886bff6a Move semaphore op codes to generic syscall Alexander Boettcher 2012-06-27 14:38:28 +0200
  • d033b450f5 Sanity resetting of Utcb words/items field. Alexander Boettcher 2012-06-26 13:43:30 +0200
  • 7f93dae3ff Pager/Thread_start cleanups Alexander Boettcher 2012-06-26 13:23:52 +0200
  • 2a3b0d72b3 Don't deallocate invalid cap Alexander Boettcher 2012-06-26 12:02:23 +0200
  • 33334b4f4b Fix: Avoid deadlock during cleanup of entrypoint Alexander Boettcher 2012-06-26 11:49:55 +0200
  • f328f3786b Bug fix: null ptr dereference in base/lock Alexander Boettcher 2012-06-22 14:54:11 +0200
  • f612475c99 Bug fix: null ptr dereference in base/semaphore Alexander Boettcher 2012-06-22 14:46:39 +0200
  • c873faa390 Fix: reset word counter in case of failed IPC. Alexander Boettcher 2012-06-25 14:56:46 +0200
  • 12f2572155 Resolve ambiguity of size_t Norman Feske 2012-07-02 14:25:04 +0200
  • ed58040794 Define 'TZ_MAX_TIMES' as 1 Christian Prochaska 2012-06-26 14:27:24 +0200
  • d9d22fbf75 Pistachio: fix usage of wrong python version Josef Söntgen 2012-07-02 13:44:52 +0200
  • b8ee4bda81 libports: MPC Christian Prochaska 2012-06-28 17:57:06 +0200
  • cdb1c6f203 Disable 'time_t' type size tests in findutils Christian Prochaska 2012-06-28 17:16:24 +0200
  • 92ce7ca909 Don't always rebuild VIM Christian Prochaska 2012-06-27 16:11:26 +0200
  • d6e418b5ed README file for 'terminal_crosslink' Christian Prochaska 2012-06-26 16:29:38 +0200
  • cab40513d4 Tidy up run script for terminal crosslink Norman Feske 2012-06-30 15:45:03 +0200
  • e8b1b6f6da Fiasco.OC: fix run-environment for ARM platforms Stefan Kalkowski 2012-06-27 11:31:43 +0200