2003/08/05 François Pons <fpons at mandrakesoft.com>
* pkgs.pm: checking transaction allow ordering them ;-)
make default size of transaction to 13 (?) and avoid rpm ordering which
seems
nasty at present (missing configuration read ?).
fixed ordering of packages.
fixed otherOnly for package selection not correctly updated (according
to
changes in perl-URPM).
* install2.pm: added discovery and download meta_class facility in VERSION
file.
2003/08/05 Guillaume Cottenceau <gc at mandrakesoft.com>
* drakxtools.spec: commit titi's requested typos changes
* ftp.pm: revert my bad change
2003/08/05 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: do not invert Ok/Cancel for mdk 9.2 (per IHM team request)
remove stock icons (per IHM team request)
* interactive/gtk.pm, standalone/mousedrake, standalone/drakconnect,
standalone/draksec, standalone/drakperm, diskdrake/hd_gtk.pm,
standalone/net_monitor, standalone/drakbackup, standalone/harddrake2,
standalone/drakgw, standalone/drakbug, standalone/drakboot,
Xconfig/resolution_and_depth.pm, Xconfig/main.pm, standalone/logdrake,
standalone/drakfloppy, services.pm, standalone/drakfont: remove stock
icons (per IHM team request)
2003/08/05 Guillaume Cottenceau <gc at mandrakesoft.com>
* drakxtools.spec: commit titi's requested typos changes
2003/08/05 Guillaume Cottenceau <gc at mandrakesoft.com>
* drakxtools.spec: commit titi's requested typos changes
2003/08/04 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/08/04 François Pons <fpons at mandrakesoft.com>
* pkgs.pm: added log.
updated with newer perl-URPM
2003/08/04 Guillaume Cottenceau <gc at mandrakesoft.com>
* ftp.pm: don't have two / in the urpmi url or it seems it causes problems
for some people (some ftp servers? wget/curl? proxy? no sé..)
* drakxtools.spec: 9.2-0.27mdk
* ugtk2.pm: fix not possible to select with mouse anymore (rpmdrake etc)
revert "use checkboxes instead of icons"
2003/08/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sr.po, share/po/sq.po, share/po/mt.po, share/po/sr@Latn.po,
share/po/nb.po, share/po/hr.po, share/po/be.po, share/po/sv.po,
share/po/vi.po, share/po/fi.po, share/po/ru.po, share/po/eo.po,
share/po/sl.po, share/po/el.po, share/po/bg.po, share/po/gl.po,
share/po/DrakX.pot, share/po/az.po, share/po/bs.po, share/po/eu.po,
share/po/pt.po, share/po/zh_TW.po, share/po/tr.po, share/po/sk.po,
share/po/ar.po, share/po/it.po, share/po/af.po, share/po/ga.po,
share/po/da.po, share/po/ta.po, share/po/lt.po, share/po/id.po,
share/po/ko.po, share/po/cy.po, share/po/is.po, share/po/tg.po,
share/po/fa.po, share/po/uz@Cyrl.po, share/po/pt_BR.po, share/po/pl.po,
share/po/nl.po, share/po/lv.po, share/po/cs.po, share/po/th.po,
share/po/ca.po, share/po/ro.po, share/po/ja.po, share/po/zh_CN.po,
share/po/es.po, share/po/uz.po, share/po/hu.po, share/po/wa.po,
share/po/fr.po, share/po/de.po: updated pot file
* share/po/he.po: updated Hebrew file
updated pot file
* share/po/et.po: updated Estonian file
updated pot file
* share/po/uk.po: updated Ukrainian file
updated pot file
* keyboard.pm: removed bad keyboard from list for Swedish;
* lang.pm: removed 'xh_ZA' in double in @locales
updated list of available locales
2003/08/04 Pixel <pixel at mandrakesoft.com>
* any.pm: fix ask_window_manager_to_logout for gnome
* ugtk2.pm: don't export destroy_window(), this function doesn't exist!
(thanks to perl_checker)
perl_checker compliance
disable selecting text and popping the contextual menu
(GUI team says it's *horrible* to be able to do select text!)
* drakxtools.spec: gc: commit pixel's 9.2-0.26mdk changelog diff (pixel
sux)
2003/08/04 tpittich
* share/po/sk.po: updated slovak translation
2003/08/04 Warly <warly at mandrakesoft.com>
* share/logo-mandrake.png: Add new cooker logo for installation
2003/08/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po: Added Farsi file
2003/08/03 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: don't overwrite $o->{bootloader}{method} (much nicer for
auto_installs)
* install_steps_interactive.pm: more complete name for the setRootPassword
step: "Set root password and
network authentication methods" instead of simply "Set root password"
* interactive/gtk.pm: OptionMenus do not have an horizontal scroll-bar.
This can cause havoc for
long strings. So use combo box as we used to do in those cases
(eg: diskdrake Create dialog box in expert mode) (bug #4484)
* rescue/make_rescue_img: fix /sbin/insmod /sbin/rmmod and /sbin/lsmod
which were dead symlinks
(to /etc/alternatives/something)
* rescue/guessmounts:
- copy /etc/mtab to /mnt/etc/mtab to have a nice chrooted "mount" or
"df"
- some perl_checker compliance
2003/08/03 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Tool tips.
2003/08/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sv.po: updated Swedish file
2003/08/01 Pixel <pixel at mandrakesoft.com>
* install2.pm, install_steps.pm, network/smb.pm,
install_steps_interactive.pm:
- move write_smb_conf() from install_any to network::smb
- rename setAuthentication() to set_authentication()
- move the work of set_authentication() from install_any to any
- move the per-authentification kind questions from
install_steps_interactive::setRootPassword() to
any::ask_authentification_parameters()
- various cleanup in code prompting authentification questions
- call install_any::set_authentication() in
install_steps::setRootPassword()
instead of waiting for the installPackages step to be done
(since setRootPassword occurs *after* packages installation)
- don't call set_authentification() in install_steps::addUser()
(why was this done there??)
=> these changes will allow drakauth
* drakxtools.spec: re-adding with -kb
add drakauth
* Xconfig/xfreeX.pm, Xconfig/parse.pm, Xconfig/xfree4.pm,
Xconfig/xfree3.pm: => do as Chris Picton suggested
Chris Picton said (nearly one year ago :-/) :
I have found the need for many low res screen resolutions for such
thingas as movie playing, xmame, etc.
The method XFdrake uses to enable modes is to enumerate each mode in the
XF86Config file. For example (a newly created file):
Subsection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
It would be better (at least under XFree 4, which automatically provides
resoltions from the monitor, if it is capable), to not limit the modes
provided to the user
If I use instead, the following:
Subsection "Display"
Depth 24
Virtual 1280 960
EndSubsection
My maximum mode is exactly the same as before, but I have many more low
resolution modes.
* any.pm, install_any.pm:
- move write_smb_conf() from install_any to network::smb
- rename setAuthentication() to set_authentication()
- move the work of set_authentication() from install_any to any
- move the per-authentification kind questions from
install_steps_interactive::setRootPassword() to
any::ask_authentification_parameters()
- various cleanup in code prompting authentification questions
- call install_any::set_authentication() in
install_steps::setRootPassword()
instead of waiting for the installPackages step to be done
(since setRootPassword occurs *after* packages installation)
- don't call set_authentification() in install_steps::addUser()
(why was this done there??)
=> these changes will allow drakauth
use $::prefix
* standalone/drakauth, Makefile.config: add drakauth
* pixmaps/langs/lang-ku.png, pixmaps/langs/lang-uz@Cyrl.png,
pixmaps/langs/lang-gu.png, pixmaps/langs/lang-zu.png,
pixmaps/langs/lang-sr@Latn.png, pixmaps/langs/lang-ne.png,
pixmaps/langs/lang-se.png, pixmaps/langs/lang-xh.png,
pixmaps/langs/lang-as.png, pixmaps/langs/lang-st.png,
pixmaps/langs/lang-li.png, pixmaps/langs/lang-ss.png,
pixmaps/langs/lang-ve.png, pixmaps/langs/lang-ml.png: re-adding with -kb
removing for re-adding with -kb
2003/08/01 Frederic Crozat <fcrozat at mandrakesoft.com>
* share/rpmsrate: Add gnome calculator and charmap
2003/08/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/zh_CN.po: updated Chinese file
* lang.pm: Added some more languages to the list;
defined kde fonts for some languages
* pixmaps/langs/lang-zu.png, pixmaps/langs/lang-te.png,
pixmaps/langs/lang-mr.png, pixmaps/langs/lang-uz@Cyrl.png,
pixmaps/langs/lang-ss.png, pixmaps/langs/lang-xh.png,
pixmaps/langs/lang-sr@Latn.png, pixmaps/langs/lang-se.png,
pixmaps/langs/lang-ku.png, pixmaps/langs/lang-ml.png,
pixmaps/langs/lang-ne.png, pixmaps/langs/lang-as.png,
pixmaps/langs/lang-li.png, pixmaps/langs/lang-st.png,
pixmaps/langs/lang-ve.png, pixmaps/langs/lang-gu.png,
pixmaps/langs/lang-uz.png: New/updated images with language names
* share/po/et.po: updated po file
* share/rpmsrate: Added locale->fonts-* dependencies
2003/08/01 Pixel <pixel at mandrakesoft.com>
* .perl_checker: printer::printerdrake is not perl_checker compliant,
don't pretend it is!
* standalone/draksec: perl_checker compliance
* Makefile: s/head -1/head -n 1/
(am i the only one who thinks changing head's usage is really stupid?
well...)
* diskdrake/smbnfs_gtk.pm: instead of removing the "Search servers" button
when the search is over, keep
it to allow searching for new servers (the label is changed from "Search
servers" to "Search new servers") (bug #4297)
* install_any.pm, any.pm:
- move write_smb_conf() from install_any to network::smb
- rename setAuthentication() to set_authentication()
- move the work of set_authentication() from install_any to any
- move the per-authentification kind questions from
install_steps_interactive::setRootPassword() to
any::ask_authentification_parameters()
- various cleanup in code prompting authentification questions
- call install_any::set_authentication() in
install_steps::setRootPassword()
instead of waiting for the installPackages step to be done
(since setRootPassword occurs *after* packages installation)
- don't call set_authentification() in install_steps::addUser()
(why was this done there??)
=> these changes will allow drakauth
use $::prefix
* interactive/gtk.pm: don't warn when label is used with no text for boot
entries
(i want titi's explaination on this first)
* Xconfig/card.pm: Intel drivers don't need DontVTSwitch anymore (dixit
Arnaud de Lorbeau)
* drakxtools.spec, standalone/drakauth, Makefile.config: add drakauth
* install_steps_interactive.pm, install2.pm, install_steps.pm,
network/smb.pm:
- move write_smb_conf() from install_any to network::smb
- rename setAuthentication() to set_authentication()
- move the work of set_authentication() from install_any to any
- move the per-authentification kind questions from
install_steps_interactive::setRootPassword() to
any::ask_authentification_parameters()
- various cleanup in code prompting authentification questions
- call install_any::set_authentication() in
install_steps::setRootPassword()
instead of waiting for the installPackages step to be done
(since setRootPassword occurs *after* packages installation)
- don't call set_authentification() in install_steps::addUser()
(why was this done there??)
=> these changes will allow drakauth
* ugtk2.pm: replace signal_disconnect with signal_handler_disconnect
(needed for perl-gtk2-xs)
* Xconfig/xfree4.pm, Xconfig/xfree3.pm, Xconfig/xfreeX.pm,
Xconfig/parse.pm: => do as Chris Picton suggested
Chris Picton said (nearly one year ago :-/) :
I have found the need for many low res screen resolutions for such
thingas as movie playing, xmame, etc.
The method XFdrake uses to enable modes is to enumerate each mode in the
XF86Config file. For example (a newly created file):
Subsection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
It would be better (at least under XFree 4, which automatically provides
resoltions from the monitor, if it is capable), to not limit the modes
provided to the user
If I use instead, the following:
Subsection "Display"
Depth 24
Virtual 1280 960
EndSubsection
My maximum mode is exactly the same as before, but I have many more low
resolution modes.
2003/07/31 François Pons <fpons at mandrakesoft.com>
* rescue/tree/etc/oem: make oem-all by default (obsoleted previous oem)
* install_steps.pm: added redo of initrd files for oem changes to take
effects for bootsplash...
fixed /usr/share/bootsplash directory not created for images.
apply oem image modification to bootsplash too.
2003/07/31 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sv.po: updated pot file
updated Swedish file
* share/po/ru.po, share/po/et.po, share/po/cy.po, share/po/ca.po,
share/po/ja.po, share/po/tg.po, share/po/pt_BR.po, share/po/ar.po,
share/po/lt.po, share/po/id.po, share/po/eo.po, share/po/be.po,
share/po/af.po, share/po/sq.po, share/po/he.po, share/po/az.po,
share/po/ta.po, share/po/uk.po, share/po/sk.po, share/po/it.po,
share/po/ro.po, share/po/pt.po, share/po/es.po, share/po/ko.po,
share/po/bs.po, share/po/sr@Latn.po, share/po/lv.po, share/po/bg.po,
share/po/DrakX.pot, share/po/sr.po, share/po/el.po, share/po/nb.po,
share/po/zh_TW.po, share/po/sl.po, share/po/th.po, share/po/hu.po,
share/po/cs.po, share/po/ga.po, share/po/is.po, share/po/uz@Cyrl.po,
share/po/gl.po, share/po/pl.po, share/po/fr.po, share/po/eu.po,
share/po/de.po, share/po/da.po, share/po/tr.po, share/po/nl.po,
share/po/vi.po, share/po/wa.po, share/po/hr.po, share/po/zh_CN.po,
share/po/fi.po, share/po/mt.po, share/po/uz.po: updated pot file
2003/07/31 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec:
- drakxtools-newt must not require perl(interactive::gtk) or
perl(ugtk2)
- only drakbackup require perl(Net::FTP) & perl(Time::localtime), i
don't want
this require for all drakxtools. What about moving drakbackup to a
separate
package?
* bootloader.pm: use "splash=silent" instead of "quiet".
kernel messages will still be written, but will be hidden (can be seen
if
pressing F2 or escape at boot time)
2003/07/31 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: UI issues from cooker list. Push help off to
drakhelp.
2003/07/30 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/07/30 François Pons <fpons at mandrakesoft.com>
* interactive/gtk.pm: removed ugly code for scrollbars as pixel has fixed
it now.
* ugtk2.pm: intermediate commit to completely broken ugtk2 for handling
tree, in order for
gc or pixel to fix this...
* pkgs.pm: allow testing locally, should not avoid pkgs to work in real
place.
* install_steps_interactive.pm: removed remaining code of eval (eq nop).
remove eval around choosePackagesTree as it display something even if it
doesn't run...
2003/07/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cs.po, share/po/he.po, share/po/sq.po: updated Albanian, Czech
and Hebrew files
2003/07/30 Pixel <pixel at mandrakesoft.com>
* network/network.pm: revert to 1.129:
it's no good removing " (using module ...)" from {DEVICE} field, it's
much
better not having it in the first place. See network/ethernet.pm v1.81
for
the real fix
* install_steps.pm: Aurora doesn't exist anymore (and it's been that way
for quite a few time)
* network/ethernet.pm: fix typo (thanks to perl_checker)
cleanup (especially ensure $interface is not something like "eth0 (using
module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change)
* timezone.pm:
- cleanup
- add pool.ntp.org (and make it the default) (cf bug #4197)
* install_steps_gtk.pm: ensure "No details" is displayed instead of
"Details" when beginning a new
package installation round and "No details" was pressed in previous
round
* any.pm: perl_checker compliance
- cleanup debug code
- use read_gnomekderc & update_gnomekderc instead of getVarsFromSh &
substInFile
allow other=/dev/fd0 (bug #4405)
* Xconfig/test.pm:
- move from perl-GTK2 to perl-Gtk2
- fix an old weird typo
* install_steps_interactive.pm: fix typo
- cleanup
- add pool.ntp.org (and make it the default) (cf bug #4197)
2003/07/29 Frederic Crozat <fcrozat at mandrakesoft.com>
* share/rpmsrate: Add vera font by default
2003/07/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/DrakX.pot, share/po/wa.po, share/po/da.po, share/po/zh_CN.po,
share/po/uz@Cyrl.po, share/po/sk.po, share/po/uz.po: updated pot file
2003/07/29 Pixel <pixel at mandrakesoft.com>
* docs/README: remove some really obsolete doc
* fsedit.pm: re-export %fsedit::suggestions as needed (why did titi my-ed
it?) (fixes bug #4298)
* install2.pm: use formatError for the error message occuring when
auto_install.cfg is bad
* drakxtools.spec: there is no good url for drakxtools, but at least don't
give a broken one!
(thanks to Raul Dias)
* ugtk2.pm: labels are not able to correctly handle long texts, so
rollback to using
TextView instead.
For information on this pb:
- IHM team doesn't like TextView because the text can be selected, and
a
contextual menu is available
- IHM team doesn't like the difference between small text (using a
Label) and
longer text (using a TextView)
- Label can wrap automatically but not nicely (it doesn't use the full
width)
- Label can't wrap CJK text which have no spaces
Apart from this Label vs TextView pb, Titi only left some code which
takes
care of small text, causing the text to be wrapped using warp_text
(which is
not proportional font aware) and not using a scrolled window (causing
the
license to take more than the screen, the buttons disappearing at the
bottom
of the screen)
2003/07/28 François Pons <fpons at mandrakesoft.com>
* share/list.i386: moved mkfs.xfs
* rescue/list.i386: moved xfs files.
* rescue/list.ia64: moved xfs files (problably the same for ia64 ?).
* interactive/gtk.pm: make sure the split of message is done only in
install mode, as standalone has
no problem.
2003/07/28 Pixel <pixel at mandrakesoft.com>
* tools/ddcprobe/Makefile: we now need -lm to link
2003/07/28 tpittich
* share/po/sk.po: updated slovak translation
2003/07/26 keld
* share/po/da.po: small update
gi/perl-install/share/po/da.po
update!
soft/menudrake/po/da.po gi/perl-install/share/po/da.po
update
gi/perl-install/share/po/da.po
2003/07/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ja.po, share/po/uk.po: updated Japanese and Ukrainian files
2003/07/25 aginies
* pixmaps/drakcluster.png: new icon, without alpha-layer (unsupported
under 9.0)
2003/07/25 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: Updated Estonian file
updated pot file
* share/po/ru.po, share/po/cy.po, share/po/ca.po, share/po/ja.po,
share/po/tg.po, share/po/pt_BR.po, share/po/ar.po, share/po/lt.po,
share/po/id.po, share/po/eo.po, share/po/be.po, share/po/af.po,
share/po/sq.po, share/po/he.po, share/po/az.po, share/po/ta.po,
share/po/uk.po, share/po/sk.po, share/po/it.po, share/po/ro.po,
share/po/pt.po, share/po/es.po, share/po/ko.po, share/po/bs.po,
share/po/sr@Latn.po, share/po/lv.po, share/po/bg.po, share/po/DrakX.pot,
share/po/sr.po, share/po/el.po, share/po/nb.po, share/po/zh_TW.po,
share/po/sv.po, share/po/sl.po, share/po/th.po, share/po/hu.po,
share/po/cs.po, share/po/ga.po, share/po/is.po, share/po/uz@Cyrl.po,
share/po/gl.po, share/po/pl.po, share/po/fr.po, share/po/eu.po,
share/po/de.po, share/po/da.po, share/po/tr.po, share/po/nl.po,
share/po/vi.po, share/po/wa.po, share/po/hr.po, share/po/zh_CN.po,
share/po/fi.po, share/po/mt.po, share/po/uz.po: updated pot file
2003/07/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 9.2-0.24mdk
9.2-0.24mdk: work in progress
* ugtk2.pm: work in progress (follow interface team recommendation) : use
checkboxes instead of ugly icon
inconsistent (aka semi-selected) state still need working
install caller must be fixed like rpmdrake is
* standalone/drakbug: use std button layout
use option menus instead of combos in on interface team request
* standalone/drakperm: fix crash on adding new permission
2003/07/24 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Update
2003/07/24 Frederic Lepied <flepied at mandrakesoft.com>
* share/rpmsrate: removed ncompress (contrib)
2003/07/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakboot: hide splash screen section for now on ihm team
request
* standalone/net_monitor:
- use option menus instead of combos
- fix crash on profile change due to netconnect api change
* harddrake/sound.pm: fix #4258
* standalone/logdrake: upcase label
* security/l10n.pm: describe
* security/help.pm: better help
- filter dumb characters
- strip help from internal msec doc so that it better fit end user
* share/po/fr.po: update
one more typo (still fabrice)
typo fix (spoted by Fabrice Facorat)
follow english case
* interactive/gtk.pm: if the callee explicitely want to force the user to
pick sg from a
fixed set of options, the right widget to use is an OptionMenu rather
than a Combo (see ugtk2 r1.141 log and ugtk2::Gtk2::OptionMenu
sub-module)
* standalone/drakperm: since we've replace save "button" by "ok", exit the
tool after saving the preferences
fix tree filling
- ugtk2-ize dialog construction
- fix tip setting
localize level option menu
settings dialog:
- localize all fields
- add tips for all check boxes
use stock icons on rule toolbar
make label be undserstandable
upcase various widget texts (still have to localize settings dialog
fields though)
simplify (un|)sensitive property setting of the list
use option menus instead of combos in settings dialog too
use stock icons and std button layout in settings dialog
use option menus instead of combos
* drakxtools.spec: bump perl-Gtk2 requires in order to fix drakfont bug
with utf8 file
names
9.2-0.23mdk
draksec: requires a non broken msec
9.2-0.22mdk
* standalone/mousedrake: use std button layout
* standalone/draksec: restore help for msec checks
* standalone/drakconnect: remove nonsense expert button
- (configure_lan) directly use global variables
- double click on ethernet lines run lan config dialog
2003/07/23 Daouda Lo <daouda at mandrakesoft.com>
* standalone/drakhelp:
- ru, de and it have no specific drakxtools help packages. Default to
english
- retest $$path to see if the page exists.
- don't launch browser unless help page exists.
2003/07/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/he.po: fixed "arrows"
* share/po/uz@Cyrl.po, share/po/uz.po: Added Uzbek cyrillic file
2003/07/23 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix catalog restore for perl-Gtk2
Fix rsync behavior - broken in perl_checker fixes
Fix wildcard_to_tarfile
2003/07/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* any.pm: new autologin scheme (spec87): directly configure display
manager
* drakxtools.spec: log drakfont fixes
9.2-0.21mdk
* standalone/drakboot: we do not need anymore autologin (spec87)
* standalone/drakfont: fix #1679 & #3673
2003/07/22 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/07/22 François Pons <fpons at mandrakesoft.com>
* install_gtk.pm: fixed titi sucks (as usually as he never tests nor
checks what he is writing).
* standalone.pm: avoid being clashed by signature checking when installing
packages,
need a better fix later.
* interactive/gtk.pm: tempory fix for title not having scroll bars (which
sounds reasonable ?), as the
size of the window is fixed the low part of the window is not visible.
titi who makes the portage to newer Gtk2 has not tested this (again, for
info).
2003/07/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
2003/07/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: last but not least ...
more unfuzzy
unfuzzy...
more french translation
better phrasing
* drakxtools.spec: first bits of 9.2-0.21mdk
9.2-0.20mdk
9.2-0.20mdk
* standalone/draksec: N_ON_E is of no use, NONE is
simplify and order vertically OptionMenus
* network/network.pm: fix fpons sucks (as usuall as he neither tests nor
care about bug
reports)
* standalone/drakconnect:
- fix "lan config" dialog where fields were not filled
- factorize some code in order to achieve it
* standalone/drakgw: disable service start/stop too in testing mode
do not install package in testing mode
no valid reason not to be able to go back at first step
fix going backward in the wizard at deepest stages
testing mode: enable to go some steps further when testing this tool
fix back step
2003/07/21 François Pons <fpons at mandrakesoft.com>
* install_steps_gtk.pm: avoid src package to be seen in tree.
* pkgs.pm: fixed setSelectedFromCompssList (updated with newer perl-URPM
interface),
more need to be done. maybe increased speed of unselectAllPackages.
2003/07/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ru.po, share/po/et.po, share/po/cy.po, share/po/ca.po,
share/po/ja.po, share/po/tg.po, share/po/pt_BR.po, share/po/ar.po,
share/po/lt.po, share/po/id.po, share/po/eo.po, share/po/be.po,
share/po/af.po, share/po/sq.po, share/po/he.po, share/po/az.po,
share/po/ta.po, share/po/uk.po, share/po/sk.po, share/po/it.po,
share/po/ro.po, share/po/pt.po, share/po/es.po, share/po/ko.po,
share/po/bs.po, share/po/sr@Latn.po, share/po/lv.po, share/po/bg.po,
share/po/DrakX.pot, share/po/sr.po, share/po/el.po, share/po/nb.po,
share/po/zh_TW.po, share/po/sv.po, share/po/sl.po, share/po/th.po,
share/po/hu.po, share/po/cs.po, share/po/ga.po, share/po/is.po,
share/po/gl.po, share/po/pl.po, share/po/fr.po, share/po/eu.po,
share/po/de.po, share/po/da.po, share/po/tr.po, share/po/nl.po,
share/po/vi.po, share/po/wa.po, share/po/hr.po, share/po/zh_CN.po,
share/po/fi.po, share/po/mt.po, share/po/uz.po: updated pot file
2003/07/21 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect: mcc view: add an help button (and ugtk2-ize main
window buttons btw)
* network/netconnect.pm: add a hint if we never restore profiles feature
do not gratuitously waste space
if we really want the type connection to be translated by translate()
call in
step_2, we should mark it as translatable for gettext somewhere ...
fix final success message:
- fix join usage
- fix gtk frontend detection
do not loop if one refuse to save changes, just skip the save step
keep user changes on back step
fix no previous button when using ask_okcancel() in wizard mode due to
*very*
ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm
anyway, the whole pre_func() idea was totally dumb
it now looks a little cleaner
making all main configuration callbacks having the same prototype and
name
would enable further cleanups (direct call to
network::$net_module{$type}::configure(...);)
* standalone/harddrake2: add hints for translators
workaround buggy gtk+-2.x that do not wrap textviews when realized
* standalone/diskdrake: provide some help access in standalone mode
* network/network.pm: dhcp host name cannot be set if one want to get it
from dhcp server
* drakxtools.spec: 9.2-0.19mdk
* standalone/draksec: add hints for translators
make 1st tab title somewhat clearer
fix infamous "when embedded draksec can be enlarged but never shrink
back"
one should not be able to set syadmin when no reports
- describe all security levels
- make it clean than security admin is not a security level
- colorize security levels names
- use a label instead of textview
2003/07/21 François Pons <fpons at mandrakesoft.com>
* install_steps_gtk.pm: avoid src package to be seen in tree.
* pkgs.pm: fixed setSelectedFromCompssList (updated with newer perl-URPM
interface),
more need to be done. maybe increased speed of unselectAllPackages.
2003/07/21 François Pons <fpons at mandrakesoft.com>
* install_steps_gtk.pm: avoid src package to be seen in tree.
* pkgs.pm: fixed setSelectedFromCompssList (updated with newer perl-URPM
interface),
more need to be done. maybe increased speed of unselectAllPackages.
2003/07/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksec: fix checks loading
fix checks setting
fix config load
* drakxtools.spec: 9.2-0.18mdk
* security/msec.pm: sort functions & checks when writing configuration
2003/07/18 erwan
* pixmaps/drakcluster.png: new drakcluster icon from LN
2003/07/18 François Pons <fpons at mandrakesoft.com>
* Makefile: trying to follow the sucking of titi...
use perl-Gtk2 and perl-Glib files.
2003/07/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm: new binding returns a list intead of an array ref
* network/netconnect.pm: sync translation with stock item
* standalone/draksec: now that we display localized descriptions instead
of raw function
names, we've to sort the formers instead of sorting the laters
fix preferences loading & saving
* interactive/gtk.pm: only catch real wrong callees
* drakxtools.spec: add bug ref
first 9.2-0.17mdk bits
2003/07/17 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/07/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm: do not exit the whole app when one destroy a dialog
(_create_dialog) default is "as much as needed" size
perl_checker fixes
center_always is unuser-friendly
- ihm team said: always use labels, textview are stupid nonsenses
- fcrozat then said: labels have no wrapping problems with cjk and the
like
use stock items in wizards
* network/ethernet.pm: proxy configuration step: do not go back two steps
back on "previous"
click, but only one back
* standalone/drakconnect: adjust dialogs size
correctly align fields in "lan configuration" dialog
perl_checker fixes
center_always is unuser-friendly
fix internet gateway buttons layout
remove ugly icon
* network/network.pm: properly use checkboxes
* drakxtools.spec: one more bit for 0.16mdk
9.2-0.16mdk
frop gtk+1 requires
* network/netconnect.pm: fix usage of bool type in interactive: put the
text in the checkbox's
label instead of packing a standalone label *and* a checkbox with an
empty label
* interactive/gtk.pm: perl_checker fix
simplify with gtkshow()
intercept buggy callees/users of bool type that wrongly pass label
instead of text
2003/07/16 aginies
* fsedit.pm: now swap is before / on client node
2003/07/16 Pixel <pixel at mandrakesoft.com>
* commands.pm, swap.pm, Makefile: remove mkswap from commands.pm, so no
need anymore to have mkswap_ (the drawback is that the mkswap command
won't create the device anymore)
2003/06/06 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/Makefile: we're in cooker now
* share/logo-mandrake.png: cooker
2003/06/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* help.pm: "Country" -> "Country" . " / Region" in a few places still
missing that change
2003/06/06 Pixel <pixel at mandrakesoft.com>
* fs.pm: stricter regexp when looking /dev/xxx otherwise it is used also
for nfs names
and causes havoc
* standalone/fileshareset: fileshareset doesn't use MDK::Common
* any.pm: perl_checker compliance
* fsedit.pm: fix computeSize which took into account suggested partitions
on another drives
(which is especially bad for LVMs)
* network/nfs.pm:
- handle spaces in exported directories
- simplify using --no-headers when calling showmount
* common.pm, ugtk2.pm: ensure N() is not called before ugtk2 is
initialised, otherwise
the gettext is not forced to utf8
* diskdrake/interactive.pm: fix typos + perl_checker fixes
* standalone.pm: don't use N() so early
(beware, this removes translation, some translate() calls must be
added!)
2003/06/05 Guillaume Cottenceau <gc at mandrakesoft.com>
* Makefile: fix install crashed X server because /usr/bin/true was no more
available :/
2003/06/05 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/Makefile.common: fix build with new gcc
* fs.pm: make perl_checker a happy bot
don't use description of fstab options from manpage mount(8), inline
them in the source
2003/06/05 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Bug 3647 - Chinese translations. More
perl_checker fixes.
2003/06/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/v4l.pm: support more tuners and tv cards
2003/06/04 François Pons <fpons at mandrakesoft.com>
* rescue/list: updated with rpm 4.2.
* tools/updatehdlist: update only RPMS1 and RPMS2 to keep other package in
RPMS3.
* tools/syncrpms: avoid updating kernel-BOOT (as kernel-BOOT of cooker is
pure shit).
* install_steps_gtk.pm: allow X server to use :9 (:1 seems to not working
?) and disable access control
(no clients can connect by default).
* pkgs.pm: updated for newer perl-URPM (0.90 series).
2003/06/04 gbeauchesne
* mdk-stage1/dietlibc/include/termio.h,
mdk-stage1/dietlibc/i386/sendmsg.S, mdk-stage1/dietlibc/i386/asin.S,
mdk-stage1/dietlibc/libpthread/pthread_flockfile.c,
mdk-stage1/dietlibc/ia64/__longjmp.S, mdk-stage1/dietlibc/i386/strcmp.S,
mdk-stage1/dietlibc/libcruft/scan_ulong.c,
mdk-stage1/dietlibc/libdl/_dl_relocate.c,
mdk-stage1/dietlibc/i386/stpcpy.S, mdk-stage1/dietlibc/i386/ltostr.S,
mdk-stage1/dietlibc/libugly/utent.c, mdk-stage1/dietlibc/i386/connect.S,
mdk-stage1/dietlibc/i386/atan2.S,
mdk-stage1/dietlibc/syscalls.s/mlock.S,
mdk-stage1/dietlibc/ppc/syscalls.h, mdk-stage1/dietlibc/lib/__ptrace.c,
mdk-stage1/dietlibc/libstdio/scanf.c, mdk-stage1/dietlibc/i386/memcmp.S,
mdk-stage1/dietlibc/include/stdarg-cruft.h,
mdk-stage1/dietlibc/i386/fmod.S, mdk-stage1/dietlibc/i386/strrchr.S,
mdk-stage1/dietlibc/libcruft/bzero.c,
mdk-stage1/dietlibc/syscalls.s/sendfile64.S,
mdk-stage1/dietlibc/libugly/iconv.c,
mdk-stage1/dietlibc/libugly/getprotobyname.c,
mdk-stage1/dietlibc/include/asm/types.h,
mdk-stage1/dietlibc/i386/accept.S,
mdk-stage1/dietlibc/include/sys/fsuid.h,
mdk-stage1/dietlibc/syscalls.s/ftruncate64.S,
mdk-stage1/dietlibc/x86_64/socket.S,
mdk-stage1/dietlibc/libcruft/gethostbyaddr2_r.c,
mdk-stage1/dietlibc/lib/llabs.c, mdk-stage1/dietlibc/i386/memccpy.S,
mdk-stage1/dietlibc/libugly/getservbyname.c,
mdk-stage1/dietlibc/include/write12.h, mdk-stage1/dietlibc/i386/bind.S,
mdk-stage1/dietlibc/x86_64/listen.S,
mdk-stage1/dietlibc/alpha/errlist.S,
mdk-stage1/dietlibc/libcruft/setlocale.c,
mdk-stage1/dietlibc/x86_64/msgctl.S,
mdk-stage1/dietlibc/syscalls.s/setfsuid.S,
mdk-stage1/dietlibc/lib/tcflow.c,
mdk-stage1/dietlibc/syscalls.s/geteuid32.S,
mdk-stage1/dietlibc/libcruft/scandir.c,
mdk-stage1/dietlibc/syscalls.s/getuid32.S,
mdk-stage1/dietlibc/include/asm/ia64-sigcontext.h,
mdk-stage1/dietlibc/libcruft/getusershell.c,
mdk-stage1/dietlibc/i386/floor.S,
mdk-stage1/dietlibc/syscalls.s/alarm.S,
mdk-stage1/dietlibc/ia64/utime.S, mdk-stage1/dietlibc/x86_64/mmap.S,
mdk-stage1/dietlibc/ia64/README, mdk-stage1/dietlibc/libcruft/tmpnam.c,
mdk-stage1/dietlibc/libm/acosh.c,
mdk-stage1/dietlibc/libcruft/alphasort64.c,
mdk-stage1/dietlibc/syscalls.s/fchown32.S,
mdk-stage1/dietlibc/libcruft/getopt_long_only.c,
mdk-stage1/dietlibc/syscalls.s/munlock.S,
mdk-stage1/dietlibc/ppc/clone.S, mdk-stage1/dietlibc/libcruft/pwbuf.c,
mdk-stage1/dietlibc/i386/getpeername.S,
mdk-stage1/dietlibc/ia64/clone.S, mdk-stage1/dietlibc/x86_64/setjmp.S,
mdk-stage1/dietlibc/libpthread/pthread_fgetc.c,
mdk-stage1/dietlibc/ia64/listen.S,
mdk-stage1/dietlibc/include/net/if_ether.h,
mdk-stage1/dietlibc/lib/strtof.c,
mdk-stage1/dietlibc/x86_64/Makefile.add,
mdk-stage1/dietlibc/lib/errlistu.c,
mdk-stage1/dietlibc/libstdio/vfscanf.c,
mdk-stage1/dietlibc/syscalls.s/create_module.S,
mdk-stage1/dietlibc/alpha/syscalls.h,
mdk-stage1/dietlibc/x86_64/unified.S, mdk-stage1/dietlibc/lib/write12.c,
mdk-stage1/dietlibc/lib/__stime.c,
mdk-stage1/dietlibc/include/netpacket/packet.h,
mdk-stage1/dietlibc/i386/poly.S, mdk-stage1/dietlibc/libugly/netent.c,
mdk-stage1/dietlibc/ia64/msgrcv.S,
mdk-stage1/dietlibc/libcruft/seteuid.c,
mdk-stage1/dietlibc/syscalls.s/delete_module.S,
mdk-stage1/dietlibc/ia64/pipe.S, mdk-stage1/dietlibc/libcruft/setegid.c,
mdk-stage1/dietlibc/libpthread/pthread_getschedparam.c,
mdk-stage1/dietlibc/include/linux/nfs.h,
mdk-stage1/dietlibc/libugly/gai_strerror.c,
mdk-stage1/dietlibc/i386/rint.S,
mdk-stage1/dietlibc/include/asm/arm-sigcontext.h,
mdk-stage1/dietlibc/lib/ipv6constants.c,
mdk-stage1/dietlibc/lib/sigpending.c,
mdk-stage1/dietlibc/i386/syscalls.h,
mdk-stage1/dietlibc/include/float.h, mdk-stage1/dietlibc/i386/hypot.S,
mdk-stage1/dietlibc/i386/cosh.S, mdk-stage1/dietlibc/x86_64/semop.S,
mdk-stage1/dietlibc/libugly/strndup.c, mdk-stage1/dietlibc/libm/erf.c,
mdk-stage1/dietlibc/lib/memmem.c,
mdk-stage1/dietlibc/syscalls.s/setregid32.S,
mdk-stage1/dietlibc/libcruft/tempnam.c,
mdk-stage1/dietlibc/libcompat/syscall.S,
mdk-stage1/dietlibc/x86_64/recvfrom.S,
mdk-stage1/dietlibc/lib/strtold.c,
mdk-stage1/dietlibc/syscalls.s/setfsgid32.S,
mdk-stage1/dietlibc/libcruft/herror.c,
mdk-stage1/dietlibc/libcruft/bcopy.c,
mdk-stage1/dietlibc/libcruft/__parse_ws.c,
mdk-stage1/dietlibc/i386/sendto.S, mdk-stage1/dietlibc/ia64/sendmsg.S,
mdk-stage1/dietlibc/i386/sleep.S, mdk-stage1/dietlibc/i386/shutdown.S,
mdk-stage1/dietlibc/libugly/getservent.c,
mdk-stage1/dietlibc/libugly/putpwent.c, mdk-stage1/dietlibc/libm/sinh.c,
mdk-stage1/dietlibc/libcruft/getspent_r.c,
mdk-stage1/dietlibc/i386/send.S, mdk-stage1/dietlibc/ia64/msgget.S,
mdk-stage1/dietlibc/libcruft/killpg.c,
mdk-stage1/dietlibc/x86_64/__testandset.S,
mdk-stage1/dietlibc/syscalls.s/rt_sigqueueinfo.S,
mdk-stage1/dietlibc/libstdio/fsetpos.c,
mdk-stage1/dietlibc/i386/isleap.S, mdk-stage1/dietlibc/i386/PIC.h,
mdk-stage1/dietlibc/syscalls.s/rt_sigtimedwait.S,
mdk-stage1/dietlibc/lib/tcsendbreak.c,
mdk-stage1/dietlibc/x86_64/shmat.S,
mdk-stage1/dietlibc/libcruft/dnscruft3.c,
mdk-stage1/dietlibc/libugly/difftime.c,
mdk-stage1/dietlibc/libstdio/ftello.c,
mdk-stage1/dietlibc/x86_64/sendto.S,
mdk-stage1/dietlibc/x86_64/syscalls.h, mdk-stage1/dietlibc/ia64/send.S,
mdk-stage1/dietlibc/ia64/bind.S, mdk-stage1/dietlibc/x86_64/shmctl.S,
mdk-stage1/dietlibc/libcruft/clock.c,
mdk-stage1/dietlibc/syscalls.s/settimeofday.S,
mdk-stage1/dietlibc/libugly/protoent_buf.c,
mdk-stage1/dietlibc/libstdio/fgetpos.c,
mdk-stage1/dietlibc/libugly/getprotobynumber_r.c,
mdk-stage1/dietlibc/sparc/strlen.S,
mdk-stage1/dietlibc/lib/sigprocmask.c,
mdk-stage1/dietlibc/ia64/__nice.c,
mdk-stage1/dietlibc/syscalls.s/mmap2.S, mdk-stage1/dietlibc/i386/sqrt.S,
mdk-stage1/dietlibc/i386/strlen.S, mdk-stage1/dietlibc/ia64/shmget.S,
mdk-stage1/dietlibc/x86_64/bind.S,
mdk-stage1/dietlibc/syscalls.s/setreuid32.S,
mdk-stage1/dietlibc/include/net/ethernet.h,
mdk-stage1/dietlibc/include/linux/eventpoll.h,
mdk-stage1/dietlibc/syscalls.s/errlist.S,
mdk-stage1/dietlibc/i386/getenv.S, mdk-stage1/dietlibc/libm/bessel.c,
mdk-stage1/dietlibc/libm/ipow.c, mdk-stage1/dietlibc/libm/atanh.c,
mdk-stage1/dietlibc/libstdio/fdglue2.c,
mdk-stage1/dietlibc/libcruft/getgrent_r.c,
mdk-stage1/dietlibc/i386/strcpy.S,
mdk-stage1/dietlibc/include/linux/types.h,
mdk-stage1/dietlibc/include/asm/ppc-sigcontext.h,
mdk-stage1/dietlibc/libugly/unlockpt.c,
mdk-stage1/dietlibc/ia64/unified.S,
mdk-stage1/dietlibc/libugly/freeaddrinfo.c,
mdk-stage1/dietlibc/libcruft/getpwuid_r.c,
mdk-stage1/dietlibc/ia64/semget.S,
mdk-stage1/dietlibc/libcruft/hstrerror.c,
mdk-stage1/dietlibc/libcruft/grbuf.c,
mdk-stage1/dietlibc/sparc/syscalls.h,
mdk-stage1/dietlibc/libstdio/fseeko64.c,
mdk-stage1/dietlibc/libcruft/getgrnam_r.c,
mdk-stage1/dietlibc/i386/log.S, mdk-stage1/dietlibc/lib/sigsuspend.c,
mdk-stage1/dietlibc/ia64/getpeername.S,
mdk-stage1/dietlibc/i386/strncmp.S,
mdk-stage1/dietlibc/syscalls.s/setfsuid32.S,
mdk-stage1/dietlibc/syscalls.s/__pwrite.S,
mdk-stage1/dietlibc/ia64/shmdt.S, mdk-stage1/dietlibc/libm/rint.c,
mdk-stage1/dietlibc/libcruft/mktemp.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigsuspend.S,
mdk-stage1/dietlibc/libcruft/__end_parse.c,
mdk-stage1/dietlibc/syscalls.s/adjtimex.S,
mdk-stage1/dietlibc/i386/exp2.S,
mdk-stage1/dietlibc/libcruft/alphasort.c,
mdk-stage1/dietlibc/libugly/openpty.c,
mdk-stage1/dietlibc/profiling/monitor.c,
mdk-stage1/dietlibc/ia64/recv.S,
mdk-stage1/dietlibc/syscalls.s/getresgid32.S,
mdk-stage1/dietlibc/lib/atoll.c,
mdk-stage1/dietlibc/libcruft/getopt_long.c,
mdk-stage1/dietlibc/ia64/connect.S,
mdk-stage1/dietlibc/include/linux/loop.h,
mdk-stage1/dietlibc/alpha/sigaction.c,
mdk-stage1/dietlibc/libstdio/vfprintf.c,
mdk-stage1/dietlibc/libugly/getservent_r.c,
mdk-stage1/dietlibc/ia64/recvmsg.S,
mdk-stage1/dietlibc/libcruft/mkdtemp.c,
mdk-stage1/dietlibc/ia64/Makefile.add,
mdk-stage1/dietlibc/libshell/basename.c,
mdk-stage1/dietlibc/x86_64/semget.S,
mdk-stage1/dietlibc/x86_64/getsockopt.S,
mdk-stage1/dietlibc/syscalls.s/fdatasync.S,
mdk-stage1/dietlibc/libcruft/spbuf.c,
mdk-stage1/dietlibc/syscalls.s/errno.S,
mdk-stage1/dietlibc/syscalls.s/setfsgid.S,
mdk-stage1/dietlibc/syscalls.s/n_sigpending.S,
mdk-stage1/dietlibc/ia64/semop.S, mdk-stage1/dietlibc/lib/sigaction.c,
mdk-stage1/dietlibc/libdl/_dl_main.c,
mdk-stage1/dietlibc/include/sys/alpha-ioctl.h,
mdk-stage1/dietlibc/x86_64/getpeername.S,
mdk-stage1/dietlibc/libpthread/pthread_internal.c,
mdk-stage1/dietlibc/i386/tan.S, mdk-stage1/dietlibc/lib/__isinf.c,
mdk-stage1/dietlibc/i386/strncpy.S,
mdk-stage1/dietlibc/lib/__v_printf.c,
mdk-stage1/dietlibc/syscalls.s/msync.S,
mdk-stage1/dietlibc/syscalls.s/epoll_ctl.S,
mdk-stage1/dietlibc/x86_64/clone.S,
mdk-stage1/dietlibc/libugly/getservbyport_r.c,
mdk-stage1/dietlibc/libcruft/getopt_data.c,
mdk-stage1/dietlibc/libcompat/stpcpy.c,
mdk-stage1/dietlibc/libcruft/getpwent_r.c,
mdk-stage1/dietlibc/include/linux/posix_types.h,
mdk-stage1/dietlibc/libstdio/fseeko.c,
mdk-stage1/dietlibc/libugly/getnameinfo.c,
mdk-stage1/dietlibc/include/dietref.h, mdk-stage1/dietlibc/libm/asinh.c,
mdk-stage1/dietlibc/include/pty.h, mdk-stage1/dietlibc/i386/exp.S,
mdk-stage1/dietlibc/include/sys/soundcard.h,
mdk-stage1/dietlibc/include/sys/klog.h,
mdk-stage1/dietlibc/libpthread/pthread_setschedparam.c,
mdk-stage1/dietlibc/i386/sqrtl.S,
mdk-stage1/dietlibc/syscalls.s/rt_sigaction.S,
mdk-stage1/dietlibc/i386/strcasecmp.S,
mdk-stage1/dietlibc/syscalls.s/setgid32.S,
mdk-stage1/dietlibc/i386/__half.S,
mdk-stage1/dietlibc/include/asm/sparc-sigcontext.h,
mdk-stage1/dietlibc/profiling/__mcount.c,
mdk-stage1/dietlibc/include/sys/arm-ioctl.h,
mdk-stage1/dietlibc/libugly/getprotobynumber.c,
mdk-stage1/dietlibc/i386/log2.S, mdk-stage1/dietlibc/ia64/mmap.S,
mdk-stage1/dietlibc/sparc/errlist.S,
mdk-stage1/dietlibc/ia64/__testandset.S,
mdk-stage1/dietlibc/include/sys/i386-ioctl.h,
mdk-stage1/dietlibc/libcruft/getpwent.c,
mdk-stage1/dietlibc/syscalls.s/environ.S,
mdk-stage1/dietlibc/libpthread/pthread_errno.c,
mdk-stage1/dietlibc/alpha/__alarm.c, mdk-stage1/dietlibc/i386/mmap64.S,
mdk-stage1/dietlibc/i386/vfork.S, mdk-stage1/dietlibc/ia64/vfork.S,
mdk-stage1/dietlibc/libugly/timezone.c,
mdk-stage1/dietlibc/libugly/servent_buf.c,
mdk-stage1/dietlibc/x86_64/getsockname.S,
mdk-stage1/dietlibc/include/sys/prctl.h,
mdk-stage1/dietlibc/x86_64/semctl.S, mdk-stage1/dietlibc/i386/write12.S,
mdk-stage1/dietlibc/libm/cosh.c, mdk-stage1/dietlibc/include/libgen.h,
mdk-stage1/dietlibc/syscalls.s/bdflush.S,
mdk-stage1/dietlibc/libcompat/re_bsd.c,
mdk-stage1/dietlibc/libdl/_dl_rel.c,
mdk-stage1/dietlibc/alpha/__testandset.S,
mdk-stage1/dietlibc/libstdio/vscanf.c, mdk-stage1/dietlibc/i386/atanh.S,
mdk-stage1/dietlibc/i386/copysign.S, mdk-stage1/dietlibc/i386/htons.S,
mdk-stage1/dietlibc/libugly/hasmntopt.c,
mdk-stage1/dietlibc/libm/gamma.c, mdk-stage1/dietlibc/ia64/msgctl.S,
mdk-stage1/dietlibc/i386/recvfrom.S,
mdk-stage1/dietlibc/libcompat/daemon.c,
mdk-stage1/dietlibc/profiling/PORTING,
mdk-stage1/dietlibc/libdl/_dl_load.c,
mdk-stage1/dietlibc/libcompat/getline.c,
mdk-stage1/dietlibc/include/sys/sparc-ioctl.h,
mdk-stage1/dietlibc/libstdio/vprintf.c,
mdk-stage1/dietlibc/include/asm/statfs.h,
mdk-stage1/dietlibc/x86_64/shmdt.S, mdk-stage1/dietlibc/libugly/dirfd.c,
mdk-stage1/dietlibc/i386/atoll.S, mdk-stage1/dietlibc/ia64/sendto.S,
mdk-stage1/dietlibc/syscalls.s/getegid32.S,
mdk-stage1/dietlibc/i386/getsockopt.S,
mdk-stage1/dietlibc/libpthread/pthread_sigmask.c,
mdk-stage1/dietlibc/libpthread/pthread_key.c,
mdk-stage1/dietlibc/x86_64/shmget.S,
mdk-stage1/dietlibc/libcruft/__parse_1.c,
mdk-stage1/dietlibc/alpha/socketpair.S,
mdk-stage1/dietlibc/sparc/sigaction.c,
mdk-stage1/dietlibc/x86_64/shutdown.S,
mdk-stage1/dietlibc/libdl/_dl_alloc.c,
mdk-stage1/dietlibc/lib/setlinebuf.c, mdk-stage1/dietlibc/lib/bcd.c,
mdk-stage1/dietlibc/libcruft/getgrent.c,
mdk-stage1/dietlibc/i386/mcount.S, mdk-stage1/dietlibc/i386/ceil.S,
mdk-stage1/dietlibc/libpthread/pthread_sys_fdatasync.c,
mdk-stage1/dietlibc/x86_64/recv.c, mdk-stage1/dietlibc/lib/adjtime.c,
mdk-stage1/dietlibc/i386/expm1.S, mdk-stage1/dietlibc/ia64/setjmp.S,
mdk-stage1/dietlibc/i386/cos.S, mdk-stage1/dietlibc/i386/fabs.S,
mdk-stage1/dietlibc/i386/htonl.S, mdk-stage1/dietlibc/i386/log10.S,
mdk-stage1/dietlibc/i386/pow.S,
mdk-stage1/dietlibc/include/linux/if_ether.h,
mdk-stage1/dietlibc/lib/cfsetospeed.c,
mdk-stage1/dietlibc/alpha/n_sigprocmask.S,
mdk-stage1/dietlibc/libcruft/localeconv.c,
mdk-stage1/dietlibc/ia64/shmat.S, mdk-stage1/dietlibc/libstdio/puts.c,
mdk-stage1/dietlibc/i386/memset.S, mdk-stage1/dietlibc/libm/poly.c,
mdk-stage1/dietlibc/include/libintl.h,
mdk-stage1/dietlibc/libugly/ftime.c,
mdk-stage1/dietlibc/ia64/socketpair.S, mdk-stage1/dietlibc/lib/rand_r.c,
mdk-stage1/dietlibc/i386/ilogb.S,
mdk-stage1/dietlibc/libpthread/pthread_equal.c,
mdk-stage1/dietlibc/libcrypt/md5.c, mdk-stage1/dietlibc/i386/cbrt.S,
mdk-stage1/dietlibc/syscalls.s/ptrace.S,
mdk-stage1/dietlibc/syscalls.s/pivot_root.S,
mdk-stage1/dietlibc/libdl/elf_hash.h, mdk-stage1/dietlibc/include/md5.h,
mdk-stage1/dietlibc/x86_64/__longjmp.S,
mdk-stage1/dietlibc/include/cpio.h,
mdk-stage1/dietlibc/syscalls.s/chown32.S,
mdk-stage1/dietlibc/x86_64/connect.S,
mdk-stage1/dietlibc/libugly/ptsname.c,
mdk-stage1/dietlibc/libstdio/fdprintf.c,
mdk-stage1/dietlibc/ia64/__waitpid.c,
mdk-stage1/dietlibc/i386/socketpair.S,
mdk-stage1/dietlibc/libstdio/fscanf.c,
mdk-stage1/dietlibc/ia64/getsockname.S,
mdk-stage1/dietlibc/lib/sigtimedwait.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigpending.S,
mdk-stage1/dietlibc/include/sys/ppc-ioctl.h,
mdk-stage1/dietlibc/libstdio/vfdprintf.c,
mdk-stage1/dietlibc/i386/usleep.S, mdk-stage1/dietlibc/include/iconv.h,
mdk-stage1/dietlibc/ia64/semctl.S,
mdk-stage1/dietlibc/include/sys/timex.h,
mdk-stage1/dietlibc/include/asm/i386-sigcontext.h,
mdk-stage1/dietlibc/i386/dyn_syscalls.S,
mdk-stage1/dietlibc/libcruft/getgrgid_r.c,
mdk-stage1/dietlibc/libcruft/sysconf.c,
mdk-stage1/dietlibc/include/tar.h, mdk-stage1/dietlibc/x86_64/umount.S,
mdk-stage1/dietlibc/libugly/getprotoent_r.c,
mdk-stage1/dietlibc/syscalls.s/prctl.S, mdk-stage1/dietlibc/i386/acos.S,
mdk-stage1/dietlibc/libpthread/pthread_funlockfile.c,
mdk-stage1/dietlibc/libcruft/res_mkquery.c,
mdk-stage1/dietlibc/include/sys/timeb.h,
mdk-stage1/dietlibc/libugly/iconv_close.c,
mdk-stage1/dietlibc/ia64/__alarm.c,
mdk-stage1/dietlibc/x86_64/socketpair.S,
mdk-stage1/dietlibc/i386/sinh.S, mdk-stage1/dietlibc/libdl/test/test.c,
mdk-stage1/dietlibc/include/asm/alpha-sigcontext.h,
mdk-stage1/dietlibc/i386/memchr.S,
mdk-stage1/dietlibc/profiling/profil.c,
mdk-stage1/dietlibc/libdl/_dl_rel.h, mdk-stage1/dietlibc/i386/__ten.S,
mdk-stage1/dietlibc/lib/execle.c,
mdk-stage1/dietlibc/include/sys/s390-ioctl.h,
mdk-stage1/dietlibc/i386/recvmsg.S,
mdk-stage1/dietlibc/ia64/getsockopt.S,
mdk-stage1/dietlibc/i386/md5asm.S, mdk-stage1/dietlibc/i386/memcpy.S,
mdk-stage1/dietlibc/libcruft/__parse.c,
mdk-stage1/dietlibc/x86_64/setsockopt.S,
mdk-stage1/dietlibc/libcruft/getspnam_r.c,
mdk-stage1/dietlibc/syscalls.s/getgid32.S,
mdk-stage1/dietlibc/libpthread/pthread_fdglue2.c,
mdk-stage1/dietlibc/ia64/__time.c, mdk-stage1/dietlibc/i386/tanh.S,
mdk-stage1/dietlibc/lib/siginterrupt.c,
mdk-stage1/dietlibc/i386/strcat.S,
mdk-stage1/dietlibc/libugly/grantpt.c, mdk-stage1/dietlibc/lib/rand48.c,
mdk-stage1/dietlibc/syscalls.s/setresgid32.S,
mdk-stage1/dietlibc/syscalls.s/lchown32.S,
mdk-stage1/dietlibc/profiling/README, mdk-stage1/dietlibc/ia64/msgsnd.S,
mdk-stage1/dietlibc/libugly/getservbyname_r.c,
mdk-stage1/dietlibc/x86_64/send.c, mdk-stage1/dietlibc/i386/socket.S,
mdk-stage1/dietlibc/ia64/setsockopt.S,
mdk-stage1/dietlibc/include/asm/parisc-sigcontext.h,
mdk-stage1/dietlibc/include/sys/gmon.h,
mdk-stage1/dietlibc/i386/acosh.S, mdk-stage1/dietlibc/ia64/socket.S,
mdk-stage1/dietlibc/libcruft/dn_expand.c,
mdk-stage1/dietlibc/lib/binshstr.c,
mdk-stage1/dietlibc/include/netinet/udp.h,
mdk-stage1/dietlibc/x86_64/msgget.S,
mdk-stage1/dietlibc/libugly/getprotobyname_r.c,
mdk-stage1/dietlibc/libcruft/res_search.c,
mdk-stage1/dietlibc/libshell/dirname.c,
mdk-stage1/dietlibc/i386/exp10.S, mdk-stage1/dietlibc/libdl/_dl_queue.c,
mdk-stage1/dietlibc/lib/socketpair.c, mdk-stage1/dietlibc/i386/ldexp.S,
mdk-stage1/dietlibc/libstdio/ftello64.c,
mdk-stage1/dietlibc/libpthread/pthread_fputc.c,
mdk-stage1/dietlibc/libdl/test/test_so.c,
mdk-stage1/dietlibc/i386/strchr.S, mdk-stage1/dietlibc/lib/pwrite64.c,
mdk-stage1/dietlibc/include/netinet/tcp.h,
mdk-stage1/dietlibc/libm/pow.c,
mdk-stage1/dietlibc/libcruft/res_query.c,
mdk-stage1/dietlibc/include/asm/mips-sigcontext.h,
mdk-stage1/dietlibc/libstdio/fputc_unlocked.c,
mdk-stage1/dietlibc/libcruft/sysconf_cpus.c,
mdk-stage1/dietlibc/alpha/lseek64.S, mdk-stage1/dietlibc/i386/recv.S,
mdk-stage1/dietlibc/libcruft/getspent.c,
mdk-stage1/dietlibc/libugly/iconv_open.c,
mdk-stage1/dietlibc/lib/memrchr.c,
mdk-stage1/dietlibc/syscalls.s/epoll_wait.S,
mdk-stage1/dietlibc/x86_64/sendmsg.S,
mdk-stage1/dietlibc/libugly/wtent.c, mdk-stage1/dietlibc/i386/mmap.S,
mdk-stage1/dietlibc/syscalls.s/getgroups32.S,
mdk-stage1/dietlibc/i386/atol.S,
mdk-stage1/dietlibc/include/sys/ucontext.h,
mdk-stage1/dietlibc/libcruft/dnscruft4.c,
mdk-stage1/dietlibc/include/sys/mips-ioctl.h,
mdk-stage1/dietlibc/include/netinet/ip_icmp.h,
mdk-stage1/dietlibc/lib/sigqueueinfo.c,
mdk-stage1/dietlibc/libcruft/__prepare_parse.c,
mdk-stage1/dietlibc/x86_64/waitpid.S,
mdk-stage1/dietlibc/i386/setsockopt.S,
mdk-stage1/dietlibc/include/sys/gmon_out.h,
mdk-stage1/dietlibc/lib/cfsetispeed.c,
mdk-stage1/dietlibc/i386/socketcall.S,
mdk-stage1/dietlibc/include/asm/sigcontext.h,
mdk-stage1/dietlibc/x86_64/msgsnd.S, mdk-stage1/dietlibc/lib/labs.c,
mdk-stage1/dietlibc/x86_64/recvmsg.S,
mdk-stage1/dietlibc/libugly/getservbyport.c,
mdk-stage1/dietlibc/libugly/getaddrinfo.c,
mdk-stage1/dietlibc/ia64/syscalls.h,
mdk-stage1/dietlibc/libcompat/getdelim.c,
mdk-stage1/dietlibc/lib/__truncate64.c,
mdk-stage1/dietlibc/include/sys/hppa-ioctl.h,
mdk-stage1/dietlibc/libcrypt/md5crypt.c,
mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S,
mdk-stage1/dietlibc/i386/listen.S,
mdk-stage1/dietlibc/lib/if_nameindex.c,
mdk-stage1/dietlibc/syscalls.s/truncate64.S,
mdk-stage1/dietlibc/libcruft/__parse_nws.c,
mdk-stage1/dietlibc/lib/readdir64.c,
mdk-stage1/dietlibc/syscalls.s/setuid32.S,
mdk-stage1/dietlibc/libugly/gethostent.c,
mdk-stage1/dietlibc/syscalls.s/epoll_create.S,
mdk-stage1/dietlibc/include/sys/sysmacros.h,
mdk-stage1/dietlibc/syscalls.s/madvise.S,
mdk-stage1/dietlibc/lib/pwrite.c, mdk-stage1/dietlibc/i386/log1p.S,
mdk-stage1/dietlibc/ia64/shutdown.S,
mdk-stage1/dietlibc/lib/__v_scanf.c,
mdk-stage1/dietlibc/include/sys/epoll.h,
mdk-stage1/dietlibc/x86_64/start.S,
mdk-stage1/dietlibc/x86_64/sigaction.c,
mdk-stage1/dietlibc/i386/getsockname.S, mdk-stage1/dietlibc/i386/sin.S,
mdk-stage1/dietlibc/i386/sincos.S,
mdk-stage1/dietlibc/libcruft/scandir64.c,
mdk-stage1/dietlibc/lib/cfgetospeed.c, mdk-stage1/dietlibc/i386/asinh.S,
mdk-stage1/dietlibc/libstdio/tmpfile.c,
mdk-stage1/dietlibc/syscalls.s/n_sigprocmask.S,
mdk-stage1/dietlibc/ia64/recvfrom.S, mdk-stage1/dietlibc/i386/ipow.S,
mdk-stage1/dietlibc/syscalls.s/init_module.S,
mdk-stage1/dietlibc/lib/__ftruncate64.c,
mdk-stage1/dietlibc/i386/atan.S, mdk-stage1/dietlibc/libm/tanh.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigprocmask.S,
mdk-stage1/dietlibc/x86_64/accept.S, mdk-stage1/dietlibc/ia64/start.S,
mdk-stage1/dietlibc/include/sysexits.h,
mdk-stage1/dietlibc/lib/signal.c, mdk-stage1/dietlibc/ia64/accept.S,
mdk-stage1/dietlibc/include/stddef.h,
mdk-stage1/dietlibc/include/stdarg.h,
mdk-stage1/dietlibc/libstdio/fgetc_unlocked.c,
mdk-stage1/dietlibc/syscalls.s/n_sigaction.S,
mdk-stage1/dietlibc/lib/strxfrm.c, mdk-stage1/dietlibc/ia64/shmctl.S,
mdk-stage1/dietlibc/x86_64/msgrcv.S,
mdk-stage1/dietlibc/libcruft/getpwnam_r.c,
mdk-stage1/dietlibc/i386/libm2.S, mdk-stage1/dietlibc/ia64/fork.S:
Import dietlibc 0.22 + other fixes for AMD64
* mdk-stage1/dns.c, mdk-stage1/dietlibc/lib/msgget.c,
mdk-stage1/dietlibc/lib/strerror.c,
mdk-stage1/insmod-modutils/obj/obj_s390.c,
mdk-stage1/dietlibc/libcruft/gethostbyname.c,
mdk-stage1/dietlibc/librpc/rpc_prot.c,
mdk-stage1/dietlibc/lib/iscntrl.c, mdk-stage1/dietlibc/include/stdint.h,
mdk-stage1/dietlibc/lib/atexit.c, mdk-stage1/dietlibc/include/stdlib.h,
mdk-stage1/dietlibc/libpthread/pthread_cancel.c,
mdk-stage1/dietlibc/libdl/dlopen.c, mdk-stage1/dietlibc/lib/isgraph.c,
mdk-stage1/dietlibc/lib/closedir.c,
mdk-stage1/insmod-modutils/obj/obj_alpha.c,
mdk-stage1/insmod-modutils/include/config.h,
mdk-stage1/dietlibc/lib/alloc.c, mdk-stage1/dietlibc/lib/tcsetpgrp.c,
mdk-stage1/dietlibc/i386/Makefile.add,
mdk-stage1/dietlibc/include/sys/mman.h,
mdk-stage1/dietlibc/include/fcntl.h, mdk-stage1/dietlibc/lib/memchr.c,
mdk-stage1/dietlibc/lib/isupper.c, mdk-stage1/dietlibc/lib/qsort.c,
mdk-stage1/dietlibc/lib/isxdigit.c,
mdk-stage1/dietlibc/librpc/svc_raw.c,
mdk-stage1/dietlibc/include/arpa/nameser.h,
mdk-stage1/dietlibc/lib/open64.c, mdk-stage1/newt/form.c,
mdk-stage1/dietlibc/include/sys/file.h,
mdk-stage1/insmod-modutils/obj/Makefile, mdk-stage1/dietlibc/lib/ftw.c,
mdk-stage1/insmod-modutils/obj/obj_hppa64.c,
mdk-stage1/insmod-modutils/obj/obj_hppa.c,
mdk-stage1/dietlibc/libstdio/ftell.c,
mdk-stage1/dietlibc/libstdio/fdopen.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_signal.c,
mdk-stage1/dietlibc/include/pwd.h, mdk-stage1/dietlibc/lib/snprintf.c,
mdk-stage1/dietlibc/i386/unified.S, mdk-stage1/dietlibc/lib/msgrcv.c,
mdk-stage1/dietlibc/alpha/start.S,
mdk-stage1/insmod-modutils/include/kallsyms.h,
mdk-stage1/dietlibc/include/sys/ptrace.h,
mdk-stage1/dietlibc/lib/mkfifo.c, mdk-stage1/dietlibc/lib/send.c,
mdk-stage1/dietlibc/lib/execvp.c,
mdk-stage1/dietlibc/librpc/get_myaddress.c,
mdk-stage1/insmod-modutils/include/elf_m68k.h,
mdk-stage1/dietlibc/libugly/mktime.c,
mdk-stage1/dietlibc/sparc/__longjmp.S,
mdk-stage1/dietlibc/include/pthread.h,
mdk-stage1/dietlibc/libpthread/pthread_key_delete.c,
mdk-stage1/dietlibc/include/sys/socket.h,
mdk-stage1/dietlibc/syscalls.s/nice.S,
mdk-stage1/insmod-modutils/include/elf_mips.h,
mdk-stage1/dietlibc/syscalls.s/getdents64.S,
mdk-stage1/dietlibc/librpc/svc_run.c, mdk-stage1/dietlibc/lib/isblank.c,
mdk-stage1/dietlibc/syscalls.s/time.S,
mdk-stage1/dietlibc/libugly/gmtime_r.c,
mdk-stage1/dietlibc/include/sys/kd.h,
mdk-stage1/dietlibc/librpc/bindresvport.c,
mdk-stage1/dietlibc/libstdio/fdglue.c,
mdk-stage1/dietlibc/lib/ttyname.c,
mdk-stage1/dietlibc/libcruft/getspnam.c,
mdk-stage1/dietlibc/lib/strncat.c,
mdk-stage1/dietlibc/libugly/strsignal.c,
mdk-stage1/dietlibc/librpc/clnt_tcp.c,
mdk-stage1/insmod-modutils/util/sys_cm.c,
mdk-stage1/dietlibc/libcruft/initgroups.c,
mdk-stage1/dietlibc/lib/sendmsg.c,
mdk-stage1/dietlibc/include/sys/stat.h,
mdk-stage1/dietlibc/libshell/fnmatch.c,
mdk-stage1/dietlibc/syscalls.s/setresgid.S,
mdk-stage1/dietlibc/libstdio/feof.c, mdk-stage1/init-libc-headers.h,
mdk-stage1/dietlibc/include/dirent.h,
mdk-stage1/dietlibc/libpthread/thread_internal.h,
mdk-stage1/insmod-modutils/util/snap_shot.c,
mdk-stage1/dietlibc/include/shadow.h,
mdk-stage1/dietlibc/include/sys/select.h,
mdk-stage1/dietlibc/lib/strsep.c,
mdk-stage1/dietlibc/include/rpc/auth_unix.h,
mdk-stage1/dietlibc/lib/msgsnd.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_alloc.c,
mdk-stage1/insmod-modutils/util/logger.c,
mdk-stage1/dietlibc/libpthread/Makefile,
mdk-stage1/dietlibc/libpthread/pthread_attr_setscope.c,
mdk-stage1/dietlibc/lib/__ltostr.c, mdk-stage1/dietlibc/lib/strlen.c,
mdk-stage1/dietlibc/libregex/rx.c,
mdk-stage1/insmod-modutils/util/xsystem.c,
mdk-stage1/dietlibc/liblatin1/latin1-islower.c,
mdk-stage1/dietlibc/lib/raise.c,
mdk-stage1/dietlibc/libpthread/pthread_setspecific.c,
mdk-stage1/dietlibc/lib/semget.c,
mdk-stage1/dietlibc/libcruft/inet_aton.c,
mdk-stage1/dietlibc/lib/sigismember.c, mdk-stage1/dietlibc/librpc/svc.c,
mdk-stage1/dietlibc/lib/sigemptyset.c,
mdk-stage1/dietlibc/include/sys/vfs.h,
mdk-stage1/insmod-modutils/include/elf_ppc.h,
mdk-stage1/dietlibc/libugly/getprotoent.c,
mdk-stage1/dietlibc/lib/__stat64.c, mdk-stage1/dietlibc/include/elf.h,
mdk-stage1/dietlibc/lib/strncmp.c,
mdk-stage1/dietlibc/lib/gethostname.c,
mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/cfmakeraw.c,
mdk-stage1/dietlibc/lib/perror.c, mdk-stage1/dietlibc/include/time.h,
mdk-stage1/dietlibc/lib/strncasecmp.c,
mdk-stage1/dietlibc/lib/__lltostr.c,
mdk-stage1/dietlibc/libpthread/pthread_key_create.c,
mdk-stage1/dietlibc/include/fnmatch.h,
mdk-stage1/dietlibc/libugly/time_table_spd.c,
mdk-stage1/dietlibc/libstdio/stderr.c,
mdk-stage1/insmod-modutils/util/arch64.c,
mdk-stage1/dietlibc/libdl/dlerror.c,
mdk-stage1/dietlibc/libcruft/mkstemp.c,
mdk-stage1/dietlibc/libstdio/ungetc.c,
mdk-stage1/dietlibc/libugly/tzfile.c, mdk-stage1/log.c,
mdk-stage1/dietlibc/include/rpc/xdr.h,
mdk-stage1/dietlibc/include/rpc/key_prot.h,
mdk-stage1/insmod-modutils/include/elf_sparc.h,
mdk-stage1/dietlibc/sparc/start.S,
mdk-stage1/dietlibc/libcruft/getpwnam.c,
mdk-stage1/dietlibc/libpthread/pthread_spinlock.c,
mdk-stage1/dietlibc/include/sys/un.h,
mdk-stage1/dietlibc/libpthread/pthread_mutex_lock.c,
mdk-stage1/insmod-busybox/insmod.c,
mdk-stage1/insmod-modutils/include/elf_arm.h,
mdk-stage1/dietlibc/alpha/unified.S,
mdk-stage1/dietlibc/include/sys/io.h,
mdk-stage1/dietlibc/lib/getsockname.c,
mdk-stage1/dietlibc/i386/__testandset.S,
mdk-stage1/dietlibc/libcruft/dnscruft.c,
mdk-stage1/dietlibc/lib/sprintf.c, mdk-stage1/rp-pppoe/src/Makefile,
mdk-stage1/dietlibc/lib/tcdrain.c,
mdk-stage1/dietlibc/include/sys/time.h,
mdk-stage1/dietlibc/lib/errno_location.c,
mdk-stage1/dietlibc/liblatin1/latin1-isprint.c,
mdk-stage1/dietlibc/libshell/glob.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_broadcast.c,
mdk-stage1/dietlibc/lib/_brk.c,
mdk-stage1/insmod-modutils/obj/obj_arm.c,
mdk-stage1/dietlibc/lib/sys_siglist.c,
mdk-stage1/dietlibc/libcruft/getgrnam.c,
mdk-stage1/dietlibc/lib/strtok.c, mdk-stage1/dietlibc/include/unistd.h,
mdk-stage1/dietlibc/lib/isascii.c,
mdk-stage1/dietlibc/librpc/xdr_reference.c,
mdk-stage1/dietlibc/sparc/urem.S, mdk-stage1/dietlibc/i386/__longjmp.S,
mdk-stage1/dietlibc/include/sys/syslog.h, mdk-stage1/Makefile,
mdk-stage1/dietlibc/lib/bind.c, mdk-stage1/dietlibc/libdl/Makefile,
mdk-stage1/dietlibc/librpc/svc_simple.c,
mdk-stage1/dietlibc/lib/lockf.c, mdk-stage1/dietlibc/lib/htons.c,
mdk-stage1/dietlibc/lib/shmdt.c, mdk-stage1/dietlibc/i386/setjmp.S,
mdk-stage1/dietlibc/syscalls.s/ioperm.S,
mdk-stage1/dietlibc/lib/getenv.c,
mdk-stage1/dietlibc/include/features.h,
mdk-stage1/dietlibc/libpthread/CHANGES,
mdk-stage1/dietlibc/include/arpa/inet.h,
mdk-stage1/dietlibc/lib/strtoul.c,
mdk-stage1/dietlibc/libstdio/fprintf.c,
mdk-stage1/dietlibc/include/regex.h,
mdk-stage1/dietlibc/lib/__stat64_cvt.c,
mdk-stage1/dietlibc/libcruft/inet_ntop.c,
mdk-stage1/dietlibc/include/getopt.h,
mdk-stage1/insmod-modutils/obj/obj_ia64.c, mdk-stage1/minilibc.c,
mdk-stage1/insmod-modutils/include/util.h,
mdk-stage1/insmod-modutils/include/version.h,
mdk-stage1/dietlibc/alpha/Makefile.add,
mdk-stage1/dietlibc/include/net/if.h,
mdk-stage1/dietlibc/lib/recvfrom.c, mdk-stage1/dietlibc/sparc/clone.S,
mdk-stage1/dietlibc/lib/memccpy.c, mdk-stage1/dietlibc/lib/strtoull.c,
mdk-stage1/dietlibc/libcruft/getgrgid.c,
mdk-stage1/dietlibc/librpc/auth_unix.c,
mdk-stage1/dietlibc/include/termios.h,
mdk-stage1/dietlibc/include/strings.h,
mdk-stage1/insmod-modutils/include/elf_alpha.h,
mdk-stage1/dietlibc/lib/execv.c,
mdk-stage1/dietlibc/include/sys/param.h,
mdk-stage1/dietlibc/libpthread/pthread_attr_setstacksize.c,
mdk-stage1/dietlibc/librpc/xdr_mem.c,
mdk-stage1/dietlibc/libcruft/res_init.c,
mdk-stage1/dietlibc/libpthread/pthread_detach.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_tcdrain.c,
mdk-stage1/newt/Makefile, mdk-stage1/dietlibc/lib/isatty.c,
mdk-stage1/dietlibc/include/sys/mtio.h,
mdk-stage1/dietlibc/lib/memcmp.c,
mdk-stage1/dietlibc/include/sys/sysinfo.h,
mdk-stage1/dietlibc/librpc/clnt_simple.c,
mdk-stage1/dietlibc/lib/vfork.c, mdk-stage1/dietlibc/lib/isalpha.c,
mdk-stage1/dietlibc/lib/strncpy.c, mdk-stage1/dietlibc/lib/strcmp.c,
mdk-stage1/insmod-modutils/include/obj.h,
mdk-stage1/dietlibc/include/rpc/clnt.h, mdk-stage1/frontend.h,
mdk-stage1/dietlibc/libcruft/getpass.c, mdk-stage1/dietlibc/lib/abort.c,
mdk-stage1/dietlibc/syscalls.s/stime.S,
mdk-stage1/dietlibc/sparc/fork.S, mdk-stage1/dietlibc/lib/readdir.c,
mdk-stage1/dietlibc/lib/sbrk.c,
mdk-stage1/dietlibc/include/sys/reboot.h,
mdk-stage1/dietlibc/syscalls.s/getresuid.S,
mdk-stage1/dietlibc/liblatin1/latin1-iscntrl.c,
mdk-stage1/dietlibc/include/limits.h, mdk-stage1/dietlibc/lib/putenv.c,
mdk-stage1/dietlibc/include/paths.h,
mdk-stage1/dietlibc/librpc/pmap_prot2.c,
mdk-stage1/dietlibc/librpc/pmap_clnt.c,
mdk-stage1/dietlibc/lib/memcpy.c,
mdk-stage1/insmod-modutils/obj/obj_kallsyms.c,
mdk-stage1/dietlibc/syscalls.s/_llseek.S,
mdk-stage1/dietlibc/include/setjmp.h,
mdk-stage1/insmod-modutils/obj/obj_m68k.c,
mdk-stage1/dietlibc/lib/tcgetpgrp.c, mdk-stage1/dietlibc/lib/abs.c,
mdk-stage1/dietlibc/Makefile, mdk-stage1/dietlibc/include/net/route.h,
mdk-stage1/dietlibc/syscalls.s/fstat64.S, mdk-stage1/mar/Makefile,
mdk-stage1/dietlibc/include/rpc/auth.h, mdk-stage1/dietlibc/ppc/start.S,
mdk-stage1/dietlibc/lib/assert_fail.c,
mdk-stage1/insmod-modutils/obj/obj_sparc.c,
mdk-stage1/dietlibc/lib/if_nametoindex.c,
mdk-stage1/dietlibc/include/inttypes.h, mdk-stage1/dietlibc/lib/atoi.c,
mdk-stage1/dietlibc/librpc/svc_tcp.c,
mdk-stage1/dietlibc/alpha/setjmp.S,
mdk-stage1/dietlibc/include/net/if_arp.h, mdk-stage1/ppp/pppd/Makefile,
mdk-stage1/insmod-modutils/obj/obj_common.c,
mdk-stage1/dietlibc/librpc/authunix_prot.c,
mdk-stage1/dietlibc/lib/longjmp.c,
mdk-stage1/dietlibc/libugly/getmntent.c,
mdk-stage1/insmod-modutils/obj/obj_load.c, mdk-stage1/dietlibc/diet.c,
mdk-stage1/dietlibc/libstdio/fwrite.c,
mdk-stage1/insmod-modutils/obj/obj_mips.c,
mdk-stage1/dietlibc/libugly/asprintf.c,
mdk-stage1/dietlibc/librpc/clnt_udp.c,
mdk-stage1/dietlibc/lib/recvmsg.c, mdk-stage1/dietlibc/lib/sendto.c,
mdk-stage1/dietlibc/include/endian.h,
mdk-stage1/dietlibc/libstdio/stdin.c,
mdk-stage1/dietlibc/libdl/dlclose.c, mdk-stage1/bzlib/Makefile,
mdk-stage1/Makefile.common, mdk-stage1/dietlibc/dietdirent.h,
mdk-stage1/insmod-modutils/util/xstrcat.c,
mdk-stage1/dietlibc/libpthread/pthread_testcancel.c,
mdk-stage1/dietlibc/libshell/realpath.c, mdk-stage1/rescue-gui.c,
mdk-stage1/dietlibc/lib/tcsetattr.c,
mdk-stage1/dietlibc/libstdio/fgets.c,
mdk-stage1/dietlibc/include/rpc/netdb.h,
mdk-stage1/dietlibc/lib/sscanf.c, mdk-stage1/dietlibc/lib/creat.c,
mdk-stage1/dietlibc/lib/getdomainname.c,
mdk-stage1/dietlibc/libstdio/fclose.c,
mdk-stage1/dietlibc/lib/vsnprintf.c, mdk-stage1/dietlibc/lib/ispunct.c,
mdk-stage1/insmod-modutils/util/sys_oim.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setschedparam.c,
mdk-stage1/dietlibc/sparc/mmap.c, mdk-stage1/dietlibc/dietstdio.h,
mdk-stage1/dietlibc/librpc/xdr_array.c, mdk-stage1/init.c,
mdk-stage1/dietlibc/lib/__isnan.c,
mdk-stage1/dietlibc/include/sys/resource.h,
mdk-stage1/dietlibc/lib/tolower.c,
mdk-stage1/dietlibc/alpha/__longjmp.S,
mdk-stage1/dietlibc/libpthread/pthread_join.c,
mdk-stage1/dietlibc/libstdio/fopen.c,
mdk-stage1/dietlibc/syscalls.s/umount2.S,
mdk-stage1/dietlibc/include/signal.h,
mdk-stage1/dietlibc/librpc/rpc_callmsg.c,
mdk-stage1/dietlibc/libpthread/pthread_mutexattr_setkind_np.c,
mdk-stage1/dietlibc/i386/clone.S,
mdk-stage1/insmod-modutils/include/elf_i386.h,
mdk-stage1/dietlibc/lib/__dtostr.c,
mdk-stage1/dietlibc/syscalls.s/ipc.S,
mdk-stage1/dietlibc/include/sys/cdefs.h,
mdk-stage1/dietlibc/include/sys/types.h,
mdk-stage1/insmod-modutils/util/sys_gks.c,
mdk-stage1/insmod-modutils/util/xrealloc.c,
mdk-stage1/dietlibc/include/sys/shm.h,
mdk-stage1/dietlibc/libpthread/pthread_cond_timedwait.c,
mdk-stage1/dietlibc/libcruft/gethostbyname_r.c,
mdk-stage1/dietlibc/lib/lseek64.c,
mdk-stage1/dietlibc/libdl/_dl_search.c,
mdk-stage1/dietlibc/dietfeatures.h,
mdk-stage1/dietlibc/libcruft/gethostbyaddr.c,
mdk-stage1/dietlibc/librpc/svc_udp.c,
mdk-stage1/dietlibc/libcruft/gethostbyaddr_r.c,
mdk-stage1/dietlibc/libugly/localtime_r.c,
mdk-stage1/dietlibc/include/netdb.h, mdk-stage1/dietlibc/lib/semop.c,
mdk-stage1/insmod-modutils/obj/obj_i386.c,
mdk-stage1/dietlibc/lib/opendir.c, mdk-stage1/dietlibc/libugly/system.c,
mdk-stage1/dietlibc/i386/start.S, mdk-stage1/dietlibc/include/dlfcn.h,
mdk-stage1/dietlibc/lib/usleep.c, mdk-stage1/dietlibc/lib/strchr.c,
mdk-stage1/dietlibc/ppc/unified.S,
mdk-stage1/dietlibc/syscalls.s/waitpid.S,
mdk-stage1/dietlibc/libpthread/pthread_sys_fcntl.c,
mdk-stage1/dietlibc/lib/memset.c, mdk-stage1/dietlibc/lib/__fstat64.c,
mdk-stage1/dietlibc/include/sched.h,
mdk-stage1/dietlibc/libpthread/pthread_attr_setschedpolicy.c,
mdk-stage1/dietlibc/lib/accept.c, mdk-stage1/dietlibc/lib/pread.c,
mdk-stage1/dietlibc/.cvsignore, mdk-stage1/dietlibc/sparc/setjmp.S,
mdk-stage1/dietlibc/librpc/pmap_rmt.c,
mdk-stage1/insmod-modutils/util/xstrdup.c,
mdk-stage1/dietlibc/include/sys/ioctl.h,
mdk-stage1/dietlibc/libpthread/pthread_setcanceltype.c,
mdk-stage1/dietlibc/lib/exec_lib.c,
mdk-stage1/dietlibc/include/string.h,
mdk-stage1/dietlibc/libpthread/pthread_atfork.c,
mdk-stage1/insmod-modutils/include/elf_sparc64.h,
mdk-stage1/dietlibc/include/assert.h, mdk-stage1/dietlibc/lib/connect.c,
mdk-stage1/dietlibc/include/locale.h,
mdk-stage1/dietlibc/libpthread/pthread_attr_init.c,
mdk-stage1/dietlibc/lib/execl.c, mdk-stage1/dietlibc/lib/tcflush.c,
mdk-stage1/dietlibc/libstdio/setvbuf.c,
mdk-stage1/dietlibc/libpthread/README,
mdk-stage1/insmod-modutils/include/elf_s390.h,
mdk-stage1/dietlibc/libcruft/getlogin.c,
mdk-stage1/dietlibc/lib/__lstat64.c, mdk-stage1/dietlibc/lib/strcpy.c,
mdk-stage1/dietlibc/lib/strtod.c, mdk-stage1/dietlibc/libdl/_dl_open.c,
mdk-stage1/dietlibc/include/stdio.h,
mdk-stage1/insmod-modutils/util/sys_nim.c,
mdk-stage1/dietlibc/lib/sigdelset.c, mdk-stage1/dietlibc/libdl/dlsym.c,
mdk-stage1/dietlibc/lib/setsockopt.c,
mdk-stage1/dietlibc/libpthread/pthread_setcancelstate.c,
mdk-stage1/dietlibc/libcruft/inet_ntoa.c,
mdk-stage1/dietlibc/lib/vsprintf.c,
mdk-stage1/insmod-modutils/util/alias.h,
mdk-stage1/dietlibc/include/grp.h, mdk-stage1/pcmcia_/Makefile,
mdk-stage1/dietlibc/lib/isprint.c,
mdk-stage1/dietlibc/syscalls.s/setresuid.S,
mdk-stage1/dietlibc/syscalls.s/lstat64.S,
mdk-stage1/dietlibc/lib/__getcwd.c, mdk-stage1/dietlibc/lib/isdigit.c,
mdk-stage1/dietlibc/lib/semctl.c, mdk-stage1/dietlibc/include/rpc/rpc.h,
mdk-stage1/dietlibc/lib/strstr.c,
mdk-stage1/dietlibc/include/rpc/pmap_rmt.h,
mdk-stage1/dietlibc/include/rpc/types.h,
mdk-stage1/dietlibc/libcruft/inet_pton.c,
mdk-stage1/insmod-modutils/util/sys_qm.c,
mdk-stage1/dietlibc/include/utmp.h, mdk-stage1/dietlibc/lib/sleep.c,
mdk-stage1/dietlibc/libugly/asctime_r.c,
mdk-stage1/dietlibc/include/netinet/in.h,
mdk-stage1/dietlibc/syscalls.s/sendfile.S,
mdk-stage1/dietlibc/include/sys/msg.h,
mdk-stage1/dietlibc/include/rpc/svc.h,
mdk-stage1/dietlibc/include/netinet/ip.h,
mdk-stage1/dietlibc/libcruft/getpagesize.c,
mdk-stage1/dietlibc/sparc/unified.S,
mdk-stage1/insmod-modutils/util/Makefile,
mdk-stage1/dietlibc/lib/execlp.c, mdk-stage1/dietlibc/libstdio/fread.c,
mdk-stage1/dietlibc/librpc/xdr.c, mdk-stage1/ppp/include/net/ppp_defs.h,
mdk-stage1/dietlibc/lib/recv.c, mdk-stage1/dietlibc/lib/reboot.c,
mdk-stage1/dietlibc/librpc/svc_auth_unix.c,
mdk-stage1/insmod-modutils/obj/obj_sparc64.c,
mdk-stage1/dietlibc/include/errno.h,
mdk-stage1/dietlibc/syscalls.s/stat64.S,
mdk-stage1/dietlibc/include/sys/uio.h,
mdk-stage1/dietlibc/librpc/pmap_getport.c,
mdk-stage1/dietlibc/libstdio/printf.c,
mdk-stage1/dietlibc/include/sys/times.h,
mdk-stage1/dietlibc/lib/sigaddset.c, mdk-stage1/dietlibc/lib/sigjmp.c,
mdk-stage1/dietlibc/lib/getopt.c,
mdk-stage1/dietlibc/lib/if_indextoname.c,
mdk-stage1/dietlibc/libcrypt/crypt.c,
mdk-stage1/insmod-modutils/Makefile,
mdk-stage1/dietlibc/include/rpc/pmap_prot.h,
mdk-stage1/dietlibc/libstdio/fflush.c,
mdk-stage1/dietlibc/libugly/popen.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_trylock.c,
mdk-stage1/dietlibc/ppc/mmap.c, mdk-stage1/dietlibc/include/sys/poll.h,
mdk-stage1/dietlibc/librpc/getrpcport.c,
mdk-stage1/dietlibc/librpc/auth_none.c,
mdk-stage1/dietlibc/lib/pread64.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setinheritsched.c,
mdk-stage1/insmod-modutils/util/config.c,
mdk-stage1/dietlibc/lib/strtoll.c, mdk-stage1/dietlibc/include/resolv.h,
mdk-stage1/insmod-modutils/util/sys_dm.c,
mdk-stage1/dietlibc/lib/bsearch.c, mdk-stage1/dietlibc/lib/strcasecmp.c,
mdk-stage1/dietlibc/sparc/shmat.c,
mdk-stage1/dietlibc/librpc/pmap_getmaps.c,
mdk-stage1/dietlibc/ppc/__testandset.S,
mdk-stage1/dietlibc/libugly/setenv.c,
mdk-stage1/dietlibc/include/alloca.h, mdk-stage1/dietlibc/libdl/README,
mdk-stage1/dietlibc/libpthread/pthread_cond_wait.c,
mdk-stage1/insmod-busybox/Makefile,
mdk-stage1/dietlibc/librpc/clnt_generic.c,
mdk-stage1/dietlibc/lib/memmove.c, mdk-stage1/dietlibc/sparc/pipe.S,
mdk-stage1/dietlibc/include/daemon.h,
mdk-stage1/dietlibc/liblatin1/latin1-isgraph.c,
mdk-stage1/dietlibc/include/math.h, mdk-stage1/dietlibc/sparc/udiv.S,
mdk-stage1/dietlibc/lib/remove.c,
mdk-stage1/dietlibc/include/sys/sendfile.h,
mdk-stage1/dietlibc/libugly/isleap.c,
mdk-stage1/dietlibc/syscalls.s/syslog.S,
mdk-stage1/insmod-modutils/obj/obj_reloc.c,
mdk-stage1/dietlibc/lib/getpeername.c,
mdk-stage1/dietlibc/include/sys/ipc.h, mdk-stage1/dietlibc/lib/rand.c,
mdk-stage1/dietlibc/include/ftw.h,
mdk-stage1/dietlibc/libcruft/gethostbyname2_r.c,
mdk-stage1/dietlibc/lib/shmat.c,
mdk-stage1/insmod-modutils/include/module.h,
mdk-stage1/dietlibc/librpc/xdr_stdio.c,
mdk-stage1/insmod-modutils/util/xmalloc.c,
mdk-stage1/dietlibc/sparc/umul.S,
mdk-stage1/insmod-modutils/include/kerneld.h,
mdk-stage1/dietlibc/librpc/clnt_raw.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_init.c,
mdk-stage1/dietlibc/libstdio/stdout.c, mdk-stage1/dietlibc/README,
mdk-stage1/dietlibc/libcruft/herrno_location.c,
mdk-stage1/dietlibc/lib/shmctl.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_unlock.c,
mdk-stage1/dietlibc/librpc/xdr_rec.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_destroy.c,
mdk-stage1/dietlibc/include/rpc/rpc_msg.h,
mdk-stage1/dietlibc/syscalls.h, mdk-stage1/dietlibc/lib/toupper.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_open.c,
mdk-stage1/dietlibc/lib/sigfillset.c, mdk-stage1/dietlibc/lib/listen.c,
mdk-stage1/dietlibc/include/glob.h, mdk-stage1/dietlibc/libdl/_dl_int.h,
mdk-stage1/dietlibc/libpthread/pthread_mutex_destroy.c,
mdk-stage1/dietlibc/include/sys/mount.h, mdk-stage1/disk.c,
mdk-stage1/dietlibc/lib/socket.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_waitpid.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setdetachstate.c,
mdk-stage1/dietlibc/libugly/strftime.c,
mdk-stage1/dietlibc/lib/shutdown.c, mdk-stage1/insmod-modutils/insmod.c,
mdk-stage1/dietlibc/lib/msgctl.c,
mdk-stage1/dietlibc/libcruft/gethostbyname2.c,
mdk-stage1/dietlibc/include/rpc/pmap_clnt.h,
mdk-stage1/dietlibc/syscalls.s/pause.S,
mdk-stage1/dietlibc/syscalls.s/socketcall.S,
mdk-stage1/dietlibc/libpthread/pthread_cond_init.c,
mdk-stage1/dietlibc/liblatin1/latin1-isupper.c,
mdk-stage1/dietlibc/lib/islower.c,
mdk-stage1/dietlibc/sparc/Makefile.add,
mdk-stage1/dietlibc/include/sys/wait.h,
mdk-stage1/dietlibc/lib/isalnum.c, mdk-stage1/dietlibc/libstdio/fseek.c,
mdk-stage1/slang/Makefile, mdk-stage1/minilibc.h,
mdk-stage1/dietlibc/librpc/getrpcent.c, mdk-stage1/dietlibc/AUTHOR,
mdk-stage1/dietlibc/lib/getsockopt.c,
mdk-stage1/dietlibc/libdl/_dl_jump.S, mdk-stage1/dietlibc/lib/atol.c,
mdk-stage1/dietlibc/lib/isspace.c,
mdk-stage1/dietlibc/syscalls.s/__pread.S,
mdk-stage1/dietlibc/lib/strtol.c, mdk-stage1/dietlibc/lib/htonl.c,
mdk-stage1/dietlibc/include/sys/sem.h,
mdk-stage1/insmod-modutils/obj/obj_ppc.c,
mdk-stage1/dietlibc/lib/shmget.c,
mdk-stage1/dietlibc/include/rpc/auth_des.h,
mdk-stage1/dietlibc/libcruft/getpwuid.c,
mdk-stage1/dietlibc/libugly/logging.c,
mdk-stage1/dietlibc/libcruft/dnscruft2.c,
mdk-stage1/dietlibc/libpthread/pthread_create.c,
mdk-stage1/dietlibc/alpha/clone.S,
mdk-stage1/dietlibc/libpthread/pthread_sys_logging.c: Merge from
R9_0-AMD64, most notably:
- AMD64 support to insmod-busybox, minilibc, et al.
- Sync with insmod-modutils 2.4.19 something but everyone should use
dietlibc nowadays
- Factor out compilation and prefix with $(DIET) for dietlibc builds
- 64-bit & varargs fixes
* mdk-stage1/stdio-frontend.c: typo from post-rereading
Merge from R9_0-AMD64, most notably:
- AMD64 support to insmod-busybox, minilibc, et al.
- Sync with insmod-modutils 2.4.19 something but everyone should use
dietlibc nowadays
- Factor out compilation and prefix with $(DIET) for dietlibc builds
- 64-bit & varargs fixes
* mdk-stage1/dietlibc/threadsafe.sh, mdk-stage1/dietlibc/findcflags.sh:
add missing scripts
* mdk-stage1/dietlibc/libpthread/thread_key.c,
mdk-stage1/dietlibc/lib/puts.c, mdk-stage1/dietlibc/lib/memccmp.c,
mdk-stage1/dietlibc/libcruft/entlib.c,
mdk-stage1/dietlibc/libcruft/grent.c, mdk-stage1/dietlibc/dirstream.h,
mdk-stage1/dietlibc/syscalls.s/ptrace.s,
mdk-stage1/dietlibc/lib/set_errno.c, mdk-stage1/dietlibc/lib/vprintf.c,
mdk-stage1/dietlibc/syscalls.s/sigaction.S,
mdk-stage1/dietlibc/libcruft/entlib.h, mdk-stage1/dietlibc/start.h,
mdk-stage1/dietlibc/lib/__xmknod.c, mdk-stage1/dietlibc/lib/alarm.c,
mdk-stage1/dietlibc/libcruft/pwent.c,
mdk-stage1/dietlibc/libstdio/fputc.c,
mdk-stage1/dietlibc/alpha/signal.S,
mdk-stage1/dietlibc/libdl/elf_hash.c, mdk-stage1/dietlibc/dietstdarg.h,
mdk-stage1/dietlibc/lib/speed.c,
mdk-stage1/dietlibc/syscalls.s/llseek.S,
mdk-stage1/dietlibc/lib/getservent.c,
mdk-stage1/dietlibc/syscalls.s/sigsuspend.S,
mdk-stage1/dietlibc/lib/errlist.c, mdk-stage1/dietlibc/lib/nop.c,
mdk-stage1/dietlibc/syscalls.s/signal.S,
mdk-stage1/dietlibc/libcruft/spent.c,
mdk-stage1/dietlibc/syscalls.s/sigprocmask.S,
mdk-stage1/dietlibc/libpthread/thread_internal.c,
mdk-stage1/dietlibc/alpha/sigprocmask.S,
mdk-stage1/dietlibc/lib/random.c,
mdk-stage1/dietlibc/syscalls.s/sigpending.S,
mdk-stage1/dietlibc/syscalls.s/exit.S,
mdk-stage1/dietlibc/syscalls.s/pwrite.S,
mdk-stage1/dietlibc/libugly/daemon.c,
mdk-stage1/dietlibc/libstdio/fgetc.c,
mdk-stage1/dietlibc/lib/vfprintf.c: even more removals
* mdk-stage1/dietlibc/dieticonv.h, mdk-stage1/dietlibc/dietlibm.h,
mdk-stage1/dietlibc/dyn_stop.c, mdk-stage1/dietlibc/binshstr.h,
mdk-stage1/dietlibc/linuxnet.h, mdk-stage1/dietlibc/parselib.h,
mdk-stage1/dietlibc/dietuglyweaks.h, mdk-stage1/dietlibc/dyn_start.c,
mdk-stage1/dietlibc/dietdns.h: latest missing files
2003/06/04 Pixel <pixel at mandrakesoft.com>
* fsedit.pm: allow specifying lv_name in auto_installs (not tested!)
* install_steps.pm: don't use framebuffer after install on i845 (even if
framebuffer works during install)
(this implies no graphical boot)
* diskdrake/interactive.pm, lvm.pm: allow choosing lv name (thanks to
Brian Murrell)
2003/06/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/ja.po, share/po/vi.po, share/po/sq.po: updated
Estonien, Japanese, Albanian and Vietnamese po files
2003/06/02 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Update
2003/06/02 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: updated Spanish translations
2003/05/31 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po,
share/po/sq.po, keyboard.pm, share/po/it.po, share/po/nl.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/lv.po,
share/po/hu.po: changed the name of the russian phonetic layout
2003/05/30 Guillaume Cottenceau <gc at mandrakesoft.com>
* standalone/mousedrake, drakxtools.spec: add mouse test in non-embedded
mode (#2049)
2003/05/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: updated Vietnamese file
* share/po/de.po: updated German file
updated Vietnamese file
2003/05/28 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/isdn.pm: forgot to commit the new configuration step
- remove isdn-light config (seen with isdn4net maintainer)
- new step to keep old device configuration
* network/isdn_consts.pm: s/my/our/ to make perl_checker happy in isdn.pm
2003/05/28 François Pons <fpons at mandrakesoft.com>
* network/modem.pm: remove /dev/ttyS14 link by drakconnect.
2003/05/28 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/dhcp.c: grow MAX_ARP_RETRIES from 4 to 7 after erwan's
suggestion
2003/05/28 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tg.po, share/po/id.po, share/po/ru.po, share/po/ro.po,
share/po/th.po, share/po/is.po, share/po/no.po, share/po/hr.po,
share/po/tr.po, share/po/ta.po, share/po/mt.po, share/po/sq.po,
share/po/it.po, share/po/nl.po, share/po/fi.po, share/po/he.po,
share/po/lt.po, share/po/lv.po, share/po/hu.po: updated Albanian file
2003/05/28 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/isdn_consts.pm: fix isdndata export in stripped package
2003/05/27 Daouda Lo <daouda at mandrakesoft.com>
* any.pm:
- user name must begin with a letter but not with a number or - or _
2003/05/27 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: updated Spanish translation
2003/05/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/be.po, share/po/bs.po, share/po/gl.po, share/po/de.po,
share/po/br.po, share/po/cy.po, share/po/af.po, share/po/et.po,
share/po/az.po, share/po/da.po, share/po/ca.po, share/po/cs.po,
share/po/bg.po, share/po/ar.po, share/po/ga.po: updated Estonian file
2003/05/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 9.2-0.5mdk
9.2-0.4mdk
2003/05/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/uz.po, share/po/sk.po, share/po/wa.po, share/po/pt_BR.po,
share/po/sl.po, share/po/et.po, share/po/zh_TW.po, share/po/ja.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/uk.po, share/po/eu.po,
share/po/es.po, share/po/DrakX.pot, share/po/ko.po, share/po/sv.po,
share/po/sr.po, share/po/fi.po, share/po/pl.po, share/po/eo.po,
share/po/el.po: updated pot file
2003/05/26 Pixel <pixel at mandrakesoft.com>
* any.pm: be perl_checker prototype compliant
* commands: use formatError to display the error message
(to have a better error message than "SCALAR(0x....) at ...")
* interactive/http.pm, interactive.pm, interactive/newt.pm:
- methods with no argument are not functions with no argument!
- perl_checker fixes
2003/05/24 Pablo Saratxaga <pablo at mandrakesoft.com>
* keyboard.pm: Added new toggle possibilities to the menu; use "en_US" for
US layout
2003/05/23 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/network.pm: #3628 /etc/resolv.conf explicit rights set (by titi)
2003/05/23 gbeauchesne
* any.pm, bootloader.pm: Kernel and initrd are now in /boot/efi/mandrake
on IA-64
* drakxtools.spec: Update changelog
* mdk-stage1/insmod-modutils/obj/Makefile:
-Wno-error on IA-64 too for insmod-modutils/obj
* install_gtk.pm, share/list.ia64: Clean-ups. Remove
/var/log/XFree86.0.log from filelist
2003/05/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
* share/po/ja.po: updated Japanese file
2003/05/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksplash, network/network.pm, network/modem.pm,
standalone/draksec, install_steps.pm, handle_configs.pm,
standalone/drakautoinst, standalone/drakpxe, my_gtk.pm,
partition_table/sun.pm, install_steps_interactive.pm,
standalone/harddrake2, standalone/drakboot, standalone/drakTermServ,
standalone/net_monitor, standalone/drakbackup, partition_table/raw.pm,
partition_table.pm, interactive/http.pm, printer/main.pm,
security/msec.pm, diskdrake/interactive.pm, partition_table/bsd.pm,
standalone/fileshareset, standalone/drakfloppy, standalone/drakfont,
standalone/drakconnect, standalone/drakgw, interactive/gtk.pm,
standalone/drakbug, standalone/drakperm, fsedit.pm, .perl_checker,
printer/printerdrake.pm: perl_checker fixes
* drakxtools.spec: next release
* standalone/drakfirewall: please perl_checker
* standalone/logdrake: perl_checker fixes
perl_checker fixes
2003/05/22 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/05/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
pot file
2003/05/22 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix differntial user file naming.
2003/05/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* printer/printerdrake.pm: better english (#1342)
* standalone/draksplash, standalone/logdrake: gtk+-2 specs prohibid
playing with policy
* drakxtools.spec: 9.2-0.3mdk
next 9.2-0.3mdk bits
fix #3485
* network/netconnect.pm: kill some warnings catched by diagnostics pragma
* standalone/drakconnect: gtk+-2 specs prohibid playing with policy
(build_list) simplify ip parsing
workaround #3341: display "Bad ip" instead of a blank field if ip
wasn't correctly parsed as an ip ?
* standalone/drakbug: do not mix interactive and ugtk2, let reusse
create_dialog()
do not set twice the title, ugtk2->new already do it for us
remove unused variable
gtk+-2 specs prohibid playing with policy
(quit_global) inline it
- further clean gui construction through functionnal ugtk2
- do not gratuitously add:
o " " around button labels
o empty strings at end of kernel release
- (parse_release) simplify
- there's no need to keep a reference on field that we do not further
use (distro release is parsed again when needed and kernel release
is already stored in some variable)
- do not pack nothing to widgets
- simplify gui construction through create_packtable(), we really do
not have to offuscate it like c programmers have to
- one shall not be able to alter kernel or distribution release number
* harddrake/data.pm: do not fork usb module drivers list but reuse
list_modules one instead
* share/po/fr.po: update fr translation
2003/05/21 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/network.pm: add some ip checking (#853)
remove old comments
2003/05/21 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2003/05/21 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: fix gc sux in 1.117 modfiying function behaviour
gtktext_insert: fix indenting of one line, takes that as a
pretext to redo whole function identing without tabs
beautify titi
2003/05/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/be.po, share/po/uk.po, share/po/bg.po, share/po/sr.po,
share/po/ru.po: put "yawerty" in cyrillic for languages using cyrillic
alphabet
2003/05/21 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 9.2-0.3mdk's first bits (more to com tomorrow)
* standalone/drakboot: we already have fork()+exec() detect_loader, so
there's no need to do
it again
* standalone/harddrake2: remove unused function that should never have
come to live
- help menu items are not checkable
- do not display spurious "/" on menu buttons when embedded
- (strip_first_underscore) let speedup the regexp
* printer/gimp.pm: please gc
* ugtk2.pm (gtktext_append) fix gtktext_insert() call
2003/05/20 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Partially updated
2003/05/20 Damien Chaumette <dchaumette at mandrakesoft.com>
* modules/interactive.pm: fix BUG 2530, no more spurious window when
insmoding fail
* network/ethernet.pm: #763 #2336 fix alias in modules.conf
perl_checker compliant
2003/05/20 keld
* share/po/da.po: Updates
gi/perl-install/share/po/da.po
2003/05/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/fi.po, share/po/de.po: updated pot file
updated German, Estonian and Finnish files
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/wa.po,
share/po/is.po, share/po/af.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/nl.po, share/po/eu.po, share/po/es.po, share/po/eo.po,
share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/lv.po,
share/po/hu.po: updated pot file
2003/05/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/scannerdrake (removeverticalbar) pixelate
perl_checker fixes
* Xconfig/xfreeX.pm: perl_checker fix
* common.pm (set_permissions): owner and group are optional parameters
* printer/gimp.pm: typo fix
(pop_spaces) prevent infinite loop
(addprinter,isprinterconfigured): remove temp variables
* drakxtools.spec: 9.1-0.2mdk
distriblint fix
one last fix
further bits for 9.2-0.1mdk
first bits of 9.2-0.1mdk
* printer/printerdrake.pm:
- perl_checker fixes, which show up the following bugs:
- printer::printerdrake::{setup_smb,setup_socket}(): do not use undef
values, but reuse those we just calculate
- printer::printerdrake::main(): fix printer::default::printer_type()
callee
- printer::printerdrake::check_network(): fix
network::netconnect::main() callee
* network/nfs.pm (find_servers): chomp is uneeded
(find_exports) better behavior when regexp does not match
* standalone/harddrake2: better explanation of the wp field
* standalone/draksplash: perl_checker fixes
* printer/detect.pm, standalone/printerdrake: perl_checker fixes
printer::printerdrake::{setup_smb,setup_socket}(): do not use undef
values, but reuse those
we just calculate
printer::printerdrake::main(): fix printer::default::printer_type()
callee
* my_gtk.pm: fix #3952: do not pass extra argument (gc altered
common::take_screenshot() api in r1.172 but forget to alter all
callees)
* standalone/drakfont: try to simplify
(put_font_dir): $/variable is unlikely what was initially intended
(chk_empty_xfs_path): typo fix
(search_dir_font_uninstall): further simplify
(chk_empty_xfs_path):
- any { !cdt} equals to every { cdt }
- if_ is unneeded
(search_dir_font_uninstall) map { if_(cdt, $_ } equals to grep { cdt }
(file_ok_sel) prevent potential crash in perl regexp engine if sg bad
happenned in the translation
fix #3960: divide by zero execption
* security/msec.pm:
- fix #3616 (draksec discarding changes)
- add a end of line btw at the end of file to please cat
* standalone/drakedm: fix #1743: offer to restart the dm service
* printer/main.pm: perl_checker fixes
printer::printerdrake::{setup_smb,setup_socket}(): do not use undef
values, but reuse those
we just calculate
printer::printerdrake::main(): fix printer::default::printer_type()
callee
prevent set_usermode() vs set_cups_autoconf() conflict
restore service restart
* .perl_checker: check again printerdrake, this would have prevent whoever
altered
network::netconnect::main() to forget some calle when updating all
calle for new parameters signature :-(
* bootloader.pm: for whatever reason, the second part of
detect_bootloader()
consolidation didn't make up into the cvs
* modules.pm (probe_category): one regexp is enough for isdn
* share/po/fr.po: update french translation
2003/05/19 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: updated Spanish translations
2003/05/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* printer/gimp.pm (gimp::pop_spaces): consolidate skipping of lines that
are space ended
perl_checker fixes
* any.pm: in standalone drakboot, raise a wait message window so that the
user can figure
out what occurs (lilo installation being quite long)
* bootloader.pm: fix #3560 (drakboot not updating bootloader label): the
only confusing
bug is that when one come back to drakboot main window after having
altered the bootloader, the main window still list the old bootloader
as the current bootloader.
let update this label.
btw consolidate bootloader detection in bootloader::detect_bootloader()
further fix #2826 (lilo failling to handle entry with spaces): replace
spaces by underscores in labels (image names are not likely to contain
spaces) to prevent the error
when configuring to install grub bootloader, we first install lilo, then
grub.
the logic is that we only reread /etc/lilo.conf[1], so we need to write
/etc/lilo.conf. but when installing grub, we really do not need to run
lilo, we
only have to write its config file.
[1] because grub/menu.lst lacks some data and because we do neither want
to
parse both config files nor to resolve conflicts between configuration
let further consolidate make_label_lilo_compatible()
* printer/main.pm:
- (read_location, rip_location): simplify loop condition since once we
get
$location_end, we exit it
- (rip_location): simplify @location build when no existing one
- (get_cups_autoconf, set_cups_autoconf, get_usermode, set_usermode):
simplify
a lot through getVarsFromSh() and setVarsInSh()
- (set_jap_textmode) simplify a lot through substInFile()
now all /etc/sysconfig/printing accesses get done by MDK::Common::File
(until
shell template from libconf is used)
perl_checker fixes
* standalone/logdrake: dialog window is already modal
* printer/cups.pm, printer/detect.pm, printer/office.pm,
printer/default.pm, printer/services.pm, printer/printerdrake.pm:
perl_checker fixes
* standalone/drakboot: fix #3560 (drakboot not updating bootloader label):
the only confusing
bug is that when one come back to drakboot main window after having
altered the bootloader, the main window still list the old bootloader
as the current bootloader.
let update this label.
btw consolidate bootloader detection in bootloader::detect_bootloader()
* network/network.pm: move expert stuff under the "advanced" button like
in all other drakx/drakxtools code
* network/nfs.pm: do not drop return values from regexp but use them to
ensure we do not
reuse capture buffers from previous one, which is really bad and
trully buggy
* lang.pm: %langs: first column is supposed to be localized in english
* standalone/drakconnect: some drakconnect cleanups
* standalone/lsnetdrake: simplify
* standalone/harddrake2: localize drive capabilites (aka burning, dvd
managment, ...)
* drakxtools.spec: add a bug reference
last 9.1-38mdk bits
update perl-gtk0 users list (drakcronat being ported to gtk+2)
* install_steps.pm: fix network::netconnect::save_conf() callee
2003/05/16 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm: add a step to warn user before writing settings
(bug #852 and so)
2003/05/16 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
pot file
2003/05/16 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm: perl_checker fix
* network/isdn_consts.pm: let it work
* drakxtools.spec: first bits of 9.1-38mdk
2003/05/15 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Typo fix
2003/05/15 keld
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2003/05/15 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ja.po, share/po/DrakX.pot: updated pot file
2003/05/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk.pm: mark it as deprecated
* standalone/harddrake2:
- describe wp flag on ia32 cpus
- make all field descriptions begin by a lower case letter
- (create_dialog) :
o options are passed through a hash ref
o wrap text
o update caller list
- harddrake2: convert to use create_dialog() instead of
interactive->warn
(fix #3487)
* standalone/drakfont (create_dialog) :
- update caller list
- add title parameter and update callers
remove unused variable
do not use interactive to get root capabilties, directly use
require_root_capability()
fix #1352 : do not add buggy font directories
hide "mode switch" buttons to only enable to switch to the other mode,
not the current one
* ugtk2.pm (create_dialog) scroll window if needed
- (create_dialog) :
o options are passed through a hash ref
o wrap text
o update caller list
- harddrake2: convert to use create_dialog() instead of
interactive->warn
(fix #3487)
(create_dialog) :
- update caller list
- add title parameter and update callers
* standalone/drakfloppy (create_dialog) :
- update caller list
- add title parameter and update callers
* harddrake/data.pm: bump version
* drakxtools.spec:
- 9.1-37mdk
- bump require in order to help rpm to update for new autoreq
2003/05/14 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Some fixes and so...
Updated partially
2003/05/14 Thierry Vignaud <tvignaud at mandrakesoft.com>
* bootloader.pm: perl_checker fixes
* standalone/drakfont:
- uninline poulpy
- use map instead of foreach in some places
- (chk_empty_xfs_path): replacing foreach by map make obvious that we
don't have to grep all items, grep will be enough
- (put_font_dir): consolidate some code into convert_fonts; this make
obvious there were some bug due to $/varname typo; this also reduce
the message to translate ammount
2003/05/13 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup, standalone/drakTermServ: perl_checker cleaning
2003/05/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakedm: perl_checker fix
* .perl_checker: ignore URPM::Resolve until francois qiet it down
* standalone/drakperm: better use get instead of _get
* network/netconnect.pm:
- gtkcreate_img is exported by helpers tag in ugtk2
- add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 !
* standalone/drakbug: make option managment look like real perl
* standalone/drakgw: perl_checker fixes
* Xconfig/main.pm (configure_everything_or_configure_chooser) keyboard and
mouse
paremeters really are optional, Xconfig::default::configure() handle
the fact they're undefined for us
* standalone/drakboot: let ugtk2->new manage the title setting
* standalone/drakfont: better use s/_get/get/ and {get,set}_fraction
instead of ->fraction
helper
* standalone/drakconnect:
- remove 80% of perl_checker warnings
- gtkbuttonset is not exported by ugtk2
* standalone/drakTermServ: cleanups
* standalone/drakfloppy:
- add empty prototypes to help perl_checker
- has_sub_trees: better use ||
* standalone/drakxtv: help perl_checker by providing an empty prototype
2003/05/12 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/isdn.pm: s/@isdn::isdndata/@isdndata/
2003/05/12 Pixel <pixel at mandrakesoft.com>
* interactive.pm: have the "Ok" in ask_from__add_modify_remove return true
in default mode (eg: newt)
* standalone/diskdrake: add "--list-hd" to please gbeauchesne
2003/05/12 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: perl_checker compliance, differential mode
option, explain adding directories
2003/05/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* any.pm: use matched values only if matching did success
* drakxtools.spec: help auto-provides
9.1-36mdk
* standalone/drakboot:
- pass enough dummy parameters to fs::merge_info_from_fstab
- add empty prototypes to help perl_checker catch miss writeen func
calls
- do not log localized messages; what's more, this is supposed to be
already logged by standalone
- in testing mode:
o do not enforce the need for bootsplash
o do not really run mkinitrd
- if bootsplash miss, we should just go back to main config window
2003/05/10 keld
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2003/05/09 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/he.po: updated Hebrew file
2003/05/07 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- follow new network::netconnect::save_conf signature
- remove call to network::netconnect::set_net_conf, no longer exist
* network/netconnect.pm:
- configuration stuff
. rewrite sub save_conf, new signature is ($netcnx)
. rewrite sub load_conf, connection type stored in
/etc/sysconfig/drakconnect
. remove sub read_raw_net_conf
. shrink sub read_net_conf
- drop if ($nb < 1 ), useless
- perl_checker
* network/isdn.pm: s|/sbin/isdnctrl|/usr/sbin/isdnctrl|
2003/05/06 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: More entries
2003/05/06 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm:
- remove sub intro
- change sub main signature
- drop !$::isWizard code
- perl_checker
* network/tools.pm:
- drop !$::isWizard code
- perl_checker
* standalone/drakconnect:
- drop !$::isWizard code
- change netconnect::main signature
- change network::modem::ppp_configure signature
- perl_checker
- cleanup
* install_steps_interactive.pm: change network::netconnect::main signature
2003/05/06 erwan
* drakxtools.spec: Fix changelog
2003/05/06 gbeauchesne
* standalone/drakboot: Fix drakboot booloader methods for ia64 and amd64
2003/05/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* keyboard.pm, share/po/sp.po, pixmaps/langs/lang-sh.png, lang.pm,
share/po/sr.po, share/po/sr@Latn.po, pixmaps/langs/lang-sp.png: Renamed
Serbian po files to follow standard (sr -> cyrillic, sr@Latn -> latin).
'sh' is used internally by DrakX for identifier by DrakX; and 'sh_YU'
used as locale name, for latin Serbian, to avoid use of '@' character
which may be problematic in some cases.
* share/po/ru.po, share/po/he.po: updated Hebrew and Russian files
2003/05/06 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: crash on add other files
fix disabled incremental other files checkbox
fix lack of incremental backups of other files
fix broken daemon mode
fix file remove issue
I know it fails perl_checker - require ugtk2 never returns on console
2003/05/05 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/ethernet.pm: perl_checker fixes
* network/adsl.pm:
- remove unused $intf in adsl_probe_info and adsl_ask_info
- perl_checker fixes
* network/netconnect.pm:
- change configure and winmodemConfigure args (due to $intf drop)
* network/modem.pm:
- drop unused $intf in configure and winmodemConfigure
- fix winmodem configuration behavior
- perl_checker
2003/05/02 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/ethernet.pm: fix typo
* network/netconnect.pm, network/tools.pm, network/network.pm:
perl_checker fixes
* standalone/drakfont: fix sucky fonction (thanks to master guillaume)
2003/04/30 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakfont: more perl_checker compliant
2003/04/30 gbeauchesne
* partition_table.pm: Revert XFS support, not stable enough especially on
SMP
2003/04/30 Guillaume Cottenceau <gc at mandrakesoft.com>
* any.pm: have /etc/sysconfig/i18n in report.bug
* ugtk2.pm: remove export for two removed functions
2003/04/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/zh_CN.po: Changed charset encoding
2003/04/30 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, http.pm, detect_devices.pm, network/isdn.pm,
interactive.pm, Xconfig/resolution_and_depth.pm, c.pm,
partition_table/sun.pm, network/adsl.pm, swap.pm, pkgs.pm, lang.pm,
install2.pm: perl_checker compliance
2003/04/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: perl_checker fix
* drakxtools.spec: 9.1-35mdk
* standalone/drakfont:
- no non empty prototypes
- s/sub { one func call }/code ref/
perl_checker fixes
* ugtk2.pm (create_dialog):
- second parameter really is optionnal
- do not blindly set the title to logdrake, this is used elsewhere
* security/level.pm: fix #3618
* scanner.pm, standalone/drakperm, standalone/drakbug: perl_checker fixes
2003/04/29 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated partially
2003/04/29 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakfont: more perl_checker friendly
empty install list at cancel
prevent void list installation
2003/04/29 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: perl_checker can parse me at last
2003/04/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakboot: no doble module loading
* modules.pm (get_parameters) perl-ize
* drakxtools.spec: 9.1-34mdk
* standalone/drakedm: fix #3701: return back to the display managers menu
if one cancel the
installation of the required packages
2003/04/28 Guillaume Cottenceau <gc at mandrakesoft.com>
* rescue/list.i386: add resize_reiserfs
2003/04/28 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bg.po, share/po/he.po: updated Hebrew and Bulgarian files
2003/04/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
2003/04/24 gbeauchesne
* drakxtools.spec: 1.1.19-56mdk
2003/04/24 Pixel <pixel at mandrakesoft.com>
* Xconfig/various.pm, Xconfig/card.pm, standalone/draksec, scanner.pm,
install_steps.pm, diskdrake/removable.pm, network/isdn.pm,
interactive.pm, c.pm, partition_table/gpt.pm, resize_fat/directory.pm,
install_steps_interactive.pm, network/netconnect.pm, mouse.pm,
standalone/harddrake2, devices.pm, lang.pm, lvm.pm, install2.pm,
raid.pm, crypto.pm, diskdrake/smbnfs_gtk.pm, commands.pm, ugtk2.pm,
partition_table.pm, any.pm, loopback.pm, Xconfig/xfree3.pm,
sbus_probing/main.pm, interactive/http.pm, diskdrake/interactive.pm,
interactive/stdio.pm, pkgs.pm, interactive/newt.pm, harddrake/sound.pm,
services.pm, security/level.pm, fs.pm, install_messages.pm,
install_steps_auto_install.pm, harddrake/data.pm, keyboard.pm,
diskdrake/hd_gtk.pm, Xconfig/monitor.pm, fsedit.pm, modules.pm,
common.pm, detect_devices.pm, network/tools.pm, network/shorewall.pm,
install_any.pm, timezone.pm: perl_checker adaptations + fixes
2003/04/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: fix conflict with perl-Locale-gettext
2003/04/23 gbeauchesne
* share/list.x86_64, rescue/list.x86_64, partition_table.pm: add xfs for
amd64
2003/04/23 Guillaume Cottenceau <gc at mandrakesoft.com>
* rescue/list: file-4.02
2003/04/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tg.po, share/po/uz.po, share/po/sk.po, share/po/ru.po,
share/po/ro.po, share/po/wa.po, share/po/pt_BR.po, share/po/th.po,
share/po/sl.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/tr.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/sq.po,
share/po/uk.po, share/po/pl.po, share/po/sr.po, share/po/sv.po,
share/po/sp.po, share/po/help-it.pot: updated pot file
2003/04/23 Pixel <pixel at mandrakesoft.com>
* help.pm: add prototypes
* share/po/help_xml2pm.pl: add prototypes to help.pm
2003/04/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 9.1-32mdk
- localedrake is part of drakxtools-newt, so does its menu entry (and
sanitize its entry btw)
- drakxtools-newt: add the needed post and postun macros
- sort provides'n obsoletes, add missing drakfloppy
* share/po/fr.po: update french translation
2003/04/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated pot file
updated pot file
* share/po/bs.po, share/po/id.po, share/po/gl.po, share/po/br.po,
share/po/is.po, share/po/no.po, share/po/af.po, share/po/az.po,
share/po/ja.po, share/po/hr.po, share/po/mt.po, share/po/fr.po,
share/po/ga.po, share/po/nl.po, share/po/it.po, share/po/be.po,
share/po/eu.po, share/po/es.po, share/po/ko.po, share/po/DrakX.pot,
share/po/fi.po, share/po/de.po, share/po/lt.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/eo.po,
share/po/lv.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/hu.po, share/po/ar.po: updated pot file
2003/04/22 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: fix typos and cleanup syntax
* install_any.pm: perl_checker compliance for optional method arguments
fix bug #3652 (grub must be installed for a loopback install)
* share/po/help_xml2pm.pl, help.pm: fix typo (help.pm must return a true
value)
per Pablo's request:
- create a mini header in the generated help-*.pot files
- guilabel, guibutton and guimenu now uses %s to separate more cleanly
what
comes is doc and what is gui text
!! the new generated help.pm has a different interface, non-backward
compliant !!
* Xconfig/xfree3.pm, Xconfig/xfreeX.pm, install_steps_gtk.pm,
Xconfig/xfree.pm: perl_checker compliance for optional method arguments
* interactive.pm: perl_checker compliance for optional method arguments
adapt to new help.pm
* share/po/help-fr.pot, share/po/help-de.pot, share/po/help-ru.pot,
share/po/help-es.pot, share/po/help-it.pot: per Pablo's request:
- create a mini header in the generated help-*.pot files
- guilabel, guibutton and guimenu now uses %s to separate more cleanly
what
comes is doc and what is gui text
!! the new generated help.pm has a different interface, non-backward
compliant !!
2003/04/22 tpittich
* share/po/sk.po: fixed slovak translation (thanks to Stanislav Visnovsky
and Zdenko Podobny)
2003/04/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/harddrake2: array costs less than a hash
* drakxtools.spec: 9.1-31mdk
2003/04/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po: updated Italian file
2003/04/21 Pixel <pixel at mandrakesoft.com>
* keyboard.pm: 'Option "XkbCompat" "group_led"' is no good because
it means that effectively NO other compatibility settings
are included i.e. NONE of standard XFree86 keys work,
including Ctrl-Alt-Fx, Ctrl-Alt-KP+, Ctrl-Alt-KP- etc.
'Option "XkbCompat" "default+group_led"' is much better
(thanks Andrey Borzenkov)
* share/rpmsrate: have bison and flex installed when DEVELOPMENT is chosen
(thanks to Adam
Williamson)
2003/04/18 François Pons <fpons at mandrakesoft.com>
* install_any.pm: make all CD as update (as it should have been to allow
updates to be resolved).
2003/04/17 gbeauchesne
* share/list.x86_64: Add raid & reiserfs tools
* drakxtools.spec: Use RPM_OPT_FLAGS when compiling tools
(rpcinfo-flushed)
1.1.9-55mdk
* tools/Makefile: Compile rpcinfo-flushed/xhost+ with -Os so that code
size is reduced
and magically fixed on hammer. ;-)
2003/04/17 Pixel <pixel at mandrakesoft.com>
* fs.pm: another perl_checker optional parameter compliance
new perl_checker compliance
* Xconfig/various.pm, network/network.pm, network/modem.pm,
security/various.pm, standalone/draksec, partition_table/dos.pm,
scanner.pm, install_steps.pm, Xconfig/parse.pm, network/isdn.pm,
interactive.pm, resize_fat/directory.pm, install_steps_interactive.pm,
network/netconnect.pm, Xconfig/xfreeX.pm, mouse.pm, devices.pm, lang.pm,
resize_fat/boot_sector.pm, network/drakfirewall.pm,
modules/interactive.pm, standalone/diskdrake, crypto.pm,
Xconfig/main.pm, diskdrake/smbnfs_gtk.pm, install_interactive.pm,
partition_table/raw.pm, ugtk2.pm, partition_table.pm, any.pm,
install_steps_gtk.pm, partition_table/mac.pm, ftp.pm,
diskdrake/interactive.pm, pkgs.pm, interactive/newt.pm,
network/ethernet.pm, Xconfig/resolution_and_depth.pm, bootloader.pm,
diskdrake/hd_gtk.pm, Xconfig/monitor.pm, fsedit.pm,
partition_table/lvm_PV.pm, modules.pm, common.pm, detect_devices.pm,
standalone/drakupdate_fstab, install_any.pm, timezone.pm: new
perl_checker compliance
2003/04/16 gbeauchesne
* mdk-stage1/insmod-busybox/Makefile:
- Update to busybox 0.65.0 version
- Add support for x86-64
Use $(DIET) wrapper
* mdk-stage1/insmod-busybox/insmod.c, mdk-stage1/insmod-busybox/Config.h,
mdk-stage1/insmod-busybox/busybox.h: Fixes. Don't care about taint
stuff. Constify a little so that some dead
branches could be nuked. -> Reduce code size by 5 KB.
- Update to busybox 0.65.0 version
- Add support for x86-64
Merge back fixes from HEAD but don't use the init_module() et al. tricks
since correct dietlibc 0.22 is used on the branch.
- Update to insmod from busybox 0.65.0
- Add support for x86-64
* mdk-stage1/insmod-busybox/README: Update README
* mdk-stage1/Makefile: use insmod-busybox on x86-64, save around 50 KB.
;-)
2003/04/16 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: comply to new each_index behaviour
2003/04/16 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect: fix #1675: swap the text and button widgets
2003/04/15 gbeauchesne
* detect_devices.pm: Fix hasSMP()
* install_any.pm: CD-ROM installations use cdrom.img on x86-64 nowadays
2003/04/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/harddrake2: add hint for translators
2003/04/14 gbeauchesne
* harddrake/data.pm: fix harddrake doesn't display unknow hardware (tv,
9.0 updates)
* mdk-stage1/dhcp.c, docs/README, mdk-stage1/tools.c, mdk-stage1/stage1.h:
Handle "netauto" mode (gc, post 9.1)
* drakxtools.spec: Match current 9_0-64bit-branch state
2003/04/14 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/dhcp.c, mdk-stage1/tools.c, mdk-stage1/stage1.h: put dhcp
bootfile under netauto parameter
2003/04/11 dam's <dams at idm.fr>
* standalone/drakconnect: corrected titi typo
2003/04/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/th.po: changed "reboot" to latin letters, as requested.
2003/04/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakboot: any::setupBootloader() already call
bootloader::install()
* standalone/drakedm: it was designed in 2003, not 2002
2003/04/07 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: first bits of 9.1-31mdk
fix harddrake menu entry description
* standalone/drakboot: fix #2826 (aka pixel sucks):
pixel changed the booloader module api by throwing an exception
instead of using the ugly /tmp/.error temporary file and altered drakx
callers but forget to update standalone/* callers (aka drakboot).
now, with this patch, any error during lilo/grub installation is
catched and displayed, which is more generic than checking for spaces.
2003/04/04 Guillaume Cottenceau <gc at mandrakesoft.com>
* docs/README: some fixes and improvements
* docs/HACKING: some updates
2003/04/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: bump gtk2-perl require because of #3633
9.1-30mdk
* scanner.pm: fix doble explanation logging of scannerdrake and harddrake
startup
* standalone/logdrake:
- perl_checker fixes
- ensure only one callback do regular parsing
* standalone/drakfloppy: fix crash on floppy generation reported by
Francisco Alcaraz
2003/04/03 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2003/04/03 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: after adding gtk_text_buffer_place_cursor in gtk2-perl, use it
here :)
fix #3633 (cursor at the end of TextView after gtktext_insert)
remove a few memory leaks
* drakxtools.spec: after adding gtk_text_buffer_place_cursor in gtk2-perl,
use it here :)
2003/04/02 gbeauchesne
* detect_devices.pm: Update to match IA-64 ACPI format string "XXX CPUs
available"
2003/04/02 Guillaume Cottenceau <gc at mandrakesoft.com>
* patch/9.1/patch-loopback.pl: Error scenario: When using a file for your
/ (a "loopback"), booting your newly
installed system will fail with a kernel panic with flashing keyboard
lights
Why: The initrd needs to load the loop.o module to mount your /
partition; but
since recently, loop.o depends on aes.o, and since mkinitrd doesn't
handle
dependencies automatically and we didn't notice that change, we didn't
update
mkinitrd accordingly
Solution: Format a floppy disk with a DOS filesystem (in Linux, you can
use the
command "mkdosfs /dev/fd0"). Copy patch.pl to the floppy disk. Remove
the floppy
and reboot using the Mandrake Linux 9.1 CD1 to do a CD-ROM installation.
During
boot, press F1 at the splash screen, then place your floppy disk that
contains
patch.pl in the floppy drive. At the prompt, type "patch", then follow
the
installation as usual.
see bugzilla #3614
2003/04/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nl.po: updated Dutch file
2003/04/02 Pixel <pixel at mandrakesoft.com>
* patch/9.1/patch-detectSMP-K6.pl: Error scenario: On a AMD-K6, install
fails after the formatting partitions steps with a strange "type read"
error
Why: in some cases, the SMP detection code fails and force the install
to exit
Solution: Use patch.pl which disables SMP detection
(thanks to Angela Bayley)
2003/04/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/logdrake: remove unused variable
- various perl_checker "fixes"
- (logcolorize): make it saner regarding its arguments, thanks
perl_checker
* harddrake/sound.pm: hackism to shut up perl_checker
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/sl.po, share/po/no.po,
share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, standalone/drakTermServ,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/lt.po, share/po/he.po, share/po/sp.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/wa.po,
share/po/is.po, share/po/af.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sq.po, share/po/it.po, share/po/nl.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/lv.po,
share/po/hu.po: s/initrdrd/initrd/ (Arpad Biro)
* standalone/harddrake2: fix pablo patch that broke two translations
(reported by Arkadiusz
Lipiec)
2003/04/01 François Pons <fpons at mandrakesoft.com>
* rescue/tree/etc/oem-all: added restore into boot_entries default value,
increased hd install size from
1500 MB to 2500 MB to include current ackbar cooker repository.
2003/04/01 gbeauchesne
* bootloader.pm: Indentation fixes
* install_steps_gtk.pm: Pass $Driver to launchX in non /FB/ case
Pass $Driver to launchX in non /FB/ case
Backport from 9.1 xf4 fallbacking to fbdev driver
* install_steps.pm: Remove MAKEDEV workaround for ia64. Fixes must be
found, and kernel nowadays
have devfs support.
* install_gtk.pm: Backport from 9.1 xf4 fallbacking to fbdev driver
2003/04/01 Guillaume Cottenceau <gc at mandrakesoft.com>
* lang.pm: misc
2003/04/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/logdrake (parse_file) pass explicit argument instead of
relying on lexical $_
being correct in that context (worked fine but this is bad)
* share/po/fr.po:
- fix fscking french translation
- explain why it's bad to translate this way
* standalone/draksound, install_steps_interactive.pm: move
harddrake::sound $index param in hash and pass only the hash ref around
functions
* ugtk2.pm: perl_checker fixes
* standalone/harddrake2:
- fix fscking french translation
- explain why it's bad to translate this way
- prevent translators to do bad things (that is having badly
constructed
strings on screen)
- reuse some translations instead of relying on extracting tools'
merge
feature
- give translators more control on about window text
* harddrake/sound.pm: propagate $in where needed
move harddrake::sound $index param in hash and pass only the hash ref
around
functions
* standalone/drakhelp: simplify
2003/03/31 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Typo fix
2003/03/31 François Pons <fpons at mandrakesoft.com>
* bootloader.pm: copy kernel and stage1 in order to avoid remapping
/mnt/hd on the fly during
install for bootloader installation to complete correctly.
fixed regex for kernel options retrieved for restore bootloader entry.
2003/03/31 keld
* share/po/da.po: spelling errors
po/po/da.po gi/perl-install/share/po/da.po
2003/03/31 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/vi.po: updated Vietnamese file
* share/po/fr.po: fixed a bad grammatical error
2003/03/30 Guillaume Cottenceau <gc at mandrakesoft.com>
* lang.pm: clean
2003/03/30 keld
* share/po/da.po: spelling errors
soft/menu-messages/da.po gi/perl-install/share/po/da.po
some spelling errors
soft/control-center/po/da.po gi/perl-install/share/po/da.po
2003/03/29 keld
* share/po/da.po: Updates
soft/GtkMdkWidgets/po/da.po gi/perl-install/share/po/da.po
2003/03/28 Guillaume Cottenceau <gc at mandrakesoft.com>
* lang.pm: disable arabic whic doesn't work well after install
* patch/9.1/hp.diff: disable arabic
2003/03/28 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: Special cases for KDE to recognize zh_HK and zh_SG
2003/03/28 Pixel <pixel at mandrakesoft.com>
* Xconfig/card.pm: fix typo, grr...
also have DontVTSwitch for i845 (and i85x)
use option DontVTSwitch for i865
* drakxtools.spec: use ServerFlags DontVTSwitch for i845, i865 and i85x
use ServerFlags DontVTSwitch for i865
2003/03/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sq.po: updated Albanian file
* share/po/ja.po: updated Japanese file
2003/03/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* docs/9.1_errata.txt:
- mcc erratas
- lexical ordering
2003/03/26 François Pons <fpons at mandrakesoft.com>
* install_any.pm: moved hdInstallPath to any.pm.
* any.pm: removed acpi reference here (should already been have removed
earlier).
moved here hdInstallPath from install_any.
* standalone.pm: simplified code to allow parsing rpmdb instead of just
urpmi db.
* bootloader.pm: fixed another typo for adding restore entry (grub menu).
fixed wrong usage of any::hdInstallPath which is mapped as /tmp/image
during
installation.
fix typo on grub menu file read.
* rescue/tree/etc/oem-all: use fat32 instead of fat16, fixed
mandrake-release to install.
fix typo.
mandrake-release should be installed.
current parted does no more support fat fs but fat16 or fat32 fs.
2003/03/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* docs/9.1_errata.txt: first drakxtools errata
* drakxtools.spec: fix harddrake menu entry
2003/03/25 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sq.po: updated Albanian file
2003/03/24 François Pons <fpons at mandrakesoft.com>
* network/netconnect.pm: added modem configuration after LT Modem support.
* network/modem.pm: added login and password retrieval for ppp0 in
configure function.
propose /dev/modem before other device (as it will work for other most
case).
added modem configuration after LT Modem support.
2003/03/24 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
Japanese file; updated pot file
2003/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* any.pm, install_steps_interactive.pm: hp fix
* drakxtools.spec:
- fix changelog
- 9.1-28mdk
first bits of 9.1-26mdk
* patch/9.1/hp.diff: more hp fixes
mdk9.1 changes for hp
2003/03/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/sq.po: updated Italian and Albanian files
2003/03/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/tr.po, share/po/pt.po: updated Italian,
Portuguese and Turkish files
2003/03/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ja.po: changed translation fo "mandrakesoft store"
changed "mandrakesoft-shouten" to "mandrakesoft-no shouten"
("store named mandrakesoft" -> "mandrakesoft's store")
2003/03/21 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: increase timeout from 5 to 25 seconds
2003/03/20 François Pons <fpons at mandrakesoft.com>
* install_steps_interactive.pm: fixed typo.
add probe for netncx type in case of not already setted.
2003/03/19 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: fix
2003/03/19 François Pons <fpons at mandrakesoft.com>
* rescue/tree/etc/oem, rescue/tree/etc/oem-all: added support for passing
kernel options to oem scrpit.
* lang.pm: silently use en_US for arabic.
removed Arabic language (no correct font during install).
avoid displaying Hong Kong as a country.
2003/03/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* docs/mdk-9.2: update, sort
* standalone/harddrake2: properly *both* reap zombies and clear status bar
message
* share/po/fr.po:
- fix harddrake2 main window title broken by stupid translators
- explain the problem
- explain how to easily get « and » caracters
* docs/9.1_errata.txt: first errate: ntfs kernel bug (bug and fix reported
by Szakacsits
Szabolcs)
2003/03/18 François Pons <fpons at mandrakesoft.com>
* rescue/tree/etc/oem, rescue/tree/etc/oem-all: added lookup into
isolinux/alt0 if possible
updated ramdisk_size=128000 acpi=off
2003/03/18 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po: updated Indonesian file
* share/po/wa.po: corrected small typo
2003/03/18 Warly <warly at mandrakesoft.com>
* share/rpmsrate: s/mplayer-guimplayer-gui/mplayer-gui/
2003/03/17 Frederic Lepied <flepied at mandrakesoft.com>
* install_steps.pm: reverted to 1.604
2003/03/17 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/da.po: updated Danish and Italian files
* share/po/pt.po: updated Portuguese file
* share/po/ja.po: updated Japanese file
2003/03/17 Warly <warly at mandrakesoft.com>
* share/rpmsrate: Add NVIDIA_nforce for smp and secure kernel
Fix NVIDIA_nforce entry removing kernel version (added by cleanrpmsrate)
FlashPlayer with a capital P
2003/03/16 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bs.po, share/po/ro.po: updated Bosnian and Romanian files
2003/03/16 Warly <warly at mandrakesoft.com>
* drakxtools.spec: 26mdk to fix drakperm
2003/03/15 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bs.po, share/po/vi.po: updated Bosnian and Vietnamese files
* share/po/he.po: updated Hebrew file
2003/03/15 Warly <warly at mandrakesoft.com>
* install_steps.pm, share/rpmsrate, drakxtools.spec: fix a fatal error in
drakpem in editable mode
* standalone/drakperm: Fix fatal error in editable window when adding a
new entry
2003/03/14 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Fix typo in french ads
2003/03/14 François Pons <fpons at mandrakesoft.com>
* standalone.pm: fix checking for installed kernel modules (for nvidia)
(/me sux)
(fix & changelog by pixel)
* share/rpmsrate: fixed error mandrake_doc
fixed gnupg using multiple rates.
fixed synthax error.
* install_steps_gtk.pm: made desktop group centred.
2003/03/14 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/modules.c: fix myself sux: don't unconditionnally fgets
/proc/modules, because fopen
may have failed (the libc, in its great search for speed, probably
doesn't
care to check if the FILE* given to fgets is valid and opened)
2003/03/14 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sv.po: updated Swedish file
* share/po/is.po, share/po/el.po, share/po/he.po: updated Greek file
* share/po/zh_CN.po: updated Chinese file
* share/po/tr.po: updated Turkish file
2003/03/14 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec: fix XFdrake handling NVidia proprietary drivers
2003/03/14 Till Kamppeter <till at mandrakesoft.com>
* drakxtools.spec: 9.1-23mdk
2003/03/14 Warly <warly at mandrakesoft.com>
* share/rpmsrate: mandrake-galaxy doc link is broken if mandrake_doc is
not install. Waiting for a better solution install mandrake_doc via
rpmsrate in the same group as mandrake-galaxy.
2003/03/13 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm: Fixed bug #417: '$' character in printer URI not
correctly handled.
2003/03/13 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm: Fixed bug #417: '$' character in printer URI not
correctly handled.
2003/03/13 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: updated Spanish translations
2003/03/13 François Pons <fpons at mandrakesoft.com>
* install_steps_gtk.pm: desktop group simplification.
2003/03/13 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/no.po: updated Norwegian file
* share/po/ru.po, share/po/fi.po: updated Russian and Finnish files
* share/po/id.po, share/po/eo.po, share/po/cs.po, share/po/hu.po: updated
Czech, Esperanto, Indonesian and Hungarian files
2003/03/13 Pixel <pixel at mandrakesoft.com>
* any.pm: cleanup (still need to handle permissions more cleanly, people
using umask 0
should be shot)
2003/03/13 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Fix IP pool range bug from gtk2 conversion.
2003/03/13 Till Kamppeter <till at mandrakesoft.com>
* scanner.pm: Bug fixes:
- SHOWSTOPPER: SCSI scanners were never recognized as already
configured, the user was always asked whether he wants to configure
them. Problem was that device files are symlinks.
- Made most ISDN and ADSL devices not being considered as a scanner by
Scannerdrake, SANE does not support internet scanners.
2003/03/13 tpittich
* share/po/sk.po: updated slovak translation
2003/03/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: more logs
first 9.1-22mdk bits
* install_any.pm: alsa drivers are now named snd-<name> not anymore
snd-card-<name>
* any.pm: fix #3161 (ensure right permissions on /etc/sysconfig/autologin
for
bad root umask case)
* modules.pm: via via686 upgdrade after simplification too (next time
pixel told me
it's better to reuse some regexp, i kill him)
fix upgrade after simplification
simplify
convert alsa driver from old naming system to new one (snd-card-XXX =>
snd-XXX) and ensure correct upgrade for snd-via683 and snd-via8233
drivers
* docs/mdk-9.2: more stuff
more thoughts
2003/03/13 Warly <warly at mandrakesoft.com>
* install_gtk.pm: logo is the same for desktop and powerpack
installations.
* share/compssUsers.desktop: Make only one sectio. Include KDE/GNOME and
documentation into it.
2003/03/12 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: updated
2003/03/12 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cy.po, share/po/et.po, share/po/he.po: updated Welsh, Estonian
and Hebrew files
2003/03/12 François Pons <fpons at mandrakesoft.com>
* install_any.pm: added log for kernel module packages found.
* network/modem.pm: fixed typo.
fix ltmodem package name with newer version.
* install_steps_interactive.pm: fix for newer kernel module package name.
* standalone/XFdrake: fix for newer commercial kernel module package name.
* install_steps.pm: fix for newer commercial package name (kernel module).
added minimal of what is selected log for pkg_install.
* detect_devices.pm: fix titi sucks.
* standalone.pm: fixed return value of check_kernel_module_packages and
examination of synthesis
file using current interface of urpm library.
fix small typo.
2003/03/12 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: fix non-important (but still valid) part of #2488, a.k.a
package tree not expanding visually when it should (needs the mouse
pointer over it to be updated visually)
* share/po/ja.po: fix for "Advanced" by utuhiro <utuhiro at
mx12.freecom.ne.jp>
2003/03/12 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: updated pot file
* share/po/nl.po: updated dutch file
updated pot file
* keyboard.pm: Tagged cyrillic keyboard as non-latin
2003/03/12 Pixel <pixel at mandrakesoft.com>
* standalone/diskdrake: set by default the fs type and mntpoint for
removables not present in fstab
(useful for harddrake)
* standalone/drakupdate_fstab: have fd0 & fd1 be recognised as known
entries, even if we don't probe them
(useful for harddrake)
* diskdrake/interactive.pm, install_interactive.pm: fix maximum loopback
size (bug #3188)
2003/03/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: jackadit^h^h^h^h^ hpixel said: "we do not need
anymore --auto"
fix typo
handle multiple removable devices: their managment is different from
other hw
classes since we need to run a config tool per device and not one per hw
class
* standalone/harddrake2: fix first message display
better packed paned behavior in both embedded and standalone modes
handle multiple removable devices: their managment is different from
other hw
classes since we need to run a config tool per device and not one per hw
class
* drakxtools.spec: update requires
9.1-20mdk
* standalone/service_harddrake: let it look better
shut up perl_checker
handle multiple removable devices: their managment is different from
other hw
classes since we need to run a config tool per device and not one per hw
class
* docs/mdk-9.2: better embedded diskdrake hint
* diskdrake/hd_gtk.pm:
- let diskdrake fit when embedded in mcc
- let action box be larger so that there's no horizontal scrollbar in
standalone mode
* share/po/wa.po: fix package build :-(
* standalone/drakedm: really sort
- check if dm package is installed and install it if needed
- use format instead of reverse() (not a big slow down but small
rivers make
big ones and it makes gc happier...)
2003/03/11 Guillaume Cottenceau <gc at mandrakesoft.com>
* lang.pm: thx perl checko
(pablo) change kde font scheme (crossing fingers)
2003/03/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nl.po, share/po/cs.po: updated Dutch and Czech files
2003/03/11 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: typos fixed
2003/03/11 David Baudens <baudens at mandrakesoft.com>
* share/advertising/10-security.png, share/advertising/07-server.pl,
share/advertising/12-mdkexpert.png,
share/advertising/06-development.png,
share/advertising/06-development.pl, share/advertising/11-mnf.pl,
share/advertising/09-mdksecure.png, share/advertising/01-thanks.png,
share/advertising/07-server.png, share/advertising/02-community.png,
share/po/fr.po, share/advertising/list, share/advertising/11-mnf.png,
share/advertising/02-community.pl, share/advertising/03-software.pl,
share/advertising/05-desktop.pl, share/advertising/09-mdksecure.pl,
share/advertising/01-thanks.pl,
share/advertising/13-mdkexpert_corporate.pl,
share/advertising/12-mdkexpert.pl, share/advertising/03-software.png,
share/advertising/08-store.pl, share/advertising/04-configuration.png,
share/advertising/13-mdkexpert_corporate.png,
share/advertising/10-security.pl, share/advertising/05-desktop.png,
share/advertising/04-configuration.pl, share/advertising/08-store.png:
Update
2003/03/11 Florin Grad <florin at mandrakesoft.com>
* standalone/drakgw: really use the chosen net_connect interface
2003/03/11 François Pons <fpons at mandrakesoft.com>
* network/network.pm: changed netcnx type probe (so that if an ethernet
connection exists, it won't
cause netcnx type to be always lan).
* rescue/tree/etc/oem: modified language settings.
* network/adsl.pm: moved probing code outside adsl_ask_info.
* network/ethernet.pm: use $::prefix, waiting for 9.1 to be out before
cleaning network modules.
* standalone/drakconnect: added probing of adsl connection.
2003/03/11 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_steps_gtk.pm: the shadow behind the new adverts looks ugly,
remove it
new advertisement will be with grey background
* share/po/fr.po: rephrase a bit MNF advert to make it fit
spelling
* share/advertising/07-server.pl, share/advertising/06-development.pl,
share/advertising/11-mnf.pl, share/advertising/02-community.pl,
share/advertising/03-software.pl, share/advertising/05-desktop.pl,
share/advertising/09-mdksecure.pl, share/advertising/01-thanks.pl,
share/advertising/12-mdkexpert.pl,
share/advertising/13-mdkexpert_corporate.pl,
share/advertising/08-store.pl, share/advertising/10-security.pl,
share/advertising/04-configuration.pl: fix pablo breaking translation of
advertisement :)
* lang.pm: thx perl checko
(pablo) change kde font scheme (crossing fingers)
* install_steps_interactive.pm: install additional locales package for
country according to the locale that will be really used, not according
to the default locale for a given country (fixing unecessary installing
of locales-de in case of a fr_CH install)
2003/03/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/no.po: updated Italian and Norwegian files
* lang.pm: Changed Qt Chinese XIMStyle to 'Over The Spot' ('On The Spot'
crashes)
changed KDE default font names for CJK
* share/po/nl.po, share/po/cs.po: updated Dutch and Czech files
* share/po/da.po, share/po/vi.po: updated Danish and Vientamese files
2003/03/11 Pixel <pixel at mandrakesoft.com>
* Xconfig/main.pm: remove XFdrake icons (per dadou's request)
* any.pm, bootloader.pm, standalone/drakboot: fix lilo-menu not working
(bug #3048)
2003/03/11 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: More gtk2 fixes.
2003/03/11 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Added button to switch to japanese text file
printing.
Many bug fixes:
- Wait messages bloxked the OK buttons of the dialogs telling how to
scan and how to read photo cards on HP´s MF devices.
- Do not configure OpenOffice.org any more, only Star Office.
OpenOffice.org is patched to have native CUPS support now.
- If the Port for a BrowsePoll address is left blank, 631 is taken as
default now.
- Text for firmware upload for HP LaserJet 1000 now also available in
the 'Learn how to use printer' dialog.
- Updated check of model name for HP´s MF devices to newest models.
* printer/detect.pm: Made sure that all IP addresses of the local machine
are in 'Allow
From' lines in the /etc/cups/cupsd.conf, otherwise one can have
certain configurations with which one cannot access to the options of
the local printer(s).
* printer/main.pm: Made sure that all IP addresses of the local machine
are in 'Allow
From' lines in the /etc/cups/cupsd.conf, otherwise one can have
certain configurations with which one cannot access to the options of
the local printer(s).
Added button to switch to japanese text file printing.
* printer/office.pm: Many bug fixes:
- Wait messages bloxked the OK buttons of the dialogs telling how to
scan and how to read photo cards on HP´s MF devices.
- Do not configure OpenOffice.org any more, only Star Office.
OpenOffice.org is patched to have native CUPS support now.
- If the Port for a BrowsePoll address is left blank, 631 is taken as
default now.
- Text for firmware upload for HP LaserJet 1000 now also available in
the 'Learn how to use printer' dialog.
- Updated check of model name for HP´s MF devices to newest models.
2003/03/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 9.1-19mdk final
* docs/mdk-9.2: update
2003/03/11 Warly <warly at mandrakesoft.com>
* share/rpmsrate: add kdeartwork level 3 in KDE
* share/logo-mandrake.png: 9.1 logo
2003/03/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/no.po: minor typo
2003/03/10 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: some fixes
update
2003/03/10 François Pons <fpons at mandrakesoft.com>
* install_any.pm: use quoted url instead for install_urpmi.
fixed duplicate url entry for file and removable.
build a list file only if needed for install_urpmi.
* rescue/tree/etc/oem, rescue/tree/etc/oem-all: added missing right
parenthesis.
fix for strange parted behaviour.
2003/03/10 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_steps.pm: fix original #2842 problem
* lang.pm (pablo) workaround console localization broken in RTL languages
fix original #2842 problem
* install_gtk.pm: meta class desktop also uses galaxy theme, not blue
theme
2003/03/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/no.po: minor typo
updated Norwegian file
updated Welsh, Icelandic, Italian, Norwegian
* share/po/Makefile, share/po/it.po, share/po/is.po, share/po/cy.po:
updated Welsh, Icelandic, Italian, Norwegian
* keyboard.pm: Changed console Czech keyboard
2003/03/10 Pixel <pixel at mandrakesoft.com>
* install2.pm: fix getting brltty help and table (thanks to Hans Schou)
2003/03/10 tpittich
* share/po/sk.po: updated slovak translation
2003/03/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksec:
- clean wait messages creation
- fix wait messages displaying (label was not displayed) in both
standalone and embedded modes
* drakxtools.spec: fix #1461
more logs
typo fix
* harddrake/TODO, docs/mdk-9.2: update
* services.pm:
- fix packing on standalone mode (no horizontal scrolling)
- let show it all when embedded
2003/03/10 Warly <warly at mandrakesoft.com>
* share/rpmsrate: add kdeartwork-kde-classic not to have trouble in KDE
updates.
reduce gpm level from 4 to 2 in system
* share/compssUsers.desktop: Update for new standard pack
2003/03/09 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Typo fix
2003/03/09 Guillaume Cottenceau <gc at mandrakesoft.com>
* share/po/fr.po: latest missing stuff
* Xconfig/test.pm: fix background of X test during install
2003/03/09 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
pot file
* standalone/drakTermServ: fixed text (missing '/')
2003/03/09 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: make perl_checker a happy prog
no "Previous" button when choosing install or upgrade
2003/03/08 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hu.po: updated Hungarian file
2003/03/07 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: mask encryption key (using stars)
2003/03/07 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: One message
updated
2003/03/07 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translation
2003/03/07 Frederic Lepied <flepied at mandrakesoft.com>
* any.pm: launch startx.autologin instead of startx in autologin
2003/03/07 François Pons <fpons at mandrakesoft.com>
* network/adsl.pm: dropped a line.
fix logical error (flepied).
2003/03/07 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: refine the already dirty code to workaround gtk bug leading to
bugzilla #1445 (clicking two times too fast still lead to same problem)
fix rpmdrake dumping core when multiple searchs in
"selected" and "upgradable" sorting modes (#2899)
* tools/cvslog2changelog.pl: add fabman
protect emails
* drakxtools.spec: fix rpmdrake dumping core when multiple searchs in
"selected" and "upgradable" sorting modes (#2899)
2003/03/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sk.po, share/po/pt_BR.po, share/po/th.po, share/po/et.po,
share/po/ja.po, share/po/ko.po, share/po/da.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/sq.po,
share/po/it.po, share/po/es.po, share/po/lv.po, share/po/ru.po,
share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/uk.po,
share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/nl.po: iupdated Vietnamese,
Estonian and Dutch files;
fixed the translations of "default:LTR"
updated pot file
* share/po/gl.po, share/po/hr.po, share/po/be.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/he.po,
share/po/ca.po, share/po/ar.po, share/po/eu.po, share/po/hu.po,
share/po/id.po, share/po/br.po, share/po/no.po, share/po/ga.po,
share/po/sp.po, share/po/bs.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/fr.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po: updated
pot file
* share/advertising/06-development.pl, share/advertising/02-community.pl,
share/advertising/05-desktop.pl, share/advertising/01-thanks.pl,
share/advertising/08-store.pl, share/advertising/11-mnf.pl,
share/advertising/07-server.pl, share/advertising/10-security.pl,
share/advertising/03-software.pl, share/advertising/09-mdksecure.pl,
share/advertising/12-mdkexpert.pl,
share/advertising/13-mdkexpert_corporate.pl,
share/advertising/04-configuration.pl: Changed _() to N_()
* share/po/fi.po: updated Finnish file
updated pot file
2003/03/07 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: mask encryption key (using stars)
* Makefile.config: don't install share/advertising/*.pl files in
Mandrake/mdkinst/usr/bin/perl-install/share, only in
Mandrake/share/advertising
2003/03/06 David Baudens <baudens@mandrakesoft.com>
* share/advertising/03-software.pl: Fix typo
Update
Sync names with text files
* share/advertising/07-server.pl, share/advertising/06-development.pl,
share/advertising/05-desktop.pl, share/advertising/08-store.pl,
share/advertising/11-mnf.pl,
share/advertising/13-mdkexpert_corporate.pl: Update
Sync names with text files
* share/advertising/07-desktop.png, share/advertising/14-mdkexpert.png,
share/advertising/14-mdkexpert.pl, share/advertising/17-mdkclub.pl,
share/advertising/13-mdkcampus.png, share/advertising/06-mcc.png,
share/advertising/11-mdkstore.pl, share/advertising/17-mdkclub.png,
share/advertising/11-mdkstore.png, share/advertising/12-mdkstore.png,
share/advertising/04-multimedia.png, share/advertising/10-mnf.png,
share/advertising/03-internet.pl, share/advertising/05-games.pl,
share/advertising/16-thanks.png, share/advertising/12-mdkstore.pl,
share/advertising/15-mdkexpert-corporate.png,
share/advertising/09-server.pl, share/advertising/05-games.png,
share/advertising/04-multimedia.pl, share/advertising/13-mdkcampus.pl,
share/advertising/03-internet.png, share/advertising/07-desktop.pl,
share/advertising/09-server.png, share/advertising/08-development.png,
share/advertising/10-mnf.pl,
share/advertising/15-mdkexpert-corporate.pl,
share/advertising/08-development.pl, share/advertising/06-mcc.pl: Remove
old files
* share/advertising/02-community.pl, share/advertising/01-thanks.pl,
share/advertising/list: Use texts from specifications
* share/advertising/10-security.png, share/advertising/07-server.png,
share/advertising/11-mnf.png, share/advertising/03-software.png,
share/advertising/10-security.pl, share/advertising/08-store.png,
share/advertising/12-mdkexpert.png,
share/advertising/06-development.png,
share/advertising/09-mdksecure.png, share/advertising/09-mdksecure.pl,
share/advertising/12-mdkexpert.pl,
share/advertising/04-configuration.png,
share/advertising/13-mdkexpert_corporate.png,
share/advertising/05-desktop.png, share/advertising/04-configuration.pl:
Sync names with text files
2003/03/06 François Pons <fpons@mandrakesoft.com>
* network/ethernet.pm: avoid virtual ethX to be reconfigured by
drakconnect
fixed ifconfig invocation and state analysis in install mode.
* drakxtools.spec: avoid virtual ethX to be reconfigured by drakconnect
NVIDIA drop.
* install_any.pm: dropped allowNVIDIA_rpms method.
added check_kernel_module_packages for checking prioprietary base kernel
package.
* install2.pm: added summaryAfter steps for summary.
* any.pm: make sure acpi is installed.
* standalone/XFdrake: moved prioprietary NVIDIA code support to generic
prioprietary support in standalone.pm.
* standalone.pm: fixed error message.
added check_kernel_module_packages with same behaviour expected as for
install_any module.
* install_steps.pm: dropped allowNVIDIA_rpms
fixed stupid again typo.
modified logic for summaryAfter.
fixed again the same typo.
fixed stupid typo.
summaryAfter created to install acpi and acpid if needed.
* install_steps_interactive.pm: dropped allowNVIDIA_rpms
* install_steps_gtk.pm: added desktop groups organization.
* network/modem.pm: added support for kernel base name of ltmodem.
* network/adsl.pm: fixed adsl login not probed in install mode.
2003/03/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/url.c: provide Host: in http requests so that install works
from sites with virtual hosting (#2561)
* share/po/es.po: this translation can't get much big or else it will
enlarge too
much diskdrake
2003/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: Enabled Laotian (was missing a definition in %charsets),
Bengali (there starts to be gnome translations available),
and Kannada (there starts to be gnome translations available).
Code for Xhosa added (there is an official kde-i18n-xh package
available),
wating for lang-xh.png to enable it
* share/po/cs.po, share/po/vi.po, share/po/ta.po, share/po/fi.po,
share/po/ar.po: updated Czech, Arabic, Finnish, Tamil and Vietnamese
files
2003/03/06 Pixel <pixel@mandrakesoft.com>
* any.pm: don't create xxx.conf for standard devfs compatibility names
* install_steps_interactive.pm: basic encrypt_key handling in upgrade
(don't mistype!)
* share/po/help-ru.pot: add it since drakx-chapter.xml is ok (dixit Alice
Lafox)
* share/po/help_xml2pm.pl: do not exclude "ru" drakx-help.xml anymore
* detect_devices.pm: merge cdroms__faking_ide_scsi() and
zips__faking_ide_scsi() in
cdroms_and_zips__faking_ide_scsi() to be able to have a good devfs
device name
this fixes *__faking_ide_scsi() not faking devfs_device causing bad
/etc/devfs/conf.d/dvd.conf for dvd burners
* install_any.pm: cleanup
2003/03/06 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/draksec: perl_checker fix
* harddrake/data.pm: move usb webcams which have mod_quickcam as a driver
from unknown to
webcam clategory since they do not have any valid usb class
* standalone/service_harddrake: s/perl -w/use diagnostics/ so stat it get
removed from package at
build time
* drakxtools.spec: typo fix
9.1-17mdk
update
9.1-16mdk, first bit
more fixes
* harddrake/sound.pm: perl_checker fix
fix #1929
let fix #2244, #2245, #2730
* standalone/draksplash: do not crash on color selection
prevent one to pop up hundred of windows: make browse dialog be modal
- fix #1766
- do not crash when browsing
* services.pm: we do use $in !!!!
* docs/mdk-9.2: first bits of mdk9.2 specs (aka postponed bugs...) stuff
* scanner.pm: perl_checker fixes
do not detect some usb webcams as scanners ...
* harddrake/TODO: update
* standalone/draksound, install_steps_interactive.pm: let fix #2244,
#2245, #2730
2003/03/06 Warly <warly@mandrakesoft.com>
* network/network.pm: detect if the device is pcmcia when initializing the
ONBOOT parameter
2003/03/06 Frederic Lepied <flepied@mandrakesoft.com>
* share/po/fr.po: corrected remaining mise-à-jour
2003/03/06 François Pons <fpons@mandrakesoft.com>
* any.pm: make sure acpi is installed.
* install_steps.pm: modified logic for summaryAfter.
fixed again the same typo.
fixed stupid typo.
summaryAfter created to install acpi and acpid if needed.
menu update method modified for upgrade.
* install2.pm: added summaryAfter steps for summary.
2003/03/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/es.po: this translation can't get much big or else it will
enlarge too
much diskdrake
2003/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* standalone/harddrake2: fixed XIM definitions for Chinese locales
* share/rpmsrate: removed non-ascii chars
* share/po/sv.po, share/po/sk.po: updated Slovak and Swedish files
* lang.pm: Enabled Laotian (was missing a definition in %charsets),
Bengali (there starts to be gnome translations available),
and Kannada (there starts to be gnome translations available).
Code for Xhosa added (there is an official kde-i18n-xh package
available),
wating for lang-xh.png to enable it
fixed XIM definitions for Chinese locales
2003/03/06 Pixel <pixel@mandrakesoft.com>
* any.pm: don't create xxx.conf for standard devfs compatibility names
* detect_devices.pm: merge cdroms__faking_ide_scsi() and
zips__faking_ide_scsi() in
cdroms_and_zips__faking_ide_scsi() to be able to have a good devfs
device name
this fixes *__faking_ide_scsi() not faking devfs_device causing bad
/etc/devfs/conf.d/dvd.conf for dvd burners
* share/po/help_xml2pm.pl: do not exclude "ru" drakx-help.xml anymore
* interactive/gtk.pm: "ensure buttons are visible when the widgets above
are too big" only at install
2003/03/06 tpittich
* share/po/sk.po: updated slovak translation
2003/03/06 Thierry Vignaud <tvignaud@mandrakesoft.com>
* ugtk2.pm: fix #2672
* Makefile: move ugtk2 back in drakxtools on gc idea
* standalone/logdrake:
- display "wait while searching" message also when embedded: we do not
want it only when embedded for explanations
- flush this wait dialog draw queue on each update so that it get
displayed when embedded
* harddrake/data.pm: move usb webcams which have mod_quickcam as a driver
from unknown to
webcam clategory since they do not have any valid usb class
* scanner.pm: do not detect some usb webcams as scanners ...
* standalone/drakedm: log system config changes
* drakxtools.spec: more fixes
more logdrake fixes
move ugtk2 back in drakxtools on gc idea
more fixes
more fixes
9.1-15mdk
* lang.pm:
- cornish is a p-celtic language (aka a britonnic one), not a gaelic
one
- homogeinize q-celtic languages (aka gaelic ones)
* standalone/draksec: let i fit in 800x600
2003/03/05 Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>
* share/po/pl.po: two entries remained
2003/03/05 fabman
* share/po/es.po: updated Spanish translation
2003/03/05 Frederic Lepied <flepied@mandrakesoft.com>
* network/isdn.pm: read right config according to isdn-light or isdn4linux
* network/adsl.pm: read login name from net_cnx_up in pptp mode.
* network/ethernet.pm: fix to avoid creating an ifcfg-1 config file.
* network/tools.pm: if the user don't want to start the internet
connection, continue without
error message.
* network/netconnect.pm: use driver instead of descrition to validate an
isdn autodetection
2003/03/05 François Pons <fpons@mandrakesoft.com>
* drakxtools.spec: add changelog for drakconnect modification.
* standalone/drakconnect: fixed wizard modification not taken into account
when using drakconf.
2003/03/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix one translation
* any.pm, drakxtools.spec, standalone/localedrake: fix behaviour when only
one lang is available (clicking
on "cancel" on the country selection didn't cancel it)
2003/03/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ro.po, share/po/vi.po, share/po/ar.po: updated Arabic, Romanian
and Vietnamese files
* share/po/tg.po, share/po/th.po, share/po/is.po, share/po/sl.po,
share/po/az.po, share/po/be.po, share/po/uk.po, share/po/lt.po,
share/po/eo.po, share/po/hu.po: updated Hungarian file
* share/po/fr.po, share/po/it.po, share/po/es.po, share/po/de.po: merged
with help strings from manuals
* share/po/uz.po: updated Uzbek file
* share/po/no.po: updated Norwegian file
2003/03/05 Pixel <pixel@mandrakesoft.com>
* Xconfig/various.pm (choose_xdm): allow to switch back from level 5 to
level 3
* network/network.pm, network/isdn.pm: this is perl, not python ;p
* install_steps.pm: modifying keyboard in summary must modify XF86Config
* interactive/gtk.pm: ensure buttons are visible when the widgets above
are too big
2003/03/05 Thierry Vignaud <tvignaud@mandrakesoft.com>
* mouse.pm, standalone/harddrake2, common.pm, harddrake/data.pm: prevent
warning when using diagnostics pragma (easier debugging)
* standalone/drakedm: handle low case config variables despite they should
have been upcase
(fix side effects of stupid rh code that manage $prefdm)
* detect_devices.pm:
- (getTVcards, isTVcard) : consolidate tv detection code
- no need to keep capture buffer (not a big slow down but small rivers
make big ones...)
normalize
prevent warning when using diagnostics pragma (easier debugging)
* standalone/logdrake: restore old search behavior like we did before
gtk+-2 port:
- empty log buffer on search startup
- freeze buffer while searching
- do not realize ourselves the window, it's done by next statement
- set initial text to '' so that editable property is disabled once
the textview is realized
no need to explicitely disable editable property, this is already
handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append()
* standalone/drakxtv, install_steps_interactive.pm:
- (getTVcards, isTVcard) : consolidate tv detection code
- no need to keep capture buffer (not a big slow down but small rivers
make big ones...)
* drakxtools.spec: more to come
* share/po/fr.po: update french translation
* share/po/br.po: minor update
2003/03/04 Frederic Lepied <flepied@mandrakesoft.com>
* network/isdn.pm: corrected isdn-light choice
* network/modem.pm: install kdenetwork-kppp if kdebase is already
installed
* network/network.pm: allow to set hostname in DHCP mode
install tmdns only when bind isn't installed
2003/03/04 François Pons <fpons@mandrakesoft.com>
* standalone/drakconnect: clean interface flags when dhcp mode is used.
* network/ethernet.pm: avoid being pertubed by created virtual interface
(no inet addre nor
physicall card behing)
2003/03/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* tools/cvslog2changelog.pl: add florin alafox alus
* lang.pm: set better default XIMInputStyle value for CJK, thx to Narfi
Stefansson <narfi at cs.wisc.edu> for the idea
* mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: don't forget to
probe USB for info and error messages as well
2003/03/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po: updated Czech file
updated pot files
* share/po/ar.po: corrected encoding problems
updated pot files
* share/po/sk.po, share/po/ru.po, share/po/pt_BR.po, share/po/sl.po,
share/po/no.po, share/po/ja.po, share/po/tr.po, share/po/mt.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/lt.po, share/po/sp.po,
share/po/tg.po, share/po/uz.po, share/po/ro.po, share/po/wa.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po,
share/po/ta.po, share/po/sq.po, share/po/nl.po, share/po/lv.po: updated
pot file
* share/po/th.po: corrected encoding problems
updated pot file
* share/po/et.po: updated Estonian file
updated pot files
* share/po/id.po, share/po/gl.po, share/po/br.po, share/po/hr.po,
share/po/ga.po, share/po/be.po, share/po/fi.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/bs.po,
share/po/is.po, share/po/af.po, share/po/az.po, share/po/fr.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/hu.po: updated
pot files
2003/03/04 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: add "acpi" and "acpid" to INSTALL
move imap to NETWORKING_MAIL_SERVER (bug #2622)
2003/03/04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakperm:
- untabify
- fix small memory leak (tree iterators)
- restore edit dialog on doble click and
- restore informations retrieving for edit dialog on doble click and
get rid of %CURENT
* standalone/logdrake: scroll back when logging
2003/03/04 florin
* standalone/drakgw: simplified form (pixel)
2003/03/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated Hungarian file
2003/03/04 Pixel <pixel@mandrakesoft.com>
* diskdrake/hd_gtk.pm:
- in focus_in_event for partition buttons, grab_focus is needed
because gtk2 is buggy. Forcing an expose event would be enough
- in button_press_event for partition buttons, grab_focus is needed
because gtk2 is buggy. The creation of widgets causes the lost of the
focus
(fixes part of #2621)
* share/rpmsrate: move imap to NETWORKING_MAIL_SERVER (bug #2622)
* rescue/tree/etc/profile:
- unsetting LD_LIBRARY_PATH: setting LD_LIBRARY_PATH to libraries in
/mnt is
wrong since the ld loader used (/lib/ld-linux.so.2) won't use the one in
/mnt,
causing dependency problems.
- removing /mnt dirs from PATH (which are not useful anymore since the
corresponding libraries won't be found)
(fixes bug #2554)
* install_steps_interactive.pm: fix typo
* network/nfs.pm (check): fix return value (bug introduced with checking
portmap is running)
* lang.pm: make perl_checker happy
* services.pm: in drakxservices, don't stop services if one is using the
gtk frontend (since it allows one to start/stop services)
this allows to skip stopping service "dm" (bug #2664)
2003/03/04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakboot: remove debuging assertions (as spoted by gc)
* standalone/drakperm:
- remove last warning
- remove unused variables
- fix #1776 (part one): make up and down button be usefull instead of
nop (this need an updated perl-GTK2 though)
- let up, down, delete and edit buttons be insensitive when selection
is destroyed or when there's no selection
- fix #1776 part two (do not insert dummy lines)
- restore special lines with current keyword
- reuse already defined path
2003/03/03 alafox
* share/po/ru.po: updated and partially proofread. need more lproof
2003/03/03 alus
* share/po/pl.po: updated
2003/03/03 florin
* standalone/drakgw: add an extra first choose the net device step
2003/03/03 François Pons <fpons@mandrakesoft.com>
* network/tools.pm: simplified unquotify.
* network/adsl.pm: simplified code of adsl_ask_info, password can be
retrieved using
passwd_by_login which was not used with computed login from
/etc/ppp/peers/adsl
or /etc/ppp/options or /etc/ppp/options.adsl.
2003/03/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: thx po validato
* any.pm, drakxtools.spec: any::selectLanguage: in standalone, don't
categorize langs, for
better looking (since most people will have very few of them)
* share/po/validate.pl: make it useful
- print problems with GREP_COLOR
- have enough exceptions to get usable errors
* interactive/gtk.pm: a few treeview/list fixes:
- when selecting a value, scroll it like in treeview/tree
- use saved_default_val dirty hackery to really honour default value
- fix not calling $select again when trying to select an already
selected value (happens when clicking or keyboard-selecting;
broken, it ended up in always scrolling the selected value to
the center)
2003/03/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/lt.po, share/po/he.po, share/po/sp.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/wa.po, share/po/is.po, share/po/af.po, share/po/az.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po,
share/po/ta.po, share/po/sq.po, share/po/eu.po, share/po/es.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: updated pot file
* share/po/it.po: updated Italian file
updated pot file
* share/po/et.po, share/po/fi.po, share/po/nl.po: updated Estonian,
Finnish and Dutch files
updated pot file
2003/03/03 Pixel <pixel@mandrakesoft.com>
* ugtk2.pm (n_line_size): spacing for default font using XFT is 3
* install_steps_interactive.pm: add some explaination for translators
translate _bootloader_ on _device_
translate mouse names
* install_interactive.pm: use formatAlaTeX() for the warning "DrakX will
now resize your Windows partition..."
* share/po/help-fr.pot, share/po/help-de.pot, help.pm,
share/po/help-es.pot: update from xml
* share/rpmsrate: add ncurses-devel in DEVELOPMENT
* Xconfig/various.pm (runlevel): fix typo
2003/03/03 Till Kamppeter <till@mandrakesoft.com>
* printer/detect.pm: Fixed bug of USB printers which do not report back an
IEEE-1284 ID string after
three attempts being invisible instead of being listed as an "Unknown
device".
* printer/data.pm, printer/printerdrake.pm: Fixed bug of wrong function
call to display the spooler name (Titi's untested changes).
2003/03/03 tpittich
* share/po/sk.po: updated slovak translation
updated slovak translation
change code page to utf-8
2003/03/03 Thierry Vignaud <tvignaud@mandrakesoft.com>
* drakxtools.spec: 9.1-13mdk
9.1-12mdk
* share/po/fr.po: unfuzzy()
fix translation
* standalone/harddrake2:
- remove a warning
- better scsi bus location
reap zombie children (aka fix mem leak :-( )
* standalone/drakboot:
- fix #2091 and #2480 (settings restoration
- make dialogs be modal
* standalone/drakperm: remove unused $rows_cnt
smoother gui: let main windows be unreachable until modal dialog is
closed
fix bug reported by Cédric Thévenet (impossible to save newly edited
rules)
* share/po/help-fr.pot, share/po/help-de.pot, share/po/help-es.pot,
share/po/help-it.pot: revert to non broken version
2003/03/02 alafox
* share/po/ru.po: updated
2003/03/02 alus
* share/po/pl.po: Hard spell checking
2003/03/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/translation_size.pl: add
2003/03/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/et.po, share/po/es.po, share/po/ro.po, share/po/hu.po,
share/po/fi.po, share/po/ar.po: updated Arabic, Estonian, Finnish,
Hungarian and Romanian files
2003/03/02 Till Kamppeter <till@mandrakesoft.com>
* printer/printerdrake.pm:
- Avoid two overlayed wait messages when installing packages
- Let applications (OpenOffice.org/GIMP) being once on startup of
Printerdrake
Call function for configuring applications only if really needed.
Shortened the texts in some list dialogs to get a better layout.
- When non-interactively creating print queues ask the user for the
model
name if the model is not in the database, don't do wild guesses then.
* printer/data.pm: Make file checks for CUPS package installation
independent of whether "curl"
or "wget" is installed to fulfill the "webfetch" requirement.
* printer/detect.pm: Read device ID string for a USB printer up to three
times when it does not contain information.
* printer/gimp.pm: Fixed auto-configuration for printers in the GIMP to
work with Foomatic 3.0.
* printer/main.pm: Correction on reading the Foomatic overview.
Fixes on reading of Foomatic data overview ("foomatic-configure -O"):
- Removed usage of on-disk cache
- Made new "<general>" and "<ieee1284>" tags for auto-detection info
being recognized.
2003/03/01 fabman
* share/po/es.po: updated Spanish translation
updated Spanish translation
2003/03/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/zh_CN.po, share/po/sv.po, share/po/sr.po,
share/po/hu.po: updated Chinese, Swedish, Hungarian and Serbian files
2003/03/01 Till Kamppeter <till@mandrakesoft.com>
* install_steps_interactive.pm: The generation of the "Summary" button for
printer configuration created a blank entry in the
$o->{printer}{configures} hash which lead to a blank menu entry in the
main menu of printerdrake. This is fixed now.
2003/02/28 alus
* share/po/pl.po: updated
2003/02/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/ja.po: reduce a translation size so that groups choice still
has the "ok" button shown
* detect_devices.pm: let hasSMP don't exit DrakX in testing mode because
/dev/mem is not accessible
2003/02/28 alus
* share/po/pl.po: updated
2003/02/28 Daouda Lo <daouda@mandrakesoft.com>
* standalone/drakhelp:
- fix the check of mandrake_doc installed package (gc)
2003/02/28 fabman
* share/po/es.po: updated Spanish translations. Some fuzzy left
2003/02/28 François Pons <fpons@mandrakesoft.com>
* network/modem.pm: add LT WinModem support by searching ltmodem package.
* drakxtools.spec: ltmodem support reminder.
fixes for drakconnect.
* any.pm: install acpi and acpid if "Enable ACPI" is ok.
* standalone/drakconnect: removed profile management entry point.
2003/02/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_gtk.pm: fix theming in --doc mode
* mdk-stage1/init.c: moltes powered (for deush)
* lang.pm: remove temporiraly lo because utf_lo is not in the charsets
hash
put new pablo's images (less large, add missing ones)
sort langs in lang.pm
* mdk-stage1/modules.c, mdk-stage1/.cvsignore: hd_usb.img ->
hdcdrom_usb.img
* standalone/draksplash, standalone/drakfirewall, standalone/logdrake,
standalone/drakpxe, standalone/keyboarddrake, standalone/drakboot,
standalone/mousedrake, standalone/drakbackup, standalone/drakconnect,
standalone/drakxtv, standalone/adduserdrake, standalone/drakxservices,
standalone/drakproxy, standalone/livedrake, standalone/harddrake2,
standalone/drakfont, standalone/drakgw, standalone/drakperm,
standalone/scannerdrake: reflect in standalone drakxtools the removal of
DrakX icons
* pixmaps/langs/lang-zh_CN.png, pixmaps/langs/lang-sl.png,
pixmaps/langs/lang-hy.png, pixmaps/langs/lang-de.png,
pixmaps/langs/lang-cy.png, pixmaps/langs/lang-it.png,
pixmaps/langs/lang-eu.png, pixmaps/langs/lang-ca.png,
pixmaps/langs/lang-sp.png, pixmaps/langs/lang-mr.png,
pixmaps/langs/lang-am.png, pixmaps/langs/lang-nb.png,
pixmaps/langs/lang-kn.png, pixmaps/langs/lang-gd.png,
pixmaps/langs/lang-bn.png, pixmaps/langs/lang-lo.png,
pixmaps/langs/lang-el.png, pixmaps/langs/lang-ia.png,
pixmaps/langs/lang-pt_BR.png, pixmaps/langs/lang-sv.png,
pixmaps/langs/lang-mi.png, pixmaps/langs/lang-bg.png,
pixmaps/langs/lang-fo.png, pixmaps/langs/lang-kw.png,
pixmaps/langs/lang-hu.png, pixmaps/langs/lang-ur.png,
pixmaps/langs/lang-iu.png, pixmaps/langs/lang-az.png,
pixmaps/langs/lang-mt.png, pixmaps/langs/lang-et.png,
pixmaps/langs/lang-wa.png, pixmaps/langs/lang-sq.png,
pixmaps/langs/lang-he.png, pixmaps/langs/lang-eo.png,
pixmaps/langs/lang-ta.png, pixmaps/langs/lang-ga.png,
pixmaps/langs/lang-sr.png, pixmaps/langs/lang-lt.png,
pixmaps/langs/lang-oc.png, pixmaps/langs/lang-ms.png,
pixmaps/langs/lang-mk.png, pixmaps/langs/lang-lv.png,
pixmaps/langs/lang-zh_TW.png, pixmaps/langs/lang-is.png,
pixmaps/langs/lang-ro.png, pixmaps/langs/lang-be.png,
pixmaps/langs/lang-fr.png, pixmaps/langs/lang-te.png,
pixmaps/langs/lang-hr.png, pixmaps/langs/lang-no.png,
pixmaps/langs/lang-en_GB.png, pixmaps/langs/lang-sk.png,
pixmaps/langs/lang-uk.png, pixmaps/langs/lang-br.png,
pixmaps/langs/lang-en_US.png, pixmaps/langs/lang-bs.png,
pixmaps/langs/lang-nl.png, pixmaps/langs/lang-af.png,
pixmaps/langs/lang-tr.png, pixmaps/langs/lang-pt.png,
pixmaps/langs/lang-gl.png, pixmaps/langs/lang-uz.png,
pixmaps/langs/lang-pl.png, pixmaps/langs/lang-hi.png,
pixmaps/langs/lang-id.png, pixmaps/langs/lang-mn.png,
pixmaps/langs/lang-yi.png, pixmaps/langs/lang-fi.png,
pixmaps/langs/lang-ka.png, pixmaps/langs/lang-ru.png,
pixmaps/langs/lang-nn.png, pixmaps/langs/lang-gv.png,
pixmaps/langs/lang-th.png, pixmaps/langs/lang-cs.png,
pixmaps/langs/lang-ko.png, pixmaps/langs/lang-tg.png,
pixmaps/langs/lang-tt.png, pixmaps/langs/lang-da.png,
pixmaps/langs/lang-ja.png, pixmaps/langs/lang-vi.png,
pixmaps/langs/lang-es.png: put new pablo's images (less large, add
missing ones)
sort langs in lang.pm
* detect_devices.pm: let hasSMP don't exit DrakX in testing mode because
/dev/mem is not accessible
* mdk-stage1/Makefile: fix deps problem when re-running make
hd_usb.img -> hdcdrom_usb.img
* share/po/ja.po: reduce a translation size so that groups choice still
has the "ok" button shown
reduce some translations sizes to make diskdrake at least usable ("ok"
button was hidden!)
* share/po/fr.po: update
* ugtk2.pm: perl checko says we need to use parentheses with ref
hugly hack because GtkLabel doesn't wrap when using languages that don't
contain spaces
* drakxtools.spec: cøws gó mòõh
2003/02/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/help-de.pot, share/po/help-it.pot, share/po/help-fr.pot,
share/po/help-es.pot: updated pot file
* standalone/harddrake2: i18n fixes
* standalone/drakpxe: fixed bad English string
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/sp.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/wa.po, share/po/is.po, share/po/af.po, share/po/az.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po,
share/po/ta.po, share/po/fr.po, share/po/sq.po, share/po/it.po,
share/po/nl.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/lv.po, share/po/hu.po: updated pot file
updated pot file
* share/po/et.po, share/po/ja.po: updated pot file
Updated Estonian file
updated pot file
2003/02/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: ensure the $::expert flag in netconnect
doesn't propagate to the rest of the
install
2003/02/28 Frederic Lepied <flepied@mandrakesoft.com>
* network/netconnect.pm: allow to switch in expert mode during install.
* network/ethernet.pm: Configure hostname only in expert mode.
* network/network.pm: corrected HOSTNAME/DHCP_HOSTNAME management.
2003/02/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: ensure the $::expert flag in netconnect
doesn't propagate to the rest of the
install
2003/02/28 Till Kamppeter <till@mandrakesoft.com>
* scanner.pm, share/rpmsrate:
- Fixed confScanner() deleting the config file in some cases.
- Removed PDQ from share/rpmsrate
2003/02/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* lang.pm, Makefile: error out when a listed lang doesn't have a png lang
file
when doing the check of lang.pm, first show the warnings,
then the errors
at make-install time, remove pang lang files corresponding
to disabled langs
2003/02/27 Thierry Vignaud <tvignaud@mandrakesoft.com>
* drakxtools.spec: 9.1-10mdk
2003/02/27 alafox
* share/po/ru.po: spellchecked and updated some translations
2003/02/27 Frederic Lepied <flepied@mandrakesoft.com>
* network/network.pm: corrected HOSTNAME management
2003/02/27 florin
* standalone/drakgw: read more carefully the existing network
configuration
2003/02/27 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: added mirror url not given.
fixed small typo.
added cancel button.
fixed message displayed.
added dialog more precisely.
added message box in case of error.
* share/rpmsrate: moved galaxy-gnome to X from GNOME (lmontel and dadou
request)
* network/adsl.pm: add sagem connection and disconnection script using
/etc/ppp/peers/adsl file.
probe user and password in /etc/ppp/options.adsl too (as produced by
original eagle installation),
sagem adsl type connection does not need to configure an ethernet
connection.
2003/02/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: don't forget gigabit network
adapters
2003/02/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
pot file
2003/02/27 Pixel <pixel@mandrakesoft.com>
* fsedit.pm: /root on a separate partition gives a warning, not an error
* network/nfs.pm (check): start portmap if needed
* install_any.pm:
- add get_info_from_fstab()
- use it when reading existing fstab (to get for example devfs mount)
have locales-xx first in default_packages so that default choosing based
on
locales works for packages in default_packages
* pkgs.pm: perl_checker fix
enhance packageCallbackChoices and %preferred
(uses new URPM::Resolve feature allowing multiple choices)
* fs.pm, standalone/diskdrake:
- add get_info_from_fstab()
- use it when reading existing fstab (to get for example devfs mount)
* interactive/gtk.pm: workaround gtk suckiness (set_text in a combo
generates two 'change' signals, one when removing the whole, one for
inserting the replacement..)
* install2.pm: no mouse probe when brltty
* standalone/drakupdate_fstab: allow removing device "non kudzu flagged"
(for harddrake)
* bootloader.pm: use lilo-like code for selecting mapdrive or not
(it was buggy, always generating "map (0x81) (0x80)", even for hd2)
* share/rpmsrate:
- don't need to list packages providing a required virtual language
(eg: aspell-dictionnary)
- replace ispell with aspell (otherwise people using evolution get
both aspell and ispell)
2003/02/27 Till Kamppeter <till@mandrakesoft.com>
* printer/data.pm, printer/office.pm: Make OpenOffice.org opening a GUI
printing tool when printing with the "Generic Printer".
* standalone/scannerdrake: Do not ask for the port when the user has
chosen an HP MF device as scanner model.
2003/02/27 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: translate missing translations
fix sorting in keybordrake that was broken by bad translator
* standalone/drakconnect: fix too big internet configuration window
* standalone/service_harddrake: add ieee1394-controller alias and load
ohci1394 when a firewire controller appeared
handle configurators with options (eg: "diskdrake --removable=scd0")
* drakxtools.spec: 9.1-10mdk
9.1-10mdk
9.1-9mdk
* standalone/drakperm: make it fit in embedded mode, large enough else
* harddrake/data.pm: add ieee1394-controller alias and load ohci1394 when
a firewire controller appeared
* standalone/drakgw: fix embedding
2003/02/27 florin
* standalone/drakgw: read more carefully the existing network
configuration
the function is called read_dhcpd_conf not read_dhcpd_conf_raw
read the dhcpd conf file before hand
* network/network.pm: add the read_dhcpd_conf function for drakgw
2003/02/27 François Pons <fpons@mandrakesoft.com>
* crypto.pm: change default version to 9.1
* standalone/drakconnect: fixed cancel on configure_net, fixed bad fields
setted up in configure_lan,
fixed Data::Dumper->Dump on stdout on startup.
2003/02/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/mousedrake: fix mousedrake in embedded mode
2003/02/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po, share/po/da.po, share/po/hu.po: updated Dutch, Hungarian
and Danish files
2003/02/27 Pixel <pixel@mandrakesoft.com>
* interactive/newt.pm: perl_checker fix
* pkgs.pm: enhance packageCallbackChoices and %preferred
(uses new URPM::Resolve feature allowing multiple choices)
* install_any.pm: have locales-xx first in default_packages so that
default choosing based on
locales works for packages in default_packages
* share/rpmsrate:
- don't need to list packages providing a required virtual language
(eg: aspell-dictionnary)
- replace ispell with aspell (otherwise people using evolution get
both aspell and ispell)
2003/02/27 Stew Benedict <sbenedict@mandrakesoft.com>
* standalone/drakbackup: More gtk2 updates. May have finally suppressed
the hanging.
2003/02/27 Till Kamppeter <till@mandrakesoft.com>
* printer/main.pm: Fixed bug #2171.
2003/02/27 tpittich
* share/po/sk.po: updated slovak translation
2003/02/27 Thierry Vignaud <tvignaud@mandrakesoft.com>
* harddrake/data.pm: detect firewire controllers
* services.pm: perl_checker fix
* standalone/logdrake: fix scrolling when embedded
* standalone/drakboot:
- disable autologin settings when autologin is disabled
- make embedded app look better
- add vertical separators
* drakxtools.spec: 9.1-8mdk
* standalone/harddrake2: remove debugging print
small perl_checker fix
- consolidate menu titles translations
- add two pull down menu that enable one to access options and help
when
embedded
- (popup_menu) provide this callback for embedded pull down menus
- cleanup various other embedding stuff
- convert all object creations to gc blessed style
* standalone/drakfloppy:
- gtk+2 port
- clean the code through ugtk2
- too many fixes to count
- clean, clean it, ... (thus shrinking the code by 20%)
- ...
* standalone/drakconnect:
- better check /sbin/ifconfig is executable rather than simply exists
- fix lan configuration window filling ...
* ugtk2.pm:
- (create_factory_popup_menu): introduce it for embedded harddrake2
- embedding cleanups:
o give access to top-level gtk2::plug widget
o reuse gtkshow
* standalone/drakperm: make it fit in embedded mode, large enough else
2003/02/26 alus
* share/po/pl.po: uipdated
updated
2003/02/26 erwan
* rescue/list.ia64: merg ia64
* share/list.ia64, bootloader.pm, install_any.pm, Makefile: merge ia64
* install_steps.pm: Merging ia64
* any.pm: Merging any.pm with ia64
* fs.pm: merging fs.pm with ia64
* fsedit.pm, steps.pm, partition_table.pm: merging ia64
2003/02/26 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: moved type detection code to network.
* install2.pm: added corporate global flag.
* standalone/drakpxe: added code to handle more smootly if apache or
apache-mod_perl is installed, or
try using apache2.
switched to apache2 instead of apache (avoid problem with
apache-mod_perl).
* network/network.pm: small fixes.
added probe separately to handle drakconnect horror.
add probe of internet connection (this could avoid strange behaviour).
fixed back as titi sucks about message.
try to get back DOMAINNAME if needed.
* standalone/drakconnect: fixed unablities to launch Internet
configuration dialog.
add explicit probe for netcnx type.
2003/02/26 nplanel
* c/smp-dmi.c, c/smp.c: Two smp detection for intel arch
2003/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/et.po: updated Estonian file
* share/gen_locales.sh: removed exception for Tamil
* share/po/pl.po: Fixed syntax error
* share/po/nl.po, share/po/fi.po: updated Finnish and Dutch files
* keyboard.pm: There is no arabic keyboard available for the console
2003/02/26 Pixel <pixel@mandrakesoft.com>
* interactive/newt.pm: handle multi-line labels for Checkbox'es (eg:
Options in diskdrake)
handle the "Advanced" button in newt
* network/isdn.pm: replace the last @isdndata with @isdn::isdndata (beurk)
2003/02/26 Till Kamppeter <till@mandrakesoft.com>
* scanner.pm: Skip Alcatel Speed Touch ADSL Modem when it is detected by
"sane-find-scanner"
2003/02/26 tpittich
* share/po/sk.po: updated slovak translation (this is my first cvs commit
;) ).
2003/02/26 Thierry Vignaud <tvignaud@mandrakesoft.com>
* c/smp-dmi.c: fix planel sucks that broke the installation (hint look at
nm output
on old stuff.so ... )
* standalone/drakedm: untabify
on laurent request, strip the empty lines and add a end-of-line
character on
last line
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/sl.po, share/po/no.po,
share/po/et.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/sp.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, harddrake/sound.pm, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: typo fix
(s/snd-slot/sound-slot/)
* bootlook.pm, standalone/drakboot:
- kill used once only bootlook module
- inline oneliners use only once
- kill unused variables
- strict pragma fixes
- ...
* harddrake/data.pm: detect usb adsl speed touch modem as modem and not as
unknown device
what's remain: why sane-find-scanner keep detect it a scanner ??
* standalone/harddrake2:
- remove unused variable (hey perl_checker, why didn't you see it ?)
- (rename_field) better use the parameter we passed than relying on $_
be set to the right value in that context even if it was correct
2003/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
Finnish, Hungarian and Slovak files
2003/02/26 Pixel <pixel@mandrakesoft.com>
* diskdrake/interactive.pm, install_interactive.pm: after ntfs resize,
warn user that on Windows next boot fsck will be done
2003/02/26 Stew Benedict <sbenedict@mandrakesoft.com>
* standalone/drakbackup: Gtk2 port. Bugzilla reports. Some perl_checker
errors still, but cleaner.
(some are generated by calls from other modules used)
2003/02/26 Thierry Vignaud <tvignaud@mandrakesoft.com>
* c/smp-dmi.c: fix planel sucks that broke the installation (hint look at
nm output
on old stuff.so ... )
2003/02/25 fabman
* share/po/es.po: updated spanish translation
2003/02/25 Pixel <pixel@mandrakesoft.com>
* network/network.pm (read_resolv_conf_raw): fix "search ..." handling
2003/02/25 fabman
* share/po/es.po: Updated Spanish translations (some left)
2003/02/25 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: removed gnome-tiles
* share/po/fr.po: mise-à-jour => mise à jour
2003/02/25 François Pons <fpons@mandrakesoft.com>
* share/list: added dmidecode in install.
* pkgs.pm: improved code for populating group with pixel.
* network/adsl.pm: cleaned a bit the code.
added login and passwd remember from /etc/ppp/peers/adsl
/etc/ppp/options
/etc/ppp/pap-secrets /etc/ppp/chap-secrets file
modified string as sagem driver now use pppoa
* any.pm: added dmidecode in bug report.
* tools/Makefile, Makefile: removed dmidecode.
added dmidecode
* tools/dmidecode/dmidecode.c, tools/dmidecode/Makefile: added dmidecode
* rescue/list: removed dmidecode.
added dmidecode for rescue (from lm_sensors)
2003/02/25 gbeauchesne
* share/list.x86_64: More xf86 modules for x86-64
2003/02/25 nplanel
* c/smp-dmi.c, c/smp.c, c/Makefile.PL: Add dmidetection for smp
2003/02/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ga.po, share/po/uk.po, share/po/lt.po, share/po/af.po,
share/po/lv.po: Fixed the wrong Finish/Finnish of some translations
updated Finnish and French files
* share/po/et.po: updated Estonian file
updated Finnish and French files
* share/po/th.po: Fixed Thai button for "Finish" (it means "end" and not
"from Finland")
updated Finnish and French files
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/sl.po, share/po/no.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/sp.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/az.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po,
share/po/ta.po, share/po/fr.po, share/po/sq.po, share/po/it.po,
share/po/nl.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po: updated Finnish and French files
2003/02/25 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm, install_gtk.pm: cleanup handling of XF4 server
choice during install
* network/network.pm (read_resolv_conf_raw): fix "search ..." handling
* share/rpmsrate: s/apache/apache2/
* mdk-stage1/mount.c: handle device hdi, hdj... hdt creation
* modules/interactive.pm: join detect_devices::stringlist() to have it in
a text box (eurk!)
(for bug #1802), the result is quite ugly, but at least the full line
can be read
* any.pm (fileshare_config): create group "fileshare" in "Custom" mode
2003/02/25 Till Kamppeter <till@mandrakesoft.com>
* printer/main.pm, printer/printerdrake.pm: Prepared for LPRng and PDQ
goint to Contribs or leaving the distro, "Change
Printing System" button only appears if at least one of them is manually
installed.
2003/02/25 Thierry Vignaud <tvignaud@mandrakesoft.com>
* harddrake/data.pm: handle floppes, zip drives, dvd-rom, cdrom and
burners at startup time
- factorize code into harddrake::data::set_removable_configurator()
- really do not offer to configure module for removable devices
- do not put zip drives in unknown devices class
- reuse Yes|No translations in harddrake::ui
* standalone/drakfloppy: we already use diagnostics pragma, so -w will
just slow down normal execution
only list physically present floppies
reuse MDK::Common
- fix stupid copy 'n past of copyright header
- update copyright years
fix #???? : switch the "expert mode" toggle button label regarding the
current
mode (beginner or expert)
* bootlook.pm:
- remove deprecated, half-commented aurora related code
- fix display of autologin radio buttons
* standalone/harddrake2: do not display alternatives oss/alsa drivers if
there's none
- factorize code into harddrake::data::set_removable_configurator()
- really do not offer to configure module for removable devices
- do not put zip drives in unknown devices class
- reuse Yes|No translations in harddrake::ui
- don't offer to configure module for removable media
- usb devices (such as zip): display vendor, description and a more
detailled media type
display media capacity too (DVD and/or burning ability)
* standalone/service_harddrake: handle floppes, zip drives, dvd-rom, cdrom
and burners at startup time
don't black out the screen if not needed
* drakxtools.spec: 9.1-7mdk
* share/po/fr.po: update french translation
2003/02/25 Warly <warly@mandrakesoft.com>
* share/rpmsrate: readd harddrake in SYSTEM 5
* share/compssUsers: add ARCHIVING in OFFICE
2003/02/24 alus
* share/po/pl.po: one entry
2003/02/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/br.po, share/po/th.po, share/po/sl.po, share/po/no.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/ko.po,
share/po/sv.po, share/po/sr.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sq.po,
share/po/it.po, share/po/nl.po, share/po/eu.po, share/po/es.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: updated Welsh, Greek,
Swedish and Chinese files
* lang.pm: improved default fonts for KDE, completed the geographic
location
by continent for a few remaining country codes
* share/po/et.po: updated Estonian file
updated Welsh, Greek, Swedish and Chinese files
* share/po/pt_BR.po, share/po/DrakX.pot, share/po/pl.po, share/po/pt.po:
updated Portuguese file
updated Welsh, Greek, Swedish and Chinese files
2003/02/24 Pixel <pixel@mandrakesoft.com>
* lang.pm: use Sans & Monospace for kde (as requested by lmontel)
* mdk-stage1/probing.c: replace checking hd[a-h] with hd[a-t] (cf bug
#1801)
* install_steps_interactive.pm: allow neuneus to quit install at license
step (esp. for Ann & Warly's father)
2003/02/24 Stew Benedict <sbenedict@mandrakesoft.com>
* modules.pm: dmasound_awacs -> dmasound_pmac
2003/02/24 Thierry Vignaud <tvignaud@mandrakesoft.com>
* ugtk2.pm: final embedding cleanups
- clean up embedding; since socket automatically emit plug-added gtk+
signal
when plug is realize, it's just cleaner to centralize/consolidate the
child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* standalone.pm: final embedding cleanups
* standalone/harddrake2: fix size when embedded
first attempt at making printerdrake to behave smoother when embedded in
the
mcc
- untabify
- hide devices which has no driver or whose driver is an url,
a graphic server and consolidate the test by the way
prefix devfs device name with "/dev/" too
* standalone/drakfloppy:
- fix packing (#1760)
- --expert command line option switch to expert mode by default
- only hide expert stuff if not in expert mode at startup
* standalone/logdrake:
- remove debug statements
- print an error message if we die on something other than wizcancel
fix mail alert generation
- do not crash without any message in strict mode (wizcancel die
miscatched)
- make the generated script be 'use strict' and perl_checker compliant
simplify
- clean up embedding; since socket automatically emit plug-added gtk+
signal
when plug is realize, it's just cleaner to centralize/consolidate the
child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* standalone/printerdrake, standalone/drakconnect,
standalone/scannerdrake:
- clean up embedding; since socket automatically emit plug-added gtk+
signal
when plug is realize, it's just cleaner to centralize/consolidate the
child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* standalone/drakfont: looks better like this
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* interactive/gtk.pm, printer/printerdrake.pm: first attempt at making
printerdrake to behave smoother when embedded in the
mcc
* standalone/drakautoinst, my_gtk.pm, standalone/XFdrake,
standalone/keyboarddrake:
- clean up embedding; since socket automatically emit plug-added gtk+
signal
when plug is realize, it's just cleaner to centralize/consolidate the
child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* drakxtools.spec: 9.1-6mdk
more fixes
9.1-5mdk
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* standalone/net_monitor: fix embedding (even if we don't embbed it, it's
better)
* bootlook.pm: perl_checker fix
clean up:
- no more directly handle embeddign
- use ugtk2
- clean up embedding; since socket automatically emit plug-added gtk+
signal
when plug is realize, it's just cleaner to centralize/consolidate the
child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* standalone/drakxservices, diskdrake/hd_gtk.pm, standalone/drakboot,
standalone/drakTermServ:
- clean up embedding; since socket get automatically destroyed on
child exit
and since they emit plug-removed at that moment, it's just cleaner to
centralize/consolidate the child exit in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding
managment
* standalone/drakperm: fix #1771
level should not be editable
* services.pm: in standalone mode, only display a service as enabled at
boot time
only if it's really enabled in current runlevel.
what's more it's more coherent with other "only show current runlevel
status" tools like ntsysv.
2003/02/24 Warly <warly@mandrakesoft.com>
* share/compssUsers: "Mail/Groupware/News" is now just "Mail"
2003/02/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: fixed several fuzzy lines
2003/02/23 Pixel <pixel@mandrakesoft.com>
* timezone.pm: use output_p() instead of output() for
/etc/ntp/step-tickers
2003/02/23 Till Kamppeter <till@mandrakesoft.com>
* standalone/scannerdrake: Fixed wait message not embedded in drakconf.
* printer/main.pm, printer/printerdrake.pm: Several bug fixes on
printerdrake
- "BrowsePoll <IP>:<Port>" needs "Browsing On" in
/etc/cups/cupsd.conf.
- If the same printer model is once on the parallel port and second on
USB,
there was a new USB queue created on every start of Printerdrake.
- Now CUPS is restarted whenever a new USB print queue is set up so
that
CUPS can provide the model-related USB URI.
- Made sure that the default printer is defined and that it is an
existing
queue so that during installation printerdrake does not show a line
only
containing " (Default)" in the list of installed printers.
- Cleaned up data structure after automatic queue generation.
2003/02/23 Pixel <pixel@mandrakesoft.com>
* diskdrake/interactive.pm (migrate_files): check return values (fixes bug
#2170)
2003/02/23 Till Kamppeter <till@mandrakesoft.com>
* printer/printerdrake.pm, install_steps_interactive.pm: Fixed bug of
printerdrake loosing the printer queue info during the
preparation of the "Summary" window (only if there are local
printers). No the printer queue entries should not be empty when
clicking on "Configure" in the "Printer" part of the "Summary" window.
2003/02/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/et.po, share/po/wa.po: updated pot file
updated Estonian file
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/sp.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/is.po, share/po/af.po, share/po/az.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po, share/po/vi.po,
share/po/ta.po, share/po/fr.po, share/po/sq.po, share/po/it.po,
share/po/nl.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/lv.po, share/po/hu.po: updated pot file
* standalone/harddrake2: changed an English string
2003/02/22 Pixel <pixel@mandrakesoft.com>
* interactive/gtk.pm: in $::expert, use a SpinButton instead of HScale for
type "range"
(useful in diskdrake to enter the partition size directly)
* share/rpmsrate: ensure galaxy-kde is installed together with kdebase
* partition_table/raw.pm (test_for_bad_drives): don't open in write mode
when testing
2003/02/22 siegel
* share/po/de.po: updates
2003/02/21 alus
* share/po/pl.po: updated
2003/02/21 Damien Chaumette <dchaumette@mandrakesoft.com>
* network/network.pm: no need to use regexp
* drakxtools.spec: 4mdk
* network/isdn.pm: $isdn->{is_light} wasn't set while using autodetection,
rpm wasn't installed
* network/tools.pm: oups... hu... nothing
* network/netconnect.pm: oups... hu... nothing
get back password input for adsl
2003/02/21 florin
* network/netconnect.pm: add isdn check in get_net_device
2003/02/21 gbeauchesne
* mdk-stage1/dietlibc/libcruft/dnscruft2.c: Better fix for DNS resolver
bug
2003/02/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* ugtk2.pm: embedded should segfault a bit less if I don't let the
embedded
window creation destroy the destroy handler
workaround what seems to be a gtk bug (#1445)
gtk seems to loop (and take 100% user cpu) when
I change the pixbuf of a gtkcellrendererpixbuf
in a treeview that is not currently displayed
2003/02/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
Estonian and Dutch files
updated Danish file
* help.pm: fixed a typo
2003/02/21 Pixel <pixel@mandrakesoft.com>
* ugtk2.pm: when isEmbedded, use $::WizardTable to allow non pop_it when
not visible
* pixmaps/colors16.png:
- make it the same range as colors.png and colors8.png
- it is a 64 colors image (note that colors8 is 16 colors)
* services.pm (ask_standalone_gtk): ensure popup is not destroyed more
than once
* fsedit.pm: use test_for_bad_drives even after install (esp. to detect
removed usb-storage
devices still visible in /proc/scsi/scsi)
* install_steps_interactive.pm: "Generate auto install floppy" and "Save
packages selection" are now available in advanced
* Xconfig/resolution_and_depth.pm: fix setting the image & colors in
resolution chooser
2003/02/21 Till Kamppeter <till@mandrakesoft.com>
* printer/printerdrake.pm:
- Fixed text of "Refresh printer list" button when list is empty.
- Let printerdrake clean up its datastructure after auto-installing
printers in the beginning of the "Summary" installation step.
2003/02/20 florin
* network/shorewall.pm: update 2 rules for the pptp dsl internet
connection
2003/02/20 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: added wait message when building groups.
2003/02/20 gbeauchesne
* mdk-stage1/dns.c: Fix mygethostbyaddr(), struct in is not a NULL
terminated string.
i.e. len has to be either sizeof(in.s_addr) or INADDRSZ.
* mdk-stage1/dietlibc/libcruft/dnscruft2.c: Workaround DNS resolver bug on
64-bit platforms.
* mdk-stage1/dietlibc/syscalls.s/lstat64.S,
mdk-stage1/dietlibc/libregex/rx.c, mdk-stage1/dietlibc/include/string.h,
mdk-stage1/dietlibc/libugly/strftime.c,
mdk-stage1/dietlibc/i386/ldexp.S, mdk-stage1/dietlibc/i386/sin.S,
mdk-stage1/dietlibc/lib/strerror.c, mdk-stage1/dietlibc/dietstdio.h,
mdk-stage1/dietlibc/include/sys/vfs.h,
mdk-stage1/dietlibc/include/unistd.h, mdk-stage1/dietlibc/i386/mmap64.S,
mdk-stage1/dietlibc/i386/vfork.S,
mdk-stage1/dietlibc/libstdio/fdglue2.c,
mdk-stage1/dietlibc/alpha/errlist.S,
mdk-stage1/dietlibc/include/dirent.h, mdk-stage1/dietlibc/sparc/urem.S,
mdk-stage1/dietlibc/libcruft/scandir64.c,
mdk-stage1/dietlibc/include/assert.h, mdk-stage1/dietlibc/lib/__isnan.c,
mdk-stage1/dietlibc/sparc/umul.S,
mdk-stage1/dietlibc/i386/dyn_syscalls.S, mdk-stage1/dietlibc/CHANGES,
mdk-stage1/dietlibc/libstdio/fflush.c,
mdk-stage1/dietlibc/libcruft/sysconf.c,
mdk-stage1/dietlibc/syscalls.s/pause.S,
mdk-stage1/dietlibc/include/termios.h,
mdk-stage1/dietlibc/syscalls.s/n_sigprocmask.S,
mdk-stage1/dietlibc/diet.c, mdk-stage1/dietlibc/FAQ,
mdk-stage1/dietlibc/syscalls.s/socketcall.S,
mdk-stage1/dietlibc/include/sys/poll.h,
mdk-stage1/dietlibc/sparc/Makefile.add,
mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S,
mdk-stage1/dietlibc/include/dlfcn.h,
mdk-stage1/dietlibc/syscalls.s/umount2.S,
mdk-stage1/dietlibc/include/sys/time.h,
mdk-stage1/dietlibc/include/signal.h,
mdk-stage1/dietlibc/libcruft/alphasort64.c,
mdk-stage1/dietlibc/libshell/glob.c,
mdk-stage1/dietlibc/syscalls.s/n_sigpending.S,
mdk-stage1/dietlibc/include/stdarg-cruft.h,
mdk-stage1/dietlibc/lib/signal.c, mdk-stage1/dietlibc/lib/__dtostr.c,
mdk-stage1/dietlibc/lib/__isinf.c, mdk-stage1/dietlibc/syscalls.s/ipc.S,
mdk-stage1/dietlibc/include/sys/types.h, mdk-stage1/dietlibc/Makefile,
mdk-stage1/dietlibc/libstdio/fread.c,
mdk-stage1/dietlibc/syscalls.s/n_sigaction.S,
mdk-stage1/dietlibc/syscalls.s/fstat64.S,
mdk-stage1/dietlibc/libugly/tzfile.c,
mdk-stage1/dietlibc/lib/__v_printf.c,
mdk-stage1/dietlibc/sparc/errlist.S, mdk-stage1/dietlibc/i386/memchr.S,
mdk-stage1/dietlibc/syscalls.s/msync.S,
mdk-stage1/dietlibc/i386/libm2.S, mdk-stage1/dietlibc/sparc/udiv.S,
mdk-stage1/dietlibc/i386/cos.S, mdk-stage1/dietlibc/include/sys/ioctl.h,
mdk-stage1/dietlibc/syscalls.s/errlist.S,
mdk-stage1/dietlibc/syscalls.s/stat64.S,
mdk-stage1/dietlibc/libugly/strndup.c: Merge with dietlibc 0.22-1mdk
2003/02/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dns.c: fix potential segfault thx to gwenole
* install_steps_interactive.pm: oops i didn't understand the internals of
wait_message hence breaking it. hopes that will fix.
install the potentially needed locales country when user selected
another country
Gtk2::Label::set is deprecated
* install_steps_gtk.pm, services.pm: Gtk2::Label::set is deprecated
* share/logo-mandrake.png: update shadow
Gtk2::Label::set is deprecated
* interactive.pm: oops i didn't understand the internals of wait_message
hence breaking it. hopes that will fix.
Gtk2::Label::set is deprecated
* install_gtk.pm, ugtk2.pm: change a bit position of main window and steps
window
in steps window, have titles in grey
* fs.pm: thx rekcehc_lrep
* any.pm: cows go møøh
2003/02/20 Pixel <pixel@mandrakesoft.com>
* network/shorewall.pm: fix florin: replace $prefix with $::prefix
* help.pm: fix typos
* any.pm: allow Cancel in setupBootloader__entries
- add "Force No APIC"
- rename add_append() to set_append()
(since it can be used to remove a key)
- add remove_append_simple()
* install_steps.pm, bootloader.pm:
- add "Force No APIC"
- rename add_append() to set_append()
(since it can be used to remove a key)
- add remove_append_simple()
* network/network.pm: use detect_devices::pcmcia_probe() instead of
detect_devices::probeall()
- read_resolv_conf() reads DOMAINNAME & DOMAINNAME2
- read_resolv_conf() reads /etc/resolv.conf by default
- read_resolv_conf_raw() created
* install_steps_interactive.pm: help perl_checker find the N("...") the
#-PO corresponds to
* diskdrake/interactive.pm: have ask_okcancel instead of ask_warn on
cdie's
add catch_cdie's around fsedit::check_mntpoint and fsedit::add
* install2.pm: {brltty}{device} is optional, default is ttyS0 or ttyS1 (?)
* fsedit.pm: warn non-ascii chars in mount point (cf bug #1588)
use cdie instead of die for warnings
* Xconfig/card.pm: don't vivify @cards
* install_steps_gtk.pm: fix $check_complete use in gtk summary
2003/02/20 Stew Benedict <sbenedict@mandrakesoft.com>
* standalone/drakTermServ: perl_checker
Finish gtk2 port.
2003/02/20 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakgw: don't use gtk+2 deprecated functions
* bootlook.pm:
- add --testing support
- fix #1923 (aka reuse consolided code instead of using deprecated
code)
- minor cleanup
- skip comments while parsing /etc/lilo.conf
don't use gtk+2 deprecated functions
* drakxtools.spec: 9.1-3mdk
* standalone/harddrake2: perl_checker fix
- prevent any l10n problem by having only one path string when both
creating the menu and acessing a menu widget (aka translate menu
paths only once), which also nicely cut down the translators job.
- decrease diagnostics pragma verbosity (aka remove big fat warning
messages)
* share/po/fr.po: further updates
translate all countrie names
update french translation
2003/02/20 alus
* share/po/pl.po: typo fix
2003/02/20 Damien Chaumette <dchaumette@mandrakesoft.com>
* network/network.pm: dhcp fix
2003/02/20 gbeauchesne
* mdk-stage1/dietlibc/dietfeatures.h: Disable back WANT_TZFILE_PARSER,
0.22 fixed strftime() problem
* share/rpmsrate: Better defaults for OOo
* mdk-stage1/dns.c: Fix mygethostbyaddr(), struct in is not a NULL
terminated string.
i.e. len has to be either sizeof(in.s_addr) or INADDRSZ.
2003/02/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps_interactive.pm: install the potentially needed locales
country when user selected
another country
Gtk2::Label::set is deprecated
add a PO comment to try to keep buttons in the window..
* share/themes-galaxy.rc: logo is aso white on blue
* mdk-stage1/dns.c: fix potential segfault thx to gwenole
* share/po/fr.po: some misc fixes
translate iraq
* fs.pm: thx rekcehc_lrep
* install_steps_gtk.pm: Gtk2::Label::set is deprecated
fix bold diplay of texts in adverts
* share/logo-mandrake.png, services.pm, interactive.pm: Gtk2::Label::set
is deprecated
* ugtk2.pm: try to handle case with large fonts (CJK for example) ->
branch on TextView
when the box will be quite large
2003/02/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/es.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: corrected Russian
translation
* share/po/eu.po: changed encoding
corrected Russian translation
2003/02/20 Pixel <pixel@mandrakesoft.com>
* fsedit.pm: don't let diskdrake detect ext3/reiserfs/jfs/xfs on a type
0x7 partition
- simplify check_mntpoint
- fix checking mount point in Mount_point()
* partition_table.pm: set {device_windobe} for 0x107 *and* 0x7 (since
0x107 is not set correctly at this stage)
(otherwise this causes mount points /mnt/win_ /mnt/win_1...)
* diskdrake/interactive.pm:
- simplify check_mntpoint
- fix checking mount point in Mount_point()
* bootloader.pm:
- add "Force No APIC"
- rename add_append() to set_append()
(since it can be used to remove a key)
- add remove_append_simple()
* install_steps_interactive.pm: help perl_checker find the N("...") the
#-PO corresponds to
* any.pm:
- add "Force No APIC"
- rename add_append() to set_append()
(since it can be used to remove a key)
- add remove_append_simple()
add XF86Config and XF86Config-4 to report.bug
no autologin by default if more than one users
* Xconfig/card.pm: log manually chosen graphic card
log why auto X config failed (needVideoRam)
* ugtk2.pm: ensure {box_size} is set (to have less warnings)
* standalone/diskdrake, interactive.pm: have less warnings when debugging
* pkgs.pm: prefer myspell-en_US
* install_steps.pm:
- add "Force No APIC"
- rename add_append() to set_append()
(since it can be used to remove a key)
- add remove_append_simple()
usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymore
* install2.pm: {brltty}{device} is optional, default is ttyS0 or ttyS1 (?)
fix brltty support
* interactive/gtk.pm: set a minimum size for Gtk2::HScale's (mainly used
for resizing partitions)
fix $ok_clicked when there is no ok button
have less warnings when debugging
2003/02/20 Stew Benedict <sbenedict@mandrakesoft.com>
* standalone/drakTermServ: Partial gtk2 update - still needs work on
TreeViews
2003/02/20 Till Kamppeter <till@mandrakesoft.com>
* printer/main.pm, printer/printerdrake.pm:
- Improved/fixed generation of printer list entries from
manufacturer-supplied PostScript PPD files
- Removed forgotten debug mode
- Disabled wizard-mode temporarily
* install_steps_interactive.pm: Made sure that printerdrake does not open
its main window when called during the preparation of the "Summary"
screen.
2003/02/20 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/harddrake2:
- prevent any l10n problem by having only one path string when both
creating the menu and acessing a menu widget (aka translate menu
paths only once), which also nicely cut down the translators job.
- decrease diagnostics pragma verbosity (aka remove big fat warning
messages)
* drakxtools.spec: 9.1-2mdk
* standalone/logdrake: fix #1829
* share/po/fr.po: further updates
translate all countrie names
update french translation
2003/02/20 Pixel <pixel@mandrakesoft.com>
* ugtk2.pm: ensure {box_size} is set (to have less warnings)
* diskdrake/interactive.pm, fsedit.pm:
- simplify check_mntpoint
- fix checking mount point in Mount_point()
* interactive/gtk.pm, standalone/diskdrake, interactive.pm: have less
warnings when debugging
* Xconfig/card.pm: log why auto X config failed (needVideoRam)
2003/02/19 alus
* share/po/pl.po: updated
2003/02/19 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: fixed if update fail to allow retry.
added code to retry finding an update medium if something went wrong.
add ugly probed type of network configuration.
make sure network::network:: is used (just in case)
add default configuration for network for summary.
* install_steps.pm: add simplified menu for desktop mode.
* pkgs.pm: added a missing sanity unwind.
add sanity code on error when reading hdlist (this will avoid update
medium
being trashed if an error occurred during hdlist download and so ...)
* crypto.pm: code slight reorganization.
2003/02/19 gbeauchesne
* share/rpmsrate, share/compssUsers:
- Add localized help files for OpenOffice.org
- Add new SPELLCHECK category for myspell spellchecking and
hyphenators
* mdk-stage1/Makefile: Enable all usual stage1-* BINS on x86-64. Add
dietlibc to DIRS too for that
arch. Fix rescue-gui build with $(DIET) wrapper.
* mdk-stage1/mar/Makefile: Rearrange build so that only mar binary is
built with glibc and other objects
with either glibc or dietlibc.
2003/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* lang.pm: I'm stupid, we need to set UTF8 when there are two installed
langs with different encodings, not just when the additional
languages have different encoding than main one
* loopback.pm, any.pm, diskdrake/interactive.pm, fs.pm, install_steps.pm,
network/ethernet.pm, bootloader.pm, install_steps_interactive.pm,
diskdrake/hd_gtk.pm, lvm.pm, fsedit.pm, install2.pm,
network/drakfirewall.pm, raid.pm, install_interactive.pm,
install_any.pm, partition_table/raw.pm, partition_table.pm: to
workaround perl bug removing UTF8 flag when passing scalars to die's,
pass
a scalar-ref. but we need to de-ref, so it might break many things :).
let's make a prayer :).
* share/rpmsrate: add fonts-ttf-arabic when locale ar
* ugtk2.pm: set the destroy handler after wizard creation, or the fact
that
wizard window will overwrite existing window will also destroy
the destroy handler
fix some segfaults caused by still calling destroy
or other gtk functions after a destroy has been
already done, triggered by the user clicking on
the WM's "close this application" button (#1651)
better comply to look of text like in Gtk1 (text inside a Frame)
clean
2003/02/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/et.po: updated Estonian file
updated Uzbek file
* share/rpmsrate: Improved the locale->font selection;
added the tetex-latex-arab-doc package (previously was included in the
main)
* share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
share/po/no.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/sp.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sq.po,
share/po/it.po, share/po/nl.po, share/po/eu.po, share/po/es.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po, share/po/hu.po: updated Uzbek file
2003/02/19 Pixel <pixel@mandrakesoft.com>
* install2.pm: don't log "warning: find_index failed in ..."
* install_steps.pm, install_steps_interactive.pm: add some more
formatError
* raid.pm: mkraid wants all the md devices written in raidtab to exist,
even if asking to
create a specific md
cleanup
* install_steps_auto_install.pm: add a formatError
* pixmaps/X.png: add it back (used by XFdrake)
* install_any.pm: use formatError
* install_interactive.pm: add some formatError's
* fsedit.pm, detect_devices.pm:
- cleanup & simplify
- handle raid on raid detection
* interactive/gtk.pm: can't use $mainw->{ok}->clicked since $mainw->{ok}
doesn't always exist, set
{retval} and main_quit instead (the way it was done for double click, is
this
ok when pressing enter?)
* diskdrake/interactive.pm: use formatError on $err
use formatError($err) instead of $@
- allow raid on raid (raid 10)
- focus mount point in Mount_point
- focus type in Type
* standalone/icons/ic82-tape-40.png, pixmaps/ic82-tape-40.png,
pixmaps/ic82-systemeplus-40.png,
standalone/icons/ic82-systemeplus-40.png: move some images from
standalone to pixmaps to have them both during install and after install
(images used by XFdrake)
* install_steps_gtk.pm: indent more the entries in the summary (as asked
by dadou)
2003/02/19 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakxtv:
- perl_checker fixes
- indent-region, untabify
- comment workaround
workaround a drakx bug which don't always add bttv to /etc/modules
* standalone/scannerdrake: cleanup
fix embedding
* standalone/printerdrake: hide the icon when embedded to get more space
fix embedding and clean it up
2003/02/19 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: make sure network::network:: is used (just
in case)
add default configuration for network for summary.
2003/02/19 gbeauchesne
* share/rpmsrate, share/compssUsers:
- Add localized help files for OpenOffice.org
- Add new SPELLCHECK category for myspell spellchecking and
hyphenators
2003/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/de.po: fix typo (#1821)
* share/compssUsers: provide a minimum desrciption for Scientific
Workstation (#1814)
* share/themes-galaxy.rc: try to choose sensible values for insensitive
widgets
2003/02/19 Pixel <pixel@mandrakesoft.com>
* install2.pm: don't log "warning: find_index failed in ..."
* diskdrake/interactive.pm:
- allow raid on raid (raid 10)
- focus mount point in Mount_point
- focus type in Type
* raid.pm: mkraid wants all the md devices written in raidtab to exist,
even if asking to
create a specific md
cleanup
* detect_devices.pm, fsedit.pm:
- cleanup & simplify
- handle raid on raid detection
2003/02/19 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakxtv:
- perl_checker fixes
- indent-region, untabify
- comment workaround
workaround a drakx bug which don't always add bttv to /etc/modules
2003/02/18 Damien Chaumette <dchaumette@mandrakesoft.com>
* drakxtools.spec: new version
* network/network.pm: Get back configuration settings from conf files
(fix some kind of titi sucking)
2003/02/18 gbeauchesne
* mdk-stage1/bzlib/Makefile, mdk-stage1/insmod-modutils/obj/Makefile,
mdk-stage1/insmod-modutils/util/Makefile,
mdk-stage1/insmod-modutils/Makefile, mdk-stage1/newt/Makefile,
mdk-stage1/slang/Makefile, mdk-stage1/mar/Makefile:
- Use minilibc on x86-64
- mar requires bzlib to be built beforehand, especially if building
with
dietlibc
- Nuke trickery to handle -DIET objects, everything is now built
through
the diet driver, defined into $(DIET)
* mdk-stage1/dietlibc/include/net/ethernet.h: Add <net/ethernet.h> and
<linux/if_ether.h> so that dhcp.c can be compiled
* mdk-stage1/dietlibc/dietfeatures.h: Define WANT_TZFILE_PARSER so that
call to tset() in strftime() implementation
can be resolved.
Merge back small config file
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop
the
following architectures we currently don't support: arm, mips, mipsel,
parisc,
s390, sparc64.
* mdk-stage1/dietlibc/syscalls.c/fchmod.c,
mdk-stage1/dietlibc/librpc/authunix_prot.c,
mdk-stage1/dietlibc/include/termio.h,
mdk-stage1/dietlibc/i386/sendmsg.S,
mdk-stage1/dietlibc/syscalls.c/syslog.c,
mdk-stage1/dietlibc/syscalls.c/setpriority.c,
mdk-stage1/dietlibc/lib/msgget.c, mdk-stage1/dietlibc/lib/longjmp.c,
mdk-stage1/dietlibc/lib/strerror.c, mdk-stage1/dietlibc/dieticonv.h,
mdk-stage1/dietlibc/i386/asin.S,
mdk-stage1/dietlibc/libpthread/pthread_flockfile.c,
mdk-stage1/dietlibc/libcruft/gethostbyname.c,
mdk-stage1/dietlibc/alpha/__alarm.c,
mdk-stage1/dietlibc/librpc/rpc_prot.c,
mdk-stage1/dietlibc/libugly/getmntent.c,
mdk-stage1/dietlibc/lib/iscntrl.c, mdk-stage1/dietlibc/include/stdint.h,
mdk-stage1/dietlibc/i386/mmap64.S, mdk-stage1/dietlibc/lib/getservent.c,
mdk-stage1/dietlibc/lib/atexit.c, mdk-stage1/dietlibc/i386/strcmp.S,
mdk-stage1/dietlibc/syscalls.c/sigsuspend.c,
mdk-stage1/dietlibc/include/stdlib.h,
mdk-stage1/dietlibc/libugly/timezone.c,
mdk-stage1/dietlibc/libpthread/pthread_cancel.c,
mdk-stage1/dietlibc/libdl/dlopen.c,
mdk-stage1/dietlibc/libugly/servent_buf.c,
mdk-stage1/dietlibc/lib/isgraph.c, mdk-stage1/dietlibc/lib/closedir.c,
mdk-stage1/dietlibc/libcruft/scan_ulong.c,
mdk-stage1/dietlibc/include/sys/prctl.h,
mdk-stage1/dietlibc/lib/alloc.c, mdk-stage1/dietlibc/lib/tcsetpgrp.c,
mdk-stage1/dietlibc/syscalls.s/sigsuspend.S,
mdk-stage1/dietlibc/i386/write12.S,
mdk-stage1/dietlibc/syscalls.c/mount.c,
mdk-stage1/dietlibc/syscalls.c/setdomainname.c,
mdk-stage1/dietlibc/libstdio/fwrite.c,
mdk-stage1/dietlibc/libdl/_dl_relocate.c, mdk-stage1/dietlibc/diet.c,
mdk-stage1/dietlibc/include/libgen.h,
mdk-stage1/dietlibc/i386/Makefile.add,
mdk-stage1/dietlibc/syscalls.s/bdflush.S,
mdk-stage1/dietlibc/i386/stpcpy.S, mdk-stage1/dietlibc/i386/ltostr.S,
mdk-stage1/dietlibc/syscalls.c/lchown.c,
mdk-stage1/dietlibc/libugly/utent.c, mdk-stage1/dietlibc/i386/connect.S,
mdk-stage1/dietlibc/include/sys/mman.h,
mdk-stage1/dietlibc/include/fcntl.h,
mdk-stage1/dietlibc/libdl/_dl_rel.c, mdk-stage1/dietlibc/lib/memchr.c,
mdk-stage1/dietlibc/lib/isupper.c,
mdk-stage1/dietlibc/libugly/asprintf.c,
mdk-stage1/dietlibc/libpthread/thread_key.c,
mdk-stage1/dietlibc/lib/errlist.c,
mdk-stage1/dietlibc/librpc/clnt_udp.c, mdk-stage1/dietlibc/i386/atan2.S,
mdk-stage1/dietlibc/lib/recvmsg.c, mdk-stage1/dietlibc/lib/qsort.c,
mdk-stage1/dietlibc/lib/sendto.c,
mdk-stage1/dietlibc/alpha/__testandset.S,
mdk-stage1/dietlibc/include/endian.h,
mdk-stage1/dietlibc/libstdio/vscanf.c,
mdk-stage1/dietlibc/lib/isxdigit.c, mdk-stage1/dietlibc/i386/atanh.S,
mdk-stage1/dietlibc/syscalls.s/mlock.S,
mdk-stage1/dietlibc/ppc/syscalls.h,
mdk-stage1/dietlibc/libstdio/stdin.c,
mdk-stage1/dietlibc/lib/__ptrace.c,
mdk-stage1/dietlibc/libstdio/scanf.c,
mdk-stage1/dietlibc/libdl/dlclose.c,
mdk-stage1/dietlibc/librpc/svc_raw.c,
mdk-stage1/dietlibc/include/arpa/nameser.h,
mdk-stage1/dietlibc/dietuglyweaks.h,
mdk-stage1/dietlibc/i386/copysign.S, mdk-stage1/dietlibc/i386/memcmp.S,
mdk-stage1/dietlibc/i386/htons.S, mdk-stage1/dietlibc/lib/open64.c,
mdk-stage1/dietlibc/include/stdarg-cruft.h,
mdk-stage1/dietlibc/libugly/hasmntopt.c,
mdk-stage1/dietlibc/dietdirent.h,
mdk-stage1/dietlibc/syscalls.c/setsid.c,
mdk-stage1/dietlibc/libpthread/pthread_testcancel.c,
mdk-stage1/dietlibc/libshell/realpath.c,
mdk-stage1/dietlibc/include/sys/file.h, mdk-stage1/dietlibc/lib/ftw.c,
mdk-stage1/dietlibc/i386/fmod.S, mdk-stage1/dietlibc/lib/tcsetattr.c,
mdk-stage1/dietlibc/i386/strrchr.S,
mdk-stage1/dietlibc/libcruft/bzero.c,
mdk-stage1/dietlibc/i386/recvfrom.S,
mdk-stage1/dietlibc/libstdio/ftell.c,
mdk-stage1/dietlibc/libstdio/fgets.c,
mdk-stage1/dietlibc/include/rpc/netdb.h,
mdk-stage1/dietlibc/libdl/_dl_load.c,
mdk-stage1/dietlibc/syscalls.c/getresgid.c,
mdk-stage1/dietlibc/syscalls.s/sendfile64.S,
mdk-stage1/dietlibc/lib/sscanf.c, mdk-stage1/dietlibc/lib/creat.c,
mdk-stage1/dietlibc/syscalls.c/sync.c,
mdk-stage1/dietlibc/lib/getdomainname.c,
mdk-stage1/dietlibc/syscalls.c/flock.c,
mdk-stage1/dietlibc/libugly/iconv.c,
mdk-stage1/dietlibc/libstdio/fclose.c,
mdk-stage1/dietlibc/libugly/getprotobyname.c,
mdk-stage1/dietlibc/libstdio/vprintf.c,
mdk-stage1/dietlibc/include/sys/sparc-ioctl.h,
mdk-stage1/dietlibc/libstdio/fdopen.c,
mdk-stage1/dietlibc/lib/vsnprintf.c,
mdk-stage1/dietlibc/libugly/dirfd.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_signal.c,
mdk-stage1/dietlibc/include/pwd.h, mdk-stage1/dietlibc/i386/atoll.S,
mdk-stage1/dietlibc/i386/accept.S, mdk-stage1/dietlibc/lib/ispunct.c,
mdk-stage1/dietlibc/syscalls.s/getegid32.S,
mdk-stage1/dietlibc/sparc/mmap.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setschedparam.c,
mdk-stage1/dietlibc/lib/snprintf.c,
mdk-stage1/dietlibc/include/sys/fsuid.h,
mdk-stage1/dietlibc/syscalls.s/ftruncate64.S,
mdk-stage1/dietlibc/i386/getsockopt.S,
mdk-stage1/dietlibc/syscalls.c/fchdir.c,
mdk-stage1/dietlibc/i386/unified.S,
mdk-stage1/dietlibc/libpthread/pthread_sigmask.c,
mdk-stage1/dietlibc/libcruft/gethostbyaddr2_r.c,
mdk-stage1/dietlibc/syscalls.c/signal.c,
mdk-stage1/dietlibc/syscalls.c/munmap.c,
mdk-stage1/dietlibc/lib/llabs.c, mdk-stage1/dietlibc/lib/msgrcv.c,
mdk-stage1/dietlibc/i386/memccpy.S,
mdk-stage1/dietlibc/libugly/getservbyname.c,
mdk-stage1/dietlibc/include/write12.h, mdk-stage1/dietlibc/dietstdio.h,
mdk-stage1/dietlibc/alpha/start.S, mdk-stage1/dietlibc/i386/bind.S,
mdk-stage1/dietlibc/libpthread/pthread_key.c, mdk-stage1/dietlibc/BUGS,
mdk-stage1/dietlibc/syscalls.c/chown.c,
mdk-stage1/dietlibc/libcruft/setlocale.c,
mdk-stage1/dietlibc/librpc/xdr_array.c,
mdk-stage1/dietlibc/libcruft/__parse_1.c,
mdk-stage1/dietlibc/lib/__isnan.c,
mdk-stage1/dietlibc/include/sys/ptrace.h,
mdk-stage1/dietlibc/syscalls.s/setfsuid.S,
mdk-stage1/dietlibc/lib/tcflow.c,
mdk-stage1/dietlibc/syscalls.s/geteuid32.S,
mdk-stage1/dietlibc/lib/puts.c, mdk-stage1/dietlibc/CHANGES,
mdk-stage1/dietlibc/lib/mkfifo.c,
mdk-stage1/dietlibc/syscalls.c/utime.c,
mdk-stage1/dietlibc/lib/memccmp.c,
mdk-stage1/dietlibc/alpha/socketpair.S,
mdk-stage1/dietlibc/libcruft/scandir.c,
mdk-stage1/dietlibc/syscalls.s/getuid32.S,
mdk-stage1/dietlibc/lib/tolower.c,
mdk-stage1/dietlibc/include/sys/resource.h,
mdk-stage1/dietlibc/syscalls.c/access.c,
mdk-stage1/dietlibc/libcruft/getusershell.c,
mdk-stage1/dietlibc/i386/floor.S,
mdk-stage1/dietlibc/syscalls.s/alarm.S, mdk-stage1/dietlibc/lib/send.c,
mdk-stage1/dietlibc/sparc/sigaction.c, mdk-stage1/dietlibc/lib/execvp.c,
mdk-stage1/dietlibc/libpthread/pthread_join.c,
mdk-stage1/dietlibc/alpha/__longjmp.S,
mdk-stage1/dietlibc/libcruft/entlib.c,
mdk-stage1/dietlibc/libcruft/tmpnam.c,
mdk-stage1/dietlibc/syscalls.c/getppid.c,
mdk-stage1/dietlibc/libdl/_dl_alloc.c,
mdk-stage1/dietlibc/lib/setlinebuf.c,
mdk-stage1/dietlibc/libstdio/fopen.c,
mdk-stage1/dietlibc/librpc/get_myaddress.c,
mdk-stage1/dietlibc/lib/bcd.c, mdk-stage1/dietlibc/include/signal.h,
mdk-stage1/dietlibc/syscalls.c/fcntl.c,
mdk-stage1/dietlibc/libugly/mktime.c,
mdk-stage1/dietlibc/syscalls.s/fchown32.S,
mdk-stage1/dietlibc/libcruft/getopt_long_only.c,
mdk-stage1/dietlibc/syscalls.s/munlock.S,
mdk-stage1/dietlibc/libcruft/getgrent.c,
mdk-stage1/dietlibc/syscalls.c/poll.c,
mdk-stage1/dietlibc/sparc/__longjmp.S,
mdk-stage1/dietlibc/librpc/rpc_callmsg.c,
mdk-stage1/dietlibc/include/pthread.h,
mdk-stage1/dietlibc/libpthread/pthread_key_delete.c,
mdk-stage1/dietlibc/include/sys/socket.h,
mdk-stage1/dietlibc/libpthread/pthread_mutexattr_setkind_np.c,
mdk-stage1/dietlibc/ppc/clone.S, mdk-stage1/dietlibc/i386/clone.S,
mdk-stage1/dietlibc/libcruft/pwbuf.c,
mdk-stage1/dietlibc/syscalls.c/getrlimit.c,
mdk-stage1/dietlibc/i386/getpeername.S,
mdk-stage1/dietlibc/syscalls.c/setresuid.c,
mdk-stage1/dietlibc/syscalls.c/clone.c,
mdk-stage1/dietlibc/i386/mcount.S, mdk-stage1/dietlibc/lib/__dtostr.c,
mdk-stage1/dietlibc/syscalls.s/nice.S,
mdk-stage1/dietlibc/libcruft/grent.c, mdk-stage1/dietlibc/i386/ceil.S,
mdk-stage1/dietlibc/syscalls.c/vhangup.c,
mdk-stage1/dietlibc/include/sys/cdefs.h,
mdk-stage1/dietlibc/libpthread/pthread_sys_fdatasync.c,
mdk-stage1/dietlibc/syscalls.c/getuid.c,
mdk-stage1/dietlibc/syscalls.s/getdents64.S,
mdk-stage1/dietlibc/librpc/svc_run.c,
mdk-stage1/dietlibc/libpthread/pthread_fgetc.c,
mdk-stage1/dietlibc/lib/adjtime.c,
mdk-stage1/dietlibc/syscalls.c/truncate.c,
mdk-stage1/dietlibc/include/net/if_ether.h,
mdk-stage1/dietlibc/lib/isblank.c, mdk-stage1/dietlibc/lib/strtof.c,
mdk-stage1/dietlibc/syscalls.s/time.S,
mdk-stage1/dietlibc/libugly/gmtime_r.c,
mdk-stage1/dietlibc/include/sys/shm.h,
mdk-stage1/dietlibc/include/sys/kd.h,
mdk-stage1/dietlibc/lib/errlistu.c, mdk-stage1/dietlibc/i386/expm1.S,
mdk-stage1/dietlibc/lib/nop.c, mdk-stage1/dietlibc/syscalls.c/rename.c,
mdk-stage1/dietlibc/libstdio/vfscanf.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_timedwait.c,
mdk-stage1/dietlibc/librpc/bindresvport.c,
mdk-stage1/dietlibc/i386/cos.S, mdk-stage1/dietlibc/libstdio/fdglue.c,
mdk-stage1/dietlibc/libcruft/gethostbyname_r.c,
mdk-stage1/dietlibc/lib/lseek64.c,
mdk-stage1/dietlibc/libdl/_dl_search.c,
mdk-stage1/dietlibc/syscalls.c/mknod.c, mdk-stage1/dietlibc/i386/fabs.S,
mdk-stage1/dietlibc/lib/ttyname.c,
mdk-stage1/dietlibc/syscalls.s/signal.S,
mdk-stage1/dietlibc/syscalls.s/create_module.S,
mdk-stage1/dietlibc/alpha/syscalls.h, mdk-stage1/dietlibc/i386/htonl.S,
mdk-stage1/dietlibc/libcruft/getspnam.c,
mdk-stage1/dietlibc/lib/strncat.c, mdk-stage1/dietlibc/i386/log10.S,
mdk-stage1/dietlibc/libugly/strsignal.c,
mdk-stage1/dietlibc/librpc/clnt_tcp.c, mdk-stage1/dietlibc/i386/pow.S,
mdk-stage1/dietlibc/libcruft/initgroups.c,
mdk-stage1/dietlibc/lib/sendmsg.c, mdk-stage1/dietlibc/lib/write12.c,
mdk-stage1/dietlibc/lib/cfsetospeed.c,
mdk-stage1/dietlibc/include/sys/stat.h,
mdk-stage1/dietlibc/libcruft/gethostbyaddr.c,
mdk-stage1/dietlibc/lib/__stime.c, mdk-stage1/dietlibc/i386/poly.S,
mdk-stage1/dietlibc/librpc/svc_udp.c,
mdk-stage1/dietlibc/libugly/netent.c,
mdk-stage1/dietlibc/libcruft/gethostbyaddr_r.c,
mdk-stage1/dietlibc/syscalls.c/setpgid.c,
mdk-stage1/dietlibc/libugly/localtime_r.c,
mdk-stage1/dietlibc/libcruft/localeconv.c,
mdk-stage1/dietlibc/alpha/n_sigprocmask.S,
mdk-stage1/dietlibc/syscalls.c/gettimeofday.c,
mdk-stage1/dietlibc/libshell/fnmatch.c,
mdk-stage1/dietlibc/syscalls.c/mkdir.c,
mdk-stage1/dietlibc/syscalls.s/setresgid.S,
mdk-stage1/dietlibc/libstdio/feof.c,
mdk-stage1/dietlibc/libcruft/seteuid.c,
mdk-stage1/dietlibc/libstdio/puts.c,
mdk-stage1/dietlibc/syscalls.c/sigpending.c,
mdk-stage1/dietlibc/include/netdb.h, mdk-stage1/dietlibc/i386/memset.S,
mdk-stage1/dietlibc/syscalls.s/delete_module.S,
mdk-stage1/dietlibc/lib/semop.c, mdk-stage1/dietlibc/include/dirent.h,
mdk-stage1/dietlibc/syscalls.c/getpid.c,
mdk-stage1/dietlibc/libpthread/thread_internal.h,
mdk-stage1/dietlibc/libugly/ftime.c,
mdk-stage1/dietlibc/include/libintl.h, mdk-stage1/dietlibc/lib/rand_r.c,
mdk-stage1/dietlibc/libcruft/setegid.c,
mdk-stage1/dietlibc/syscalls.c/dup.c,
mdk-stage1/dietlibc/syscalls.c/fsync.c,
mdk-stage1/dietlibc/include/shadow.h,
mdk-stage1/dietlibc/include/sys/select.h, mdk-stage1/dietlibc/PORTING,
mdk-stage1/dietlibc/i386/ilogb.S, mdk-stage1/dietlibc/lib/strsep.c,
mdk-stage1/dietlibc/lib/opendir.c,
mdk-stage1/dietlibc/libpthread/pthread_equal.c,
mdk-stage1/dietlibc/libugly/system.c,
mdk-stage1/dietlibc/libpthread/pthread_getschedparam.c,
mdk-stage1/dietlibc/libcrypt/md5.c, mdk-stage1/dietlibc/i386/cbrt.S,
mdk-stage1/dietlibc/syscalls.s/ptrace.S,
mdk-stage1/dietlibc/libcruft/spent.c, mdk-stage1/dietlibc/i386/start.S,
mdk-stage1/dietlibc/syscalls.s/pivot_root.S,
mdk-stage1/dietlibc/include/rpc/auth_unix.h,
mdk-stage1/dietlibc/libdl/elf_hash.h,
mdk-stage1/dietlibc/include/dlfcn.h,
mdk-stage1/dietlibc/syscalls.c/nanosleep.c,
mdk-stage1/dietlibc/lib/usleep.c, mdk-stage1/dietlibc/include/md5.h,
mdk-stage1/dietlibc/lib/strchr.c, mdk-stage1/dietlibc/lib/msgsnd.c,
mdk-stage1/dietlibc/include/cpio.h,
mdk-stage1/dietlibc/syscalls.s/chown32.S,
mdk-stage1/dietlibc/ppc/unified.S,
mdk-stage1/dietlibc/libugly/gai_strerror.c,
mdk-stage1/dietlibc/syscalls.c/sethostname.c,
mdk-stage1/dietlibc/syscalls.c/geteuid.c,
mdk-stage1/dietlibc/syscalls.s/sigprocmask.S,
mdk-stage1/dietlibc/i386/rint.S, mdk-stage1/dietlibc/libugly/ptsname.c,
mdk-stage1/dietlibc/lib/ipv6constants.c,
mdk-stage1/dietlibc/syscalls.s/waitpid.S,
mdk-stage1/dietlibc/libstdio/fdprintf.c,
mdk-stage1/dietlibc/lib/sigpending.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_fcntl.c,
mdk-stage1/dietlibc/lib/memset.c, mdk-stage1/dietlibc/lib/__fstat64.c,
mdk-stage1/dietlibc/include/sched.h,
mdk-stage1/dietlibc/i386/syscalls.h, mdk-stage1/dietlibc/dirstream.h,
mdk-stage1/dietlibc/i386/socketpair.S, mdk-stage1/dietlibc/CAVEAT,
mdk-stage1/dietlibc/include/float.h,
mdk-stage1/dietlibc/libpthread/pthread_attr_setschedpolicy.c,
mdk-stage1/dietlibc/libstdio/fscanf.c,
mdk-stage1/dietlibc/syscalls.c/setitimer.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_alloc.c,
mdk-stage1/dietlibc/i386/hypot.S,
mdk-stage1/dietlibc/libpthread/Makefile,
mdk-stage1/dietlibc/lib/pread.c, mdk-stage1/dietlibc/lib/accept.c,
mdk-stage1/dietlibc/i386/mmap.c,
mdk-stage1/dietlibc/syscalls.c/setresgid.c,
mdk-stage1/dietlibc/sparc/setjmp.S, mdk-stage1/dietlibc/.cvsignore,
mdk-stage1/dietlibc/librpc/pmap_rmt.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setscope.c,
mdk-stage1/dietlibc/lib/sigtimedwait.c, mdk-stage1/dietlibc/i386/cosh.S,
mdk-stage1/dietlibc/include/sys/ioctl.h,
mdk-stage1/dietlibc/syscalls.s/rt_sigpending.S,
mdk-stage1/dietlibc/lib/__ltostr.c,
mdk-stage1/dietlibc/include/sys/ppc-ioctl.h,
mdk-stage1/dietlibc/syscalls.s/ptrace.s,
mdk-stage1/dietlibc/libpthread/pthread_setcanceltype.c,
mdk-stage1/dietlibc/lib/exec_lib.c,
mdk-stage1/dietlibc/libstdio/vfdprintf.c,
mdk-stage1/dietlibc/lib/strlen.c, mdk-stage1/dietlibc/libregex/rx.c,
mdk-stage1/dietlibc/liblatin1/latin1-islower.c,
mdk-stage1/dietlibc/lib/memmem.c, mdk-stage1/dietlibc/include/string.h,
mdk-stage1/dietlibc/lib/raise.c, mdk-stage1/dietlibc/i386/usleep.S,
mdk-stage1/dietlibc/include/iconv.h,
mdk-stage1/dietlibc/libpthread/pthread_setspecific.c,
mdk-stage1/dietlibc/lib/semget.c,
mdk-stage1/dietlibc/syscalls.s/setregid32.S,
mdk-stage1/dietlibc/syscalls.c/swapoff.c,
mdk-stage1/dietlibc/libpthread/pthread_atfork.c,
mdk-stage1/dietlibc/libcruft/tempnam.c,
mdk-stage1/dietlibc/libcruft/inet_aton.c,
mdk-stage1/dietlibc/lib/sigismember.c, mdk-stage1/dietlibc/librpc/svc.c,
mdk-stage1/dietlibc/lib/set_errno.c,
mdk-stage1/dietlibc/syscalls.c/execve.c,
mdk-stage1/dietlibc/lib/sigemptyset.c,
mdk-stage1/dietlibc/include/sys/vfs.h, mdk-stage1/dietlibc/SECURITY,
mdk-stage1/dietlibc/include/sys/timex.h,
mdk-stage1/dietlibc/libugly/getprotoent.c,
mdk-stage1/dietlibc/lib/__stat64.c, mdk-stage1/dietlibc/include/elf.h,
mdk-stage1/dietlibc/lib/strncmp.c, mdk-stage1/dietlibc/include/assert.h,
mdk-stage1/dietlibc/lib/gethostname.c,
mdk-stage1/dietlibc/i386/dyn_syscalls.S,
mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/cfmakeraw.c,
mdk-stage1/dietlibc/THANKS, mdk-stage1/dietlibc/libcruft/getgrgid_r.c,
mdk-stage1/dietlibc/lib/connect.c,
mdk-stage1/dietlibc/libcruft/sysconf.c,
mdk-stage1/dietlibc/lib/perror.c, mdk-stage1/dietlibc/include/locale.h,
mdk-stage1/dietlibc/syscalls.c/getresuid.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_init.c,
mdk-stage1/dietlibc/syscalls.c/sigaction.c,
mdk-stage1/dietlibc/include/tar.h, mdk-stage1/dietlibc/lib/execl.c,
mdk-stage1/dietlibc/include/time.h,
mdk-stage1/dietlibc/libstdio/setvbuf.c,
mdk-stage1/dietlibc/lib/tcflush.c, mdk-stage1/dietlibc/lib/strtold.c,
mdk-stage1/dietlibc/libugly/getprotoent_r.c,
mdk-stage1/dietlibc/syscalls.s/setfsgid32.S,
mdk-stage1/dietlibc/syscalls.s/prctl.S,
mdk-stage1/dietlibc/lib/strncasecmp.c,
mdk-stage1/dietlibc/syscalls.c/close.c,
mdk-stage1/dietlibc/libpthread/README,
mdk-stage1/dietlibc/lib/__lltostr.c, mdk-stage1/dietlibc/lib/vprintf.c,
mdk-stage1/dietlibc/i386/acos.S,
mdk-stage1/dietlibc/libpthread/pthread_funlockfile.c,
mdk-stage1/dietlibc/libcruft/getlogin.c,
mdk-stage1/dietlibc/libpthread/thread_internal.c,
mdk-stage1/dietlibc/libpthread/pthread_key_create.c,
mdk-stage1/dietlibc/libcruft/herror.c,
mdk-stage1/dietlibc/syscalls.c/dup2.c,
mdk-stage1/dietlibc/lib/__lstat64.c, mdk-stage1/dietlibc/lib/strtod.c,
mdk-stage1/dietlibc/lib/strcpy.c, mdk-stage1/dietlibc/libdl/_dl_open.c,
mdk-stage1/dietlibc/libcruft/bcopy.c,
mdk-stage1/dietlibc/include/stdio.h,
mdk-stage1/dietlibc/syscalls.c/chroot.c,
mdk-stage1/dietlibc/libcruft/__parse_ws.c,
mdk-stage1/dietlibc/include/fnmatch.h,
mdk-stage1/dietlibc/alpha/sigprocmask.S,
mdk-stage1/dietlibc/libcruft/res_mkquery.c,
mdk-stage1/dietlibc/include/sys/timeb.h,
mdk-stage1/dietlibc/i386/sendto.S,
mdk-stage1/dietlibc/libugly/iconv_close.c,
mdk-stage1/dietlibc/i386/sleep.S,
mdk-stage1/dietlibc/libugly/time_table_spd.c,
mdk-stage1/dietlibc/lib/sigdelset.c, mdk-stage1/dietlibc/libdl/dlsym.c,
mdk-stage1/dietlibc/libstdio/stderr.c,
mdk-stage1/dietlibc/libdl/dlerror.c,
mdk-stage1/dietlibc/lib/setsockopt.c,
mdk-stage1/dietlibc/i386/shutdown.S,
mdk-stage1/dietlibc/libcruft/mkstemp.c,
mdk-stage1/dietlibc/libstdio/ungetc.c,
mdk-stage1/dietlibc/syscalls.c/fork.c,
mdk-stage1/dietlibc/libpthread/pthread_setcancelstate.c,
mdk-stage1/dietlibc/i386/sinh.S,
mdk-stage1/dietlibc/libcruft/inet_ntoa.c,
mdk-stage1/dietlibc/libugly/tzfile.c,
mdk-stage1/dietlibc/syscalls.c/getgroups.c,
mdk-stage1/dietlibc/i386/memchr.S,
mdk-stage1/dietlibc/libugly/getservent.c, mdk-stage1/dietlibc/diet.1,
mdk-stage1/dietlibc/include/rpc/xdr.h,
mdk-stage1/dietlibc/libugly/putpwent.c,
mdk-stage1/dietlibc/libdl/_dl_rel.h,
mdk-stage1/dietlibc/libcruft/getspent_r.c,
mdk-stage1/dietlibc/include/rpc/key_prot.h,
mdk-stage1/dietlibc/syscalls.c/setgid.c,
mdk-stage1/dietlibc/lib/vsprintf.c, mdk-stage1/dietlibc/lib/execle.c,
mdk-stage1/dietlibc/i386/__ten.S, mdk-stage1/dietlibc/include/grp.h,
mdk-stage1/dietlibc/lib/random.c, mdk-stage1/dietlibc/i386/send.S,
mdk-stage1/dietlibc/include/sys/s390-ioctl.h,
mdk-stage1/dietlibc/libcruft/killpg.c,
mdk-stage1/dietlibc/sparc/start.S,
mdk-stage1/dietlibc/syscalls.s/setresuid.S,
mdk-stage1/dietlibc/libcruft/getpwnam.c,
mdk-stage1/dietlibc/lib/isprint.c, mdk-stage1/dietlibc/i386/recvmsg.S,
mdk-stage1/dietlibc/syscalls.s/rt_sigqueueinfo.S,
mdk-stage1/dietlibc/libstdio/fsetpos.c,
mdk-stage1/dietlibc/i386/md5asm.S, mdk-stage1/dietlibc/i386/isleap.S,
mdk-stage1/dietlibc/i386/PIC.h,
mdk-stage1/dietlibc/libpthread/pthread_spinlock.c,
mdk-stage1/dietlibc/syscalls.c/pipe.c,
mdk-stage1/dietlibc/syscalls.c/ioctl.c,
mdk-stage1/dietlibc/syscalls.c/fchown.c,
mdk-stage1/dietlibc/i386/memcpy.S,
mdk-stage1/dietlibc/syscalls.s/rt_sigtimedwait.S,
mdk-stage1/dietlibc/libcruft/__parse.c,
mdk-stage1/dietlibc/lib/__getcwd.c, mdk-stage1/dietlibc/lib/isdigit.c,
mdk-stage1/dietlibc/include/sys/un.h,
mdk-stage1/dietlibc/libpthread/pthread_mutex_lock.c,
mdk-stage1/dietlibc/syscalls.s/sigaction.S,
mdk-stage1/dietlibc/libcruft/getspnam_r.c,
mdk-stage1/dietlibc/lib/semctl.c, mdk-stage1/dietlibc/lib/tcsendbreak.c,
mdk-stage1/dietlibc/include/rpc/rpc.h,
mdk-stage1/dietlibc/syscalls.s/getgid32.S,
mdk-stage1/dietlibc/libpthread/pthread_fdglue2.c,
mdk-stage1/dietlibc/syscalls.c/waitpid.c,
mdk-stage1/dietlibc/alpha/unified.S, mdk-stage1/dietlibc/lib/strstr.c,
mdk-stage1/dietlibc/syscalls.c/socketcall.c,
mdk-stage1/dietlibc/include/rpc/pmap_rmt.h,
mdk-stage1/dietlibc/include/sys/io.h, mdk-stage1/dietlibc/findcflags.sh,
mdk-stage1/dietlibc/libcruft/inet_pton.c,
mdk-stage1/dietlibc/i386/tanh.S, mdk-stage1/dietlibc/lib/getsockname.c,
mdk-stage1/dietlibc/libugly/grantpt.c,
mdk-stage1/dietlibc/i386/strcat.S,
mdk-stage1/dietlibc/lib/siginterrupt.c,
mdk-stage1/dietlibc/libcruft/dnscruft3.c,
mdk-stage1/dietlibc/syscalls.c/link.c,
mdk-stage1/dietlibc/libugly/difftime.c,
mdk-stage1/dietlibc/include/utmp.h,
mdk-stage1/dietlibc/libstdio/ftello.c,
mdk-stage1/dietlibc/syscalls.c/sigprocmask.c,
mdk-stage1/dietlibc/lib/rand48.c, mdk-stage1/dietlibc/lib/sleep.c,
mdk-stage1/dietlibc/i386/__testandset.S,
mdk-stage1/dietlibc/syscalls.s/setresgid32.S,
mdk-stage1/dietlibc/libugly/asctime_r.c,
mdk-stage1/dietlibc/syscalls.s/lchown32.S,
mdk-stage1/dietlibc/libcruft/entlib.h,
mdk-stage1/dietlibc/lib/sprintf.c,
mdk-stage1/dietlibc/libcruft/dnscruft.c,
mdk-stage1/dietlibc/syscalls.c/setgroups.c,
mdk-stage1/dietlibc/libugly/getservbyname_r.c,
mdk-stage1/dietlibc/syscalls.s/sigpending.S,
mdk-stage1/dietlibc/lib/tcdrain.c, mdk-stage1/dietlibc/libcruft/clock.c,
mdk-stage1/dietlibc/include/netinet/in.h,
mdk-stage1/dietlibc/syscalls.s/settimeofday.S,
mdk-stage1/dietlibc/syscalls.s/sendfile.S,
mdk-stage1/dietlibc/i386/socket.S,
mdk-stage1/dietlibc/libugly/protoent_buf.c,
mdk-stage1/dietlibc/include/sys/time.h,
mdk-stage1/dietlibc/lib/errno_location.c,
mdk-stage1/dietlibc/include/sys/msg.h,
mdk-stage1/dietlibc/liblatin1/latin1-isprint.c,
mdk-stage1/dietlibc/libstdio/fgetpos.c,
mdk-stage1/dietlibc/libshell/glob.c,
mdk-stage1/dietlibc/libugly/getprotobynumber_r.c,
mdk-stage1/dietlibc/sparc/strlen.S,
mdk-stage1/dietlibc/include/rpc/svc.h,
mdk-stage1/dietlibc/include/netinet/ip.h,
mdk-stage1/dietlibc/include/sys/gmon.h,
mdk-stage1/dietlibc/syscalls.c/wait4.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_broadcast.c,
mdk-stage1/dietlibc/i386/acosh.S, mdk-stage1/dietlibc/lib/sigprocmask.c,
mdk-stage1/dietlibc/lib/_brk.c,
mdk-stage1/dietlibc/syscalls.c/getegid.c,
mdk-stage1/dietlibc/syscalls.c/uname.c,
mdk-stage1/dietlibc/syscalls.s/mmap2.S,
mdk-stage1/dietlibc/libcruft/getpagesize.c,
mdk-stage1/dietlibc/sparc/unified.S,
mdk-stage1/dietlibc/libcruft/dn_expand.c,
mdk-stage1/dietlibc/i386/sqrt.S, mdk-stage1/dietlibc/lib/binshstr.c,
mdk-stage1/dietlibc/syscalls.s/exit.S, mdk-stage1/dietlibc/lib/execlp.c,
mdk-stage1/dietlibc/libstdio/fread.c,
mdk-stage1/dietlibc/include/netinet/udp.h, mdk-stage1/dietlibc/start.h,
mdk-stage1/dietlibc/lib/sys_siglist.c,
mdk-stage1/dietlibc/i386/strlen.S,
mdk-stage1/dietlibc/syscalls.c/ftruncate.c,
mdk-stage1/dietlibc/librpc/xdr.c, mdk-stage1/dietlibc/lib/__xmknod.c,
mdk-stage1/dietlibc/syscalls.s/pwrite.S,
mdk-stage1/dietlibc/libcruft/getgrnam.c,
mdk-stage1/dietlibc/lib/strtok.c,
mdk-stage1/dietlibc/syscalls.s/setreuid32.S,
mdk-stage1/dietlibc/lib/recv.c, mdk-stage1/dietlibc/lib/reboot.c,
mdk-stage1/dietlibc/syscalls.c/write.c,
mdk-stage1/dietlibc/libugly/getprotobyname_r.c,
mdk-stage1/dietlibc/syscalls.s/errlist.S,
mdk-stage1/dietlibc/librpc/svc_auth_unix.c,
mdk-stage1/dietlibc/libshell/dirname.c,
mdk-stage1/dietlibc/libcruft/res_search.c,
mdk-stage1/dietlibc/i386/getenv.S, mdk-stage1/dietlibc/i386/exp10.S,
mdk-stage1/dietlibc/include/errno.h,
mdk-stage1/dietlibc/libdl/_dl_queue.c,
mdk-stage1/dietlibc/include/sys/uio.h,
mdk-stage1/dietlibc/lib/socketpair.c,
mdk-stage1/dietlibc/librpc/pmap_getport.c,
mdk-stage1/dietlibc/dyn_start.c, mdk-stage1/dietlibc/i386/ldexp.S,
mdk-stage1/dietlibc/dietlibm.h, mdk-stage1/dietlibc/libstdio/printf.c,
mdk-stage1/dietlibc/libstdio/ftello64.c,
mdk-stage1/dietlibc/libpthread/pthread_fputc.c,
mdk-stage1/dietlibc/syscalls.c/exit.c,
mdk-stage1/dietlibc/include/sys/times.h,
mdk-stage1/dietlibc/include/unistd.h, mdk-stage1/dietlibc/lib/isascii.c,
mdk-stage1/dietlibc/syscalls.c/chdir.c,
mdk-stage1/dietlibc/libugly/daemon.c,
mdk-stage1/dietlibc/lib/sigaddset.c,
mdk-stage1/dietlibc/syscalls.c/reboot.c,
mdk-stage1/dietlibc/lib/sigjmp.c, mdk-stage1/dietlibc/i386/strchr.S,
mdk-stage1/dietlibc/syscalls.c/getdents.c,
mdk-stage1/dietlibc/libstdio/fdglue2.c,
mdk-stage1/dietlibc/i386/strcpy.S, mdk-stage1/dietlibc/lib/getopt.c,
mdk-stage1/dietlibc/libcruft/getgrent_r.c,
mdk-stage1/dietlibc/librpc/xdr_reference.c,
mdk-stage1/dietlibc/include/netinet/tcp.h,
mdk-stage1/dietlibc/lib/pwrite64.c,
mdk-stage1/dietlibc/syscalls.c/kill.c,
mdk-stage1/dietlibc/i386/__longjmp.S, mdk-stage1/dietlibc/TODO,
mdk-stage1/dietlibc/include/sys/syslog.h,
mdk-stage1/dietlibc/libcruft/res_query.c,
mdk-stage1/dietlibc/lib/bind.c,
mdk-stage1/dietlibc/lib/if_indextoname.c,
mdk-stage1/dietlibc/syscalls.c/readlink.c,
mdk-stage1/dietlibc/libcrypt/crypt.c,
mdk-stage1/dietlibc/libugly/unlockpt.c,
mdk-stage1/dietlibc/libstdio/fflush.c,
mdk-stage1/dietlibc/libdl/Makefile,
mdk-stage1/dietlibc/include/rpc/pmap_prot.h,
mdk-stage1/dietlibc/libugly/popen.c,
mdk-stage1/dietlibc/libstdio/fputc_unlocked.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_trylock.c,
mdk-stage1/dietlibc/syscalls.c/swapon.c,
mdk-stage1/dietlibc/lib/alarm.c, mdk-stage1/dietlibc/ppc/mmap.c,
mdk-stage1/dietlibc/librpc/svc_simple.c,
mdk-stage1/dietlibc/libcruft/sysconf_cpus.c,
mdk-stage1/dietlibc/include/sys/poll.h,
mdk-stage1/dietlibc/libugly/freeaddrinfo.c,
mdk-stage1/dietlibc/libcruft/getpwuid_r.c,
mdk-stage1/dietlibc/syscalls.c/_llseek.c,
mdk-stage1/dietlibc/lib/lockf.c,
mdk-stage1/dietlibc/librpc/getrpcport.c,
mdk-stage1/dietlibc/lib/htons.c, mdk-stage1/dietlibc/librpc/auth_none.c,
mdk-stage1/dietlibc/syscalls.c/getpgid.c,
mdk-stage1/dietlibc/libcruft/hstrerror.c,
mdk-stage1/dietlibc/lib/shmdt.c, mdk-stage1/dietlibc/libcruft/grbuf.c,
mdk-stage1/dietlibc/lib/pread64.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setinheritsched.c,
mdk-stage1/dietlibc/i386/setjmp.S,
mdk-stage1/dietlibc/syscalls.s/ioperm.S,
mdk-stage1/dietlibc/lib/getenv.c,
mdk-stage1/dietlibc/include/features.h,
mdk-stage1/dietlibc/lib/strtoll.c, mdk-stage1/dietlibc/sparc/syscalls.h,
mdk-stage1/dietlibc/include/resolv.h, mdk-stage1/dietlibc/lib/bsearch.c,
mdk-stage1/dietlibc/libstdio/fseeko64.c,
mdk-stage1/dietlibc/libcruft/pwent.c,
mdk-stage1/dietlibc/lib/strcasecmp.c,
mdk-stage1/dietlibc/libcruft/getgrnam_r.c,
mdk-stage1/dietlibc/syscalls.c/getrusage.c,
mdk-stage1/dietlibc/libpthread/CHANGES, mdk-stage1/dietlibc/i386/log.S,
mdk-stage1/dietlibc/lib/sigsuspend.c,
mdk-stage1/dietlibc/alpha/lseek64.S,
mdk-stage1/dietlibc/syscalls.c/mprotect.c,
mdk-stage1/dietlibc/sparc/shmat.c,
mdk-stage1/dietlibc/syscalls.c/_newselect.c,
mdk-stage1/dietlibc/i386/strncmp.S,
mdk-stage1/dietlibc/syscalls.s/setfsuid32.S,
mdk-stage1/dietlibc/libcruft/getspent.c,
mdk-stage1/dietlibc/i386/recv.S,
mdk-stage1/dietlibc/librpc/pmap_getmaps.c,
mdk-stage1/dietlibc/syscalls.c/setrlimit.c,
mdk-stage1/dietlibc/ppc/__testandset.S,
mdk-stage1/dietlibc/threadsafe.sh,
mdk-stage1/dietlibc/syscalls.s/__pwrite.S,
mdk-stage1/dietlibc/libugly/setenv.c,
mdk-stage1/dietlibc/libugly/iconv_open.c,
mdk-stage1/dietlibc/include/arpa/inet.h,
mdk-stage1/dietlibc/include/alloca.h, mdk-stage1/dietlibc/lib/memrchr.c,
mdk-stage1/dietlibc/lib/strtoul.c,
mdk-stage1/dietlibc/syscalls.s/epoll_wait.S,
mdk-stage1/dietlibc/syscalls.c/getgid.c,
mdk-stage1/dietlibc/libcruft/mktemp.c,
mdk-stage1/dietlibc/libugly/wtent.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigsuspend.S,
mdk-stage1/dietlibc/libcruft/__end_parse.c,
mdk-stage1/dietlibc/syscalls.s/adjtimex.S,
mdk-stage1/dietlibc/libstdio/fprintf.c,
mdk-stage1/dietlibc/libdl/README, mdk-stage1/dietlibc/include/regex.h,
mdk-stage1/dietlibc/libpthread/pthread_cond_wait.c,
mdk-stage1/dietlibc/i386/exp2.S, mdk-stage1/dietlibc/i386/mmap.S,
mdk-stage1/dietlibc/libcruft/alphasort.c,
mdk-stage1/dietlibc/syscalls.c/umask.c,
mdk-stage1/dietlibc/librpc/clnt_generic.c,
mdk-stage1/dietlibc/syscalls.s/getgroups32.S,
mdk-stage1/dietlibc/i386/atol.S, mdk-stage1/dietlibc/lib/memmove.c,
mdk-stage1/dietlibc/sparc/pipe.S,
mdk-stage1/dietlibc/include/sys/ucontext.h,
mdk-stage1/dietlibc/include/daemon.h,
mdk-stage1/dietlibc/lib/__stat64_cvt.c,
mdk-stage1/dietlibc/liblatin1/latin1-isgraph.c,
mdk-stage1/dietlibc/libcruft/inet_ntop.c,
mdk-stage1/dietlibc/include/getopt.h,
mdk-stage1/dietlibc/libugly/openpty.c,
mdk-stage1/dietlibc/include/math.h,
mdk-stage1/dietlibc/libcruft/dnscruft4.c,
mdk-stage1/dietlibc/lib/remove.c, mdk-stage1/dietlibc/libugly/isleap.c,
mdk-stage1/dietlibc/include/sys/mips-ioctl.h,
mdk-stage1/dietlibc/include/sys/sendfile.h,
mdk-stage1/dietlibc/syscalls.s/getresgid32.S,
mdk-stage1/dietlibc/include/netinet/ip_icmp.h,
mdk-stage1/dietlibc/lib/atoll.c,
mdk-stage1/dietlibc/syscalls.s/syslog.S,
mdk-stage1/dietlibc/lib/sigqueueinfo.c,
mdk-stage1/dietlibc/libcruft/__prepare_parse.c,
mdk-stage1/dietlibc/lib/getpeername.c,
mdk-stage1/dietlibc/libcruft/getopt_long.c,
mdk-stage1/dietlibc/include/sys/ipc.h,
mdk-stage1/dietlibc/i386/setsockopt.S,
mdk-stage1/dietlibc/libstdio/fputc.c, mdk-stage1/dietlibc/lib/rand.c,
mdk-stage1/dietlibc/alpha/sigaction.c,
mdk-stage1/dietlibc/include/sys/gmon_out.h,
mdk-stage1/dietlibc/libstdio/vfprintf.c,
mdk-stage1/dietlibc/alpha/signal.S,
mdk-stage1/dietlibc/libugly/getservent_r.c,
mdk-stage1/dietlibc/i386/socketcall.S,
mdk-stage1/dietlibc/lib/cfsetispeed.c,
mdk-stage1/dietlibc/alpha/Makefile.add,
mdk-stage1/dietlibc/include/net/if.h,
mdk-stage1/dietlibc/lib/recvfrom.c,
mdk-stage1/dietlibc/libstdio/fgetc.c, mdk-stage1/dietlibc/include/ftw.h,
mdk-stage1/dietlibc/libcruft/mkdtemp.c,
mdk-stage1/dietlibc/libcruft/gethostbyname2_r.c,
mdk-stage1/dietlibc/sparc/clone.S, mdk-stage1/dietlibc/lib/labs.c,
mdk-stage1/dietlibc/syscalls.c/getcwd.c,
mdk-stage1/dietlibc/lib/shmat.c, mdk-stage1/dietlibc/librpc/xdr_stdio.c,
mdk-stage1/dietlibc/syscalls.c/mremap.c,
mdk-stage1/dietlibc/libshell/basename.c,
mdk-stage1/dietlibc/lib/memccpy.c,
mdk-stage1/dietlibc/libugly/getservbyport.c,
mdk-stage1/dietlibc/lib/strtoull.c,
mdk-stage1/dietlibc/libcruft/getgrgid.c,
mdk-stage1/dietlibc/syscalls.c/symlink.c,
mdk-stage1/dietlibc/librpc/auth_unix.c,
mdk-stage1/dietlibc/libugly/getaddrinfo.c,
mdk-stage1/dietlibc/include/termios.h,
mdk-stage1/dietlibc/include/strings.h,
mdk-stage1/dietlibc/syscalls.c/open.c, mdk-stage1/dietlibc/dyn_stop.c,
mdk-stage1/dietlibc/lib/__truncate64.c, mdk-stage1/dietlibc/lib/execv.c,
mdk-stage1/dietlibc/libdl/elf_hash.c,
mdk-stage1/dietlibc/include/sys/param.h,
mdk-stage1/dietlibc/syscalls.c/read.c,
mdk-stage1/dietlibc/libcrypt/md5crypt.c,
mdk-stage1/dietlibc/include/sys/hppa-ioctl.h,
mdk-stage1/dietlibc/syscalls.s/fdatasync.S,
mdk-stage1/dietlibc/libcruft/spbuf.c,
mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S,
mdk-stage1/dietlibc/syscalls.s/errno.S,
mdk-stage1/dietlibc/syscalls.s/setfsgid.S,
mdk-stage1/dietlibc/syscalls.c/setuid.c,
mdk-stage1/dietlibc/librpc/clnt_raw.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setstacksize.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_init.c,
mdk-stage1/dietlibc/librpc/xdr_mem.c,
mdk-stage1/dietlibc/syscalls.s/n_sigpending.S,
mdk-stage1/dietlibc/lib/sigaction.c, mdk-stage1/dietlibc/i386/listen.S,
mdk-stage1/dietlibc/libstdio/stdout.c,
mdk-stage1/dietlibc/libdl/_dl_main.c,
mdk-stage1/dietlibc/lib/if_nameindex.c,
mdk-stage1/dietlibc/syscalls.s/truncate64.S,
mdk-stage1/dietlibc/include/sys/alpha-ioctl.h,
mdk-stage1/dietlibc/binshstr.h, mdk-stage1/dietlibc/libcruft/res_init.c,
mdk-stage1/dietlibc/libpthread/pthread_detach.c,
mdk-stage1/dietlibc/libpthread/pthread_internal.c,
mdk-stage1/dietlibc/README, mdk-stage1/dietlibc/libcruft/__parse_nws.c,
mdk-stage1/dietlibc/lib/readdir64.c, mdk-stage1/dietlibc/i386/tan.S,
mdk-stage1/dietlibc/syscalls.c/getpriority.c,
mdk-stage1/dietlibc/libcruft/herrno_location.c,
mdk-stage1/dietlibc/lib/shmctl.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_unlock.c,
mdk-stage1/dietlibc/librpc/xdr_rec.c,
mdk-stage1/dietlibc/i386/strncpy.S,
mdk-stage1/dietlibc/libpthread/pthread_sys_tcdrain.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_destroy.c,
mdk-stage1/dietlibc/syscalls.s/setuid32.S,
mdk-stage1/dietlibc/lib/__v_printf.c,
mdk-stage1/dietlibc/libugly/gethostent.c,
mdk-stage1/dietlibc/syscalls.s/epoll_create.S,
mdk-stage1/dietlibc/include/rpc/rpc_msg.h,
mdk-stage1/dietlibc/lib/isatty.c,
mdk-stage1/dietlibc/syscalls.s/msync.S,
mdk-stage1/dietlibc/include/sys/mtio.h, mdk-stage1/dietlibc/syscalls.h,
mdk-stage1/dietlibc/lib/memcmp.c, mdk-stage1/dietlibc/lib/toupper.c,
mdk-stage1/dietlibc/syscalls.s/epoll_ctl.S,
mdk-stage1/dietlibc/include/sys/sysmacros.h,
mdk-stage1/dietlibc/include/sys/sysinfo.h,
mdk-stage1/dietlibc/librpc/clnt_simple.c,
mdk-stage1/dietlibc/syscalls.s/madvise.S,
mdk-stage1/dietlibc/libugly/getservbyport_r.c,
mdk-stage1/dietlibc/lib/vfork.c,
mdk-stage1/dietlibc/libcruft/getopt_data.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_open.c,
mdk-stage1/dietlibc/lib/isalpha.c, mdk-stage1/dietlibc/lib/pwrite.c,
mdk-stage1/dietlibc/lib/sigfillset.c,
mdk-stage1/dietlibc/libcruft/getpwent_r.c,
mdk-stage1/dietlibc/i386/log1p.S, mdk-stage1/dietlibc/lib/listen.c,
mdk-stage1/dietlibc/lib/strncpy.c, mdk-stage1/dietlibc/include/glob.h,
mdk-stage1/dietlibc/linuxnet.h, mdk-stage1/dietlibc/lib/__v_scanf.c,
mdk-stage1/dietlibc/include/sys/epoll.h,
mdk-stage1/dietlibc/lib/strcmp.c,
mdk-stage1/dietlibc/libpthread/pthread_mutex_destroy.c,
mdk-stage1/dietlibc/libdl/_dl_int.h,
mdk-stage1/dietlibc/include/sys/mount.h,
mdk-stage1/dietlibc/libstdio/fseeko.c,
mdk-stage1/dietlibc/libpthread/pthread_sys_waitpid.c,
mdk-stage1/dietlibc/include/rpc/clnt.h,
mdk-stage1/dietlibc/lib/socket.c,
mdk-stage1/dietlibc/libugly/getnameinfo.c,
mdk-stage1/dietlibc/libpthread/pthread_attr_setdetachstate.c,
mdk-stage1/dietlibc/include/dietref.h, mdk-stage1/dietlibc/dietstdarg.h,
mdk-stage1/dietlibc/libugly/strftime.c,
mdk-stage1/dietlibc/i386/getsockname.S, mdk-stage1/dietlibc/i386/sin.S,
mdk-stage1/dietlibc/libcruft/getpass.c,
mdk-stage1/dietlibc/include/pty.h, mdk-stage1/dietlibc/lib/abort.c,
mdk-stage1/dietlibc/syscalls.s/stime.S,
mdk-stage1/dietlibc/lib/shutdown.c, mdk-stage1/dietlibc/i386/exp.S,
mdk-stage1/dietlibc/include/sys/soundcard.h,
mdk-stage1/dietlibc/include/sys/klog.h,
mdk-stage1/dietlibc/sparc/fork.S,
mdk-stage1/dietlibc/libpthread/pthread_setschedparam.c,
mdk-stage1/dietlibc/i386/sincos.S, mdk-stage1/dietlibc/lib/readdir.c,
mdk-stage1/dietlibc/lib/sbrk.c, mdk-stage1/dietlibc/syscalls.c/unlink.c,
mdk-stage1/dietlibc/include/sys/reboot.h,
mdk-stage1/dietlibc/i386/sqrtl.S, mdk-stage1/dietlibc/syscalls.c/time.c,
mdk-stage1/dietlibc/lib/vfprintf.c,
mdk-stage1/dietlibc/syscalls.c/getsid.c,
mdk-stage1/dietlibc/syscalls.c/chmod.c,
mdk-stage1/dietlibc/lib/msgctl.c,
mdk-stage1/dietlibc/syscalls.c/rmdir.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigaction.S,
mdk-stage1/dietlibc/i386/strcasecmp.S, mdk-stage1/dietlibc/i386/asinh.S,
mdk-stage1/dietlibc/lib/cfgetospeed.c,
mdk-stage1/dietlibc/libcruft/gethostbyname2.c,
mdk-stage1/dietlibc/libstdio/tmpfile.c,
mdk-stage1/dietlibc/include/rpc/pmap_clnt.h,
mdk-stage1/dietlibc/syscalls.s/getresuid.S,
mdk-stage1/dietlibc/syscalls.s/n_sigprocmask.S, mdk-stage1/dietlibc/FAQ,
mdk-stage1/dietlibc/i386/ipow.S,
mdk-stage1/dietlibc/liblatin1/latin1-iscntrl.c,
mdk-stage1/dietlibc/libpthread/pthread_cond_init.c,
mdk-stage1/dietlibc/include/limits.h, mdk-stage1/dietlibc/lib/putenv.c,
mdk-stage1/dietlibc/syscalls.s/init_module.S,
mdk-stage1/dietlibc/liblatin1/latin1-isupper.c,
mdk-stage1/dietlibc/syscalls.s/setgid32.S,
mdk-stage1/dietlibc/lib/__ftruncate64.c,
mdk-stage1/dietlibc/lib/islower.c, mdk-stage1/dietlibc/i386/atan.S,
mdk-stage1/dietlibc/include/paths.h, mdk-stage1/dietlibc/i386/__half.S,
mdk-stage1/dietlibc/include/sys/wait.h,
mdk-stage1/dietlibc/librpc/pmap_prot2.c,
mdk-stage1/dietlibc/librpc/pmap_clnt.c,
mdk-stage1/dietlibc/lib/isalnum.c, mdk-stage1/dietlibc/lib/speed.c,
mdk-stage1/dietlibc/libstdio/fseek.c, mdk-stage1/dietlibc/lib/memcpy.c,
mdk-stage1/dietlibc/syscalls.s/rt_sigprocmask.S,
mdk-stage1/dietlibc/librpc/getrpcent.c,
mdk-stage1/dietlibc/include/sysexits.h,
mdk-stage1/dietlibc/syscalls.c/setreuid.c,
mdk-stage1/dietlibc/lib/signal.c,
mdk-stage1/dietlibc/include/sys/arm-ioctl.h,
mdk-stage1/dietlibc/syscalls.s/llseek.S,
mdk-stage1/dietlibc/syscalls.s/_llseek.S,
mdk-stage1/dietlibc/syscalls.c/setregid.c,
mdk-stage1/dietlibc/include/setjmp.h, mdk-stage1/dietlibc/AUTHOR,
mdk-stage1/dietlibc/include/stddef.h,
mdk-stage1/dietlibc/libugly/getprotobynumber.c,
mdk-stage1/dietlibc/libdl/_dl_jump.S,
mdk-stage1/dietlibc/include/stdarg.h,
mdk-stage1/dietlibc/lib/getsockopt.c,
mdk-stage1/dietlibc/syscalls.c/umount.c, mdk-stage1/dietlibc/lib/atol.c,
mdk-stage1/dietlibc/syscalls.s/__pread.S,
mdk-stage1/dietlibc/lib/isspace.c, mdk-stage1/dietlibc/lib/abs.c,
mdk-stage1/dietlibc/lib/tcgetpgrp.c, mdk-stage1/dietlibc/i386/log2.S,
mdk-stage1/dietlibc/libstdio/fgetc_unlocked.c,
mdk-stage1/dietlibc/include/net/route.h, mdk-stage1/dietlibc/parselib.h,
mdk-stage1/dietlibc/dietdns.h,
mdk-stage1/dietlibc/syscalls.s/n_sigaction.S,
mdk-stage1/dietlibc/lib/strxfrm.c,
mdk-stage1/dietlibc/include/rpc/auth.h,
mdk-stage1/dietlibc/lib/strtol.c, mdk-stage1/dietlibc/ppc/start.S,
mdk-stage1/dietlibc/libcruft/getpwnam_r.c,
mdk-stage1/dietlibc/lib/assert_fail.c, mdk-stage1/dietlibc/lib/htonl.c,
mdk-stage1/dietlibc/include/sys/sem.h,
mdk-stage1/dietlibc/include/sys/i386-ioctl.h,
mdk-stage1/dietlibc/lib/if_nametoindex.c,
mdk-stage1/dietlibc/lib/shmget.c, mdk-stage1/dietlibc/i386/libm2.S,
mdk-stage1/dietlibc/include/rpc/auth_des.h,
mdk-stage1/dietlibc/include/inttypes.h, mdk-stage1/dietlibc/lib/atoi.c,
mdk-stage1/dietlibc/syscalls.c/lseek.c,
mdk-stage1/dietlibc/libcruft/getpwuid.c,
mdk-stage1/dietlibc/libugly/logging.c,
mdk-stage1/dietlibc/librpc/svc_tcp.c,
mdk-stage1/dietlibc/alpha/setjmp.S,
mdk-stage1/dietlibc/libpthread/pthread_create.c,
mdk-stage1/dietlibc/libcruft/dnscruft2.c,
mdk-stage1/dietlibc/libcruft/getpwent.c,
mdk-stage1/dietlibc/include/net/if_arp.h,
mdk-stage1/dietlibc/alpha/clone.S,
mdk-stage1/dietlibc/syscalls.s/environ.S,
mdk-stage1/dietlibc/libpthread/pthread_sys_logging.c,
mdk-stage1/dietlibc/COPYING,
mdk-stage1/dietlibc/libpthread/pthread_errno.c: Merge in CVS dietlibc
0.21 for IA-64 and X86-64 support. However, drop the
following architectures we currently don't support: arm, mips, mipsel,
parisc,
s390, sparc64.
* mdk-stage1/dietlibc/Makefile: dynlinker/ directory is obsolete and dead
here.
Fixes for unmerged parts (contrib, examples)
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop
the
following architectures we currently don't support: arm, mips, mipsel,
parisc,
s390, sparc64.
* mdk-stage1/newt/form.c: #include <string.h> for memset()
* mdk-stage1/Makefile.common, mdk-stage1/Makefile: Use dietlibc on x86-64
- Use minilibc on x86-64
- mar requires bzlib to be built beforehand, especially if building
with
dietlibc
- Nuke trickery to handle -DIET objects, everything is now built
through
the diet driver, defined into $(DIET)
* mdk-stage1/dietlibc/include/sys/types.h,
mdk-stage1/dietlibc/include/rpc/types.h: Define u_char et al. from
<rpc/types.h>. The __dietlibc_u_char mechanism
is here to ensure we are not redefining types, if we were to compile
programs with -D_BSD_SOURCE (u_char et al. are defined in <sys/types.h>
int that case).
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop
the
following architectures we currently don't support: arm, mips, mipsel,
parisc,
s390, sparc64.
* mdk-stage1/dns.c: dietlibc defined __dietlibc__ macro. Also add check
for __GLIBC__. If none
of those C library is used, simply abort compilation.
2003/02/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps_interactive.pm: remove unneeded pablo's change on RTL
* ugtk2.pm: fix titi's perl checko
internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the
Gtk2->init
* lang.pm: small change thx to pablo
reposition main and steps window when in RTL language
allow to specify font size in output of l2pango_font
destroy and recreate steps window when charset changed because gtk won't
update the font size otherwise
* install_gtk.pm: reposition main and steps window when in RTL language
allow to specify font size in output of l2pango_font
destroy and recreate steps window when charset changed because gtk won't
update the font size otherwise
* interactive/gtk.pm: internalize prepare_gtk2 in the BEGIN {} of ugtk2
already containing the Gtk2->init
* install_steps_gtk.pm: allow to specify font size in output of
l2pango_font
destroy and recreate steps window when charset changed because gtk won't
update the font size otherwise
2003/02/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: fixed small typo
* install_steps_interactive.pm: define language direction
* printer/printerdrake.pm: Removed N( ) around IP numbers, there is no
point in "translating" them
* steps.pm: changed "Choose your Language" -> "Language"
shortened some strings to help them fit in the steps window
2003/02/18 Pixel <pixel@mandrakesoft.com>
* partition_table.pm: /proc/partitions includes partition with type
"empty" and a non-null size
so add them for comparison
- ensure someone can't set a mount point on a non formatted ntfs
partition
- remove the mount point when destructive resizing and isNonMountable
* diskdrake/interactive.pm: fix ugly bug (the bug was introduced in
diskdrake/interactive.pm 1.67)
- ensure someone can't set a mount point on a non formatted ntfs
partition
- remove the mount point when destructive resizing and isNonMountable
* interactive/gtk.pm: in {complete} or {canceled}, ensure giving a bad
entry number to focus doesn't
break (and log that something wrong happened)
* interactive/newt.pm: simplify
fix tree in newt (now handles default selected entry, and disallow using
non-leaves)
* diskdrake/resize_ntfs.pm (resize): do a test resize before doing the
real one
* any.pm: don't use tmpfs on /tmp if /tmp is a separate partition
(anyway, all this is ugly, see with titi)
* install2.pm: simplify
* install_steps_interactive.pm (setRootPassword): display "Authentication"
in Advanced
display the release even when there is only one system to upgrade
(asked by flepied & warly)
|