summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-11swc: Update to latest git, enabling libinputMichael Forney
2017-03-11Add libinput 1.6.3Michael Forney
2017-03-10curl: Update to 7.53.1Michael Forney
2017-03-10efibootmgr: Update to 15Michael Forney
2017-03-10sdhcp: Update to latest gitMichael Forney
2017-03-10sdhcp: Use my github repositoryMichael Forney
2017-03-09vis: Update to latest gitMichael Forney
2017-03-09openbsd/doas: Use CLOCK_BOOTTIME for timestamp filesMichael Forney
This way, we take in to account time while the system is suspended.
2017-03-07sbase: Update to latest gitMichael Forney
This adds a few minor patches, one which fixes the build of musl-cross-make.
2017-03-03mc: Update to 0.1.0Michael Forney
2017-03-03git: Set DEFAULT_EDITOR and DEFAULT_PAGERMichael Forney
Otherwise, git will try to invoke vi and less if they are unset.
2017-03-02syslinux: Install /bin/extlinuxMichael Forney
2017-03-02syslinux: Build bin2c with some warning flagsMichael Forney
Also, fix two minor issues these found.
2017-03-02syslinux: Fix include pathMichael Forney
Since I forgot to add a file directive for bin/extlinux, I accidentally did not test the build after making this change.
2017-03-02tz: Apply fix from upstreamMichael Forney
tz 2017a included a timezone string that is too long. This was fixed shortly upstream, so just fastforward a couple commits past 2017a to pick it up.
2017-03-02Add syslinux 6.03Michael Forney
For now just use the pre-compiled binaries, but build our own static extlinux.
2017-03-01tz: Update to 2017aMichael Forney
2017-02-28vis: Update to latest gitMichael Forney
2017-02-28vis: Move lua files to lua.txtMichael Forney
This adds the missing spin.lua, and makes /share/vis/lexer.lua a symlink instead of an accidental copy.
2017-02-28openbsd/doas: Implement persist featureMichael Forney
Pull some patches from openbsd-current, implementing persist using timestamp files in /run/doas.
2017-02-27Add a syslog daemonMichael Forney
2017-02-27Drop oasis from libexec tool pathsMichael Forney
This requires you to update your /.git hooks and /etc/rc.shutdown.
2017-02-27Move util -> srcMichael Forney
2017-02-26ubase: Remove suMichael Forney
It has no restrictions about which users are allowed to become root. doas does a better job.
2017-02-26openbsd: Build doasMichael Forney
Use a simple sp_pwd comparison for now. Later, I might consider implementing something similar to BSD auth for oasis.
2017-02-25vis: Update to latest gitMichael Forney
2017-02-25less: Build lesskey and lessechoMichael Forney
2017-02-25less: Fix man page installationMichael Forney
2017-02-25scripts/tree.rc: Write index in $outdirMichael Forney
2017-02-25Add strace 4.16Michael Forney
2017-02-25git: Update to 2.12.0Michael Forney
2017-02-24efivar: Really set revision to 31Michael Forney
51b219709b26cb72ab6c9739bc1ec2041fe7b5a0 intended to set pkg/efivar/src to tag 31.
2017-02-23e2fsprogs: Fix man page path namesMichael Forney
This was a mistake in 7f397ea3c1ec634b330a9c4ac08d5ff0c2b4dd3c that I fixed locally, but apparently forgot to amend.
2017-02-23skeleton: Add /share/man/mandoc.db to /.gitignoreMichael Forney
2017-02-23e2fsprogs: Build mke2fsMichael Forney
2017-02-23e2fsprogs: Simplify substmanMichael Forney
2017-02-22mc: Update to latest gitMichael Forney
Previous revision was overwritten by force-push.
2017-02-22curl: Update to 7.53.0Michael Forney
Since 7.53.0 doesn't ship with a curl.1 man page anymore, but generates through the use of a perl script, just switch to using the source archive. Users are unlikely to modify curl anyway.
2017-02-22iproute2: Update to 4.10.0Michael Forney
2017-02-22Track system header dependenciesMichael Forney
In oasis we are using -isystem for headers from different packages. So, we should track system headers when calculating header dependencies.
2017-02-22util-linux: Update to 2.29.2Michael Forney
2017-02-22wayland: Update to 1.13.0Michael Forney
2017-02-22mdocml: Update to 1.14.1Michael Forney
2017-02-22Add mtdev 1.1.5Michael Forney
2017-02-17mc: Drop -g from AscmdMichael Forney
2017-02-17sbase: Update to latest gitMichael Forney
2017-02-17efivar, efibootmgr: Update to 31, 14Michael Forney
2017-02-17vis: Update to latest gitMichael Forney
2017-02-17mc: Update to latest gitMichael Forney
2017-02-17scc: Update to latest gitMichael Forney