Егор Ярин Egor00f
  • Екатеринбург
  • лох какой-то радиотехник

  • Joined on 2024-05-08
89768bb3b5 fix codestyle
c9e54b561c move logic of creating stream to fopen_r && move logic of close stream to fclose_r
bd4f8f5a0c fix memory leak in fclose
9e40032bf1 fix open with r+ && rewrite freopen errors check
8bdeb8a613 libc.obj: use bitfield in FILE instead of mode, eof, error
Compare 14 commits »
Egor00f pushed to rewrite-shell at Egor00f/kolibrios 2026-09-11 14:10:59 +00:00
0ab9bb0b76 use append run of .shell in interactive mode to CMD instead of running it at another command
Egor00f created pull request KolibriOS/kolibrios#691 2026-09-11 08:05:58 +00:00
libc.obj: use bitfield flags in file instead of int variables && rewrite freopen, fopen
75bb768dca move logic of creating stream to fopen_r && move logic of close stream to fclose_r
865881c9b9 fix memory leak in fclose
49e12cad23 fix open with r+ && rewrite freopen errors check
cba8dcfed0 libc.obj: use bitfield in FILE instead of mode, eof, error
Egor00f pushed to rewrite-shell at Egor00f/kolibrios 2026-09-10 11:25:05 +00:00
55715c63bc libc.obj: time.h using _ksys_get_clock, but this function not defined (#688)
Egor00f pushed to rewrite-shell at Egor00f/kolibrios 2026-09-09 17:19:38 +00:00
98adec7e4d refactor module_command.c
Egor00f closed issue KolibriOS/kolibrios#687 2026-09-09 08:18:18 +00:00
libc.obj: time.h using _ksys_get_clock, but this function not defined
Egor00f deleted branch `libc.obj`--fix-`clock` from Egor00f/kolibrios 2026-09-08 20:41:50 +00:00
Egor00f pushed to main at KolibriOS/kolibrios 2026-09-08 20:41:49 +00:00
e0e8a35364 libc.obj: time.h using _ksys_get_clock, but this function not defined (#688)
Egor00f automatically merged pull request KolibriOS/kolibrios#688 2026-09-08 20:41:47 +00:00
Egor00f pushed to rewrite-shell at Egor00f/kolibrios 2026-09-08 15:10:47 +00:00
5dc90d2416 set header after execute command && show current path in console header
Egor00f pushed to rewrite-shell at Egor00f/kolibrios 2026-09-08 14:48:37 +00:00
fdd13f38fd move args parsing to parse_arguments function
Egor00f pushed to `libc.obj`--fix-`clock` at Egor00f/kolibrios 2026-09-08 07:38:43 +00:00
d03d77081f define clock as function
Egor00f pushed to `libc.obj`--fix-`clock` at Egor00f/kolibrios 2026-09-07 19:17:31 +00:00
5b2e6858e7 delete brackets
896bdffa6b use _ksys_get_tick_count instead of _ksys_det_clock
f2ea10c1cd fs/ext: Support INCOMPAT_EXTENTS, RO_COMPAT_DIR_NLINK, RO_COMPAT_HUGE_FILE. (#603)
302bf7e221 board: toggle kernel/user log with Tab (#682)
a3af661ed6 libs/libimg: added support for saving 8-bit images in PNG format (#599)
Compare 7 commits »
Egor00f pushed to main at Egor00f/kolibrios 2026-09-07 19:17:08 +00:00
f2ea10c1cd fs/ext: Support INCOMPAT_EXTENTS, RO_COMPAT_DIR_NLINK, RO_COMPAT_HUGE_FILE. (#603)
302bf7e221 board: toggle kernel/user log with Tab (#682)
a3af661ed6 libs/libimg: added support for saving 8-bit images in PNG format (#599)
e74f989500 programs/system/terminal: switch to the serial driver (#638)
4fe3987e39 drivers/usbstor: limit one SCSI transfer to 240 sectors (#686)
Compare 5 commits »