source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b3af081   4 weeks jiri Bump version to 0.14.1 (Aladar)
(edit) @bdf06ad   4 weeks jiri Fix ccheck.
(edit) @fd398b2c   4 weeks jiri Work around IA-64 compiler bug.
(edit) @3dd99dde   4 weeks jiri Fix export libraries list and helenos-pkg-config default export path
(edit) @a29af37   6 weeks jiri Fix navigator tests
(edit) @2f11647f   6 weeks jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @7b7a7d2   6 weeks jiri Fix ze schrecklig tool von Dreckmore (a.k.a. mkarray_for_meson)
(edit) @394ffff   6 weeks jiri Add Image Viewer to start menu
(edit) @41e1258   6 weeks jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   6 weeks jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   7 weeks jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   7 weeks jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   7 weeks jiri Viewer should support console mode
(edit) @0a411bbf   7 weeks jiri Fix GFXDemo bitmap rendering in text mode
(edit) @211fd68   7 weeks jiri Add text mode support to Barber
(edit) @cd27cd1   7 weeks jiri About HelenOS should fall back to console automatically + fix unused
(edit) @7dbf1f6   7 weeks jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @dd19446   7 weeks jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse
(edit) @2cdf520   7 weeks jiri Fix bug when moving menu entry down
(edit) @e229148   7 weeks jiri Morph Launcher into About HelenOS
(edit) @d92b8e8f   8 weeks jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   2 months jiri Notify taskbar when start menu changes
(edit) @90ba06c   2 months jiri Display configuration needs to properly close UI on error
(edit) @95e2967   2 months jiri Add more entries to start menu
(edit) @e63e74a   2 months jiri Start menu separator entry support
(edit) @5f3188b8   2 months jiri Replace Terminal entry with Command Line Instead of starting …
(edit) @10657856   2 months jiri Remove forgotten debug print
(edit) @28ca31ed   2 months jiri Moving start menu entry up and down
(edit) @242e3c3   3 months jiri Check whether UI resume succeeded.
(edit) @806d761   3 months jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @74cb6610   3 months zarevucky.jiri Fix the reference leak for initial tasks too
(edit) @f8b69a1e   3 months zarevucky.jiri Fix a reference leak introduced by previous commit Oddly, prior to …
(edit) @07d4271   3 months zarevucky.jiri Fix some unsound task reference manipulation and locking In some …
(edit) @1a1e124   3 months zarevucky.jiri Add static refcount initializer
(edit) @a5b5f17   3 months zarevucky.jiri Merge scheduler refactoring to remove the need for thread structure …
(edit) @d23712e   3 months zarevucky.jiri Use thread state variable instead of a cpu local variable to pass state
(edit) @dfa4be62   3 months zarevucky.jiri Thread lock is no longer necessary
(edit) @a3d87b9   3 months zarevucky.jiri We don't need to check thread state to wait for thread exit
(edit) @9fbdeca   3 months zarevucky.jiri The initialization value for priority is actually irrelevant
(edit) @3fa4e22a   3 months zarevucky.jiri Only do fpu_cleanup() once we are sure we are switching
(edit) @515f1b1   3 months zarevucky.jiri Organize thread_t fields by access constraints
(edit) @11909ce3   3 months zarevucky.jiri Make thread cycle statistics atomic
(edit) @33e15a0   3 months zarevucky.jiri Make thread→btrace weakly atomic, to avoid need for thread lock
(edit) @7364e2d1   3 months zarevucky.jiri Don't try to determine internal thread state when requesting stack …
(edit) @41bfc64   3 months zarevucky.jiri Make thread→state weakly atomic so we don't need to hold thread lock
(edit) @3d84734   3 months zarevucky.jiri Make thread→priority weakly atomic to avoid need for locking
(edit) @efed95a3   3 months zarevucky.jiri Make thread→cpu weakly atomic, to avoid need for thread lock
(edit) @286da52   3 months zarevucky.jiri Streamline requeuing threads Split thread_ready() into different …
(edit) @6a0e568   3 months zarevucky.jiri Allow fast-switch to another runnable thread When a thread is …
(edit) @c1eaec4   3 months zarevucky.jiri Shuffle some locks around
(edit) @25939997   3 months zarevucky.jiri Make separate-stack-scheduler a loop with persistent context We can …
(edit) @1c1767f   3 months zarevucky.jiri Remove empty C file
(edit) @29029ac0   3 months zarevucky.jiri Call after_thread_ran_arch() before context switch This is only used …
(edit) @ed7e057   3 months zarevucky.jiri Add functions context_create(), context_replace() and context_swap() …
(edit) @4ed7870   3 months zarevucky.jiri Revert part of commit 5861b602
(edit) @e82879c   3 months zarevucky.jiri Remove unnecessary function
(edit) @0f4f1b2   3 months zarevucky.jiri Add (and use) functions thread_start() and thread_detach() Mostly …
(edit) @a064d4f   3 months zarevucky.jiri Make thread_join() imply thread_put() This makes the function more …
(edit) @5861b60   3 months zarevucky.jiri Lift actions that do not need separate context out of …
(edit) @c7ceacf   3 months zarevucky.jiri Merge part of scheduler refactoring changes A series of changes meant …
(edit) @151c050   3 months zarevucky.jiri Rethink scheduler entry points Changes the way scheduler is entered, …
(edit) @8996582   3 months zarevucky.jiri Move context switch preparation to a new separate function This puts …
(edit) @6e49dab   3 months zarevucky.jiri Extract post-thread cleanup into a separate function
(edit) @23f36a3   3 months zarevucky.jiri Wrap fpu handling code in named functions
(edit) @5663872   3 months zarevucky.jiri Move stuff around for thread sleep Only mark the thread as ready for …
(edit) @4760793   3 months zarevucky.jiri Add CPU_LOCAL alongside CPU and segregate fields that are only used …
(edit) @3b68542   3 months zarevucky.jiri Eliminate an undefined behavior in scheduler debug printout The …
(edit) @6677acb   3 months zarevucky.jiri Emit .text/.data/.eh_frame sections in kernel ELF files Gives tools …
(edit) @5907aa4   3 months zarevucky.jiri Remove empty and unused header
(edit) @25e1490   4 months noreply Add export-dev for exporting all libraries (see #230) The new target …
(edit) @6deab5a   4 months vojtech.horky Improved and Pythonized helenos-pkg-config Now it is able to get list … topic/simplify-dev-export
(edit) @88e188b2   4 months vojtech.horky export-dev: export start files too topic/simplify-dev-export
(edit) @017ffce   4 months vojtech.horky export-dev: create common → libc symlink topic/simplify-dev-export
(edit) @7b907a0a   4 months vojtech.horky libclui: split into include/ and src/ topic/simplify-dev-export
(edit) @00e6288   4 months vojtech.horky Add export-dev target to export all libraries The new target … topic/simplify-dev-export
(edit) @de96d3b   4 months zarevucky.jiri On x86 CPUs supporting it, use write-combining memory mode for … topic/simplify-dev-export
(edit) @7130754   4 months zarevucky.jiri Add printbench command for benchmarking print output topic/simplify-dev-export
(edit) @550ed86   4 months jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   4 months jiri Creating new start menu entry topic/simplify-dev-export
(edit) @82d3c28   4 months jiri Let taskbar survive not finding a configuration file topic/simplify-dev-export
(edit) @21a65cca   4 months jiri Taskbar-cfg should create configuration file if it does not exist topic/simplify-dev-export
(edit) @2b4e02b   4 months jiri Deleting start menu entry topic/simplify-dev-export
(edit) @f393bc0   5 months jiri Add task_get_id syscall benchmark topic/simplify-dev-export
(edit) @68655bc2   5 months jiri Fix default time computation in hbench topic/simplify-dev-export
(edit) @381c426   5 months jiri IPC read 1k / write 1k benchmarks topic/simplify-dev-export
(edit) @d53a5ab0   5 months jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @4f6368c   5 months noreply Update MSIM config file (see #228) Switch to dr4kcpu device needed on … topic/simplify-dev-export
(edit) @10fc93c   5 months jiri Move charfield/chargrid/color/concaps to liboutput topic/simplify-dev-export
(edit) @6cef8d6a   5 months jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   5 months jiri Move input API to a separate library topic/simplify-dev-export
(edit) @0d275e1   5 months jiri Fix false moves topic/simplify-dev-export
(edit) @1be9ee0   5 months jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   5 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   5 months jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   5 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   5 months jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @ef4d684   5 months jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/simplify-dev-export
(edit) @84d29a2   5 months jiri Libtbarcfg needs work Add tbarcfg_create(), smenu_entry_create(), … topic/simplify-dev-export
(edit) @8a43f01   5 months jiri tbarcfg_close() should clean up topic/simplify-dev-export
(edit) @69935a8   5 months jiri Remove debug messages topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.