aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New "update" action in kernel moduleFlorian Schmaus2023-03-151-1/+70
| | | | | | | | | | | | | | | | * modules/kernel.eselect (do_update, describe_update) (describe_update_options): New action, attempts to update the /usr/src/linux symlink to point to the sources of the running kernel. Bug 901209. * man/kernel.eselect.5: Document it. Thanks to ulm for helpful suggestions when working on this functionality. Bug: https://bugs.gentoo.org/901209 Signed-off-by: Florian Schmaus <flow@gentoo.org> [Tweaked bash syntax. Fixed highlighting in man page.] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright years.Ulrich Müller2020-12-161-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright years.Ulrich Müller2019-02-131-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright notices to follow the new policy.Ulrich Müller2018-09-161-1/+1
|
* Update copyright years.Ulrich Müller2018-01-081-1/+1
|
* Improved error checking in kernel module.Ulrich Müller2017-05-061-16/+16
| | | | | | | | * modules/kernel.eselect (do_set): Don't remove the old symlink before we know that we have a valid new target. Simplify. (set_symlink): Check if the new link target is valid, then remove any old symlink, then set the new one. (remove_symlink): Use rm -f.
* Check range of number in kernel and profile modules.Ulrich Müller2017-05-061-0/+2
| | | | | | * modules/kernel.eselect (set_symlink): * modules/profile.eselect (set_symlink): Check range of number, bug 617572. Thanks to Takuto Yoshida <otakuto.gentoo@gmail.com>.
* Update copyright years.Ulrich Müller2017-03-221-1/+1
|
* Happy new year 2016!Ulrich Müller2016-01-271-1/+1
|
* Happy new year 2015!Ulrich Müller2015-01-171-1/+1
|
* Changed heuristic for recognising kernel source trees.Ulrich Müller2014-08-281-2/+2
| | | | | | | * modules/kernel.eselect (find_targets): Changed heuristic for recognising kernel source trees: Check for both Makefile and Kconfig being present, but don't require digits in the directory name any more. Bug 516754.
* Happy new year 2014!Ulrich Müller2014-01-191-1/+1
|
* kernel.eselect: Check for Makefile in target tree, bug 460328.Ulrich Müller2013-07-141-3/+5
| | | | | | * modules/kernel.eselect (find_targets, set_symlink, do_show): Consider target trees as valid only if they contain a Makefile, bug 460328. Thanks to C.J. Wijtmans <cj.wijtmans@gmail.com>.
* Happy new year 2013!Ulrich Müller2013-01-041-1/+1
|
* Remove SVN keywords throughout.Ulrich Müller2012-03-071-1/+0
|
* Show versions of eselect and of module in default.eselect.Ulrich Müller2012-02-181-2/+0
| | | | svn path=/trunk/; revision=874
* Update years. Fix copyright headers, eselect has always been GPL-2 or later.Ulrich Müller2012-01-211-2/+2
| | | | svn path=/trunk/; revision=859
* Clean up coding style.Ulrich Müller2011-08-281-15/+15
| | | | svn path=/trunk/; revision=827
* Whitespace.Ulrich Müller2011-08-281-13/+13
| | | | svn path=/trunk/; revision=826
* Happy new year 2011!Ulrich Müller2011-01-081-1/+1
| | | | svn path=/trunk/; revision=790
* Happy new year 2010!Ulrich Müller2010-01-011-1/+1
| | | | svn path=/trunk/; revision=752
* Update comment on GNU sort.Ulrich Müller2009-11-221-1/+1
| | | | svn path=/trunk/; revision=738
* New -m option for function write_numbered_list.Ulrich Müller2009-09-191-12/+7
| | | | svn path=/trunk/; revision=661
* Put all editor meta information into the first line of each file.Ulrich Müller2009-09-081-2/+1
| | | | svn path=/trunk/; revision=642
* Suppress "none found" messages in brief output mode.Ulrich Müller2009-08-191-1/+1
| | | | svn path=/trunk/; revision=629
* Prefix support.Ulrich Müller2009-08-151-12/+12
| | | | svn path=/trunk/; revision=610
* Call highlight_marker function for the active list entry.Ulrich Müller2009-08-131-1/+1
| | | | svn path=/trunk/; revision=606
* Small syntax tweak in do_list.Ulrich Müller2009-06-061-1/+1
| | | | svn path=/trunk/; revision=581
* Set C locale for sort.Ulrich Müller2009-06-061-1/+1
| | | | svn path=/trunk/; revision=580
* Sort kernel versions properly, bug 207889.Ulrich Müller2009-06-061-1/+21
| | | | svn path=/trunk/; revision=579
* Update e-mail addresses, or replace by generic eselect@g.o for retired devs.Ulrich Müller2009-05-161-1/+1
| | | | svn path=/trunk/; revision=540
* Some syntax tweaks.Ulrich Müller2009-05-161-30/+23
| | | | svn path=/trunk/; revision=539
* 2006-08-04 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-08-031-1/+1
| | | | | | | | | | | * modules/kernel.eselect: Fix Bug #141106: list action doesn't highligh currently the currently selected sources. diffstat: modules/kernel.eselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) svn path=/trunk/; revision=290
* 2005-04-14 Danny van Dyk <kugelfang@gentoo.org>eselect-1.0.2Danny van Dyk2006-04-141-0/+4
| | | | | | | | | | | | | | | * libs/config.bash: Fixed creation of empty configfile. * modules/kernel.eselect: Applied enhancement patch by Diego Petteno <flameeyes@gentoo.org>. kernel.eselect can now be called using 'uname -r' as an argument. See bug #128703. * Tagged 1.0.2 release. diffstat: libs/config.bash.in | 2 +- modules/kernel.eselect | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) svn path=/trunk/; revision=266
* 2005-04-01 Danny van Dyk <kugelfang@gentoo.org>eselect-1.0.1Danny van Dyk2006-04-011-1/+4
| | | | | | | | | | | | | | | * Tagged 1.0.1 release. * configure.ac: Fixed substituation of CANONICLAISE. * modules/env.eselect: Fixed calls to canonicalise(). * modules/kernel.eselect: Fixed output of show action. diffstat: configure.ac | 1 + modules/env.eselect | 4 ++-- modules/kernel.eselect | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) svn path=/trunk/; revision=263
* 2006-03-30 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modules/binutils.eselect: Cleaned up the Coding Style a bit. * libs/path-manipulation.bash.in, doc/developer-guide.txt, configure.ac: Added support for the canonicalise function, a wrapper to either GNU readlink or realpath. * modules/binutils.eselect, modules/blas.eselect, modules/config.eselect, modules/env.eselect, modules/kernel.eselect, modules/lapack.eselect, modules/mailer.eselect, modules/oracle.eselect, modules/profile.eselect, modules/rc.eselect, modules/ruby.eselect, modules/vi.eselect: Converted to use canonicalise() instead of readlink -f. This ensure portability of eselect to *BSD. diffstat: configure.ac | 16 ++++++++++++++++ doc/developer-guide.txt | 9 ++++++++- libs/Makefile.am | 2 +- libs/path-manipulation.bash.in | 4 ++++ modules/binutils.eselect | 9 +++++---- modules/blas.eselect | 10 +++++----- modules/config.eselect | 2 +- modules/env.eselect | 10 +++++----- modules/kernel.eselect | 4 ++-- modules/lapack.eselect | 8 ++++---- modules/mailer.eselect | 4 ++-- modules/oracle.eselect | 9 ++++++--- modules/profile.eselect | 4 ++-- modules/rc.eselect | 2 +- modules/ruby.eselect | 2 +- modules/vi.eselect | 4 ++-- 16 files changed, 65 insertions(+), 34 deletions(-) svn path=/trunk/; revision=261
* 2006-03-04 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-03-041-1/+1
| | | | | | | | | | | | | * modules/rc.eselect: Fixed a bug in the is_script() function. With this change the 'show' action works again. * modules/kernel.eselect: Fixed trailing slashes in the 'show' action. diffstat: modules/kernel.eselect | 2 +- modules/rc.eselect | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) svn path=/trunk/; revision=253
* Added describe_set_options and describe_set_parameters.Aaron Walker2005-10-171-0/+8
| | | | svn path=/trunk/; revision=220
* Reverting last commit.Danny van Dyk2005-09-051-2/+0
| | | | svn path=/trunk/; revision=185
* 2005-09-05 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-09-051-0/+2
| | | | | | | | | | | | | | | | | | | | | * modules/bashcomp.eselect, modules/blas.eselect, modules/compiler.eselect.in, modules/config.eselect, modules/kernel.eselect, modules/lapack.eselect, modules/opengl.eselect, modules/vi.eselect: Added necessary inherit lines. diffstat: modules/bashcomp.eselect | 2 ++ modules/blas.eselect | 2 +- modules/compiler.eselect.in | 2 ++ modules/config.eselect | 2 ++ modules/kernel.eselect | 2 ++ modules/lapack.eselect | 2 +- modules/opengl.eselect | 2 +- modules/vi.eselect | 2 ++ 8 files changed, 13 insertions(+), 3 deletions(-) svn path=/trunk/; revision=184
* 2005-08-31 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-08-311-1/+1
| | | | | | | | | | | | * modules/kernel.eselect: Fixed bug #104354. kernel.eselect now looks only for linux-kernel directories w/o listing source directories of additional drivers. diffstat: kernel.eselect | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) svn path=/trunk/; revision=179
* Enabled SVN Keywords for files which use them.Danny van Dyk2005-06-151-1/+1
| | | | svn path=/trunk/; revision=130
* Moved to Gentoo infrastructure and renamed project to 'eselect'.Danny van Dyk2005-06-071-0/+104
svn path=/trunk/; revision=117