source: mainline/uspace/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ce033015   2 days noreply Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into …
(edit) @79b77ce   4 weeks jiri Allow retrying failed file/dir creation and file open.
(edit) @2309891   4 weeks jiri Copy files (Navigator and command line). TODO Overwrite query, new …
(edit) @144fafd   6 weeks jiri Add new unit tests to Navigator and libfmgt.
(edit) @1ec732a   6 weeks jiri Verify file - navigator operation and command-line utility.
(edit) @3a4c6d9   2 months jiri Packet capture (thx Nataliia Korop)
(edit) @d101368   2 months jiri Split new file creation into a separate fmgt module.
(edit) @a4301f1   2 months zarevucky.jiri Fix C formatting
(edit) @9fd74d5   2 months zarevucky.jiri libtermui: Ensure fully consistent history state when evicting old …
(edit) @3e41cc4   3 months jiri Repaint all windows in fullscreen mode in ui_paint(). After error …
(edit) @bb4d0b5   3 months jiri Allow user to decide whether to retry or abort when I/O error occurs.
(edit) @856a7b49   3 months jiri Fix spacing.
(edit) @bc999081   3 months jiri Add dummy execlp() implementation to libposix.
(edit) @4a10a72e   3 months jiri Add dummy implementations of atan2, floor, log, pow, sqrt, tan. …
(edit) @78050c7   3 months jiri Add missing input_iterator_tag declaration to insert_iterator.hpp.
(edit) @ec3ef80f   3 months jiri Add missing include to list_node.hpp.
(edit) @b3a7151   3 months jiri Add missing → operator to list_iterator.
(edit) @5e0ea6f   3 months jiri math.h needs to be C++ compatible
(edit) @05d893a   3 months 5887334+jxsvoboda only export shared lib if allowed
(edit) @33f14b9   3 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   4 months jiri Suggest unique new file name.
(edit) @f9c4c433   4 months jiri Create new file in Navigator (WIP)
(edit) @a36c4aa   5 months martin Switch to binutils 2.45 and GCC 15.2 This requires a few minor …
(edit) @5caad1d   7 months jiri tbarcfg_listener_destroy() should clean up properly.
(edit) @cb20b05   7 months jiri Fix missing argument when destroying async port.
(edit) @ca48672   7 months jiri loc_service_register() needs to take a port ID argument.
(edit) @3951046   7 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   8 months jiri Fix crash in AHCI driver and sata_bd server.
(edit) @cbaf408   8 months git add pointer cursor
(edit) @629b480   9 months jiri Assorted installer fixes.
(edit) @4b9213d   9 months noreply add shared libraries to export-dev (#252)
(edit) @0639afc   9 months noreply libcrypto: create_hash(): const qual for input arg (#250)
(edit) @25fdb2d   9 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out …
(edit) @51949d0   9 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248)
(edit) @690ad20   9 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @d5b37b6   9 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @ae787807   9 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249)
(edit) @b31323f   9 months zarevucky.jiri Test, fix and extend string sanitization
(edit) @5d2bdaa   9 months zarevucky.jiri Fix UB in odict test
(edit) @0600976   9 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str
(edit) @163e34c   9 months zarevucky.jiri Actually convert the printf outputs everywhere
(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) @2ef2a0d   9 months zarevucky.jiri Add a few printf() formatting tests
(edit) @a188131   9 months jiri Add UI to system installer
(edit) @3e7948c   9 months zarevucky.jiri Deduplicate forgotten adt header
(edit) @0db0df2   9 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous …
(edit) @da54714   10 months noreply partially implement key-based pthread local storage (#245) * check …
(edit) @0ae9e18   10 months jiri Select shutdown action (power off / restart) in shutdown dialog.
(edit) @07039850   10 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy.
(edit) @89b5a75   10 months noreply fix cstyle (#244)
(edit) @8300c72   10 months jiri Quiesce devices before proceeding with shutdown. Only implemented for …
(edit) @f35749e   11 months jiri System restart via shutdown -r
(edit) @4285f384   11 months jiri Allow physically ejecting CD-ROM using vol eject -s
(edit) @9faba42   11 months noreply Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize ext4: …
(edit) @32254d6   11 months noreply init RTLD runtime at load time even for statically linked binaries …
(edit) @accdf882   11 months jiri File / Edit (Ctrl-E) in Navigator to start editor on current file
(edit) @832cbe7   11 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy …
(edit) @0dab4850   11 months jiri Fix driver crash when ATA channel contains no usable devices.
(edit) @a796812c   11 months jiri Fix ISA IDE
(edit) @4a3a5a0   12 months zarevucky.jiri One more tweak
(edit) @ea50e671   12 months zarevucky.jiri A few adjustments
(edit) @56210a7a   12 months zarevucky.jiri Update GCC and binutils to latest versions
(edit) @1fa6292   12 months zarevucky.jiri Remove a ton of duplicated code in libui/libgfxfont tests
(edit) @97116a2   12 months zarevucky.jiri Run make ccheck-fix
(edit) @cb747b3   12 months mc ext4: support bigger blkdev block size Allows ext4 to be used with …
(edit) @b27ae65a   12 months noreply fix calculation of TLS size for main fibril (#240) * explain why …
(edit) @2e08f2b6   12 months jiri Confirm shutdown in shutdown dialog.
(edit) @41dcabc   12 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to …
(edit) @b8fd951   12 months noreply ata_channel_destroy(): free the channel (#237)
(edit) @e0e2264   12 months jiri Fix printing the incorrect blocking chain when deadlock is detected.
(edit) @4e1221c   12 months noreply Allow bitmap to be used in userspace See …
(edit) @8279aab   12 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while …
(edit) @64c8132   13 months mc Allow bitmap to be used in userspace
(edit) @12dd36c   14 months jiri Handle Enter/Escape keys in message dialog.
(edit) @9a07ee3   14 months jiri Add message dialog choice selection (OK, OK/Cancel)
(edit) @0d00e53   14 months jiri Shut down dialog
(edit) @a72f3b8   15 months jiri System protocol library, incl. unit tests
(edit) @9d5cea6   15 months jiri Allow remcons/vt100 to set terminal title
(edit) @b3b79981   15 months jiri Must initialize vt100_t decoder fields
(edit) @5be5396   15 months jiri Remcons needs to properly clean up when terminating a user session
(edit) @fb06afd8   15 months jiri Make sure initial attributes are set in serial console
(edit) @5e0acaa   15 months jiri Implement mouse tracking in libvt / remcons
(edit) @c7ecd290   15 months jiri Provide character translation for Alt-keys in remote console Needed …
(edit) @47d060d   15 months jiri Implement telnet window size option
(edit) @e273e9e   15 months jiri Move link out of cons_event_t
(edit) @b2c9e42c   15 months jiri Move link out of kbd_event_t
(edit) @d05c237   15 months jiri Add support for parsing Shift+movement keys and Alt+movement keys
(edit) @6907f26   15 months jiri Parse VT100 keyboard escape sequences in libvt
(edit) @d31c3ea   16 months jiri Group vt callbacks into a callback structure
(edit) @357d9dd   16 months jiri The 'state' in vt100_state_t is unnecessary
(edit) @09f41d3   16 months jiri Tetris should be able to detect screen cursor control capability
Note: See TracRevisionLog for help on using the revision log.