|
|
|
@4ed7870
|
10 months |
zarevucky.jiri |
Revert part of commit 5861b602
|
|
|
@e82879c
|
10 months |
zarevucky.jiri |
Remove unnecessary function
|
|
|
@0f4f1b2
|
10 months |
zarevucky.jiri |
Add (and use) functions thread_start() and thread_detach()
Mostly …
|
|
|
@a064d4f
|
10 months |
zarevucky.jiri |
Make thread_join() imply thread_put()
This makes the function more …
|
|
|
@5861b60
|
10 months |
zarevucky.jiri |
Lift actions that do not need separate context out of …
|
|
|
@c7ceacf
|
10 months |
zarevucky.jiri |
Merge part of scheduler refactoring changes
A series of changes meant …
|
|
|
@151c050
|
10 months |
zarevucky.jiri |
Rethink scheduler entry points
Changes the way scheduler is entered, …
|
|
|
@8996582
|
10 months |
zarevucky.jiri |
Move context switch preparation to a new separate function
This puts …
|
|
|
@6e49dab
|
10 months |
zarevucky.jiri |
Extract post-thread cleanup into a separate function
|
|
|
@23f36a3
|
10 months |
zarevucky.jiri |
Wrap fpu handling code in named functions
|
|
|
@5663872
|
10 months |
zarevucky.jiri |
Move stuff around for thread sleep
Only mark the thread as ready for …
|
|
|
@4760793
|
10 months |
zarevucky.jiri |
Add CPU_LOCAL alongside CPU and segregate fields that are only used …
|
|
|
@3b68542
|
10 months |
zarevucky.jiri |
Eliminate an undefined behavior in scheduler debug printout
The …
|
|
|
@6677acb
|
10 months |
zarevucky.jiri |
Emit .text/.data/.eh_frame sections in kernel ELF files
Gives tools …
|
|
|
@5907aa4
|
10 months |
zarevucky.jiri |
Remove empty and unused header
|
|
|
@25e1490
|
10 months |
noreply |
Add export-dev for exporting all libraries (see #230)
The new target …
|
|
|
@6deab5a
|
10 months |
vojtech.horky |
Improved and Pythonized helenos-pkg-config
Now it is able to get list …
topic/simplify-dev-export
|
|
|
@88e188b2
|
10 months |
vojtech.horky |
export-dev: export start files too
topic/simplify-dev-export
|
|
|
@017ffce
|
10 months |
vojtech.horky |
export-dev: create common → libc symlink
topic/simplify-dev-export
|
|
|
@7b907a0a
|
10 months |
vojtech.horky |
libclui: split into include/ and src/
topic/simplify-dev-export
|
|
|
@00e6288
|
10 months |
vojtech.horky |
Add export-dev target to export all libraries
The new target …
topic/simplify-dev-export
|
|
|
@de96d3b
|
11 months |
zarevucky.jiri |
On x86 CPUs supporting it, use write-combining memory mode for …
topic/simplify-dev-export
|
|
|
@7130754
|
11 months |
zarevucky.jiri |
Add printbench command for benchmarking print output
topic/simplify-dev-export
|
|
|
@550ed86
|
11 months |
jiri |
Need to add new start menu entry to editor's list
topic/simplify-dev-export
|
|
|
@f87ff8e
|
11 months |
jiri |
Creating new start menu entry
topic/simplify-dev-export
|
|
|
@82d3c28
|
11 months |
jiri |
Let taskbar survive not finding a configuration file
topic/simplify-dev-export
|
|
|
@21a65cca
|
11 months |
jiri |
Taskbar-cfg should create configuration file if it does not exist
topic/simplify-dev-export
|
|
|
@2b4e02b
|
11 months |
jiri |
Deleting start menu entry
topic/simplify-dev-export
|
|
|
@f393bc0
|
11 months |
jiri |
Add task_get_id syscall benchmark
topic/simplify-dev-export
|
|
|
@68655bc2
|
11 months |
jiri |
Fix default time computation in hbench
topic/simplify-dev-export
|
|
|
@381c426
|
11 months |
jiri |
IPC read 1k / write 1k benchmarks
topic/simplify-dev-export
|
|
|
@d53a5ab0
|
11 months |
jiri |
Add IPC read/write test to libipctest/ipc test server + tester
Now …
topic/simplify-dev-export
|
|
|
@4f6368c
|
11 months |
noreply |
Update MSIM config file (see #228)
Switch to dr4kcpu device needed on …
topic/simplify-dev-export
|
|
|
@10fc93c
|
12 months |
jiri |
Move charfield/chargrid/color/concaps to liboutput
topic/simplify-dev-export
|
|
|
@6cef8d6a
|
12 months |
jiri |
Move keyboard/mouse event and device IPC from libc to libinput
topic/simplify-dev-export
|
|
|
@fa942bc
|
12 months |
jiri |
Move input API to a separate library
topic/simplify-dev-export
|
|
|
@0d275e1
|
12 months |
jiri |
Fix false moves
topic/simplify-dev-export
|
|
|
@1be9ee0
|
12 months |
jiri |
Move output API to separate library
topic/simplify-dev-export
|
|
|
@a635535
|
12 months |
jiri |
Move console/con_srv out of libc into a separate library
topic/simplify-dev-export
|
|
|
@cad7b7e
|
12 months |
jiri |
Move clipboard API from libc to a separate library
topic/simplify-dev-export
|
|
|
@8f04992
|
12 months |
jiri |
Move corecfg from libc to a separate library
topic/simplify-dev-export
|
|
|
@0e2eee1
|
12 months |
jiri |
Move ipc_test to a separate library
topic/simplify-dev-export
|
|
|
@ef4d684
|
12 months |
jiri |
It should be 'trough', not 'through', dummy! (thx thepinballroom)
Who …
topic/simplify-dev-export
|
|
|
@84d29a2
|
12 months |
jiri |
Libtbarcfg needs work
Add tbarcfg_create(), smenu_entry_create(), …
topic/simplify-dev-export
|
|
|
@8a43f01
|
12 months |
jiri |
tbarcfg_close() should clean up
topic/simplify-dev-export
|
|
|
@69935a8
|
12 months |
jiri |
Remove debug messages
topic/simplify-dev-export
|
|
|
@5e758e4
|
12 months |
jiri |
When start menu entry is edited, editor list needs updating
We need …
topic/simplify-dev-export
|
|
|
@e8a6279f
|
12 months |
jakub |
Work around GCC bug 112604
Turn off the optimization which seems to …
topic/simplify-dev-export
|
|
|
@f5fb307
|
12 months |
zarevucky.jiri |
Remove resolved
topic/simplify-dev-export
|
|
|
@8281c06
|
12 months |
zarevucky.jiri |
Try to fix libposix include issue
topic/simplify-dev-export
|
|
|
@d76862d0
|
12 months |
zarevucky.jiri |
Move prodcons back to libc
topic/simplify-dev-export
|
|
|
@56a3c29e
|
12 months |
vojtech.horky |
ew.py: hide confusing error message
The error message is printed for …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d33daf07
|
12 months |
vojtech.horky |
Update msim.conf to work with MSIM > 2.0.0
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@5c987793
|
12 months |
jakub |
Disable RWX segments warning on ia64 directly
Note that for some …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e0d874b7
|
12 months |
jakub |
Disable array-bounds warnings for fault1
This is currently needed to …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b1397ab
|
12 months |
jiri |
Start menu editor is editing
You can change an entry and it will be …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@40eab9f
|
13 months |
zarevucky.jiri |
Print symbol names and line numbers in stacktraces for init tasks
…
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dcd8214
|
13 months |
jiri |
Add dialog window for editing start menu entry
Note it does not do …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@3e05a69
|
13 months |
vojtech.horky |
Fix toolchain.sh —test-version
We use only $TARGET now (probably …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@1170cfc7
|
13 months |
zarevucky.jiri |
Remove include sorcery from DWARF constant definitions
Also add a …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@63ed840
|
13 months |
zarevucky.jiri |
Remove unused functions gets() and getc() from kernel
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@34120f10
|
13 months |
zarevucky.jiri |
Merge code deduplication work
TL;DR: Added directory /common, which …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@694ca3d6
|
13 months |
zarevucky.jiri |
Deduplicate printf_core()
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ad9178bf
|
13 months |
zarevucky.jiri |
Deduplicate ADT
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@55c5cb05
|
13 months |
zarevucky.jiri |
Deduplicate gsort()
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@fdfb24e
|
13 months |
zarevucky.jiri |
Deduplicate string related functions
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@44e8541
|
13 months |
zarevucky.jiri |
Move stdlib.h and some of its function into /common
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b169619
|
13 months |
zarevucky.jiri |
Deduplicate mem functions
There are a number of functions which are …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@c89ae25
|
13 months |
zarevucky.jiri |
Fix and enable —gc-sections in /kernel and /boot
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0373af9
|
13 months |
zarevucky.jiri |
Forgotten debugging tweak
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@001957b6
|
13 months |
zarevucky.jiri |
ccheck
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@2fbb42f
|
13 months |
zarevucky.jiri |
Add printing of file names and line numbers in stacktraces
Uses DWARF …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@da13982
|
13 months |
zarevucky.jiri |
Read symbol table from ELF sections
Instead of the currently broken …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d28bdbe
|
13 months |
zarevucky.jiri |
Verify arguments of empty log calls
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@95fc538
|
13 months |
jiri |
It should be Taskbar not Task Bar
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@cb2894e
|
13 months |
jiri |
Taskbar configuration utility (WIP)
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@85ec7d4
|
13 months |
noreply |
Toolchain update (GCC 13.1.1, binutils 2.40) (#226)
A hopefully empty …
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@1152c18d
|
13 months |
zarevucky.jiri |
Update toolchain to binutils 2.41 and GCC 13.2
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4792e74
|
13 months |
zarevucky.jiri |
toolchain.sh: Make installation command visible even when it's not sudo
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@59d469b
|
13 months |
zarevucky.jiri |
toolchain.sh: two more issues
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@85b41bc
|
13 months |
zarevucky.jiri |
toolchain.sh: Fix directory check bug introduced previously
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@29ed06d
|
13 months |
zarevucky.jiri |
Explicitly cast interchangable but distinct enum types
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0b5aa1f0
|
13 months |
zarevucky.jiri |
toolchain.sh: extensive changes
libgcc may need binutils and GCC to …
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@cc73f6d4
|
13 months |
zarevucky.jiri |
Avoid casting between enum types
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@133461c
|
13 months |
zarevucky.jiri |
Align arm32 atomic op prototypes with compiler's expectations
Based …
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@78f0422c
|
13 months |
zarevucky.jiri |
Merge C/C++ changes needed to build with newer GCC
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dfb16c4
|
13 months |
zarevucky.jiri |
Panic on unexpected use of exception handling
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e8c235b
|
13 months |
zarevucky.jiri |
C++: expand loop if types are different
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d5409da
|
13 months |
zarevucky.jiri |
C++: mutex::init should be constexpr
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@f0378c6
|
13 months |
zarevucky.jiri |
Add CONSTEXPR for headers shared by C and C++
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dcef1127
|
13 months |
zarevucky.jiri |
char8_t behaves differently in C and C++
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dd7df1c
|
13 months |
zarevucky.jiri |
Silence spurious/unwanted GCC warnings using pragmas
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@71b4444
|
13 months |
zarevucky.jiri |
Merge meson script updates for new toolchain
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@2944b5a
|
13 months |
zarevucky.jiri |
arm32: fix floating point abi configuration
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@cebd956
|
13 months |
zarevucky.jiri |
Prefer mkisofs if genisoimage is a symlink
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@8f9f9b1
|
13 months |
zarevucky.jiri |
C++: silence misleading indentation warnings
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@62721d5
|
13 months |
zarevucky.jiri |
Workaround linker warnings about RWX segment
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b7493ea0
|
13 months |
zarevucky.jiri |
Disable use of helper functions for atomics on AArch64
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@abb70fc3
|
13 months |
zarevucky.jiri |
Silence compiler when accessing low memory addresses
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@590cb6d2
|
13 months |
zarevucky.jiri |
Remove some inappropriate uses of attribute((packed))
…
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|