source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6d06bbc   13 days jiri If performing OS upgrade, sysinst should say it's upgrading. topic/fix-logger-deadlock
(edit) @9f9d9067   2 weeks jiri Allow sysinst to upgrade an existing installation (WIP). topic/fix-logger-deadlock
(edit) @8bf4494   2 weeks jiri Create installation partition in a separate function. topic/fix-logger-deadlock
(edit) @25444332   2 weeks jiri Sysinst should be able to install to an existing MBR label. Provided … topic/fix-logger-deadlock
(edit) @4f16db1   5 weeks 5887334+jxsvoboda ext4: write: fix block leak topic/fix-logger-deadlock
(edit) @4e7c02e   5 weeks 5887334+jxsvoboda ext4: write: sparse/unallocated block helper fcn topic/fix-logger-deadlock
(edit) @e4c0e0c   5 weeks 5887334+jxsvoboda cp: increase buffer size topic/fix-logger-deadlock
(edit) @19c6bc1   5 weeks 5887334+jxsvoboda mkfile: increase buffer size topic/fix-logger-deadlock
(edit) @f1045bb   5 weeks jiri Environ must be a valid, non-NULL pointer to a list. topic/fix-logger-deadlock
(edit) @78e5a73   5 weeks jiri Add new C++ runtime function needed for GCC 14+ topic/fix-logger-deadlock
(edit) @222774a   5 weeks jiri Fix test not compiling (thx Vít Skalický) topic/fix-logger-deadlock
(edit) @d0dfbba   5 weeks jiri Clean up header dependencies. libui was pulling too much internal … topic/fix-logger-deadlock
(edit) @9b534a4   5 weeks jiri Add sys/param.h and endian.h to libposix (needed by DOSBox). topic/fix-logger-deadlock
(edit) @b979ffb   6 weeks jiri Make file dialog resizable. topic/fix-logger-deadlock
(edit) @3c22438a   6 weeks jiri Handle screen resize in text editor. topic/fix-logger-deadlock
(edit) @13277e3   6 weeks jiri Add missing comment. topic/fix-logger-deadlock
(edit) @f6304727   6 weeks jiri Handle screen resize in Navigator. topic/fix-logger-deadlock
(edit) @01cd15bc   6 weeks jiri Terminal buffer update should not overwrite cell cursor flag. topic/fix-logger-deadlock
(edit) @96ef0d1e   6 weeks jiri Rename file (Navigator and command line). topic/fix-logger-deadlock
(edit) @a927af7a   8 weeks jiri Reposition maximized windows, but not normal windows. After all, they … topic/fix-logger-deadlock
(edit) @08fcaf2   2 months jiri Custom maximize/minimize/close button look in text mode. topic/fix-logger-deadlock
(edit) @b769ca0   2 months jiri Allow overriding the complete UI push button paint routine. topic/fix-logger-deadlock
(edit) @39f67f1   2 months jiri Make maximize/restore work correctly in fullscreen UI. topic/fix-logger-deadlock
(edit) @26edcd6   2 months jiri Reposition windows with placement other than fullscreen. Except popup … topic/fix-logger-deadlock
(edit) @2c12135   2 months jiri GFXDemo resize in console UI, fix UI resize / UI window resize in console. topic/fix-logger-deadlock
(edit) @a4e4e29   2 months jiri GFXDemo react to console resize in console mode. topic/fix-logger-deadlock
(edit) @00d26202   2 months jiri Delete files (Navigator + 'delete' command) topic/fix-logger-deadlock
(edit) @cd0dce3   2 months jiri Create new directory (Navigator + command line utility). topic/fix-logger-deadlock
(edit) @f9c30b9a   2 months jiri Moving files (Navigator and command line utility). topic/fix-logger-deadlock
(edit) @59ed424e   2 months jiri Do not print error when user requests abort because file exists. topic/fix-logger-deadlock
(edit) @857fba8   2 months jiri Move file system wrapper functions to a separate module. topic/fix-logger-deadlock
(edit) @0ce9eb8   2 months jiri Ask user what to do if destination file exists while copying. topic/fix-logger-deadlock
(edit) @26a9388   3 months martin Use the stack pointer to derive CURRENT (if possible) If provided by … topic/fix-logger-deadlock
(edit) @c35cc8b   3 months martin EW: Allow to override preferred terminal emulator via $TERMINAL Allow … topic/fix-logger-deadlock
(edit) @81805e0   4 months jiri Display correct error message in Navigator, too. topic/fix-logger-deadlock
(edit) @79b77ce   4 months jiri Allow retrying failed file/dir creation and file open. topic/fix-logger-deadlock
(edit) @2309891   4 months jiri Copy files (Navigator and command line). TODO Overwrite query, new … topic/fix-logger-deadlock
(edit) @144fafd   5 months jiri Add new unit tests to Navigator and libfmgt. topic/fix-logger-deadlock
(edit) @1ec732a   5 months jiri Verify file - navigator operation and command-line utility. topic/fix-logger-deadlock
(edit) @3a4c6d9   5 months jiri Packet capture (thx Nataliia Korop) topic/fix-logger-deadlock
(edit) @d101368   5 months jiri Split new file creation into a separate fmgt module. topic/fix-logger-deadlock
(edit) @4b2065a6   5 months jakub Bump QEMU version to 10.1.2 topic/fix-logger-deadlock
(edit) @a4301f1   5 months zarevucky.jiri Fix C formatting topic/fix-logger-deadlock
(edit) @9fd74d5   5 months zarevucky.jiri libtermui: Ensure fully consistent history state when evicting old … topic/fix-logger-deadlock
(edit) @e6b4d2d   5 months zarevucky.jiri Don't build gold linker with the toolchain We never got to use it and … topic/fix-logger-deadlock
(edit) @3e41cc4   6 months jiri Repaint all windows in fullscreen mode in ui_paint(). After error … topic/fix-logger-deadlock
(edit) @bb4d0b5   6 months jiri Allow user to decide whether to retry or abort when I/O error occurs. topic/fix-logger-deadlock
(edit) @856a7b49   6 months jiri Fix spacing. topic/fix-logger-deadlock
(edit) @bc999081   6 months jiri Add dummy execlp() implementation to libposix. topic/fix-logger-deadlock
(edit) @4a10a72e   6 months jiri Add dummy implementations of atan2, floor, log, pow, sqrt, tan. … topic/fix-logger-deadlock
(edit) @78050c7   6 months jiri Add missing input_iterator_tag declaration to insert_iterator.hpp. topic/fix-logger-deadlock
(edit) @ec3ef80f   6 months jiri Add missing include to list_node.hpp. topic/fix-logger-deadlock
(edit) @b3a7151   6 months jiri Add missing → operator to list_iterator. topic/fix-logger-deadlock
(edit) @5e0ea6f   6 months jiri math.h needs to be C++ compatible topic/fix-logger-deadlock
(edit) @0640d52   6 months jiri Export libcpp headers. topic/fix-logger-deadlock
(edit) @05d893a   6 months 5887334+jxsvoboda only export shared lib if allowed topic/fix-logger-deadlock
(edit) @33f14b9   6 months 5887334+jxsvoboda mips32, ppc32: add atomic 8 byte load store, 1 byte cmpexchg For now … topic/fix-logger-deadlock
(edit) @c1383cd   6 months 5887334+jxsvoboda lib/device/src/bd_srv.c: answer with return code topic/fix-logger-deadlock
(edit) @c3db721   6 months jiri Allow aborting file management operation. topic/fix-logger-deadlock
(edit) @0cf3d5f   6 months jiri Allow creating sparse files in Navigator and newfile. topic/fix-logger-deadlock
(edit) @cfd04c4   6 months jiri Add docblocks to capa functions. topic/fix-logger-deadlock
(edit) @c111da2   6 months jiri Create non-zero size file in Navigator, new newfile utility. topic/fix-logger-deadlock
(edit) @1a96db9   7 months jiri Implement carriage return in console. topic/fix-logger-deadlock
(edit) @32ae27bb   7 months jiri Suggest unique new file name. topic/fix-logger-deadlock
(edit) @283bb9f   7 months martin Improve the GCD/LCM implementations Use a faster variant of the … topic/fix-logger-deadlock
(edit) @f9c4c433   7 months jiri Create new file in Navigator (WIP) topic/fix-logger-deadlock
(edit) @113fb4f   8 months martin Use tar to install toolchains into the destination Using a pair of … topic/fix-logger-deadlock
(edit) @a36c4aa   8 months martin Switch to binutils 2.45 and GCC 15.2 This requires a few minor … topic/fix-logger-deadlock
(edit) @2e9f284   8 months martin toolchain: Remove the support for building GDB The multiarch builds … topic/fix-logger-deadlock
(edit) @5caad1d   10 months jiri tbarcfg_listener_destroy() should clean up properly. topic/fix-logger-deadlock
(edit) @cb20b05   10 months jiri Fix missing argument when destroying async port. topic/fix-logger-deadlock
(edit) @ca48672   10 months jiri loc_service_register() needs to take a port ID argument. topic/fix-logger-deadlock
(edit) @3951046   10 months jiri Async ports and interfaces do the castling. Now interfaces hang under … topic/fix-logger-deadlock
(edit) @5c55eb7   11 months jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci. topic/fix-logger-deadlock
(edit) @0f5c4e4   11 months jiri Fix crash in AHCI driver and sata_bd server. topic/fix-logger-deadlock
(edit) @61f28c4   12 months jiri Only eject installation CD after user confirms restart. topic/fix-logger-deadlock
(edit) @0cec807a   12 months jiri Unmount destination volume and delete mount point on installation failure. topic/fix-logger-deadlock
(edit) @21cd0c8   12 months jiri Avoid flooding log with mouse warnings during system startup. topic/fix-logger-deadlock
(edit) @629b480   12 months jiri Assorted installer fixes. topic/fix-logger-deadlock
(edit) @4b9213d   12 months noreply add shared libraries to export-dev (#252) topic/fix-logger-deadlock
(edit) @0460377   12 months noreply uspace/app/blkdump: fix argv null deref (#251) topic/fix-logger-deadlock
(edit) @a22c62f   12 months zarevucky.jiri Also ignore NULL passed to free() topic/fix-logger-deadlock
(edit) @23d4e6ae   12 months zarevucky.jiri Check for allocation failure in kernel malloc() topic/fix-logger-deadlock
(edit) @0639afc   12 months noreply libcrypto: create_hash(): const qual for input arg (#250) topic/fix-logger-deadlock
(edit) @25fdb2d   12 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out … topic/fix-logger-deadlock
(edit) @e9bc927   12 months zarevucky.jiri Update forgotten serial implementations topic/fix-logger-deadlock
(edit) @51949d0   12 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248) topic/fix-logger-deadlock
(edit) @eb2187c4   12 months zarevucky.jiri Revert part of the prior commit This doesn't seem to work right yet. topic/fix-logger-deadlock
(edit) @888c06e   12 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can … topic/fix-logger-deadlock
(edit) @c4cfe4c   12 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer … topic/fix-logger-deadlock
(edit) @250a435   12 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial topic/fix-logger-deadlock
(edit) @39e1b9a   12 months zarevucky.jiri Convert console output devices to batch printing topic/fix-logger-deadlock
(edit) @690ad20   12 months zarevucky.jiri Convert kio buffer to bytes (part 1) topic/fix-logger-deadlock
(edit) @d5b37b6   12 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer … topic/fix-logger-deadlock
(edit) @571cc2d   12 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code topic/fix-logger-deadlock
(edit) @af77459   12 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the … topic/fix-logger-deadlock
(edit) @1db4e2ae   12 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to … topic/fix-logger-deadlock
(edit) @45adeeb   12 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r() topic/fix-logger-deadlock
(edit) @ae787807   12 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249) topic/fix-logger-deadlock
(edit) @b31323f   12 months zarevucky.jiri Test, fix and extend string sanitization topic/fix-logger-deadlock
Note: See TracRevisionLog for help on using the revision log.