aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* genkernel.conf: Allow overriding GK_SHARE from the environment to ease up tes...Sebastian Pipping2011-01-071-1/+1
* docs: Mention "git push --tags", add command to copy to the mirrorSebastian Pipping2010-12-251-1/+3
* docs: Mention bugs with keyword "InSVN"v3.4.10.908Sebastian Pipping2010-12-241-0/+1
* docs: Fix tag message ("v" prefix was missing)Sebastian Pipping2010-12-241-1/+1
* Implement "make dist" based on git ls-filesSebastian Pipping2010-12-242-3/+21
* Bump version to 3.4.10.908Sebastian Pipping2010-12-132-1/+4
* Insert blank line after "Gentoo Linux Genkernel ${GK_V}" in usageSebastian Pipping2010-12-131-0/+2
* Extend ChangeLogSebastian Pipping2010-12-131-0/+5
* docmatcher: Ignore --help and --versionSebastian Pipping2010-12-131-0/+9
* docs: Document --genzimageSebastian Pipping2010-12-133-0/+7
* Fix a reference to --nomenuconfig into --no-menuconfigSebastian Pipping2010-12-132-1/+4
* docs: Update man page from output of --helpSebastian Pipping2010-12-132-11/+111
* docs: Document keymap= and dokeymap (bug #346017)Sebastian Pipping2010-12-132-0/+11
* Document changes that are relevant to the user in ChangeLogSebastian Pipping2010-12-131-0/+9
* Merge branch 'docfix'Sebastian Pipping2010-12-131-15/+15
|\
| * docmatcher: Read from man page input (doc/genkernel.8.txt) instead of output ...Sebastian Pipping2010-12-131-15/+15
|/
* Merge branch 'master' into docfixSebastian Pipping2010-12-137-329/+380
|\
| * Merge branch 'asciidoc-manpage'Sebastian Pipping2010-12-137-329/+380
| |\
| | * .conf: Document LUKS variable (bug #346015)Sebastian Pipping2010-12-061-0/+3
| | * docs: Mention both "initramfs" and "ramdisk" as available actionsSebastian Pipping2010-12-062-2/+5
| | * Migrate man page to asciidoc, add Makefile, add .gitignoreSebastian Pipping2010-12-065-329/+374
| |/
| * man page: Propagate rename of --no-initrdmodules to --no-ramdisk-modulesSebastian Pipping2010-12-061-1/+1
* | docmatcher: Re-order output to have issues on incorrect information (due remo...Sebastian Pipping2010-12-061-17/+15
* | docmatcher: Also extract variablesSebastian Pipping2010-12-061-18/+117
* | Add exception for --no-ramdisk-modules: no longer assume existence of --ramdi...Sebastian Pipping2010-12-061-1/+1
* | Add initial code for doc matching scriptSebastian Pipping2010-12-051-0/+175
|/
* Add patch allowing compilation of busybox 1.7.4 with make 3.82 (bug #341943)Sebastian Pipping2010-11-291-0/+42
* Apply patches from Gentoo bug #268468Andrew Gaffney2010-02-192-0/+11
* Only call set_bootloader is CMD_NOINSTALL is not set for Gentoo bug #301454Andrew Gaffney2010-01-182-1/+8
* Add USB HID modules to modules_load and default kernel-config (for Gentoo bug...Andrew Gaffney2009-12-2720-13/+235
* Enable ext4 by default everywhere (for Gentoo bug #268818)Andrew Gaffney2009-12-2622-36/+53
* Add support for isoboot= option (for Gentoo bug #294268)Andrew Gaffney2009-12-263-3/+28
* Properly apply NFS mount options for Gentoo bug #262915Andrew Gaffney2009-12-263-4/+19
* Enable CONFIG_SCSI_MULTI_LUN option for Gentoo bug #261122Andrew Gaffney2009-12-265-4/+9
* Apply patch to make sure loop cache directory exists for Gentoo bug #297814Andrew Gaffney2009-12-262-0/+6
* Document how to roll a release for the next time.Robin H. Johnson2009-12-172-0/+10
* Tag 3.4.10.907 release.v3.4.10.907Robin H. Johnson2009-12-172-1/+4
* Try to avoid echangelog mucking up the dates on the copyright. Gentoo copyrig...Robin H. Johnson2009-12-171-1/+3
* use a symlink instead of a hardlink for busybox utils (for Gentoo bug #246370)Andrew Gaffney2009-12-062-1/+5
* Fix typo for Gentoo bug #294138Andrew Gaffney2009-11-232-2/+5
* Make sure to change back to existant directory before removing the current di...Andrew Gaffney2009-11-152-0/+16
* Merge branch 'iscsi'Robin H. Johnson2009-11-1227-4/+221
|\
| * space for ISCSI in the config.iscsiRobin H. Johnson2009-11-111-0/+3
| * /etc/scsi_id.config does not exist by default in newer udev, but is still res...Robin H. Johnson2009-11-111-1/+3
| * Let iSCSId settle after iscsistartcraig2009-10-152-0/+6
| * Build iSCSI as module from the kernel, userspace from open-iscsicraig2009-10-032-14/+18
| * Improve naming of bootflags, added support for: port, target portal, username...craig2009-10-035-18/+75
| * simple bugfix for parsing cmdlinecraig2009-10-021-1/+1
| * typo after merging patch with current genkernelcraig2009-10-021-1/+2
| * Merge branch 'master' of git://git.wolf31o2.org/projs/genkernelcraig2009-09-266-13/+57
| |\