|
|
|
@29e7cc7
|
4 weeks |
mc |
Merge branch 'upstream/master' into helenraid
|
|
|
@25fdb2d
|
4 weeks |
zarevucky.jiri |
Change atomic_load/store_8 to use single word read/writes
Turns out …
|
|
|
@e9bc927
|
4 weeks |
zarevucky.jiri |
Update forgotten serial implementations
|
|
|
@51949d0
|
4 weeks |
noreply |
lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
|
|
|
@eb2187c4
|
4 weeks |
zarevucky.jiri |
Revert part of the prior commit
This doesn't seem to work right yet.
|
|
|
@888c06e
|
4 weeks |
zarevucky.jiri |
Avoid using general division and modulo ops in framebuffer
These can …
|
|
|
@c4cfe4c
|
4 weeks |
zarevucky.jiri |
Convert kernel console writing to byte arrays
More buffer per buffer …
|
|
|
@250a435
|
4 weeks |
zarevucky.jiri |
Don't print out control characters in print4 test, it borks up serial
|
|
|
@39e1b9a
|
4 weeks |
zarevucky.jiri |
Convert console output devices to batch printing
|
|
|
@690ad20
|
4 weeks |
zarevucky.jiri |
Convert kio buffer to bytes (part 1)
|
|
|
@d5b37b6
|
4 weeks |
zarevucky.jiri |
Use a new syscall, SYS_KIO_READ, for reading from KIO buffer
…
|
|
|
@571cc2d
|
4 weeks |
zarevucky.jiri |
Use irq_spinlock_t instead of plain spinlock_t in console code
|
|
|
@af77459
|
4 weeks |
zarevucky.jiri |
Simplify kio buffer bookkeeping
We only really need to know the …
|
|
|
@1db4e2ae
|
4 weeks |
zarevucky.jiri |
Have str_sanitize also remove C0 and C1 control codes
and use it to …
|
|
|
@45adeeb
|
4 weeks |
zarevucky.jiri |
Expose restartable version of str_decode() as str_decode_r()
|
|
|
@ae787807
|
4 weeks |
noreply |
lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
|
|
|
@b31323f
|
4 weeks |
zarevucky.jiri |
Test, fix and extend string sanitization
|
|
|
@65bf084
|
5 weeks |
zarevucky.jiri |
Implement both str_decode() and mbrtoc32() using one function
|
|
|
@f94a11f
|
5 weeks |
zarevucky.jiri |
Rename mbstate_t field to prevent confusion with continuation bytes
|
|
|
@800d188
|
5 weeks |
mc |
hr: metadata saving on stop
New bool argument for hr_metadata_save() …
|
|
|
@5d2bdaa
|
5 weeks |
zarevucky.jiri |
Fix UB in odict test
|
|
|
@0600976
|
5 weeks |
zarevucky.jiri |
Reject invalid non-shortest UTF-8 forms and fix some other issues in str
|
|
|
@11782da
|
5 weeks |
jiri |
Fix IDE install device path again.
|
|
|
@2a5d4649
|
5 weeks |
jiri |
ISA/PCI IDE needs to attach even if one channel is empty.
|
|
|
@6120b7b
|
5 weeks |
zarevucky.jiri |
Fix an oversight in str_decode()
|
|
|
@6d0e133
|
5 weeks |
zarevucky.jiri |
Improve handling of invalid data in str_decode()
|
|
|
@f5e1692
|
5 weeks |
zarevucky.jiri |
Get rid of /boot version of printf_core()
|
|
|
@163e34c
|
5 weeks |
zarevucky.jiri |
Actually convert the printf outputs everywhere
|
|
|
@97f6b71
|
5 weeks |
zarevucky.jiri |
Clean up printf_core() and make it obey the standard
The original …
|
|
|
@28c39f3
|
5 weeks |
zarevucky.jiri |
Improve performance of some str functions
Some string functions are …
|
|
|
@f167c851
|
5 weeks |
zarevucky.jiri |
Replace a memmove() that spits a random warning when compiling with …
|
|
|
@9daee3de
|
5 weeks |
zarevucky.jiri |
Sort file list in libc meson file
|
|
|
@696b405
|
5 weeks |
zarevucky.jiri |
Implement standard character conversion functions from <uchar.h> and …
|
|
|
@7d1497c
|
5 weeks |
zarevucky.jiri |
Make kernel assert() a valid expression when debug is disabled
|
|
|
@2ef2a0d
|
5 weeks |
zarevucky.jiri |
Add a few printf() formatting tests
|
|
|
@74b92e6
|
5 weeks |
zarevucky.jiri |
Fix sysinfo locking
Turns out sysinfo doesn't like spinlock
|
|
|
@8165a7a
|
5 weeks |
jiri |
GFX Demo should default to UI interface
|
|
|
@90dd8aee
|
5 weeks |
zarevucky.jiri |
Introduce a console lock to prevent line splitting in kernel output
…
|
|
|
@c55ab66
|
5 weeks |
zarevucky.jiri |
Comment typo
|
|
|
@9f2f5ee
|
5 weeks |
zarevucky.jiri |
Rewrite kernel mutex implementation a little
Removes MUTEX_ACTIVE, …
|
|
|
@c626117
|
5 weeks |
zarevucky.jiri |
Replace uses of MUTEX_ACTIVE with irq_spinlock_t
|
|
|
@0b47781
|
5 weeks |
zarevucky.jiri |
Extend kernel condvar_t to work with spinlocks
MUTEX_ACTIVE is a poor …
|
|
|
@a78b0a0
|
5 weeks |
zarevucky.jiri |
Use static initialization for ap_completion_semaphore
|
|
|
@a188131
|
5 weeks |
jiri |
Add UI to system installer
|
|
|
@597fa24
|
5 weeks |
zarevucky.jiri |
Enable static initialization of kernel synchronization primitives
|
|
|
@3e7948c
|
5 weeks |
zarevucky.jiri |
Deduplicate forgotten adt header
|
|
|
@45226285
|
5 weeks |
zarevucky.jiri |
Clarify the purpose and use of hash_table_foreach()
|
|
|
@0db0df2
|
6 weeks |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
@8f8818ac
|
6 weeks |
zarevucky.jiri |
Use offsetof for calculation in list_pop()
|
|
|
@90ee3384
|
6 weeks |
jiri |
Allow sysinst to restart the system at the end of installation.
When …
|
|
|
@59e32fb
|
6 weeks |
jiri |
Fix IDE disk path in sysinst.
|
|
|
@ae20886
|
6 weeks |
zarevucky.jiri |
Add .cache to .gitignore
Directory is used by clangd.
|