source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58c43d4   2 months mc hr: util.c: matching type as well
(edit) @14394141   2 months mc hr: util.c: style
(edit) @50603405   2 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @6f41c21f   2 months mc Merge branch 'upstream/master' into helenraid-metadata-geom
(edit) @0639afc   2 months noreply libcrypto: create_hash(): const qual for input arg (#250)
(edit) @e77c3ed   2 months mc hr: superblock.c,h: const quals for args
(edit) @29e7cc7   2 months mc Merge branch 'upstream/master' into helenraid
(edit) @25fdb2d   2 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out …
(edit) @e9bc927   2 months zarevucky.jiri Update forgotten serial implementations
(edit) @51949d0   2 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
(edit) @eb2187c4   2 months zarevucky.jiri Revert part of the prior commit This doesn't seem to work right yet.
(edit) @888c06e   2 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can …
(edit) @c4cfe4c   2 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer …
(edit) @250a435   2 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial
(edit) @39e1b9a   2 months zarevucky.jiri Convert console output devices to batch printing
(edit) @690ad20   2 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @d5b37b6   2 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @571cc2d   2 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code
(edit) @af77459   2 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the …
(edit) @1db4e2ae   2 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to …
(edit) @45adeeb   2 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r()
(edit) @ae787807   2 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
(edit) @b31323f   2 months zarevucky.jiri Test, fix and extend string sanitization
(edit) @65bf084   2 months zarevucky.jiri Implement both str_decode() and mbrtoc32() using one function
(edit) @f94a11f   2 months zarevucky.jiri Rename mbstate_t field to prevent confusion with continuation bytes
(edit) @800d188   2 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @5d2bdaa   2 months zarevucky.jiri Fix UB in odict test
(edit) @0600976   2 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str
(edit) @11782da   2 months jiri Fix IDE install device path again.
(edit) @2a5d4649   2 months jiri ISA/PCI IDE needs to attach even if one channel is empty.
(edit) @6120b7b   2 months zarevucky.jiri Fix an oversight in str_decode()
(edit) @6d0e133   2 months zarevucky.jiri Improve handling of invalid data in str_decode()
(edit) @f5e1692   2 months zarevucky.jiri Get rid of /boot version of printf_core()
(edit) @163e34c   2 months zarevucky.jiri Actually convert the printf outputs everywhere
(edit) @97f6b71   2 months zarevucky.jiri Clean up printf_core() and make it obey the standard The original …
(edit) @28c39f3   2 months zarevucky.jiri Improve performance of some str functions Some string functions are …
(edit) @f167c851   2 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with …
(edit) @9daee3de   2 months zarevucky.jiri Sort file list in libc meson file
(edit) @696b405   2 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and …
(edit) @7d1497c   2 months zarevucky.jiri Make kernel assert() a valid expression when debug is disabled
(edit) @2ef2a0d   2 months zarevucky.jiri Add a few printf() formatting tests
(edit) @74b92e6   2 months zarevucky.jiri Fix sysinfo locking Turns out sysinfo doesn't like spinlock
(edit) @8165a7a   2 months jiri GFX Demo should default to UI interface
(edit) @90dd8aee   2 months zarevucky.jiri Introduce a console lock to prevent line splitting in kernel output …
(edit) @c55ab66   2 months zarevucky.jiri Comment typo
(edit) @9f2f5ee   2 months zarevucky.jiri Rewrite kernel mutex implementation a little Removes MUTEX_ACTIVE, …
(edit) @c626117   2 months zarevucky.jiri Replace uses of MUTEX_ACTIVE with irq_spinlock_t
(edit) @0b47781   2 months zarevucky.jiri Extend kernel condvar_t to work with spinlocks MUTEX_ACTIVE is a poor …
(edit) @a78b0a0   2 months zarevucky.jiri Use static initialization for ap_completion_semaphore
(edit) @a188131   3 months jiri Add UI to system installer
(edit) @597fa24   3 months zarevucky.jiri Enable static initialization of kernel synchronization primitives
(edit) @3e7948c   3 months zarevucky.jiri Deduplicate forgotten adt header
(edit) @45226285   3 months zarevucky.jiri Clarify the purpose and use of hash_table_foreach()
(edit) @0db0df2   3 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous …
(edit) @8f8818ac   3 months zarevucky.jiri Use offsetof for calculation in list_pop()
(edit) @90ee3384   3 months jiri Allow sysinst to restart the system at the end of installation. When …
(edit) @59e32fb   3 months jiri Fix IDE disk path in sysinst.
(edit) @ae20886   3 months zarevucky.jiri Add .cache to .gitignore Directory is used by clangd.
(edit) @ca7fa5b   3 months mc hr: use <inttypes.h> macro specifiers
(edit) @bbcd06e   3 months mc hr: keep counter only in memory saved metadata
(edit) @52be5fa   3 months mc hr: increment metadata counter on volume assembly For now increment …
(edit) @c7e6a3e   3 months mc hr: align struct hr_extent members
(edit) @44da6c8   3 months mc hr: util.c: initialize empty extents to MISSING
(edit) @4200735   3 months mc hr: fix printing extent states with invalid service id
(edit) @0277ec2   3 months mc hr: refactor metadata handling
(edit) @a5ec426   3 months mc hr: superblock: move to last block
(edit) @baa4929   3 months mc hr: extent init refactor, blkno truncation
(edit) @6d0fc11   3 months mc hr: style: align structures, function prototypes
(edit) @746e636   3 months mc hr: add comments to raid init()
(edit) @d082801   3 months mc hr: refactor manual assembly
(edit) @1a28518   3 months mc hr: superblock.c: fix bsize decoding
(edit) @7e8c0e7   3 months mc hr: superblock.c: remove UUID generation for each extent
(edit) @2e7df2e   3 months mc hr: superblock.c: fix UUID memcpy()
(edit) @d946c27   3 months mc hr: initialize and populate in memory metadata
(edit) @49de61c   3 months mc hr: util.c: fix hr_register_volume()
(edit) @56214383   3 months mc hr: util: hr_util_add_hotspare()
(edit) @8a65373   3 months mc hr: move registering out of specific RAIDs
(edit) @7a80c63   3 months mc hr: raid{0,1,5}.c: increment open() count
(edit) @0437dd5   3 months mc hr: util.c: block_fini() hotspares
(edit) @8b51009   3 months mc hr: auto assembly, refactor Added automatic assembly (with hrctl -A). …
(edit) @7bfe468   3 months mc hr: hr.c: hr_client_conn() return ENOENT
(edit) @b04f7af   3 months mc hr: hr.c: add headers
(edit) @a57dde4   3 months mc hr: use func for DEBUG printing fcn names
(edit) @5fe0b9b5   3 months mc hr: var.h: comment cstyle
(edit) @2958e70   3 months mc hr: var.h: revert hotspare no. back from invalidations
(edit) @de81104   3 months mc hr: style headers
(edit) @e3e53cc   3 months mc hr: var.h: remove struct hr_deferred_invalidation
(edit) @eebecdc   3 months mc merge upstream/master into helenraid
(edit) @da54714   3 months noreply partially implement key-based pthread local storage (#245) * check …
(edit) @0ae9e18   4 months jiri Select shutdown action (power off / restart) in shutdown dialog.
(edit) @797ab95   4 months jiri Implement quiesce in i8042.
(edit) @e494d7b   4 months mc hr: initialize hotspare states to MISSING
(edit) @e24c064   4 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @d2da1be   4 months mc hr: rename vol→state_changed → vol→state_dirty
(edit) @f1be66bf   4 months mc hr: raid5.c: fast patch to make new asserts pass
(edit) @d6fe2a1   4 months mc hr: hr_mark_vol_state_dirty() helper
(edit) @10005fd   4 months mc hr: remove vol→halt_please bit and vol→halt_lock RW locks are not …
(edit) @4d42a1b   4 months mc hr: remove deferred invalidations
(edit) @6123753   4 months mc hr: raid1.c: print rebuild progress every 5%
(edit) @4d30c475   4 months mc hr: raid1.c: fix rebuild
Note: See TracRevisionLog for help on using the revision log.