|
|
|
@5bf9ca21
|
5 days |
noreply |
Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into …
|
|
|
|
@3e41cc4
|
2 weeks |
jiri |
Repaint all windows in fullscreen mode in ui_paint().
After error …
|
|
|
|
@bb4d0b5
|
2 weeks |
jiri |
Allow user to decide whether to retry or abort when I/O error occurs.
|
|
|
|
@856a7b49
|
3 weeks |
jiri |
Fix spacing.
|
|
|
|
@bc999081
|
3 weeks |
jiri |
Add dummy execlp() implementation to libposix.
|
|
|
|
@4a10a72e
|
3 weeks |
jiri |
Add dummy implementations of atan2, floor, log, pow, sqrt, tan.
…
|
|
|
|
@78050c7
|
3 weeks |
jiri |
Add missing input_iterator_tag declaration to insert_iterator.hpp.
|
|
|
|
@ec3ef80f
|
3 weeks |
jiri |
Add missing include to list_node.hpp.
|
|
|
|
@b3a7151
|
3 weeks |
jiri |
Add missing → operator to list_iterator.
|
|
|
|
@5e0ea6f
|
3 weeks |
jiri |
math.h needs to be C++ compatible
|
|
|
|
@0640d52
|
3 weeks |
jiri |
Export libcpp headers.
|
|
|
|
@05d893a
|
4 weeks |
5887334+jxsvoboda |
only export shared lib if allowed
|
|
|
|
@33f14b9
|
4 weeks |
5887334+jxsvoboda |
mips32, ppc32: add atomic 8 byte load store, 1 byte cmpexchg
For now …
|
|
|
|
@c1383cd
|
4 weeks |
5887334+jxsvoboda |
lib/device/src/bd_srv.c: answer with return code
|
|
|
|
@c3db721
|
4 weeks |
jiri |
Allow aborting file management operation.
|
|
|
|
@0cf3d5f
|
4 weeks |
jiri |
Allow creating sparse files in Navigator and newfile.
|
|
|
|
@cfd04c4
|
4 weeks |
jiri |
Add docblocks to capa functions.
|
|
|
|
@c111da2
|
4 weeks |
jiri |
Create non-zero size file in Navigator, new newfile utility.
|
|
|
|
@1a96db9
|
4 weeks |
jiri |
Implement carriage return in console.
|
|
|
|
@32ae27bb
|
7 weeks |
jiri |
Suggest unique new file name.
|
|
|
|
@283bb9f
|
7 weeks |
martin |
Improve the GCD/LCM implementations
Use a faster variant of the …
|
|
|
|
@f9c4c433
|
7 weeks |
jiri |
Create new file in Navigator (WIP)
|
|
|
|
@113fb4f
|
3 months |
martin |
Use tar to install toolchains into the destination
Using a pair of …
|
|
|
|
@a36c4aa
|
3 months |
martin |
Switch to binutils 2.45 and GCC 15.2
This requires a few minor …
|
|
|
|
@2e9f284
|
3 months |
martin |
toolchain: Remove the support for building GDB
The multiarch builds …
|
|
|
|
@5caad1d
|
5 months |
jiri |
tbarcfg_listener_destroy() should clean up properly.
|
|
|
|
@cb20b05
|
5 months |
jiri |
Fix missing argument when destroying async port.
|
|
|
|
@ca48672
|
5 months |
jiri |
loc_service_register() needs to take a port ID argument.
|
|
|
|
@3951046
|
5 months |
jiri |
Async ports and interfaces do the castling.
Now interfaces hang under …
|
|
|
|
@5c55eb7
|
5 months |
jiri |
Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
|
|
|
|
@0f5c4e4
|
5 months |
jiri |
Fix crash in AHCI driver and sata_bd server.
|
|
|
|
@61f28c4
|
6 months |
jiri |
Only eject installation CD after user confirms restart.
|
|
|
|
@0cec807a
|
6 months |
jiri |
Unmount destination volume and delete mount point on installation failure.
|
|
|
|
@21cd0c8
|
6 months |
jiri |
Avoid flooding log with mouse warnings during system startup.
|
|
|
|
@cbaf408
|
6 months |
git |
add pointer cursor
|
|
|
|
@629b480
|
6 months |
jiri |
Assorted installer fixes.
|
|
|
|
@4b9213d
|
6 months |
noreply |
add shared libraries to export-dev (#252)
|
|
|
|
@0460377
|
6 months |
noreply |
uspace/app/blkdump: fix argv null deref (#251)
|
|
|
|
@a22c62f
|
6 months |
zarevucky.jiri |
Also ignore NULL passed to free()
|
|
|
|
@23d4e6ae
|
6 months |
zarevucky.jiri |
Check for allocation failure in kernel malloc()
|
|
|
|
@0639afc
|
7 months |
noreply |
libcrypto: create_hash(): const qual for input arg (#250)
|
|
|
|
@25fdb2d
|
7 months |
zarevucky.jiri |
Change atomic_load/store_8 to use single word read/writes
Turns out …
|
|
|
|
@e9bc927
|
7 months |
zarevucky.jiri |
Update forgotten serial implementations
|
|
|
|
@51949d0
|
7 months |
noreply |
lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
|
|
|
|
@eb2187c4
|
7 months |
zarevucky.jiri |
Revert part of the prior commit
This doesn't seem to work right yet.
|
|
|
|
@888c06e
|
7 months |
zarevucky.jiri |
Avoid using general division and modulo ops in framebuffer
These can …
|
|
|
|
@c4cfe4c
|
7 months |
zarevucky.jiri |
Convert kernel console writing to byte arrays
More buffer per buffer …
|
|
|
|
@250a435
|
7 months |
zarevucky.jiri |
Don't print out control characters in print4 test, it borks up serial
|
|
|
|
@39e1b9a
|
7 months |
zarevucky.jiri |
Convert console output devices to batch printing
|
|
|
|
@690ad20
|
7 months |
zarevucky.jiri |
Convert kio buffer to bytes (part 1)
|
|
|
|
@d5b37b6
|
7 months |
zarevucky.jiri |
Use a new syscall, SYS_KIO_READ, for reading from KIO buffer
…
|
|
|
|
@571cc2d
|
7 months |
zarevucky.jiri |
Use irq_spinlock_t instead of plain spinlock_t in console code
|
|
|
|
@af77459
|
7 months |
zarevucky.jiri |
Simplify kio buffer bookkeeping
We only really need to know the …
|
|
|
|
@1db4e2ae
|
7 months |
zarevucky.jiri |
Have str_sanitize also remove C0 and C1 control codes
and use it to …
|
|
|
|
@45adeeb
|
7 months |
zarevucky.jiri |
Expose restartable version of str_decode() as str_decode_r()
|
|
|
|
@ae787807
|
7 months |
noreply |
lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
|
|
|
|
@b31323f
|
7 months |
zarevucky.jiri |
Test, fix and extend string sanitization
|
|
|
|
@65bf084
|
7 months |
zarevucky.jiri |
Implement both str_decode() and mbrtoc32() using one function
|
|
|
|
@f94a11f
|
7 months |
zarevucky.jiri |
Rename mbstate_t field to prevent confusion with continuation bytes
|
|
|
|
@5d2bdaa
|
7 months |
zarevucky.jiri |
Fix UB in odict test
|
|
|
|
@0600976
|
7 months |
zarevucky.jiri |
Reject invalid non-shortest UTF-8 forms and fix some other issues in str
|
|
|
|
@11782da
|
7 months |
jiri |
Fix IDE install device path again.
|
|
|
|
@2a5d4649
|
7 months |
jiri |
ISA/PCI IDE needs to attach even if one channel is empty.
|
|
|
|
@6120b7b
|
7 months |
zarevucky.jiri |
Fix an oversight in str_decode()
|
|
|
|
@6d0e133
|
7 months |
zarevucky.jiri |
Improve handling of invalid data in str_decode()
|
|
|
|
@f5e1692
|
7 months |
zarevucky.jiri |
Get rid of /boot version of printf_core()
|
|
|
|
@163e34c
|
7 months |
zarevucky.jiri |
Actually convert the printf outputs everywhere
|
|
|
|
@97f6b71
|
7 months |
zarevucky.jiri |
Clean up printf_core() and make it obey the standard
The original …
|
|
|
|
@28c39f3
|
7 months |
zarevucky.jiri |
Improve performance of some str functions
Some string functions are …
|
|
|
|
@f167c851
|
7 months |
zarevucky.jiri |
Replace a memmove() that spits a random warning when compiling with …
|
|
|
|
@9daee3de
|
7 months |
zarevucky.jiri |
Sort file list in libc meson file
|
|
|
|
@696b405
|
7 months |
zarevucky.jiri |
Implement standard character conversion functions from <uchar.h> and …
|
|
|
|
@7d1497c
|
7 months |
zarevucky.jiri |
Make kernel assert() a valid expression when debug is disabled
|
|
|
|
@2ef2a0d
|
7 months |
zarevucky.jiri |
Add a few printf() formatting tests
|
|
|
|
@74b92e6
|
7 months |
zarevucky.jiri |
Fix sysinfo locking
Turns out sysinfo doesn't like spinlock
|
|
|
|
@8165a7a
|
7 months |
jiri |
GFX Demo should default to UI interface
|
|
|
|
@90dd8aee
|
7 months |
zarevucky.jiri |
Introduce a console lock to prevent line splitting in kernel output
…
|
|
|
|
@c55ab66
|
7 months |
zarevucky.jiri |
Comment typo
|
|
|
|
@9f2f5ee
|
7 months |
zarevucky.jiri |
Rewrite kernel mutex implementation a little
Removes MUTEX_ACTIVE, …
|
|
|
|
@c626117
|
7 months |
zarevucky.jiri |
Replace uses of MUTEX_ACTIVE with irq_spinlock_t
|
|
|
|
@0b47781
|
7 months |
zarevucky.jiri |
Extend kernel condvar_t to work with spinlocks
MUTEX_ACTIVE is a poor …
|
|
|
|
@a78b0a0
|
7 months |
zarevucky.jiri |
Use static initialization for ap_completion_semaphore
|
|
|
|
@a188131
|
7 months |
jiri |
Add UI to system installer
|
|
|
|
@597fa24
|
7 months |
zarevucky.jiri |
Enable static initialization of kernel synchronization primitives
|
|
|
|
@3e7948c
|
7 months |
zarevucky.jiri |
Deduplicate forgotten adt header
|
|
|
|
@45226285
|
7 months |
zarevucky.jiri |
Clarify the purpose and use of hash_table_foreach()
|
|
|
|
@0db0df2
|
7 months |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
|
@8f8818ac
|
7 months |
zarevucky.jiri |
Use offsetof for calculation in list_pop()
|
|
|
|
@90ee3384
|
7 months |
jiri |
Allow sysinst to restart the system at the end of installation.
When …
|
|
|
|
@59e32fb
|
7 months |
jiri |
Fix IDE disk path in sysinst.
|
|
|
|
@ae20886
|
7 months |
zarevucky.jiri |
Add .cache to .gitignore
Directory is used by clangd.
|
|
|
|
@da54714
|
8 months |
noreply |
partially implement key-based pthread local storage (#245)
* check …
|
|
|
|
@0ae9e18
|
8 months |
jiri |
Select shutdown action (power off / restart) in shutdown dialog.
|
|
|
|
@797ab95
|
8 months |
jiri |
Implement quiesce in i8042.
|
|
|
|
@b9cc81c6
|
8 months |
jiri |
Implement quiesce in NS8250 and PC-LPT.
|
|
|
|
@870841cf
|
8 months |
jiri |
Style issues related to improper use of 'inline' keyword.
|
|
|
|
@1c7b0db7
|
8 months |
jiri |
Implement quiesce in NE2k, RTL8139 and RTL8169.
|
|
|
|
@07039850
|
8 months |
jiri |
Implement quiesce in ISA and PCI IDE and in PC Floppy.
|
|
|
|
@a64970e1
|
8 months |
jiri |
Implement quiesce in HD Audio and SB16 drivers.
|
|
|
|
@89b5a75
|
8 months |
noreply |
fix cstyle (#244)
|
|
|
|