summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/build: List installed pkgs only if loggingPatrick McDermott2021-01-131-1/+1
* locale/C: Update header commentPatrick McDermott2021-01-131-1/+1
* locale: Add C and POSIX localesPatrick McDermott2021-01-135-146/+152
* cmd/build: Don't print build info if not loggingPatrick McDermott2021-01-121-18/+26
* cmd/build: Allow logging to be disabledPatrick McDermott2021-01-122-25/+33
* 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-042-6/+106
* 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-042-1/+26
* 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-123-3/+12
* profile/proteanos: Move init script to S00Patrick McDermott2020-12-102-2/+5
* profile/proteanos: Install base-files, config-basePatrick McDermott2020-12-102-4/+10
* resolve_deps(): Solve deps of packages with ":"Patrick McDermott2020-12-092-2/+5
* resolve_deps(): Fix infinite loopPatrick McDermott2020-12-092-2/+3
* 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-092-2/+9
* man: Update example mirror URLPatrick McDermott2020-08-102-2/+2
* 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
* TODO: Replace sed arrays with eval arraysPatrick McDermott2020-07-041-0/+7
* cmd: Fix non-"static" global variablePatrick McDermott2020-07-032-9/+9
* time(): Rename to unixtime()Patrick McDermott2020-07-033-4/+7
* NEWS: Categorize changesPatrick McDermott2020-07-021-1/+4
* NEWS, configure.ac: Set version to 2.1.0Patrick McDermott2020-07-022-3/+3
* NEWS: Document new ProteanOS section feedsPatrick McDermott2020-07-021-0/+8
* 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
* NEWS: Document block unmounting improvementPatrick McDermott2020-06-251-0/+3
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-255-8/+6
* cmd/build: Return exit statusPatrick McDermott2020-06-252-6/+13
* 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