source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @964e897   15 months mc hrctl: handle invalid level argument
(edit) @56602e0   15 months mc hr: rename all strings status' -> state'
(edit) @155d34f   15 months mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @af4ecb76   15 months mc hr: document lib/device/src/hr.c
(edit) @fc265b4   15 months mc hr: IPC methods: don't create own hr_t session
(edit) @ac4b70b   15 months mc hr: fail only failable extents
(edit) @31eb568   15 months mc hr: comment hr.c a bit
(edit) @13c2365   15 months mc hr: metadata/softraid: checksum in original endianness
(edit) @217d0fb   15 months mc hrctl: add notes about failing an extent
(edit) @c2f0160   15 months mc hr: util: add more checks for hotspare addition
(edit) @d1d355f   15 months mc hr: refactor hrctl and some hr IPC methods
(edit) @40f56a4   15 months mc hr: metadata/softraid: use inttypes.h specifiers
(edit) @2100a4e   15 months mc uspace/lib/devices/hr: add OpenBSD softraid md type
(edit) @9bf95d4   15 months mc hr: hr_softraid.c: remove dead code
(edit) @59ec1c50   15 months mc hr: util.c: fix possible null deref
(edit) @c9ef864   15 months mc hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough
(edit) @a261634   15 months mc hr: OpenBSD softraid metadata support
(edit) @af1b25d   15 months mc hr: metadata/geom/g_mirror.h: fix checksums
(edit) @dd76b46   15 months mc hr: metadata/native.c: use uint64_t for counter
(edit) @d85ee06   15 months mc hr: geom g{mirror, stripe}: rename files, remove saving We cannot …
(edit) @a056759   15 months mc hr: hr.c: style Accepting connections. message
(edit) @c6d2af8   15 months mc hr: hr.c: more specific message for unsupported hotspare
(edit) @fb06476f   15 months mc hr: use enum for RAID layouts
(edit) @5cb1631   15 months mc hr: FreeBSD GEOM::STRIPE metadata support
(edit) @b883aa8   15 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   15 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   15 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   15 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   15 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   15 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   15 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   15 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   15 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   15 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   15 months mc srv/hr/metadata/native.c: no explicit arg casting
(edit) @58c43d4   15 months mc hr: util.c: matching type as well
(edit) @14394141   15 months mc hr: util.c: style
(edit) @50603405   15 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @6f41c21f   15 months mc Merge branch 'upstream/master' into helenraid-metadata-geom
(edit) @0639afc   15 months noreply libcrypto: create_hash(): const qual for input arg (#250) topic/fix-logger-deadlock
(edit) @e77c3ed   15 months mc hr: superblock.c,h: const quals for args
(edit) @29e7cc7   15 months mc Merge branch 'upstream/master' into helenraid
(edit) @25fdb2d   15 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out … topic/fix-logger-deadlock
(edit) @e9bc927   15 months zarevucky.jiri Update forgotten serial implementations topic/fix-logger-deadlock
(edit) @51949d0   15 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248) topic/fix-logger-deadlock
(edit) @eb2187c4   15 months zarevucky.jiri Revert part of the prior commit This doesn't seem to work right yet. topic/fix-logger-deadlock
(edit) @888c06e   15 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can … topic/fix-logger-deadlock
(edit) @c4cfe4c   15 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer … topic/fix-logger-deadlock
(edit) @250a435   15 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial topic/fix-logger-deadlock
(edit) @39e1b9a   15 months zarevucky.jiri Convert console output devices to batch printing topic/fix-logger-deadlock
(edit) @690ad20   15 months zarevucky.jiri Convert kio buffer to bytes (part 1) topic/fix-logger-deadlock
(edit) @d5b37b6   15 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer … topic/fix-logger-deadlock
(edit) @571cc2d   15 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code topic/fix-logger-deadlock
(edit) @af77459   15 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the … topic/fix-logger-deadlock
(edit) @1db4e2ae   15 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to … topic/fix-logger-deadlock
(edit) @45adeeb   15 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r() topic/fix-logger-deadlock
(edit) @ae787807   15 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249) topic/fix-logger-deadlock
(edit) @b31323f   15 months zarevucky.jiri Test, fix and extend string sanitization topic/fix-logger-deadlock
(edit) @65bf084   15 months zarevucky.jiri Implement both str_decode() and mbrtoc32() using one function topic/fix-logger-deadlock
(edit) @f94a11f   15 months zarevucky.jiri Rename mbstate_t field to prevent confusion with continuation bytes topic/fix-logger-deadlock
(edit) @800d188   15 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @5d2bdaa   15 months zarevucky.jiri Fix UB in odict test topic/fix-logger-deadlock
(edit) @0600976   15 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str topic/fix-logger-deadlock
(edit) @11782da   15 months jiri Fix IDE install device path again. topic/fix-logger-deadlock
(edit) @2a5d4649   15 months jiri ISA/PCI IDE needs to attach even if one channel is empty. topic/fix-logger-deadlock
(edit) @6120b7b   15 months zarevucky.jiri Fix an oversight in str_decode() topic/fix-logger-deadlock
(edit) @6d0e133   15 months zarevucky.jiri Improve handling of invalid data in str_decode() topic/fix-logger-deadlock
(edit) @f5e1692   15 months zarevucky.jiri Get rid of /boot version of printf_core() topic/fix-logger-deadlock
(edit) @163e34c   15 months zarevucky.jiri Actually convert the printf outputs everywhere topic/fix-logger-deadlock
(edit) @97f6b71   15 months zarevucky.jiri Clean up printf_core() and make it obey the standard The original … topic/fix-logger-deadlock
(edit) @28c39f3   15 months zarevucky.jiri Improve performance of some str functions Some string functions are … topic/fix-logger-deadlock
(edit) @f167c851   15 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with … topic/fix-logger-deadlock
(edit) @9daee3de   15 months zarevucky.jiri Sort file list in libc meson file topic/fix-logger-deadlock
(edit) @696b405   15 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and … topic/fix-logger-deadlock
(edit) @7d1497c   15 months zarevucky.jiri Make kernel assert() a valid expression when debug is disabled topic/fix-logger-deadlock
(edit) @2ef2a0d   15 months zarevucky.jiri Add a few printf() formatting tests topic/fix-logger-deadlock
(edit) @74b92e6   16 months zarevucky.jiri Fix sysinfo locking Turns out sysinfo doesn't like spinlock topic/fix-logger-deadlock
(edit) @8165a7a   16 months jiri GFX Demo should default to UI interface topic/fix-logger-deadlock
(edit) @90dd8aee   16 months zarevucky.jiri Introduce a console lock to prevent line splitting in kernel output … topic/fix-logger-deadlock
(edit) @c55ab66   16 months zarevucky.jiri Comment typo topic/fix-logger-deadlock
(edit) @9f2f5ee   16 months zarevucky.jiri Rewrite kernel mutex implementation a little Removes MUTEX_ACTIVE, … topic/fix-logger-deadlock
(edit) @c626117   16 months zarevucky.jiri Replace uses of MUTEX_ACTIVE with irq_spinlock_t topic/fix-logger-deadlock
(edit) @0b47781   16 months zarevucky.jiri Extend kernel condvar_t to work with spinlocks MUTEX_ACTIVE is a poor … topic/fix-logger-deadlock
(edit) @a78b0a0   16 months zarevucky.jiri Use static initialization for ap_completion_semaphore topic/fix-logger-deadlock
(edit) @a188131   16 months jiri Add UI to system installer topic/fix-logger-deadlock
(edit) @597fa24   16 months zarevucky.jiri Enable static initialization of kernel synchronization primitives topic/fix-logger-deadlock
(edit) @3e7948c   16 months zarevucky.jiri Deduplicate forgotten adt header topic/fix-logger-deadlock
(edit) @45226285   16 months zarevucky.jiri Clarify the purpose and use of hash_table_foreach() topic/fix-logger-deadlock
(edit) @0db0df2   16 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous … topic/fix-logger-deadlock
(edit) @8f8818ac   16 months zarevucky.jiri Use offsetof for calculation in list_pop() topic/fix-logger-deadlock
(edit) @90ee3384   16 months jiri Allow sysinst to restart the system at the end of installation. When … topic/fix-logger-deadlock
(edit) @59e32fb   16 months jiri Fix IDE disk path in sysinst. topic/fix-logger-deadlock
(edit) @ae20886   16 months zarevucky.jiri Add .cache to .gitignore Directory is used by clangd. topic/fix-logger-deadlock
(edit) @ca7fa5b   16 months mc hr: use <inttypes.h> macro specifiers
(edit) @bbcd06e   16 months mc hr: keep counter only in memory saved metadata
(edit) @52be5fa   16 months mc hr: increment metadata counter on volume assembly For now increment …
(edit) @c7e6a3e   16 months mc hr: align struct hr_extent members
(edit) @44da6c8   16 months mc hr: util.c: initialize empty extents to MISSING
(edit) @4200735   16 months mc hr: fix printing extent states with invalid service id
(edit) @0277ec2   16 months mc hr: refactor metadata handling
Note: See TracRevisionLog for help on using the revision log.