Lexi

Results 19 issues of Lexi

i'm happy to write the code for this and submit a PR, but i wanted to check if this is something you'd be interested in first. currently, musikcube doesn't support...

i've just installed musikcube 3.0.2 on FreeBSD 15, and so far everything is working fine with my library (a mix of FLAC and MP3), except one album, which musikcube won't...

Add debugging features (WITNESS, INVARIANTS, etc.) to MINIMAL to match the options enabled in GENERIC. Add a new MINIMAL-NODEBUG kernel which turns these features off in the same way GENERIC-NODEBUG...

Under Linux, the socket options IP_RECVERR and IPV6_RECVERR are used to receive socket errors via a dedicated 'error queue' which can be retrieved via recvmsg(). FreeBSD does not support this...

this PR depends on #1099 (libipsec const-correctness) and #1100 (move traceroute into base). depending on what exactly we decide to commit in #1100, it may end up needing a rebase....

- add const to the appropriate places in the libipsec public API and the relevant internal functions needed to support that. - replace caddr_t with c_caddr_t in ipsec_dump_policy() - update...

As mentioned in zpoolprops(7), on some SSDs, it may not be desirable to use ZFS autotrim because a large number of trim requests can degrade disk performance; instead, the pool...

changes-required

Previously, mailwrapper(8) would default to invoking _PATH_DEFAULTMTA (i.e., dma) if mailer.conf couldn't be opened for any reason, including transient errors like ENFILE. This behaviour is undesirable, because if the administrator...

Add a new algorithm, b64urlencode/b64urldecode, which supports the URL-safe variant of Base64 defined in RFC 4648 §5. This replaces the '+' and '/' characters with '-' and '_'. Add a...

i'm trying to run Sublime (0.12.0) on FreeBSD, with a Navidrome 0.50.0 server, but it doesn't work. the first issue is that on startup, it prints various stacktraces like this:...