source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @61c91532   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @888c06e   9 months zarevucky.jiri Avoid using general division and modulo ops in framebuffer These can …
(edit) @c4cfe4c   9 months zarevucky.jiri Convert kernel console writing to byte arrays More buffer per buffer …
(edit) @250a435   9 months zarevucky.jiri Don't print out control characters in print4 test, it borks up serial
(edit) @39e1b9a   9 months zarevucky.jiri Convert console output devices to batch printing
(edit) @690ad20   9 months zarevucky.jiri Convert kio buffer to bytes (part 1)
(edit) @a65ccc4   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @d5b37b6   9 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer …
(edit) @571cc2d   9 months zarevucky.jiri Use irq_spinlock_t instead of plain spinlock_t in console code
(edit) @af77459   9 months zarevucky.jiri Simplify kio buffer bookkeeping We only really need to know the …
(edit) @fb75979   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @1db4e2ae   9 months zarevucky.jiri Have str_sanitize also remove C0 and C1 control codes and use it to …
(edit) @45adeeb   9 months zarevucky.jiri Expose restartable version of str_decode() as str_decode_r()
(edit) @1d3ae66   9 months noreply Merge branch 'HelenOS:master' into master
(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) @f444633   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @65bf084   9 months zarevucky.jiri Implement both str_decode() and mbrtoc32() using one function
(edit) @f94a11f   9 months zarevucky.jiri Rename mbstate_t field to prevent confusion with continuation bytes
(edit) @b6061f8c   9 months noreply Merge branch 'HelenOS:master' into master
(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) @11782da   9 months jiri Fix IDE install device path again.
(edit) @2a5d4649   9 months jiri ISA/PCI IDE needs to attach even if one channel is empty.
(edit) @6120b7b   9 months zarevucky.jiri Fix an oversight in str_decode()
(edit) @6d0e133   9 months zarevucky.jiri Improve handling of invalid data in str_decode()
(edit) @c7c6afd   9 months noreply Merge branch 'HelenOS:master' into master
(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) @240b2e4   9 months noreply Merge branch 'HelenOS:master' into master
(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) @62e3411   9 months wmthornton-dev Added libraries and template for clock widget UI app
(edit) @1172326   9 months wmthornton-dev Update copyright on files previously edited in previous commits Added …
(edit) @b487b956   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @2ef2a0d   9 months zarevucky.jiri Add a few printf() formatting tests
(edit) @1cea9c0   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @74b92e6   9 months zarevucky.jiri Fix sysinfo locking Turns out sysinfo doesn't like spinlock
(edit) @465ac5e   9 months wmthornton-dev Added international date format support MM:DD:YYYY is now supported …
(edit) @b8b031f   9 months noreply Merge branch 'HelenOS:master' into master
(edit) @8165a7a   9 months jiri GFX Demo should default to UI interface
(edit) @c0d814a   9 months noreply Merge pull request #6 from HelenOS/master Merge pending changes from …
(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) @a92290d   9 months noreply Merge pull request #5 from HelenOS/master Use static initialization …
(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) @3acb63b5   9 months noreply Merge pull request #4 from HelenOS/master Add UI to system installer
(edit) @a188131   9 months jiri Add UI to system installer
(edit) @9f945464   9 months noreply Merge pull request #3 from HelenOS/master Enable static …
(edit) @597fa24   9 months zarevucky.jiri Enable static initialization of kernel synchronization primitives
(edit) @2c94501   9 months noreply Merge pull request #2 from HelenOS/master Deduplicate forgotten adt header
(edit) @3e7948c   9 months zarevucky.jiri Deduplicate forgotten adt header
(edit) @17964f6   9 months noreply Merge pull request #1 from HelenOS/master Clarify the purpose and use …
(edit) @45226285   9 months zarevucky.jiri Clarify the purpose and use of hash_table_foreach()
(edit) @f6b29929   9 months wmthornton-dev Updated clock to open 'date_cfg' app when clicked
(edit) @651dde7   9 months wmthornton-dev Fixed formatting issues in 'date_cfg' code No changes to code, except …
(edit) @93de384   9 months wmthornton-dev Created UI program 'date_cfg' for graphical setting of date/time Set …
(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.
(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) @797ab95   10 months jiri Implement quiesce in i8042.
(edit) @b9cc81c6   10 months jiri Implement quiesce in NS8250 and PC-LPT.
(edit) @870841cf   10 months jiri Style issues related to improper use of 'inline' keyword.
(edit) @1c7b0db7   10 months jiri Implement quiesce in NE2k, RTL8139 and RTL8169.
(edit) @07039850   10 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy.
(edit) @a64970e1   10 months jiri Implement quiesce in HD Audio and SB16 drivers.
(edit) @89b5a75   10 months noreply fix cstyle (#244)
(edit) @9dfb034   10 months jiri Implement quiesce for EHCI and OHCI.
(edit) @77a0119   10 months jiri Quiesce devices during restart, but not poweroff.
(edit) @8300c72   10 months jiri Quiesce devices before proceeding with shutdown. Only implemented for …
(edit) @f35749e   10 months jiri System restart via shutdown -r
(edit) @4285f384   10 months jiri Allow physically ejecting CD-ROM using vol eject -s
(edit) @d231a54   10 months zarevucky.jiri Use clang compiler when configured as such
(edit) @be62ebc   10 months noreply fix tester/mapping1 test (#243)
(edit) @9faba42   10 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) @a7a16a2f   11 months jiri Log files should have .txt extension.
(edit) @b336bfd8   11 months jiri Start text editor if open action is used on .txt file.
(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) @b1490d2   11 months jiri Explicit wait for system volume is no longer needed. Now it is …
(edit) @c3d9aaf5   11 months jiri Determine when device (sub)tree is stable. Devman will only return …
(edit) @a796812c   11 months jiri Fix ISA IDE
(edit) @4a3a5a0   11 months zarevucky.jiri One more tweak
(edit) @ea50e671   11 months zarevucky.jiri A few adjustments
(edit) @56210a7a   11 months zarevucky.jiri Update GCC and binutils to latest versions
(edit) @1fa6292   11 months zarevucky.jiri Remove a ton of duplicated code in libui/libgfxfont tests
(edit) @97116a2   11 months zarevucky.jiri Run make ccheck-fix
Note: See TracRevisionLog for help on using the revision log.