GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/genkernel.git
aufs
debug-build
dracut
hyperv
iscsi
kernel-config
lxnay
master
old_master
overlayfs
ryao
split-genkernel-geninitramfs
v3.4.45.x
xake
zfs
Kernel and initrd generator
Genkernel Team <genkernel@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gen_compile.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't require obsolete /var/lib/module-rebuild/moduledb to exist
v4.3.4
Sam James
2023-07-05
1
-7
/
+0
*
gen_compile.sh: populate_binpkg(): Use libc.a for testing if glibc has changed
Thomas Deutschmann
2021-11-15
1
-1
/
+6
*
gen_compile.sh: populate_binpkg(): Throw away binpkg when glibc has changed
Thomas Deutschmann
2021-03-27
1
-0
/
+17
*
Rename INSTALL_MOD_PATH option to KERNEL_MODULES_PREFIX
Thomas Deutschmann
2020-08-03
1
-8
/
+8
*
gen_compile.sh: compile_generic() refactored
Thomas Deutschmann
2020-07-16
1
-82
/
+35
*
gen_compile.sh: compile_kernel(): Improve error message when kernel binary wa...
Thomas Deutschmann
2020-01-12
1
-2
/
+3
*
--module-rebuild: Call emerge with --ignore-default-opts
Thomas Deutschmann
2020-01-11
1
-10
/
+8
*
Style fix: Use curly braces
Thomas Deutschmann
2020-01-11
1
-2
/
+2
*
gen_compile.sh: compile_modules(): Add parameter "copy_kernel"
Thomas Deutschmann
2020-01-07
1
-0
/
+19
*
gen_compile.sh: determine_busybox_config_file(): Move --busybox-config valida...
Thomas Deutschmann
2019-11-24
1
-52
/
+31
*
gen_compile.sh: compile_kernel(): Use global KV_NUMERIC variable
Thomas Deutschmann
2019-09-29
1
-2
/
+2
*
gen_compile.sh: compile_external_modules(): Export KERNEL_OUTPUTDIR as KV_OUT...
Thomas Deutschmann
2019-08-04
1
-0
/
+2
*
gen_compile.sh: compile_modules(): Don't set INSTALL_MOD_STRIP when --no-strip
Thomas Deutschmann
2019-08-02
1
-1
/
+1
*
gen_compile.sh: Refactor populate_binpkg() function
Thomas Deutschmann
2019-07-29
1
-6
/
+14
*
Make initramfs and kernel filename customizable
Thomas Deutschmann
2019-07-29
1
-13
/
+13
*
Make use of $TAR_COMMAND variable
Thomas Deutschmann
2019-07-27
1
-1
/
+1
*
Adjust LOGLEVEL
Thomas Deutschmann
2019-07-16
1
-6
/
+6
*
Add "--module-rebuild" parameter
Thomas Deutschmann
2019-07-15
1
-0
/
+53
*
gen_compile.sh: Remove no longer used functions
Thomas Deutschmann
2019-07-14
1
-243
/
+0
*
Rework --mdadm support
Thomas Deutschmann
2019-07-14
1
-43
/
+0
*
Rework --dmraid support
Thomas Deutschmann
2019-07-14
1
-55
/
+0
*
Rework --lvm support
Thomas Deutschmann
2019-07-14
1
-118
/
+0
*
Rework --iscsi support
Thomas Deutschmann
2019-07-14
1
-102
/
+0
*
Rework --unionfs support
Thomas Deutschmann
2019-07-14
1
-68
/
+0
*
Rework --gpg support
Thomas Deutschmann
2019-07-14
1
-46
/
+0
*
Rework --busybox support
Thomas Deutschmann
2019-07-14
1
-88
/
+66
*
Add genkernel worker module "gkbuild"
Thomas Deutschmann
2019-07-14
1
-0
/
+183
*
gen_compile.sh: Refactor compile_gen_init_cpio()
Thomas Deutschmann
2019-07-14
1
-6
/
+4
*
gen_compile.sh: Refactor compile_generic()
Thomas Deutschmann
2019-07-14
1
-30
/
+95
*
gen_compile.sh: Refactor compile_modules()
Thomas Deutschmann
2019-07-14
1
-15
/
+22
*
gen_compile.sh: Refactor compile_kernel()
Thomas Deutschmann
2019-07-14
1
-25
/
+38
*
Replace backticks
Thomas Deutschmann
2019-07-14
1
-4
/
+4
*
gen_compile.sh: Normalize output
Thomas Deutschmann
2019-07-14
1
-62
/
+55
*
compile_gen_init_cpio(): Fix check for gen_init_cpio_DIR
Thomas Deutschmann
2019-07-14
1
-1
/
+4
*
compile_gen_init_cpio(): use 'mkdir -p' when creating $KERNEL_OUTPUTDIR/usr
Thomas Deutschmann
2019-03-28
1
-1
/
+1
*
Revert "compile_lvm(): No need to call compile_libaio() when LVM_BINCACHE is ...
Thomas Deutschmann
2019-03-25
1
-2
/
+2
*
Fix iSCSI support
Thomas Deutschmann
2019-03-25
1
-15
/
+64
*
compile_lvm(): No need to call compile_libaio() when LVM_BINCACHE is valid
Thomas Deutschmann
2019-03-24
1
-2
/
+2
*
Fix unionfs / fuse compilation
Thomas Deutschmann
2019-03-24
1
-38
/
+37
*
compile_unionfs_fuse(): Show message when bincache was used
Thomas Deutschmann
2019-03-24
1
-1
/
+3
*
compile_fuse(): Show message when bincache was used
Thomas Deutschmann
2019-03-24
1
-2
/
+3
*
We cannot set new KERNEL_OUTPUTDIR when "make" has already been executed in K...
Thomas Deutschmann
2019-03-23
1
-1
/
+18
*
Try to compile gen_init_cpio if missing
Thomas Deutschmann
2019-03-23
1
-0
/
+17
*
Adjust indentation of kernel compilation output
Thomas Deutschmann
2019-03-22
1
-10
/
+10
*
Show output of patch command only in loglevel >=2
Thomas Deutschmann
2019-03-21
1
-1
/
+6
*
Fix compilation of dmraid
Thomas Deutschmann
2019-03-21
1
-11
/
+12
*
Bump LVM2 to v2.02.183
Thomas Deutschmann
2019-03-21
1
-7
/
+14
*
Add libaio-0.3.110
Thomas Deutschmann
2019-03-21
1
-0
/
+37
*
Unify output
Thomas Deutschmann
2019-03-21
1
-44
/
+44
*
Revert "gen_compile: modules should respect --no-install"
Robin H. Johnson
2018-04-13
1
-4
/
+0
[next]