cgull

Results 12 issues of cgull

This is a so-far-experimental change to improve pkg's sqlite3 reliability, and quite possibly performance too. This has been lightly tested on a single FreeBSD machine. Text copied from #2007 and...

At the top of `pkgdb_begin_solver()`: ```c const char solver_sql[] = "" "PRAGMA synchronous = OFF;" "PRAGMA journal_mode = MEMORY;" "BEGIN TRANSACTION;"; ``` and `pkgdb_end_solver()` restores the SQLite3 defaults. This tells...

First, thanks! I got the two delivery slots I needed with your script. I've got a Retina iMac with a 1920x1080 second monitor (non-Retina) to the right. Given my particular...

Currently, I'm connected to work via an IPv4-only VPN. My client and the remote Windows machine both have IPv6 addresses, and DNS for the remote machine has both A and...

Here's a change that should make symlink creation from CMake work for all versions. Change eec2b1a491134c9a9321c41f81b9ae79fb865a74 broke builds that run CMake directly and don't use build.sh.

The man page for `pkg-upgrade` summarizes 4 short options, 13 long options, and actually has 14 options implemented and documented individually. I discovered this when I found `pkg upgrade --vulnerable`...

As a developer, I often have to do an install once from an ISO build fetched from somewhere. This extends `vm install` to try fetching the ISO named passed as...

We're using pstreams in a threaded program and running into problems that can be solved with `FD_CLOEXEC`. We can get at the `FILE*`s with `fopen()` and then the file descriptors...

FreeBSD 13.1 has been EOL for 8 months. Is it time to switch the default compression from xz to zstd on 13.x yet? FWIW, I've been recompressing all FreeBSD dist...

I found this in my worktree, sitting around since 2021. It extends the conflicts.sh regression test to show a case where packages with differing file contents, but otherwise identical, have...