Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module) | Pascal Rigaux | 2002-07-24 | 1 | -579/+0 |
| | | | | | (it helps for not having stuff.xs.pm in PMS) | ||||
* | cleaned no more used method. | Francois Pons | 2002-07-15 | 1 | -462/+1 |
| | |||||
* | adapt to new ldetect | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | |||||
* | s/class/class_/ for ldetect 0.4 | Pascal Rigaux | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | undef'ing some macros used by 2 independent sources et still needed :-( | Pascal Rigaux | 2002-02-14 | 1 | -0/+3 |
| | |||||
* | #include iconv.h is needed even when C_RPM is undefined | Pascal Rigaux | 2002-02-14 | 1 | -7/+4 |
| | |||||
* | "standard_charset" and "iconv" are needed even when C_RPM is undefined | Pascal Rigaux | 2002-02-11 | 1 | -4/+3 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -2/+4 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | encrypted filesystem handling: | Pascal Rigaux | 2002-01-15 | 1 | -42/+0 |
| | | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode) | ||||
* | added rpmvercmp. | Francois Pons | 2002-01-09 | 1 | -0/+2 |
| | |||||
* | floppy_info: add missing close(fd) | Guillaume Cottenceau | 2001-12-04 | 1 | -0/+1 |
| | |||||
* | added FL_GET and FL_SET | damien | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | add partition adding on the fly trick | Pascal Rigaux | 2001-09-13 | 1 | -0/+18 |
| | |||||
* | better floppy detection/info | Pascal Rigaux | 2001-08-29 | 1 | -0/+15 |
| | |||||
* | security fix and various | Pascal Rigaux | 2001-08-28 | 1 | -0/+13 |
| | |||||
* | (setlocale): do not set LC_NUMERIC | Pascal Rigaux | 2001-08-27 | 1 | -0/+1 |
| | |||||
* | do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to ↵ | Pascal Rigaux | 2001-08-22 | 1 | -1/+0 |
| | | | | write in it and ... | ||||
* | is_ext3 is needed in standalone | Pascal Rigaux | 2001-08-17 | 1 | -28/+30 |
| | | | | | Xtest not needed in standalone | ||||
* | add S_IFIFO | Pascal Rigaux | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | kernel_arch removed | Pascal Rigaux | 2001-08-06 | 1 | -8/+0 |
| | |||||
* | add is_ext3 | Pascal Rigaux | 2001-08-04 | 1 | -0/+21 |
| | |||||
* | do not use the po's directly. Use mo's through gettext | Pascal Rigaux | 2001-07-23 | 1 | -0/+17 |
| | |||||
* | use size_t instead of int where it should | Pascal Rigaux | 2001-07-02 | 1 | -2/+2 |
| | |||||
* | added support for epoch (serial). | Francois Pons | 2001-06-27 | 1 | -2/+2 |
| | |||||
* | switch from llseek to lseek64 | Pascal Rigaux | 2001-06-25 | 1 | -2/+1 |
| | |||||
* | switch to rpm 4.0.3 | Pascal Rigaux | 2001-06-19 | 1 | -39/+14 |
| | |||||
* | - c::iconv replace c::from_utf8 and c::to_utf8 | Pascal Rigaux | 2001-06-08 | 1 | -23/+8 |
| | | | | | - handle po files in any charset, iconv'ed to the right charset | ||||
* | nicer solution for detecting DVD drives (still need SCSI detection) | Pascal Rigaux | 2001-06-05 | 1 | -0/+8 |
| | |||||
* | create to_utf8 from po strings, use it for kdm message | Pascal Rigaux | 2001-04-09 | 1 | -1/+24 |
| | |||||
* | added support for pci id extraction. | Francois Pons | 2001-03-21 | 1 | -2/+3 |
| | |||||
* | (from_utf8): as pablo said... | Pascal Rigaux | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | fix pcmcia functions only on x86 | Pascal Rigaux | 2001-03-20 | 1 | -1/+6 |
| | |||||
* | have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the ↵ | Pascal Rigaux | 2001-03-20 | 1 | -0/+6 |
| | | | | parameter any more) | ||||
* | add from_utf8 | Pascal Rigaux | 2001-03-16 | 1 | -0/+27 |
| | |||||
* | XSetInputFocus now done in perl-GTK | Pascal Rigaux | 2001-03-05 | 1 | -6/+0 |
| | |||||
* | hack for macroporcessing in term.h | Pascal Rigaux | 2001-02-23 | 1 | -0/+2 |
| | |||||
* | use C_DRAKX | Pascal Rigaux | 2001-02-23 | 1 | -29/+8 |
| | |||||
* | added RPMRC_FILE env variable to choose rpmrc file for rpmlib used | Francois Pons | 2001-02-20 | 1 | -1/+4 |
| | | | | | | | | by DrakX, neccessary for live update from a 7.2 or older. Check that if something goes wrong with rebuilddb, avoid removing old rpm-3 db files. Make sure live_install can start from top directory too. | ||||
* | md5 can be done via crypt of glibc, so remove all this | Mystery Man 553 | 2001-02-13 | 1 | -5/+0 |
| | |||||
* | close socket everytime in hasNetDevice | Guillaume Cottenceau | 2001-02-12 | 1 | -1/+1 |
| | |||||
* | use ldetect-lst for usb => now auto detects mice types :) | Pascal Rigaux | 2000-12-16 | 1 | -2/+2 |
| | |||||
* | use ldetect-lst | Pascal Rigaux | 2000-12-16 | 1 | -3/+19 |
| | |||||
* | pci_probing now done by libldetect | Pascal Rigaux | 2000-12-16 | 1 | -0/+18 |
| | | | | | config files moved in package ldetect-lst | ||||
* | removed logs. | Francois Pons | 2000-11-20 | 1 | -8/+1 |
| | |||||
* | completed something that seems to work almost correctly at the first look | Francois Pons | 2000-11-16 | 1 | -38/+40 |
| | | | | | with rpmlib 4. | ||||
* | updated for rpm 4. | Francois Pons | 2000-11-15 | 1 | -44/+35 |
| | |||||
* | workaround for kernel-headers not in sync with glibc (dev_t) | Pascal Rigaux | 2000-11-15 | 1 | -0/+3 |
| | |||||
* | initIMPS2 move where it should be (in non-C_RPM dependent section) | Pascal Rigaux | 2000-11-10 | 1 | -5/+4 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-10-04 | 1 | -1/+9 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-10-04 | 1 | -0/+8 |
| |