summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* profile: Simplify function parametersPatrick McDermott2021-01-162-30/+27
* profile_prepare_install(): New functionPatrick McDermott2021-01-163-24/+21
* profile_installer_type(): New functionPatrick McDermott2021-01-162-3/+24
* profile/proteanos: Use archive's Platforms filePatrick McDermott2021-01-162-28/+74
* cmd/build: Fix AND-OR list logicPatrick McDermott2021-01-131-2/+4
* cmd/build: List installed pkgs only if loggingPatrick McDermott2021-01-131-1/+1
* cmd/build: Don't print build info if not loggingPatrick McDermott2021-01-121-18/+26
* cmd/build: Allow logging to be disabledPatrick McDermott2021-01-121-24/+32
* cmd/build: Improve option handlingPatrick McDermott2021-01-121-11/+25
* cmd/build: List built filesPatrick McDermott2021-01-041-2/+5
* cmd/build: Also filter session ID in logPatrick McDermott2021-01-041-3/+6
* cmd/build: Filter session directory in logPatrick McDermott2021-01-041-1/+4
* cmd/build: Add more information to build logPatrick McDermott2021-01-041-5/+104
* package_get_name_and_version(): Also get distPatrick McDermott2021-01-043-6/+7
* cmd/build: Fix redirection syntax errorPatrick McDermott2021-01-042-6/+4
* cmd/build: Log outputPatrick McDermott2021-01-041-1/+25
* fdalloc(): New functionPatrick McDermott2021-01-041-15/+24
* cmd/build: Factor out interesting partsPatrick McDermott2021-01-031-19/+32
* cmd/build: Save separate build/host arch/plat varsPatrick McDermott2021-01-031-10/+15
* package_get_name_and_version(): New functionPatrick McDermott2021-01-032-0/+14
* install: Hack around broken gcc-8-dev dependenciesPatrick McDermott2021-01-031-0/+7
* cmd/installer-pc: Support foreign installationPatrick McDermott2020-12-121-2/+9
* profile/proteanos: Move init script to S00Patrick McDermott2020-12-101-2/+2
* profile/proteanos: Install base-files, config-basePatrick McDermott2020-12-101-4/+5
* resolve_deps(): Solve deps of packages with ":"Patrick McDermott2020-12-091-2/+2
* resolve_deps(): Fix infinite loopPatrick McDermott2020-12-091-2/+2
* profile/proteanos: Don't run cut link during initPatrick McDermott2020-12-091-1/+1
* opkg_install_all(): Don't run cut in the rootPatrick McDermott2020-12-091-2/+5
* package: Drop "_" from variable namePatrick McDermott2020-07-101-4/+4
* Revert "install: Replace sed "arrays" with eval "arrays""Patrick McDermott2020-07-071-16/+18
* install: Replace sed "arrays" with eval "arrays"Patrick McDermott2020-07-071-18/+16
* cmd: Fix non-"static" global variablePatrick McDermott2020-07-032-9/+9
* time(): Rename to unixtime()Patrick McDermott2020-07-032-3/+3
* profile/proteanos: Make constant names uppercasePatrick McDermott2020-07-021-4/+4
* Prefix "static" vars with "_"Patrick McDermott2020-07-0212-148/+149
* Revert "profile/proteanos: Don't add src feeds by default"Patrick McDermott2020-07-021-0/+9
* profile/proteanos: Don't add src feeds by defaultPatrick McDermott2020-07-021-9/+0
* profile/proteanos: Remove useless newline in feedsPatrick McDermott2020-07-021-1/+0
* profile/proteanos: Use feeds found in manifestPatrick McDermott2020-07-021-0/+8
* profile/proteanos: Cache feeds manifestPatrick McDermott2020-07-021-3/+8
* profile/proteanos: Add missing var declarationPatrick McDermott2020-07-011-0/+1
* profile/proteanos: Add base sectionPatrick McDermott2020-07-011-1/+1
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-255-8/+6
* cmd/build: Return exit statusPatrick McDermott2020-06-251-4/+10
* session: Prefix "static" vars with "_"Patrick McDermott2020-06-251-50/+50
* session: Don't end on signal; don't run cb on endPatrick McDermott2020-06-251-11/+0
* session: Don't exit on signalPatrick McDermott2020-06-251-2/+10
* cmd/opkg: Return exit statusPatrick McDermott2020-06-251-2/+4
* cmd/install: Drop a TODO commentPatrick McDermott2020-06-251-2/+0
* cmd/shell: Return exit statusPatrick McDermott2020-06-251-3/+5