| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-21 | st: Update to latest git | Michael Forney | |
| 2016-12-21 | dmenu: Update to latest git | Michael Forney | |
| 2016-12-21 | mpv: Enable wayland output by default | Michael Forney | |
| 2016-12-21 | mpv: Add support for wayland output (shm) | Michael Forney | |
| 2016-12-21 | vis: Use symlinks instead of patch to change default theme | Michael Forney | |
| 2016-12-20 | libressl: Declare dependency on headers | Michael Forney | |
| 2016-12-20 | ubase: Set repository URL to my github branch | Michael Forney | |
| This also pulls in a tiny fix for mount (which also happens to silence a gcc 6 warning). | |||
| 2016-12-20 | openssh: Update to 7.4p1 | Michael Forney | |
| 2016-12-20 | scc: Update to latest git | Michael Forney | |
| 2016-12-20 | vis: Update to latest git | Michael Forney | |
| 2016-12-19 | Use deps file for nasm | Michael Forney | |
| 2016-12-19 | Invoke gzip with <$f, since pigz doesn't fail if it is missing | Michael Forney | |
| 2016-12-19 | pigz: Install man page | Michael Forney | |
| 2016-12-19 | Rename perms-hook to applyperms | Michael Forney | |
| 2016-12-19 | perms-hook: Allow running on plain directory with .perms | Michael Forney | |
| 2016-12-19 | perms-hook: Don't pass AT_SYMLINK_NOFOLLOW to fchmodat | Michael Forney | |
| We never call this on symlinks. | |||
| 2016-12-19 | Compress man pages | Michael Forney | |
| 2016-12-18 | git: Fetch and install man pages | Michael Forney | |
| 2016-12-17 | libressl: Update to new libressl-v2.5.0 tag | Michael Forney | |
| The old one is no longer available on the remote. | |||
| 2016-12-14 | sbase: Fix some issues with mkdir and du | Michael Forney | |
| 2016-12-14 | sbase: Switch URL to my git repository | Michael Forney | |
| I have been, and will likely continue to, fixing many issues with sbase. Since it is tedious to keep track of a patch set, and upstream is slow to apply, just use my sbase repository (at least for now). | |||
| 2016-12-13 | sets: Move file to extra | Michael Forney | |
| 2016-12-13 | Remove mention of package directories from README | Michael Forney | |
| 2016-12-13 | alsa-lib: Remove snd_pcm_hwsync warning | Michael Forney | |
| alsa-lib calls this internally, producing a warning when linking any binary with libasound.a. On a normal system, libasound.a is linked in with -lasound, which seems to silence the warning. However, it is much easier for us to just pass the whole path so instead remove the offending warning section with objcopy. | |||
| 2016-12-13 | iproute2: Update to 4.9.0 | Michael Forney | |
| 2016-12-13 | vis: Update to latest git | Michael Forney | |
| 2016-12-13 | Move {cc,cxx,ld}flags settings from toolchain to config | Michael Forney | |
| 2016-12-13 | Allow local config.ninja | Michael Forney | |
| 2016-12-13 | pigz: Apply -n patches from upstream | Michael Forney | |
| 2016-12-13 | transmission: Update download URL | Michael Forney | |
| 2016-12-13 | Declare some missing dependencies | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
| 2016-12-11 | mdocml: Update config.h | Michael Forney | |
| __BEGIN_DECLS/__END_DECLS aren't necessary, so remove them. Add BINM_SOELIM definition (even though we don't build it currently). | |||
| 2016-12-11 | mdocml: Use setprogname/getprogname from openbsd | Michael Forney | |
| 2016-12-11 | loksh: Add missing stdlib.h include | Michael Forney | |
| 2016-12-11 | libressl: Disable -Wattributes | Michael Forney | |
| OpenBSD commonly uses the __bounded__ attribute which is not supported by vanilla gcc. | |||
| 2016-12-11 | bzip2: Prevent set-but-not-used warning | Michael Forney | |
| 2016-12-11 | ubase: Remove -Wextra and disable -Woverflow and -Wmaybe-uninitialized | Michael Forney | |
| -Wextra causes a sign-comparison warning for the result of snprintf, -Woverflow causes warnings for ioctls because musl's ioctl prototype uses int, and -Wmaybe-uninitialized reports many false positives. | |||
| 2016-12-11 | plan9port: Make sure u.h is included first | Michael Forney | |
| Otherwise, the system headers get included before u.h is able to define feature test macros. | |||
| 2016-12-11 | awk: Define _POSIX_C_SOURCE for strdup | Michael Forney | |
| 2016-12-11 | awk: Add patch to fix generating array with too many elements | Michael Forney | |
| 2016-12-11 | sdhcp: Add patch to silence warning | Michael Forney | |
| 2016-12-10 | plan9port: Fix termios.h include | Michael Forney | |
| 2016-12-10 | openbsd: Add missing diff include | Michael Forney | |
| 2016-12-10 | Remove -march=native from default toolchain | Michael Forney | |
| 2016-12-10 | mpv: Update to 0.22.0 | Michael Forney | |
| 2016-12-10 | Add ii git | Michael Forney | |
| 2016-12-10 | Add scc git | Michael Forney | |
| 2016-12-10 | Add shutdown utility for rc.shutdown | Michael Forney | |
| 2016-12-10 | ubase: Style | Michael Forney | |
