|
|
@95ca19d
|
4 weeks |
mc |
hr: add —read-only volume flag
|
|
|
@150adbd2
|
4 weeks |
mc |
hr: add NOOP metadata type
|
|
|
@2192a01
|
4 weeks |
mc |
hr: basic Linux Multiple Device RAID format support
|
|
|
@c24f96b
|
4 weeks |
mc |
hr: add OpenBSD softraid metadata type str
|
|
|
@d220b7d
|
4 weeks |
mc |
hr: change HelenRAID native metadata type str
|
|
|
@263a2389
|
5 weeks |
mc |
hr: rename volume state ONLINE to OPTIMAL
|
|
|
@f0cc1c64
|
5 weeks |
mc |
Merge upstream into helenraid
|
|
|
@5caad1d
|
5 weeks |
jiri |
tbarcfg_listener_destroy() should clean up properly.
|
|
|
@cb20b05
|
5 weeks |
jiri |
Fix missing argument when destroying async port.
|
|
|
@ca48672
|
5 weeks |
jiri |
loc_service_register() needs to take a port ID argument.
|
|
|
@3951046
|
5 weeks |
jiri |
Async ports and interfaces do the castling.
Now interfaces hang under …
|
|
|
@5c55eb7
|
6 weeks |
jiri |
Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
|
|
|
@0fce1a6
|
6 weeks |
mc |
hr: rename HR_RLQ_* to HR_LAYOUT_*
|
|
|
@f34568c
|
6 weeks |
mc |
hr: print % done of REBUILD operation
|
|
|
@e0bbecb
|
6 weeks |
mc |
hr: move state printing to hrctl
One IPC call is for short volume …
|
|
|
@0f5c4e4
|
2 months |
jiri |
Fix crash in AHCI driver and sata_bd server.
|
|
|
@6f13257
|
2 months |
mc |
hr: cstyle: don't align struct members and fcn decls
|
|
|
@aca1777
|
3 months |
mc |
Merge upstream into helenraid
|
|
|
@56602e0
|
3 months |
mc |
hr: rename all strings status' -> state'
|
|
|
@155d34f
|
3 months |
mc |
hr: rename hr_get_*_status_msg → hr_get_*_state_str
|
|
|
@af4ecb76
|
3 months |
mc |
hr: document lib/device/src/hr.c
|
|
|
@fc265b4
|
3 months |
mc |
hr: IPC methods: don't create own hr_t session
|
|
|
@d1d355f
|
3 months |
mc |
hr: refactor hrctl and some hr IPC methods
|
|
|
@629b480
|
3 months |
jiri |
Assorted installer fixes.
|
|
|
@4b9213d
|
3 months |
noreply |
add shared libraries to export-dev (#252)
|
|
|
@2100a4e
|
3 months |
mc |
uspace/lib/devices/hr: add OpenBSD softraid md type
|
|
|
@fb06476f
|
3 months |
mc |
hr: use enum for RAID layouts
|
|
|
@b883aa8
|
3 months |
mc |
hr: move metadata_type_t to lib/hr for type printing
Also renames …
|
|
|
@80c760e
|
3 months |
mc |
hr: remove truncated_blkno calculation from raid*.c
Calculate the …
|
|
|
@6f41c21f
|
3 months |
mc |
Merge branch 'upstream/master' into helenraid-metadata-geom
|
|
|
@0639afc
|
3 months |
noreply |
libcrypto: create_hash(): const qual for input arg (#250)
|
|
|
@29e7cc7
|
3 months |
mc |
Merge branch 'upstream/master' into helenraid
|
|
|
@25fdb2d
|
3 months |
zarevucky.jiri |
Change atomic_load/store_8 to use single word read/writes
Turns out …
|
|
|
@51949d0
|
3 months |
noreply |
lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
|
|
|
@690ad20
|
3 months |
zarevucky.jiri |
Convert kio buffer to bytes (part 1)
|
|
|
@d5b37b6
|
3 months |
zarevucky.jiri |
Use a new syscall, SYS_KIO_READ, for reading from KIO buffer
…
|
|
|
@ae787807
|
3 months |
noreply |
lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
|
|
|
@b31323f
|
3 months |
zarevucky.jiri |
Test, fix and extend string sanitization
|
|
|
@5d2bdaa
|
3 months |
zarevucky.jiri |
Fix UB in odict test
|
|
|
@0600976
|
3 months |
zarevucky.jiri |
Reject invalid non-shortest UTF-8 forms and fix some other issues in str
|
|
|
@163e34c
|
3 months |
zarevucky.jiri |
Actually convert the printf outputs everywhere
|
|
|
@f167c851
|
3 months |
zarevucky.jiri |
Replace a memmove() that spits a random warning when compiling with …
|
|
|
@9daee3de
|
3 months |
zarevucky.jiri |
Sort file list in libc meson file
|
|
|
@696b405
|
3 months |
zarevucky.jiri |
Implement standard character conversion functions from <uchar.h> and …
|
|
|
@2ef2a0d
|
3 months |
zarevucky.jiri |
Add a few printf() formatting tests
|
|
|
@a188131
|
4 months |
jiri |
Add UI to system installer
|
|
|
@3e7948c
|
4 months |
zarevucky.jiri |
Deduplicate forgotten adt header
|
|
|
@0db0df2
|
4 months |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
@ca7fa5b
|
4 months |
mc |
hr: use <inttypes.h> macro specifiers
|
|
|
@c7e6a3e
|
4 months |
mc |
hr: align struct hr_extent members
|
|
|
@4200735
|
4 months |
mc |
hr: fix printing extent states with invalid service id
|
|
|
@d082801
|
4 months |
mc |
hr: refactor manual assembly
|
|
|
@8b51009
|
4 months |
mc |
hr: auto assembly, refactor
Added automatic assembly (with hrctl -A). …
|
|
|
@de811048
|
4 months |
mc |
hr: style headers
|
|
|
@eebecdc
|
4 months |
mc |
merge upstream/master into helenraid
|
|
|
@da54714
|
5 months |
noreply |
partially implement key-based pthread local storage (#245)
* check …
|
|
|
@0ae9e18
|
5 months |
jiri |
Select shutdown action (power off / restart) in shutdown dialog.
|
|
|
@e24c064
|
5 months |
mc |
hr: add NONE state (use INVALID for inconsistent)
|
|
|
@07039850
|
5 months |
jiri |
Implement quiesce in ISA and PCI IDE and in PC Floppy.
|
|
|
@89b5a75
|
5 months |
noreply |
fix cstyle (#244)
|
|
|
@8300c72
|
5 months |
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
|
|
@d30e067
|
5 months |
mc |
Merge 'upstream/master' into helenraid-para
|
|
|
@f35749e
|
5 months |
jiri |
System restart via shutdown -r
|
|
|
@4285f384
|
5 months |
jiri |
Allow physically ejecting CD-ROM using vol eject -s
|
|
|
@9faba42
|
5 months |
noreply |
Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize
ext4: …
|
|
|
@32254d6
|
5 months |
noreply |
init RTLD runtime at load time even for statically linked binaries …
|
|
|
@accdf882
|
6 months |
jiri |
File / Edit (Ctrl-E) in Navigator to start editor on current file
|
|
|
@832cbe7
|
6 months |
jiri |
Add proper IDE PCI to ISA fallback mechanism.
To determine if legacy …
|
|
|
@0dab4850
|
6 months |
jiri |
Fix driver crash when ATA channel contains no usable devices.
|
|
|
@a796812c
|
6 months |
jiri |
Fix ISA IDE
|
|
|
@4a3a5a0
|
6 months |
zarevucky.jiri |
One more tweak
|
|
|
@ea50e671
|
6 months |
zarevucky.jiri |
A few adjustments
|
|
|
@56210a7a
|
6 months |
zarevucky.jiri |
Update GCC and binutils to latest versions
|
|
|
@1fa6292
|
6 months |
zarevucky.jiri |
Remove a ton of duplicated code in libui/libgfxfont tests
|
|
|
@97116a2
|
6 months |
zarevucky.jiri |
Run make ccheck-fix
|
|
|
@cb747b3
|
6 months |
mc |
ext4: support bigger blkdev block size
Allows ext4 to be used with …
|
|
|
@b27ae65a
|
6 months |
noreply |
fix calculation of TLS size for main fibril (#240)
* explain why …
|
|
|
@2e08f2b6
|
6 months |
jiri |
Confirm shutdown in shutdown dialog.
|
|
|
@41dcabc
|
6 months |
zarevucky.jiri |
libc: Prevent writer starvation in fibril_rwlock_t.
Thanks to …
|
|
|
@b8fd951
|
6 months |
noreply |
ata_channel_destroy(): free the channel (#237)
|
|
|
@3a68baa
|
6 months |
mc |
lib/device/hr: add INVALID state
|
|
|
@e0e2264
|
6 months |
jiri |
Fix printing the incorrect blocking chain when deadlock is detected.
|
|
|
@7bf29e5
|
7 months |
mc |
Merge 'upstream/master' into helenraid-para
|
|
|
@4e1221c
|
7 months |
noreply |
Allow bitmap to be used in userspace
See …
|
|
|
@8279aab
|
7 months |
jiri |
ui_lock() needs to lock display
If ui_lock() is used to lock UI while …
|
|
|
@40be7eb
|
7 months |
mc |
lib/device/src/hr.c: session init style
|
|
|
@37a9c1e
|
7 months |
mc |
hr: hr_volume_t: rename RLQ → layout
|
|
|
@6784abc
|
7 months |
mc |
hr: hr_sess_init(): don't use IPC_FLAG_BLOCKING
|
|
|
@64c8132
|
7 months |
mc |
Allow bitmap to be used in userspace
|
|
|
@4066371
|
8 months |
mc |
hr: layout info printing
|
|
|
@5b320ac
|
8 months |
mc |
hr: hotspares + RAID1 rebuild
|
|
|
@dfa2313
|
8 months |
mc |
hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
|
|
|
@12dd36c
|
8 months |
jiri |
Handle Enter/Escape keys in message dialog.
|
|
|
@9a07ee3
|
8 months |
jiri |
Add message dialog choice selection (OK, OK/Cancel)
|
|
|
@13ce552
|
9 months |
mc |
hr: add DEGRADED volume state
Use it for weakened mirror as well.
|
|
|
@0d00e53
|
9 months |
jiri |
Shut down dialog
|
|
|
@cf28ffd3
|
9 months |
mc |
hr: add option to silently fail an extent
|
|
|
@d84773a
|
9 months |
mc |
hr: RAID 1 state handling
|
|
|
@e47a032
|
9 months |
mc |
hr: base for status handling
|
|
|
@50bed55d
|
9 months |
mc |
hr: rename levels to upper case
|
|
|