User Details
User Details
- User Since
- Dec 11 2015, 11:12 PM (459 w, 5 d)
Today
Today
tsoome committed rG79a0d14fa05c: loader: dosfs fails to access directory data with large cluster number (authored by tsoome).
loader: dosfs fails to access directory data with large cluster number
Aug 12 2024
Aug 12 2024
Jul 10 2024
Jul 10 2024
Jul 9 2024
Jul 9 2024
tsoome added inline comments to D45935: splash(4): Document how to use splash screen with vt(4).
Jun 25 2024
Jun 25 2024
May 1 2024
May 1 2024
tsoome committed rG0fe60dc65572: fattime: fix fattime to timespec conversion of dates beyond 2106-02-06 (authored by jeffpc_josefsipek.net).
fattime: fix fattime to timespec conversion of dates beyond 2106-02-06
tsoome committed rG9d1396c34611: fattime: make the test code check beyond 32-bit time_t limits (authored by jeffpc_josefsipek.net).
fattime: make the test code check beyond 32-bit time_t limits
tsoome committed rG7b8b613d08d0: fattime: make the test code build again (authored by jeffpc_josefsipek.net).
fattime: make the test code build again
Apr 11 2024
Apr 11 2024
tsoome committed rGb724c8292df5: ds1307: use the correct Microchip part number in enum and device description (authored by jeffpc_josefsipek.net).
ds1307: use the correct Microchip part number in enum and device description
Mar 11 2024
Mar 11 2024
tsoome committed rG0148ccb95a8d: loader: we can only env_discard() existing variable (authored by tsoome).
loader: we can only env_discard() existing variable
Feb 26 2024
Feb 26 2024
tsoome committed rG1b3f4ccb7dd8: loader: we can only env_discard() existing variable (authored by tsoome).
loader: we can only env_discard() existing variable
Feb 25 2024
Feb 25 2024
tsoome requested review of D44083: loader: we can only env_discard() existing variable.
Feb 24 2024
Feb 24 2024
Feb 21 2024
Feb 21 2024
Feb 15 2024
Feb 15 2024
alloca or local variable does allocate from stack (which may be in collision with bss), the opther option there to get low memory allocation is to use bio_alloc() and bio_free().
Feb 9 2024
Feb 9 2024
Feb 3 2024
Feb 3 2024
Jan 20 2024
Jan 20 2024
Nov 25 2023
Nov 25 2023
tsoome added inline comments to D42774: pmbr: Only load the first 545k rather than error out.
Jun 2 2023
Jun 2 2023
tsoome added a comment to D40389: stand/boot1.efi: use the bootonce dataset as root dataset.
The trick question there is, the bootonce property is supposed to have generic boot descriptor, it does not have to be just zfs dataset name.... of course, if you have pools, then most likely you only do use zfs datasets.
Jun 1 2023
Jun 1 2023
tsoome requested review of D40375: loader: BIOS loader should not build framebuffer support by default.
May 23 2023
May 23 2023
hm, do we actually need this preprocessor #if statement?
May 13 2023
May 13 2023
libefi: add efi_devpath_next_instance()
May 12 2023
May 12 2023
tsoome requested review of D40081: libefi: add efi_devpath_next_instance().
May 9 2023
May 9 2023
tsoome added inline comments to D40017: md5: Fix input error check..
May 8 2023
May 8 2023
Apr 26 2023
Apr 26 2023
pxeboot: bugs in pxe.h
Apr 25 2023
Apr 25 2023
tsoome requested review of D39799: pxeboot: bugs in pxe.h.
Apr 12 2023
Apr 12 2023
Mar 30 2023
Mar 30 2023
Mar 29 2023
Mar 29 2023
Mar 8 2023
Mar 8 2023
Feb 21 2023
Feb 21 2023
Feb 10 2023
Feb 10 2023
tsoome committed rG4b2322bba19d: efiserialio: use port settings (sio->Mode) for initial setup (authored by tsoome).
efiserialio: use port settings (sio->Mode) for initial setup
Feb 3 2023
Feb 3 2023
tsoome committed rGa1f8a0c793c6: efiserialio: use port settings (sio->Mode) for initial setup (authored by tsoome).
efiserialio: use port settings (sio->Mode) for initial setup
tsoome added inline comments to D38248: kboot: Add powerpc stub for enumerate_memory_arch().
Feb 2 2023
Feb 2 2023
tsoome requested changes to D38264: kboot: Try to read UEFI memory from physical memory on aarch64.
nr_seg is int, but it can not get to negative, can it?
Maybe it should be moved to common?
Jan 24 2023
Jan 24 2023
tsoome added inline comments to D36052: Enabling FreeBSD on ARM64 Hyper-V.
Jan 18 2023
Jan 18 2023
Jan 13 2023
Jan 13 2023
tsoome added inline comments to D38041: stand/ofw: dev can't be NULL here.