source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @81805e0   8 days jiri Display correct error message in Navigator, too.
(edit) @79b77ce   8 days jiri Allow retrying failed file/dir creation and file open.
(edit) @2309891   11 days jiri Copy files (Navigator and command line). TODO Overwrite query, new …
(edit) @144fafd   3 weeks jiri Add new unit tests to Navigator and libfmgt.
(edit) @1ec732a   4 weeks jiri Verify file - navigator operation and command-line utility.
(edit) @3a4c6d9   6 weeks jiri Packet capture (thx Nataliia Korop)
(edit) @d101368   6 weeks jiri Split new file creation into a separate fmgt module.
(edit) @4b2065a6   6 weeks jakub Bump QEMU version to 10.1.2
(edit) @a4301f1   7 weeks zarevucky.jiri Fix C formatting
(edit) @9fd74d5   7 weeks zarevucky.jiri libtermui: Ensure fully consistent history state when evicting old …
(edit) @e6b4d2d   7 weeks zarevucky.jiri Don't build gold linker with the toolchain We never got to use it and …
(edit) @3e41cc4   2 months jiri Repaint all windows in fullscreen mode in ui_paint(). After error …
(edit) @bb4d0b5   2 months jiri Allow user to decide whether to retry or abort when I/O error occurs.
(edit) @856a7b49   2 months jiri Fix spacing.
(edit) @bc999081   2 months jiri Add dummy execlp() implementation to libposix.
(edit) @4a10a72e   2 months jiri Add dummy implementations of atan2, floor, log, pow, sqrt, tan. …
(edit) @78050c7   2 months jiri Add missing input_iterator_tag declaration to insert_iterator.hpp.
(edit) @ec3ef80f   2 months jiri Add missing include to list_node.hpp.
(edit) @b3a7151   2 months jiri Add missing → operator to list_iterator.
(edit) @5e0ea6f   2 months jiri math.h needs to be C++ compatible
(edit) @0640d52   2 months jiri Export libcpp headers.
(edit) @05d893a   2 months 5887334+jxsvoboda only export shared lib if allowed
(edit) @33f14b9   2 months 5887334+jxsvoboda mips32, ppc32: add atomic 8 byte load store, 1 byte cmpexchg For now …
(edit) @c1383cd   3 months 5887334+jxsvoboda lib/device/src/bd_srv.c: answer with return code
(edit) @c3db721   3 months jiri Allow aborting file management operation.
(edit) @0cf3d5f   3 months jiri Allow creating sparse files in Navigator and newfile.
(edit) @cfd04c4   3 months jiri Add docblocks to capa functions.
(edit) @c111da2   3 months jiri Create non-zero size file in Navigator, new newfile utility.
(edit) @1a96db9   3 months jiri Implement carriage return in console.
(edit) @32ae27bb   3 months jiri Suggest unique new file name.
(edit) @283bb9f   3 months martin Improve the GCD/LCM implementations Use a faster variant of the …
(edit) @f9c4c433   3 months jiri Create new file in Navigator (WIP)
(edit) @113fb4f   4 months martin Use tar to install toolchains into the destination Using a pair of …
(edit) @a36c4aa   4 months martin Switch to binutils 2.45 and GCC 15.2 This requires a few minor …
(edit) @2e9f284   4 months martin toolchain: Remove the support for building GDB The multiarch builds …
(edit) @5caad1d   6 months jiri tbarcfg_listener_destroy() should clean up properly.
(edit) @cb20b05   6 months jiri Fix missing argument when destroying async port.
(edit) @ca48672   6 months jiri loc_service_register() needs to take a port ID argument.
(edit) @3951046   6 months jiri Async ports and interfaces do the castling. Now interfaces hang under …
(edit) @5c55eb7   7 months jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
(edit) @0f5c4e4   7 months jiri Fix crash in AHCI driver and sata_bd server.
(edit) @61f28c4   8 months jiri Only eject installation CD after user confirms restart.
(edit) @0cec807a   8 months jiri Unmount destination volume and delete mount point on installation failure.
(edit) @21cd0c8   8 months jiri Avoid flooding log with mouse warnings during system startup.
(edit) @629b480   8 months jiri Assorted installer fixes.
(edit) @4b9213d   8 months noreply add shared libraries to export-dev (#252)
(edit) @0460377   8 months noreply uspace/app/blkdump: fix argv null deref (#251)
(edit) @a22c62f   8 months zarevucky.jiri Also ignore NULL passed to free()
(edit) @23d4e6ae   8 months zarevucky.jiri Check for allocation failure in kernel malloc()
(edit) @0639afc   8 months noreply libcrypto: create_hash(): const qual for input arg (#250)
(edit) @25fdb2d   8 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out …
(edit) @e9bc927   8 months zarevucky.jiri Update forgotten serial implementations
(edit) @51949d0   8 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
(edit) @eb2187c4   8 months zarevucky.jiri Revert part of the prior commit This doesn't seem to work right yet.
(edit) @888c06e   8 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can …
(edit) @c4cfe4c   8 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer …
(edit) @250a435   8 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial
(edit) @39e1b9a   8 months zarevucky.jiri Convert console output devices to batch printing
(edit) @690ad20   8 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @d5b37b6   8 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @571cc2d   8 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code
(edit) @af77459   8 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the …
(edit) @1db4e2ae   8 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to …
(edit) @45adeeb   8 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r()
(edit) @ae787807   8 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
(edit) @b31323f   8 months zarevucky.jiri Test, fix and extend string sanitization
(edit) @65bf084   8 months zarevucky.jiri Implement both str_decode() and mbrtoc32() using one function
(edit) @f94a11f   8 months zarevucky.jiri Rename mbstate_t field to prevent confusion with continuation bytes
(edit) @5d2bdaa   8 months zarevucky.jiri Fix UB in odict test
(edit) @0600976   8 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str
(edit) @11782da   8 months jiri Fix IDE install device path again.
(edit) @2a5d4649   8 months jiri ISA/PCI IDE needs to attach even if one channel is empty.
(edit) @6120b7b   8 months zarevucky.jiri Fix an oversight in str_decode()
(edit) @6d0e133   8 months zarevucky.jiri Improve handling of invalid data in str_decode()
(edit) @f5e1692   9 months zarevucky.jiri Get rid of /boot version of printf_core()
(edit) @163e34c   9 months zarevucky.jiri Actually convert the printf outputs everywhere
(edit) @97f6b71   9 months zarevucky.jiri Clean up printf_core() and make it obey the standard The original …
(edit) @28c39f3   9 months zarevucky.jiri Improve performance of some str functions Some string functions are …
(edit) @f167c851   9 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with …
(edit) @9daee3de   9 months zarevucky.jiri Sort file list in libc meson file
(edit) @696b405   9 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and …
(edit) @7d1497c   9 months zarevucky.jiri Make kernel assert() a valid expression when debug is disabled
(edit) @2ef2a0d   9 months zarevucky.jiri Add a few printf() formatting tests
(edit) @74b92e6   9 months zarevucky.jiri Fix sysinfo locking Turns out sysinfo doesn't like spinlock
(edit) @8165a7a   9 months jiri GFX Demo should default to UI interface
(edit) @90dd8aee   9 months zarevucky.jiri Introduce a console lock to prevent line splitting in kernel output …
(edit) @c55ab66   9 months zarevucky.jiri Comment typo
(edit) @9f2f5ee   9 months zarevucky.jiri Rewrite kernel mutex implementation a little Removes MUTEX_ACTIVE, …
(edit) @c626117   9 months zarevucky.jiri Replace uses of MUTEX_ACTIVE with irq_spinlock_t
(edit) @0b47781   9 months zarevucky.jiri Extend kernel condvar_t to work with spinlocks MUTEX_ACTIVE is a poor …
(edit) @a78b0a0   9 months zarevucky.jiri Use static initialization for ap_completion_semaphore
(edit) @a188131   9 months jiri Add UI to system installer
(edit) @597fa24   9 months zarevucky.jiri Enable static initialization of kernel synchronization primitives
(edit) @3e7948c   9 months zarevucky.jiri Deduplicate forgotten adt header
(edit) @45226285   9 months zarevucky.jiri Clarify the purpose and use of hash_table_foreach()
(edit) @0db0df2   9 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous …
(edit) @8f8818ac   9 months zarevucky.jiri Use offsetof for calculation in list_pop()
(edit) @90ee3384   9 months jiri Allow sysinst to restart the system at the end of installation. When …
(edit) @59e32fb   9 months jiri Fix IDE disk path in sysinst.
(edit) @ae20886   9 months zarevucky.jiri Add .cache to .gitignore Directory is used by clangd.
Note: See TracRevisionLog for help on using the revision log.