Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move to new ask_from's: | Pascal Rigaux | 2001-01-05 | 7 | -405/+283 |
| | | | | | | | | | | | | - ask_from_entries_ref is deprecated, use ask_from_entries_refH - ask_from_list now calls ask_from_entries_refH_powered still not done: - ask_from_treelist should use ask_from_entries_refH_powered, and lists with no help should use CList (List is bad) - keyboard and mouse binding is still rough - enhance the look | ||||
* | help cperl-mode | Pascal Rigaux | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | add the percentage of each keyboard types (as a comment for now) | Pascal Rigaux | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | use of SHARE_PATH for MonitorsDB, Cards+, CardsNames | Francois Pons | 2001-01-05 | 1 | -4/+4 |
| | |||||
* | no more copy of files on live system, now use environment variable by DrakX ↵ | Francois Pons | 2001-01-05 | 1 | -21/+0 |
| | | | | cleanup | ||||
* | cleanup to keep libperl.so but the right one | Francois Pons | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | update with current cooker | Francois Pons | 2001-01-05 | 5 | -1/+7 |
| | |||||
* | forget _exit in child process after a fork of DrakX | Francois Pons | 2001-01-05 | 2 | -0/+2 |
| | |||||
* | eval insmoding ide-cd (just in case) | Francois Pons | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | do not need malloc padding anymore since dietlibc malloc is fixed now | Guillaume Cottenceau | 2001-01-05 | 1 | -2/+0 |
| | |||||
* | fix of 4/5 parameters unified syscalls from latest dietlibc | Guillaume Cottenceau | 2001-01-05 | 3 | -3/+6 |
| | |||||
* | fix malloc from latest dietlibc version | Guillaume Cottenceau | 2001-01-05 | 1 | -4/+12 |
| | |||||
* | removed need of packdrake binary | Francois Pons | 2001-01-05 | 6 | -31/+81 |
| | |||||
* | restored Makefile capabilities of building | Francois Pons | 2001-01-05 | 1 | -3/+3 |
| | |||||
* | remove confusing **temp** stuff | Guillaume Cottenceau | 2001-01-04 | 1 | -2/+0 |
| | |||||
* | (setRootPassword): fix pixelization | Pascal Rigaux | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | (%EXPORT_TAGS): add if_ in "common" exported tags | Pascal Rigaux | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | nl keyboard is not used, so defaults to us_intl | Pascal Rigaux | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | integrate dietlibc/stdio per default for cdrom and disk only installs | Guillaume Cottenceau | 2001-01-04 | 337 | -84/+9478 |
| | |||||
* | keep $o->{langs} unpacked to simplify things | Pascal Rigaux | 2001-01-04 | 5 | -27/+8 |
| | |||||
* | fixed the functions doing the lists of languages | Pablo Saratxaga | 2001-01-04 | 2 | -2/+11 |
| | |||||
* | if_ pixelization | Pascal Rigaux | 2001-01-04 | 1 | -20/+19 |
| | |||||
* | some pixelization using the new if_ | Pascal Rigaux | 2001-01-04 | 1 | -9/+10 |
| | |||||
* | (if_): created. Use it to replace things like | Pascal Rigaux | 2001-01-04 | 1 | -0/+5 |
| | | | | | ($::expert ? $val : ()) by if_($::expert, $val) | ||||
* | (upload): also upload rpmsrate | Pascal Rigaux | 2001-01-04 | 1 | -6/+7 |
| | |||||
* | The list of languages now has complete locale names insted of just language | Pablo Saratxaga | 2001-01-04 | 1 | -12/+10 |
| | | | | | code (that is needed to differentiate zh_CN and zh_TW among others) | ||||
* | do not use graphicallogo for hdreiser neither | Guillaume Cottenceau | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | fix english thanx to emma | Guillaume Cottenceau | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | fixed some old $p->{file} by new $p->[$FILE] | Francois Pons | 2001-01-04 | 1 | -2/+2 |
| | |||||
* | re-integrate reiserfs.o gracias to kernel-2.4-boot2 | Guillaume Cottenceau | 2001-01-04 | 1 | -2/+2 |
| | |||||
* | code cleanup and fixes for lilo not upgrade | Francois Pons | 2001-01-04 | 1 | -32/+11 |
| | |||||
* | updated Brazilian file | Pablo Saratxaga | 2001-01-04 | 3 | -533/+548 |
| | |||||
* | fixed overlapping partitions between one extended and one regular primary. | Francois Pons | 2001-01-03 | 1 | -4/+14 |
| | | | | | | should be accepted (log printed instead of error) as diskdrake allow their creation in expert. | ||||
* | fixed some other services to start in case something gets wrong, | Francois Pons | 2001-01-03 | 1 | -0/+5 |
| | | | | | this fixes some deadlock on upgrade from 7.0. | ||||
* | locales in glibc 2.2 format | Pablo Saratxaga | 2001-01-03 | 1 | -4/+8 |
| | |||||
* | (main): move the setting of PATH and spawnShell *after* setting $prefix | Pascal Rigaux | 2001-01-03 | 1 | -6/+6 |
| | |||||
* | add checks of dependencies on marfiles | Guillaume Cottenceau | 2001-01-03 | 2 | -17/+35 |
| | | | | | fix a couple of broken dependencies in modules.pm | ||||
* | really do it | Guillaume Cottenceau | 2001-01-03 | 1 | -1/+6 |
| | |||||
* | fixed usage with testing | Francois Pons | 2001-01-03 | 2 | -2/+7 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2001-01-02 | 1 | -0/+1 |
| | |||||
* | use more readable warning messages for missing modules between pci-ids and ↵ | Guillaume Cottenceau | 2001-01-02 | 1 | -1/+1 |
| | | | | files actually in marfiles | ||||
* | support load of modules with parameters when insmod failed without parameter ↵ | Guillaume Cottenceau | 2001-01-02 | 3 | -17/+32 |
| | | | | and user asks for it | ||||
* | vacances: | Guillaume Cottenceau | 2001-01-02 | 2 | -49/+63 |
| | | | | | | - be consistent so that every error messages do not end up with a newline. smaller code + consistency. - support insmod calls with parameters given to the kernel (ISA boards and so on..) | ||||
* | vacances: | Guillaume Cottenceau | 2001-01-02 | 1 | -6/+14 |
| | | | | | | - honour kernel-2.4 modules location when globbing for finding modules by type - verify against ../../modules/*.mar stuff to print out warnings if we miss some modules | ||||
* | vacances: | Guillaume Cottenceau | 2001-01-02 | 2 | -12/+10 |
| | | | | | | | - use malloc instead of alloca for big main allocation since on some systems (LM-7.2 for example it seems) the stack size is limited to 2048 kbyt es - don't give up when the CRC is not OK, but tries to continue anyway | ||||
* | remove file if perl script execution failed | Guillaume Cottenceau | 2001-01-02 | 1 | -1/+1 |
| | |||||
* | added a few locales dependences | Pablo Saratxaga | 2000-12-31 | 1 | -4/+4 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2000-12-29 | 1 | -0/+54 |
| | |||||
* | (addUser): typo fix | Pascal Rigaux | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | (getFile): recall getFile after rewindGetFile | Pascal Rigaux | 2000-12-29 | 1 | -3/+3 |
| |