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