index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdk-stage1
/
modules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
read modules description from /modules/modules.description (and drop hardcode...
Olivier Blin
2007-08-27
1
-6
/
+56
*
make filename2modname modify in-place
Olivier Blin
2007-08-27
1
-8
/
+7
*
extract filename2modname() function
Olivier Blin
2007-08-27
1
-9
/
+12
*
move some code in new cat_file and line_counts functions
Olivier Blin
2007-08-27
1
-23
/
+6
*
include stage1.h earlier so that _GNU_SOURCE and strndup are defined
Olivier Blin
2007-08-27
1
-1
/
+2
*
use alloca
Olivier Blin
2007-08-27
1
-2
/
+3
*
fix allocated size for modules list (oops)
Olivier Blin
2007-08-27
1
-2
/
+2
*
reorganize code
Olivier Blin
2007-08-27
1
-42
/
+40
*
indent
Olivier Blin
2007-08-27
1
-15
/
+15
*
allow debug mode to go further when loading modules
Olivier Blin
2007-08-27
1
-6
/
+3
*
ask loading modules from /modules if needed
Olivier Blin
2007-08-27
1
-7
/
+15
*
remove kernel 2.4->2.6 module map, we don't use module names from pcitable an...
Olivier Blin
2007-08-21
1
-36
/
+5
*
keep module in dependencies list even if it has no dependencies (to keep trac...
Olivier Blin
2007-08-21
1
-4
/
+0
*
convert module name to filename before loading it (using modules.dep to get f...
Olivier Blin
2007-08-21
1
-2
/
+19
*
rename name as modname in module_deps_elem struct
Olivier Blin
2007-08-21
1
-4
/
+4
*
- move parameters functions in params.c
Olivier Blin
2007-07-05
1
-0
/
+1
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-25
1
-163
/
+22
*
- merge update_modules stuff in third-party module
Olivier Blin
2005-03-16
1
-66
/
+0
*
add a dhcp-client built using mdk-stage1 code
Pascal Rigaux
2005-01-31
1
-0
/
+9
*
only prompt for "Additional Drivers floppy" for network
Pascal Rigaux
2005-01-28
1
-0
/
+5
*
don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets a...
Pascal Rigaux
2005-01-28
1
-1
/
+4
*
create unset_automatic()
Pascal Rigaux
2004-12-20
1
-2
/
+2
*
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
Pascal Rigaux
2004-11-04
1
-1
/
+7
*
cleanup code using kernel_module_extension()
Pascal Rigaux
2004-11-04
1
-8
/
+7
*
MandrakeSoft -> Mandrakesoft
Pascal Rigaux
2004-07-20
1
-1
/
+1
*
stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf
Pascal Rigaux
2004-07-01
1
-1
/
+1
*
blank.img has been removed, so remove special code handling it
Pascal Rigaux
2004-05-03
1
-11
/
+1
*
support automatic installs even when needing the additional drivers floppy
Guillaume Cottenceau
2004-02-18
1
-2
/
+12
*
support 2.6 insmoding for expert third party modules and loading named modules
Guillaume Cottenceau
2004-02-17
1
-17
/
+26
*
try to detect regular floppy drives
Guillaume Cottenceau
2004-02-12
1
-3
/
+0
*
use floppy_device rather than /dev/fd0 because we now support usb floppies as...
Guillaume Cottenceau
2004-02-10
1
-2
/
+2
*
differentiate no floppy disk in driver or ext2 fs
Guillaume Cottenceau
2004-02-03
1
-2
/
+5
*
don't forget to umount additional drivers floppy after successful copy of mod...
Guillaume Cottenceau
2004-01-26
1
-0
/
+1
*
better do 2.4->2.6 compat module alias as soon as possible to display correct...
Guillaume Cottenceau
2004-01-22
1
-37
/
+40
*
until we haven't loaded the usb interface and the keyboard usb driver, we can...
Guillaume Cottenceau
2004-01-22
1
-12
/
+12
*
when checking for modules already loaded, be sure to check for the real name
Guillaume Cottenceau
2004-01-22
1
-1
/
+2
*
ensure insmod will try to access correct filename according to 2.4->2.6 compa...
Guillaume Cottenceau
2004-01-22
1
-3
/
+1
*
really display filename when "error reading" a file to insmod in 2.6
Guillaume Cottenceau
2004-01-22
1
-1
/
+1
*
nice kernel guys like to change modules names for no reasons when they have a...
Guillaume Cottenceau
2004-01-22
1
-1
/
+30
*
add capability to use an additional drivers floppy
Guillaume Cottenceau
2004-01-21
1
-12
/
+66
*
network_gigabit_usb doesn't exist anymore
Guillaume Cottenceau
2004-01-21
1
-1
/
+1
*
2.6 kernel support
Guillaume Cottenceau
2003-12-18
1
-4
/
+70
*
don't log anything when module is already present
Guillaume Cottenceau
2003-10-30
1
-0
/
+3
*
fix myself sux: don't unconditionnally fgets /proc/modules, because fopen
Guillaume Cottenceau
2003-03-14
1
-8
/
+9
*
hd_usb.img -> hdcdrom_usb.img
Guillaume Cottenceau
2003-02-28
1
-1
/
+1
*
fake support the firewire in stage1 (as if it were usb ;p)
Guillaume Cottenceau
2002-09-05
1
-1
/
+1
*
compile with -W
Guillaume Cottenceau
2002-07-03
1
-2
/
+6
*
suggest other.img in file-not-found-in-archive (sugg David Faure
Guillaume Cottenceau
2002-01-14
1
-1
/
+1
*
fpons is a sucking chief
Guillaume Cottenceau
2001-12-04
1
-3
/
+1
*
fixed gégé sucking.
Francois Pons
2001-12-04
1
-0
/
+2
[next]