Duncan Overbruck
Duncan Overbruck
The pkgconfig file from the sysroot (`/usr/aarch64-linux-musl/usr/lib/pkgconfig/luajit.pc`) is correctly located and used when cross compiling, but the resulting path returned by `luajit.get_pkgconfig_variable('includedir')` does not include the sysroot. Prior to the...
Having this documentation makes it seem like its "supported" and users install or want to use it for some reason while its pretty incomplete and only supported by a handful...
Updated version of https://github.com/void-linux/xbps/pull/359, same results slightly different with less changes and ready to merge. `xbps_file_hash_check_dictionary` was called for every file that is getting unpacked, because the files list is...
By combining repodata and stage data into a single file its easier to use remote stagedata when enabled. This also avoids having to come up with a new mechanism to...
Continuation of #421. 1. `-n` does not print the messages at the moment, I don't think breaking the parseable output is a good idea. 2. removed the callbacks for the...
I'm not final on the api, don't really like the function names but couldn't come up with anything better. Format strings are inspired by pythons `f""` strings: ``` $ xbps-query...
some refactoring with the goal of cleaning up some code: * [ ] fixing asserts with side effects * [ ] clean up error paths * [ ] stabilize and...
Get environment variables from pam modules with `pam_getenvlist` or `pam_getenv`. Should `doas` keep all variables or only those that are specified in `doas.conf` by `keepenv`?
On linux `su` doesn't reset any rlimits, `sudo` sets `RLIMIT_NRPOC` temporarly. From `sudo`s source: ``` /* * Unlimit the number of processes since Linux's setuid() will * apply resource limits...