Page MenuHomeFreeBSD

schweikh_schweikhardt.net (Jens Schweikhardt)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 11 2025, 8:23 AM (14 w, 6 d)

Recent Activity

Sep 12 2025

schweikh_schweikhardt.net committed rG8d2d6647d65a: Supercharge the most beautiful console font ever with +4300 glyphs. (authored by schweikh_schweikhardt.net).
Supercharge the most beautiful console font ever with +4300 glyphs.
Sep 12 2025, 5:10 PM

Sep 4 2025

schweikh_schweikhardt.net committed rGd5dd6ad6baa6: Like for -P et al, state that -deElL are syscons only options. (authored by schweikh_schweikhardt.net).
Like for -P et al, state that -deElL are syscons only options.
Sep 4 2025, 7:31 PM

Aug 29 2025

schweikh_schweikhardt.net committed rG9e8c1ab0976c: Supercharge the most beautiful console font ever with +4300 glyphs. (authored by schweikh_schweikhardt.net).
Supercharge the most beautiful console font ever with +4300 glyphs.
Aug 29 2025, 7:40 PM

Jul 11 2025

schweikh_schweikhardt.net added inline comments to D51222: libusb: implement libusb_dev_mem_{alloc,free}.
Jul 11 2025, 1:28 PM
schweikh_schweikhardt.net added a comment to D51222: libusb: implement libusb_dev_mem_{alloc,free}.
  • All "* devh" should be "*devh"
  • The function prototypes are not aligned, they have varying numbers of space to the left of the function identifier.

Maybe a checkin with only white-space changes is in order.

Jul 11 2025, 1:21 PM
schweikh_schweikhardt.net added a comment to D51221: libusb: implement libusb_free_pollfds.
  • In the function prototypes the asterisks for pointers should all be consistent without a space next to the identifier. All "* ctx" should be "*ctx".
  • There is no need to cast the argument of free(), since it takes a ptr-to-void and they are assignment compatible to any pointer.
Jul 11 2025, 1:17 PM