source: mainline

Revision Log Mode:


Legend:

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