source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @23d4e6ae   13 months zarevucky.jiri Check for allocation failure in kernel malloc() topic/fix-logger-deadlock
(edit) @0639afc   13 months noreply libcrypto: create_hash(): const qual for input arg (#250) topic/fix-logger-deadlock
(edit) @25fdb2d   13 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out … topic/fix-logger-deadlock
(edit) @e9bc927   13 months zarevucky.jiri Update forgotten serial implementations topic/fix-logger-deadlock
(edit) @51949d0   13 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248) topic/fix-logger-deadlock
(edit) @eb2187c4   13 months zarevucky.jiri Revert part of the prior commit This doesn't seem to work right yet. topic/fix-logger-deadlock
(edit) @888c06e   13 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can … topic/fix-logger-deadlock
(edit) @c4cfe4c   13 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer … topic/fix-logger-deadlock
(edit) @250a435   13 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial topic/fix-logger-deadlock
(edit) @39e1b9a   13 months zarevucky.jiri Convert console output devices to batch printing topic/fix-logger-deadlock
(edit) @690ad20   13 months zarevucky.jiri Convert kio buffer to bytes (part 1) topic/fix-logger-deadlock
(edit) @d5b37b6   13 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer … topic/fix-logger-deadlock
(edit) @571cc2d   13 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code topic/fix-logger-deadlock
(edit) @af77459   13 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the … topic/fix-logger-deadlock
(edit) @1db4e2ae   13 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to … topic/fix-logger-deadlock
(edit) @45adeeb   13 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r() topic/fix-logger-deadlock
(edit) @ae787807   13 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249) topic/fix-logger-deadlock
(edit) @b31323f   13 months zarevucky.jiri Test, fix and extend string sanitization topic/fix-logger-deadlock
(edit) @65bf084   13 months zarevucky.jiri Implement both str_decode() and mbrtoc32() using one function topic/fix-logger-deadlock
(edit) @f94a11f   13 months zarevucky.jiri Rename mbstate_t field to prevent confusion with continuation bytes topic/fix-logger-deadlock
(edit) @5d2bdaa   13 months zarevucky.jiri Fix UB in odict test topic/fix-logger-deadlock
(edit) @0600976   13 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str topic/fix-logger-deadlock
(edit) @11782da   13 months jiri Fix IDE install device path again. topic/fix-logger-deadlock
(edit) @2a5d4649   13 months jiri ISA/PCI IDE needs to attach even if one channel is empty. topic/fix-logger-deadlock
(edit) @6120b7b   13 months zarevucky.jiri Fix an oversight in str_decode() topic/fix-logger-deadlock
(edit) @6d0e133   13 months zarevucky.jiri Improve handling of invalid data in str_decode() topic/fix-logger-deadlock
(edit) @f5e1692   13 months zarevucky.jiri Get rid of /boot version of printf_core() topic/fix-logger-deadlock
(edit) @163e34c   13 months zarevucky.jiri Actually convert the printf outputs everywhere topic/fix-logger-deadlock
(edit) @97f6b71   13 months zarevucky.jiri Clean up printf_core() and make it obey the standard The original … topic/fix-logger-deadlock
(edit) @28c39f3   13 months zarevucky.jiri Improve performance of some str functions Some string functions are … topic/fix-logger-deadlock
(edit) @f167c851   13 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with … topic/fix-logger-deadlock
(edit) @9daee3de   13 months zarevucky.jiri Sort file list in libc meson file topic/fix-logger-deadlock
(edit) @696b405   13 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and … topic/fix-logger-deadlock
(edit) @7d1497c   13 months zarevucky.jiri Make kernel assert() a valid expression when debug is disabled topic/fix-logger-deadlock
(edit) @2ef2a0d   14 months zarevucky.jiri Add a few printf() formatting tests topic/fix-logger-deadlock
(edit) @74b92e6   14 months zarevucky.jiri Fix sysinfo locking Turns out sysinfo doesn't like spinlock topic/fix-logger-deadlock
(edit) @8165a7a   14 months jiri GFX Demo should default to UI interface topic/fix-logger-deadlock
(edit) @90dd8aee   14 months zarevucky.jiri Introduce a console lock to prevent line splitting in kernel output … topic/fix-logger-deadlock
(edit) @c55ab66   14 months zarevucky.jiri Comment typo topic/fix-logger-deadlock
(edit) @9f2f5ee   14 months zarevucky.jiri Rewrite kernel mutex implementation a little Removes MUTEX_ACTIVE, … topic/fix-logger-deadlock
(edit) @c626117   14 months zarevucky.jiri Replace uses of MUTEX_ACTIVE with irq_spinlock_t topic/fix-logger-deadlock
(edit) @0b47781   14 months zarevucky.jiri Extend kernel condvar_t to work with spinlocks MUTEX_ACTIVE is a poor … topic/fix-logger-deadlock
(edit) @a78b0a0   14 months zarevucky.jiri Use static initialization for ap_completion_semaphore topic/fix-logger-deadlock
(edit) @a188131   14 months jiri Add UI to system installer topic/fix-logger-deadlock
(edit) @597fa24   14 months zarevucky.jiri Enable static initialization of kernel synchronization primitives topic/fix-logger-deadlock
(edit) @3e7948c   14 months zarevucky.jiri Deduplicate forgotten adt header topic/fix-logger-deadlock
(edit) @45226285   14 months zarevucky.jiri Clarify the purpose and use of hash_table_foreach() topic/fix-logger-deadlock
(edit) @0db0df2   14 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous … topic/fix-logger-deadlock
(edit) @8f8818ac   14 months zarevucky.jiri Use offsetof for calculation in list_pop() topic/fix-logger-deadlock
(edit) @90ee3384   14 months jiri Allow sysinst to restart the system at the end of installation. When … topic/fix-logger-deadlock
(edit) @59e32fb   14 months jiri Fix IDE disk path in sysinst. topic/fix-logger-deadlock
(edit) @ae20886   14 months zarevucky.jiri Add .cache to .gitignore Directory is used by clangd. topic/fix-logger-deadlock
(edit) @da54714   15 months noreply partially implement key-based pthread local storage (#245) * check … topic/fix-logger-deadlock
(edit) @0ae9e18   15 months jiri Select shutdown action (power off / restart) in shutdown dialog. topic/fix-logger-deadlock
(edit) @797ab95   15 months jiri Implement quiesce in i8042. topic/fix-logger-deadlock
(edit) @b9cc81c6   15 months jiri Implement quiesce in NS8250 and PC-LPT. topic/fix-logger-deadlock
(edit) @870841cf   15 months jiri Style issues related to improper use of 'inline' keyword. topic/fix-logger-deadlock
(edit) @1c7b0db7   15 months jiri Implement quiesce in NE2k, RTL8139 and RTL8169. topic/fix-logger-deadlock
(edit) @07039850   15 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy. topic/fix-logger-deadlock
(edit) @a64970e1   15 months jiri Implement quiesce in HD Audio and SB16 drivers. topic/fix-logger-deadlock
(edit) @89b5a75   15 months noreply fix cstyle (#244) topic/fix-logger-deadlock
(edit) @9dfb034   15 months jiri Implement quiesce for EHCI and OHCI. topic/fix-logger-deadlock
(edit) @77a0119   15 months jiri Quiesce devices during restart, but not poweroff. topic/fix-logger-deadlock
(edit) @8300c72   15 months jiri Quiesce devices before proceeding with shutdown. Only implemented for … topic/fix-logger-deadlock
(edit) @f35749e   15 months jiri System restart via shutdown -r topic/fix-logger-deadlock
(edit) @4285f384   15 months jiri Allow physically ejecting CD-ROM using vol eject -s topic/fix-logger-deadlock
(edit) @d231a54   15 months zarevucky.jiri Use clang compiler when configured as such topic/fix-logger-deadlock
(edit) @be62ebc   15 months noreply fix tester/mapping1 test (#243) topic/fix-logger-deadlock
(edit) @9faba42   15 months noreply Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize ext4: … topic/fix-logger-deadlock
(edit) @32254d6   15 months noreply init RTLD runtime at load time even for statically linked binaries … topic/fix-logger-deadlock
(edit) @a7a16a2f   16 months jiri Log files should have .txt extension. topic/fix-logger-deadlock
(edit) @b336bfd8   16 months jiri Start text editor if open action is used on .txt file. topic/fix-logger-deadlock
(edit) @accdf882   16 months jiri File / Edit (Ctrl-E) in Navigator to start editor on current file topic/fix-logger-deadlock
(edit) @832cbe7   16 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy … topic/fix-logger-deadlock
(edit) @0dab4850   16 months jiri Fix driver crash when ATA channel contains no usable devices. topic/fix-logger-deadlock
(edit) @b1490d2   16 months jiri Explicit wait for system volume is no longer needed. Now it is … topic/fix-logger-deadlock
(edit) @c3d9aaf5   16 months jiri Determine when device (sub)tree is stable. Devman will only return … topic/fix-logger-deadlock
(edit) @a796812c   16 months jiri Fix ISA IDE topic/fix-logger-deadlock
(edit) @4a3a5a0   16 months zarevucky.jiri One more tweak topic/fix-logger-deadlock
(edit) @ea50e671   16 months zarevucky.jiri A few adjustments topic/fix-logger-deadlock
(edit) @56210a7a   16 months zarevucky.jiri Update GCC and binutils to latest versions topic/fix-logger-deadlock
(edit) @1fa6292   16 months zarevucky.jiri Remove a ton of duplicated code in libui/libgfxfont tests topic/fix-logger-deadlock
(edit) @97116a2   16 months zarevucky.jiri Run make ccheck-fix topic/fix-logger-deadlock
(edit) @cb747b3   16 months mc ext4: support bigger blkdev block size Allows ext4 to be used with … topic/fix-logger-deadlock
(edit) @b27ae65a   16 months noreply fix calculation of TLS size for main fibril (#240) * explain why … topic/fix-logger-deadlock
(edit) @eff458d   16 months jiri Add shutdown dialog to start menu. topic/fix-logger-deadlock
(edit) @5162f6e   16 months jiri Fix shutdown dialog in text mode. topic/fix-logger-deadlock
(edit) @2e08f2b6   16 months jiri Confirm shutdown in shutdown dialog. topic/fix-logger-deadlock
(edit) @afb4025   16 months jiri Show error message when UI shutdown fails. topic/fix-logger-deadlock
(edit) @41dcabc   16 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to … topic/fix-logger-deadlock
(edit) @b8fd951   16 months noreply ata_channel_destroy(): free the channel (#237) topic/fix-logger-deadlock
(edit) @e0e2264   17 months jiri Fix printing the incorrect blocking chain when deadlock is detected. topic/fix-logger-deadlock
(edit) @82ff0a1   17 months jiri Add deadlock detector to tester. topic/fix-logger-deadlock
(edit) @4e1221c   17 months noreply Allow bitmap to be used in userspace See … topic/fix-logger-deadlock
(edit) @8279aab   17 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while … topic/fix-logger-deadlock
(edit) @64c8132   17 months mc Allow bitmap to be used in userspace topic/fix-logger-deadlock
(edit) @12dd36c   19 months jiri Handle Enter/Escape keys in message dialog. topic/fix-logger-deadlock
(edit) @9a07ee3   19 months jiri Add message dialog choice selection (OK, OK/Cancel) topic/fix-logger-deadlock
(edit) @0d00e53   19 months jiri Shut down dialog topic/fix-logger-deadlock
(edit) @ad9e225   19 months jiri Shutdown command topic/fix-logger-deadlock
Note: See TracRevisionLog for help on using the revision log.