Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-25 | system/heirloom-pax: stuff cpio in /usr/5bin for POSIX compat only | A. Wilcox | 1 | -4/+6 | |
2018-08-25 | user/dracut: [intense angry mrarfing noises] | A. Wilcox | 1 | -1/+1 | |
2018-08-25 | user/dracut: fix /run mounting, add -crypt subpackage | A. Wilcox | 2 | -3/+29 | |
2018-08-24 | system/musl: package patch now even with tip of POSIX branch | A. Wilcox | 11 | -462/+6420 | |
2018-08-22 | system/gettys-openrc: do not spawn a getty on ttyS0 by default | Laurent Bercot | 2 | -2/+2 | |
agetty chokes on serial lines for some reasons. Reactivate the getty when we've figured out exactly what happens. | |||||
2018-08-21 | system/shimmy: bump to 0.5 | A. Wilcox | 1 | -7/+4 | |
2018-08-21 | user/mpg123: Add support for OSS and PulseAudio | A. Wilcox | 1 | -3/+3 | |
2018-08-21 | user/libetonyek: glm-dev -> glm | A. Wilcox | 1 | -1/+1 | |
2018-08-19 | system/gettys-openrc: new package. Move all getty definitions to it. | Laurent Bercot | 8 | -30/+81 | |
Small change to system/adelie-base so it includes gettys-openrc. Small change to system/s6 so it doesn't statically define gettys. | |||||
2018-08-19 | system/s6: allow openrc's sysinit to define early services | Laurent Bercot | 2 | -2/+13 | |
2018-08-19 | system/adelie-base: add qmail users | Laurent Bercot | 3 | -4/+13 | |
2018-08-19 | Merge branch 'libreoffice' into 'master' | A. Wilcox | 46 | -0/+2386 | |
LibreOffice and dependencies I have made a deal with Satan. See merge request !44 | |||||
2018-08-18 | user/libreoffice: pull in, massive overhaul | Max Rees | 5 | -0/+653 | |
2018-08-18 | system/utmps: the utmp user and group are already hardcoded in | Laurent Bercot | 3 | -12/+2 | |
2018-08-18 | Merge branch 'master' of code.foxkit.us:adelie/packages | Laurent Bercot | 1 | -2/+3 | |
2018-08-18 | user/s6-networking: new package | Laurent Bercot | 1 | -0/+40 | |
2018-08-18 | user/bearssl: move brssl to /usr/bin, make it dynamic | Laurent Bercot | 1 | -8/+6 | |
2018-08-18 | Merge branch 'ncurses-fix-static-linkage' into 'master' | A. Wilcox | 1 | -2/+3 | |
Fix ncurses static linkage. Use the same linker script trick as used on the .so files on the .a files to redirect to the wide version of the static libraries. Fixes an issue with `llvm-config --system-libs --link-static` pulling in curses instead of tinfo. See merge request !43 | |||||
2018-08-18 | Use the same linker script trick as used on the .so files on the .a files to ↵ | Brandon Bergren | 1 | -2/+3 | |
redirect to the wide version of the static libraries. Fixes an issue with `llvm-config --system-libs --link-static` pulling in curses instead of tinfo. | |||||
2018-08-16 | user/s6-dns: upgrade to 2.3.0.1 | Laurent Bercot | 1 | -6/+6 | |
2018-08-16 | system/utmps: upgrade to 0.0.1.3 | Laurent Bercot | 1 | -6/+6 | |
2018-08-16 | Merge branch 'master' of code.foxkit.us:adelie/packages | Laurent Bercot | 7 | -61/+27 | |
2018-08-16 | system/s6: upgrade to 2.7.2.0 | Laurent Bercot | 1 | -6/+7 | |
2018-08-16 | system/execline: upgrade to 2.5.0.1 | Laurent Bercot | 1 | -7/+8 | |
2018-08-16 | system/skalibs: upgrade to 2.7.0.0 | Laurent Bercot | 1 | -6/+6 | |
2018-08-16 | system/easy-kernel: UAPI fix for linux-headers | A. Wilcox | 3 | -55/+3 | |
2018-08-16 | system/easy-kernel-power8: Add XTS crypto support | A. Wilcox | 2 | -2/+2 | |
2018-08-16 | system/easy-kernel: Install utsrelease.h, enable XTS on ppc64/sparc64 | A. Wilcox | 3 | -4/+22 | |
2018-08-15 | new package: user/bearssl | Laurent Bercot | 2 | -0/+55 | |
Builds on x86_64. SHOULD build on all other supported architectures. | |||||
2018-08-15 | Move s6 higher in the supervision chain | Laurent Bercot | 16 | -109/+98 | |
- Better s6 layout, with a place for early services and a place for packages to add their services later on. - s6-svscan is now supervised by sysvinit (instead of being run once by openrc) - s6-svscan is now the only process supervised by sysvinit. All the other "respawn" lines are delegated to s6. - utmpd and wtmpd are now early services instead of being added by openrc. These changes implement a full supervision architecture and make init more flexible. Later on, it will be easier to - add conditional gettys (for /dev/hvc0...) - remove sysvinit entirely - decouple the init process from the service manager. | |||||
2018-08-13 | user/ttf-carlito: new package | Max Rees | 3 | -0/+105 | |
2018-08-13 | user/mythes: pull in | Max Rees | 1 | -0/+45 | |
2018-08-13 | user/ucpp: pull in, modernize, add -doc | Max Rees | 1 | -0/+29 | |
2018-08-12 | user/irssi: new package | Kiyoshi Aman | 1 | -0/+46 | |
2018-08-12 | user/xterm: new package | Kiyoshi Aman | 1 | -0/+35 | |
2018-08-11 | user/libzmf: pull in, modernize, upgrade, add tests, split -tools | Max Rees | 1 | -0/+50 | |
2018-08-11 | user/redland: pull in, fix license, add tests, modernize | Max Rees | 1 | -0/+47 | |
2018-08-11 | user/rasqal: pull in, fix license, add tests | Max Rees | 1 | -0/+46 | |
2018-08-11 | user/raptor2: pull in, modernize, fix license, add tests | Max Rees | 1 | -0/+49 | |
2018-08-11 | user/libwps: pull in, upgrade, fix license, mark no tests | Max Rees | 1 | -0/+40 | |
2018-08-11 | user/libwpg: pull in, fix license | Max Rees | 1 | -0/+46 | |
2018-08-11 | user/libwpd: pull in | Max Rees | 1 | -0/+45 | |
2018-08-11 | user/libvisio: pull in | Max Rees | 1 | -0/+49 | |
2018-08-10 | user/libstaroffice: pull in, modernize, upgrade, no tests, split -tools | Max Rees | 1 | -0/+39 | |
2018-08-10 | user/mpv: add overlooked dep | Kiyoshi Aman | 1 | -1/+1 | |
2018-08-10 | user/libqxp: pull in, modernize, split -tools | Max Rees | 1 | -0/+47 | |
2018-08-10 | user/libpagemaker: pull in, modernize, mark no tests | Max Rees | 1 | -0/+41 | |
2018-08-10 | user/liborcus: pull in, fix license | Max Rees | 1 | -0/+38 | |
2018-08-10 | user/libixion: pull in, modernize, add tests | Max Rees | 1 | -0/+46 | |
2018-08-10 | user/mpv: new package | Kiyoshi Aman | 1 | -0/+48 | |