Timeline
2024-03-10:
- 11:40 Changeset in mainline [e4cc266] by
- ugly address
- 10:46 Changeset in mainline [e846bec] by
- Merge branch 'topic/packet-capture' into topic/packet-capture-list
- 09:38 Changeset in mainline [6eab537d] by
- moved to nic, fixed all except addressing
2024-03-09:
- 11:33 Ticket #648 (Extend dynamic linking support to (an)other architecture(s)) updated by
- Currently dynamic linking is supported on amd64, arm32, ia32, ia64, …
- 11:24 Ticket #834 (Build with GCC 13) closed by
- fixed: Fixed in changeset …
2024-03-08:
- 13:30 Changeset in mainline [0ffa40a7] by
- Viewer should support console mode
- 11:36 Changeset in mainline [0a411bbf] by
- Fix GFXDemo bitmap rendering in text mode
- 11:23 ReleaseNotes/Mainline edited by
- RGB EGA colors, Barber text mode (diff)
- 10:41 Changeset in mainline [211fd68] by
- Add text mode support to Barber
2024-03-07:
- 09:45 Changeset in mainline [cd27cd1] by
- About HelenOS should fall back to console automatically + fix unused
- 09:39 Changeset in mainline [7dbf1f6] by
- Render RGB in EGA text mode using eight EGA colors (instead of two)
- 08:19 ReleaseNotes/Mainline edited by
- USB HID fix (diff)
- 08:16 Ticket #860 (Lenovo mouse up motion not working correctly) closed by
- fixed
- 08:16 Ticket #860 (Lenovo mouse up motion not working correctly) updated by
- Root cause usb_hid_translate_data() is used to extract motion …
- 08:09 Changeset in mainline [dd19446] by
- Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse
2024-03-06:
- 18:57 ReleaseNotes/Mainline edited by
- Launcher → About HelenOS (diff)
- 18:49 Changeset in mainline [2cdf520] by
- Fix bug when moving menu entry down
- 18:48 Changeset in mainline [e229148] by
- Morph Launcher into About HelenOS
- 11:41 Ticket #447 (Boot from persistent file system) updated by
-
Depends on changed
- 11:40 Ticket #869 (Global chroot) created by
- Add VFS method to simultaneously switch the global root of the OS into …
- 11:07 Ticket #447 (Boot from persistent file system) updated by
- Couple of additional notes: * while the flip-mount or chroot is not …
2024-03-04:
- 14:12 Changeset in mainline [d92b8e8f] by
- Start menu support for passing input device ID (multiseat)
- 08:47 Changeset in mainline [325ea9c] by
- long name without mapping ok
2024-02-26:
- 13:30 Changeset in mainline [ee3b28a9] by
- Notify taskbar when start menu changes
2024-02-24:
- 19:54 Changeset in mainline [192019f] by
- framework added to virtio-net
2024-02-23:
- 17:57 Changeset in mainline [f2cb80a] by
- Merge branch 'HelenOS:master' into topic/packet-capture
2024-02-22:
- 16:59 Changeset in mainline [90ba06c] by
- Display configuration needs to properly close UI on error
- 09:00 Changeset in mainline [95e2967] by
- Add more entries to start menu
2024-02-21:
- 20:26 Changeset in mainline [e63e74a] by
- Start menu separator entry support
2024-02-19:
- 06:27 Changeset in mainline [86f862c] by
- small typos and ccheck
2024-02-16:
- 07:55 Ticket #868 (Block cache and page out) created by
- Design and implement architecture for managing block cache and paging …
2024-02-14:
- 09:18 Changeset in mainline [6b66de6b] by
- pcapdump moved to nic_t struct
2024-02-13:
- 20:41 JoinAndFollow edited by
- Remove link to Twitter account, add a link to the Bluesky account. (diff)
- 20:24 Changeset in mainline [5f3188b8] by
- Replace Terminal entry with Command Line Instead of starting …
- 20:18 Changeset in mainline [10657856] by
- Remove forgotten debug print
- 20:13 Changeset in mainline [28ca31ed] by
- Moving start menu entry up and down
2024-02-09:
- 16:12 Changeset in mainline [242e3c3] by
- Check whether UI resume succeeded.
2024-02-08:
- 10:14 Ticket #867 (486 build fails) created by
- In file included from ../kernel/arch/ia32/src/ia32.c:63: …
2024-02-07:
- 23:44 Changeset in mainline [806d761] by
- Start menu should have 'open in terminal' functionality Makes it …
2024-01-28:
- 17:21 Changeset in mainline [74cb6610] by
- Fix the reference leak for initial tasks too
- 17:00 Changeset in mainline [f8b69a1e] by
- Fix a reference leak introduced by previous commit Oddly, prior to …
2024-01-25:
- 16:22 Changeset in mainline [07d4271] by
- Fix some unsound task reference manipulation and locking In some …
- 14:19 Changeset in mainline [1a1e124] by
- Add static refcount initializer
2024-01-23:
- 12:50 ReleaseNotes/Mainline edited by
- WC memory for KFB (diff)
2024-01-22:
- 16:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) created by
- It seems that after we upgraded GCC to version 13.2, console input in …
2024-01-21:
- 16:36 Changeset in mainline [a5b5f17] by
- Merge scheduler refactoring to remove the need for thread structure …
- 16:23 Changeset in mainline [d23712e] by
- Use thread state variable instead of a cpu local variable to pass state
- 16:23 Changeset in mainline [dfa4be62] by
- Thread lock is no longer necessary
- 16:20 Changeset in mainline [a3d87b9] by
- We don't need to check thread state to wait for thread exit
- 16:19 Changeset in mainline [9fbdeca] by
- The initialization value for priority is actually irrelevant
- 16:15 Changeset in mainline [3fa4e22a] by
- Only do fpu_cleanup() once we are sure we are switching
- 16:01 Changeset in mainline [515f1b1] by
- Organize thread_t fields by access constraints
- 15:48 Changeset in mainline [11909ce3] by
- Make thread cycle statistics atomic
- 15:36 Changeset in mainline [33e15a0] by
- Make thread→btrace weakly atomic, to avoid need for thread lock
- 15:24 Changeset in mainline [7364e2d1] by
- Don't try to determine internal thread state when requesting stack …
2024-01-20:
- 17:24 Changeset in mainline [41bfc64] by
- Make thread→state weakly atomic so we don't need to hold thread lock
- 17:19 Changeset in mainline [3d84734] by
- Make thread→priority weakly atomic to avoid need for locking
- 17:09 Changeset in mainline [efed95a3] by
- Make thread→cpu weakly atomic, to avoid need for thread lock
- 15:56 Changeset in mainline [286da52] by
- Streamline requeuing threads Split thread_ready() into different …
2024-01-19:
- 16:56 Changeset in mainline [6a0e568] by
- Allow fast-switch to another runnable thread When a thread is …
- 16:21 Changeset in mainline [c1eaec4] by
- Shuffle some locks around
- 16:21 Changeset in mainline [25939997] by
- Make separate-stack-scheduler a loop with persistent context We can …
- 16:14 Changeset in mainline [1c1767f] by
- Remove empty C file
2024-01-18:
- 16:31 Changeset in mainline [29029ac0] by
- Call after_thread_ran_arch() before context switch This is only used …
2024-01-16:
- 15:46 Changeset in mainline [ed7e057] by
- Add functions context_create(), context_replace() and context_swap() …
- 15:37 Changeset in mainline [4ed7870] by
- Revert part of commit 5861b602
2024-01-15:
- 17:11 Changeset in mainline [e82879c] by
- Remove unnecessary function
- 17:10 Changeset in mainline [0f4f1b2] by
- Add (and use) functions thread_start() and thread_detach() Mostly …
- 15:39 Changeset in mainline [a064d4f] by
- Make thread_join() imply thread_put() This makes the function more …
- 15:15 Changeset in mainline [5861b60] by
- Lift actions that do not need separate context out of …
- 14:54 Changeset in mainline [c7ceacf] by
- Merge part of scheduler refactoring changes A series of changes meant …
- 14:33 Changeset in mainline [151c050] by
- Rethink scheduler entry points Changes the way scheduler is entered, …
2024-01-14:
- 18:24 Changeset in mainline [8996582] by
- Move context switch preparation to a new separate function This puts …
- 18:24 Changeset in mainline [6e49dab] by
- Extract post-thread cleanup into a separate function
- 18:24 Changeset in mainline [23f36a3] by
- Wrap fpu handling code in named functions
- 18:24 Changeset in mainline [5663872] by
- Move stuff around for thread sleep Only mark the thread as ready for …
- 18:23 Changeset in mainline [4760793] by
- Add CPU_LOCAL alongside CPU and segregate fields that are only used …
- 17:44 Changeset in mainline [3b68542] by
- Eliminate an undefined behavior in scheduler debug printout The …
- 15:09 Changeset in mainline [6677acb] by
- Emit .text/.data/.eh_frame sections in kernel ELF files Gives tools …
- 15:07 Changeset in mainline [5907aa4] by
- Remove empty and unused header
2024-01-10:
- 11:32 Changeset in mainline [25e1490] by
- Add export-dev for exporting all libraries (see #230) The new target …
2024-01-09:
- 14:25 Ticket #865 (TCP is much slower than expected) created by
- TCP transfer rate is *very* low, much lower than expected (more than …
2024-01-06:
- 19:32 Changeset in mainline [6deab5a]topic/simplify-dev-export by
- Improved and Pythonized helenos-pkg-config Now it is able to get list …
2024-01-05:
- 19:31 Changeset in mainline [88e188b2]topic/simplify-dev-export by
- export-dev: export start files too
- 19:31 Changeset in mainline [017ffce]topic/simplify-dev-export by
- export-dev: create common → libc symlink
- 19:29 Changeset in mainline [7b907a0a]topic/simplify-dev-export by
- libclui: split into include/ and src/
- 14:10 Changeset in mainline [00e6288]topic/simplify-dev-export by
- Add export-dev target to export all libraries The new target …
2024-01-03:
- 16:54 Changeset in mainline [de96d3b]topic/simplify-dev-export by
- On x86 CPUs supporting it, use write-combining memory mode for …
- 16:48 Changeset in mainline [7130754]topic/simplify-dev-export by
- Add printbench command for benchmarking print output
2023-12-28:
- 13:59 Changeset in mainline [dc5c303] by
- Merge branch 'master' into topic/packet-capture
2023-12-20:
- 10:35 ReleaseNotes/Mainline edited by
- (diff)
- 10:34 ReleaseNotes/Mainline edited by
- (diff)
- 10:33 ReleaseNotes/Mainline edited by
- Start menu editor (diff)
2023-12-19:
- 17:25 Changeset in mainline [550ed86]topic/simplify-dev-export by
- Need to add new start menu entry to editor's list
- 16:19 Changeset in mainline [f87ff8e]topic/simplify-dev-export by
- Creating new start menu entry
- 15:54 Changeset in mainline [82d3c28]topic/simplify-dev-export by
- Let taskbar survive not finding a configuration file
- 15:51 Changeset in mainline [21a65cca]topic/simplify-dev-export by
- Taskbar-cfg should create configuration file if it does not exist
- 15:48 Changeset in mainline [2b4e02b]topic/simplify-dev-export by
- Deleting start menu entry
2023-12-13:
- 22:55 ReleaseNotes/Mainline edited by
- More hbench (diff)
- 22:54 Changeset in mainline [f393bc0]topic/simplify-dev-export by
- Add task_get_id syscall benchmark
- 22:42 Changeset in mainline [68655bc2]topic/simplify-dev-export by
- Fix default time computation in hbench
- 12:03 ReleaseNotes/Mainline edited by
- IPC read/write test + benchmark (diff)
- 12:00 ReleaseNotes/Mainline edited by
- library code moves (diff)
- 11:45 Changeset in mainline [381c426]topic/simplify-dev-export by
- IPC read 1k / write 1k benchmarks
- 10:50 Changeset in mainline [d53a5ab0]topic/simplify-dev-export by
- Add IPC read/write test to libipctest/ipc test server + tester Now …
- 08:35 Changeset in mainline [42c2e65] by
- Packet capture prototype
Note:
See TracTimeline
for information about the timeline view.