aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen_funcs.sh: Add is_glibc() functionThomas Deutschmann2019-12-141-0/+14
* gen_funcs.sh: get_chost_libdir(): Use libc.a to determine CHOST libdirThomas Deutschmann2019-12-141-2/+5
* Improve SELinux compatibilityMark Wright2019-12-061-4/+4
* Add support for a custom font at bootThomas Deutschmann2019-11-241-0/+22
* gen_funcs.sh: expand_file() refactoredThomas Deutschmann2019-11-191-1/+24
* gen_funcs.sh: check_disk_space_requirements(): Fix error messageThomas Deutschmann2019-10-091-1/+1
* gen_funcs.sh: cleanup(): Try to kill all running child processes before cleanupThomas Deutschmann2019-10-021-0/+46
* gkbuild.sh: Add possibility to disable distcc usage per gkbuildThomas Deutschmann2019-09-301-0/+27
* Add --utils-cxx optionThomas Deutschmann2019-09-301-0/+3
* gen_funcs.sh: _tc-getPROG(): Quote type command argumentThomas Deutschmann2019-09-301-1/+1
* gen_funcs.sh: get_chost_libdir(): Don't quote tc-getCC() return valueThomas Deutschmann2019-09-301-1/+1
* gen_funcs.sh: Add tc-getBUILD_CXX() functionThomas Deutschmann2019-09-161-0/+4
* Record disk usage for each package/componentThomas Deutschmann2019-08-301-0/+11
* gen_funcs.sh: Import makeopts_jobs function from multiprocessing eclassThomas Deutschmann2019-08-301-0/+20
* gen_funcs.sh: Import gcc-* functions from toolchain eclassThomas Deutschmann2019-08-301-0/+35
* gen_funcs.sh: Move KCONFIG_MODIFIED_MARKER declaration to determine_real_args()Thomas Deutschmann2019-08-111-2/+0
* gen_funcs.sh: make_bootdir_writable(): Fix ro checkThomas Deutschmann2019-08-101-1/+1
* gen_funcs.sh: gen_die(): Call restore_boot_mount_state()Thomas Deutschmann2019-08-101-0/+2
* gen_determineargs.sh: determine_real_args(): Don't allow TMPDIR with spacesThomas Deutschmann2019-07-291-0/+16
* gen_funcs.sh: gkbuild(): Export any set CCACHE_* and DISTCC_* variableThomas Deutschmann2019-07-291-0/+13
* Export $PATH to genkernel workerThomas Deutschmann2019-07-291-0/+4
* gen_funcs.sh: Refactor get_chost_libdir() error handlingThomas Deutschmann2019-07-291-2/+14
* Make initramfs and kernel filename customizableThomas Deutschmann2019-07-291-0/+7
* Make use of $TAR_COMMAND variableThomas Deutschmann2019-07-271-1/+4
* gen_funcs.sh: Add is_gzipped() functionThomas Deutschmann2019-07-261-0/+26
* gen_funcs.sh: gen_die(): Just trigger trap function when died in subshellThomas Deutschmann2019-07-261-16/+21
* Add feature to check for free disk space early at genkernel startv4.0.0_beta9Thomas Deutschmann2019-07-231-0/+79
* Log genkernel start and end timeThomas Deutschmann2019-07-231-0/+5
* Add --no-sandbox optionThomas Deutschmann2019-07-211-90/+102
* gen_funcs.sh: set_config_with_override(): Bail out when we failed to set conf...Thomas Deutschmann2019-07-211-3/+8
* gen_funcs.sh: gkbuild(): Export $TMPDIRThomas Deutschmann2019-07-211-1/+2
* gen_funcs.sh: gen_die(): Don't advertise $LOGFILE until determine_real_args()...Thomas Deutschmann2019-07-211-3/+8
* gen_funcs.sh: dump_debugcache(): Echo DEBUGCACHE when $LOGFILE isn't writableThomas Deutschmann2019-07-211-1/+9
* genkernel: Move $LOGFILE initialization to determine_real_args()Thomas Deutschmann2019-07-211-9/+0
* gen_funcs.sh: set_color_vars(): Define NORMAL as last colorThomas Deutschmann2019-07-211-4/+4
* gen_funcs.sh: is_valid_triplet(): Relax regexThomas Deutschmann2019-07-201-1/+1
* gen_funcs.sh: restore_boot_mount_state(): Delete .bootdir.no_boot_partition o...Thomas Deutschmann2019-07-181-3/+3
* Rework --mountboot handlingThomas Deutschmann2019-07-181-4/+165
* Adjust LOGLEVELThomas Deutschmann2019-07-161-3/+3
* gen_funcs.sh: trap_cleanup(): Log received signalThomas Deutschmann2019-07-151-2/+19
* Rework --ssh supportThomas Deutschmann2019-07-141-0/+131
* gen_funcs.sh: Refactor trap_cleanup()Thomas Deutschmann2019-07-141-0/+11
* gen_funcs.sh: Refactor check_distfiles()Thomas Deutschmann2019-07-141-14/+17
* Add genkernel worker module "unpack"Thomas Deutschmann2019-07-141-0/+51
* Add genkernel worker module "gkbuild"Thomas Deutschmann2019-07-141-0/+217
* Add code for genkernel workerThomas Deutschmann2019-07-141-0/+1
* Rework cross-compile supportThomas Deutschmann2019-07-141-1/+227
* gen_funcs.sh: Refactor setColorVars()Thomas Deutschmann2019-07-141-3/+3
* gen_funcs.sh: Refactor setup_cache_dir()Thomas Deutschmann2019-07-141-4/+7
* gen_funcs.sh: gen_die() refactoredThomas Deutschmann2019-07-141-17/+7