source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2f21cd4   7 weeks mc hr: util.c: fix hotspare blkno check
(edit) @aca1777   7 weeks mc Merge upstream into helenraid
(edit) @1cfce3f   7 weeks mc hr: raid5.c: set default layout
(edit) @e5ea5f8   7 weeks mc hrctl: finalize parsing, add new sample sif config
(edit) @ed41962   7 weeks mc hr: metadata/native: fix possible deadlock
(edit) @fde80323   7 weeks mc hrctl: correctly handle manualy specified devices
(edit) @964e897   7 weeks mc hrctl: handle invalid level argument
(edit) @56602e0   7 weeks mc hr: rename all strings status' -> state'
(edit) @155d34f   7 weeks mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @af4ecb76   7 weeks mc hr: document lib/device/src/hr.c
(edit) @fc265b4   7 weeks mc hr: IPC methods: don't create own hr_t session
(edit) @ac4b70b   7 weeks mc hr: fail only failable extents
(edit) @61f28c4   7 weeks jiri Only eject installation CD after user confirms restart.
(edit) @31eb568   7 weeks mc hr: comment hr.c a bit
(edit) @13c2365   7 weeks mc hr: metadata/softraid: checksum in original endianness
(edit) @217d0fb   7 weeks mc hrctl: add notes about failing an extent
(edit) @c2f0160   7 weeks mc hr: util: add more checks for hotspare addition
(edit) @d1d355f   7 weeks mc hr: refactor hrctl and some hr IPC methods
(edit) @0cec807a   7 weeks jiri Unmount destination volume and delete mount point on installation failure.
(edit) @21cd0c8   7 weeks jiri Avoid flooding log with mouse warnings during system startup.
(edit) @40f56a4   7 weeks mc hr: metadata/softraid: use inttypes.h specifiers
(edit) @629b480   2 months jiri Assorted installer fixes.
(edit) @4b9213d   2 months noreply add shared libraries to export-dev (#252)
(edit) @0460377   2 months noreply uspace/app/blkdump: fix argv null deref (#251)
(edit) @2100a4e   2 months mc uspace/lib/devices/hr: add OpenBSD softraid md type
(edit) @a22c62f   2 months zarevucky.jiri Also ignore NULL passed to free()
(edit) @23d4e6ae   2 months zarevucky.jiri Check for allocation failure in kernel malloc()
(edit) @9bf95d4   2 months mc hr: hr_softraid.c: remove dead code
(edit) @59ec1c50   2 months mc hr: util.c: fix possible null deref
(edit) @c9ef864   2 months mc hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough
(edit) @a261634   2 months mc hr: OpenBSD softraid metadata support
(edit) @af1b25d   2 months mc hr: metadata/geom/g_mirror.h: fix checksums
(edit) @dd76b46   2 months mc hr: metadata/native.c: use uint64_t for counter
(edit) @d85ee06   2 months mc hr: geom g{mirror, stripe}: rename files, remove saving We cannot …
(edit) @a056759   2 months mc hr: hr.c: style Accepting connections. message
(edit) @c6d2af8   2 months mc hr: hr.c: more specific message for unsupported hotspare
(edit) @fb06476f   2 months mc hr: use enum for RAID layouts
(edit) @5cb1631   2 months mc hr: FreeBSD GEOM::STRIPE metadata support
(edit) @b883aa8   2 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   2 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   2 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   2 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   2 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   2 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   2 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   2 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   2 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   2 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   2 months mc srv/hr/metadata/native.c: no explicit arg casting
(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
Note: See TracRevisionLog for help on using the revision log.