Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't use ioctl KDSKBENT with kernel 2.6, until fixed... | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | (Repaint) help perl_checker in checking time_to_rad() arguments | Thierry Vignaud | 2004-01-26 | 1 | -1/+2 |
| | |||||
* | (spinned) do not pass extra arguments to time_to_rad() | Thierry Vignaud | 2004-01-26 | 1 | -3/+1 |
| | |||||
* | reindent gtkpack calls | Thierry Vignaud | 2004-01-26 | 1 | -42/+43 |
| | |||||
* | rename adj_* variables as adj* in order to help cperl-mode parsing | Thierry Vignaud | 2004-01-26 | 1 | -15/+15 |
| | | | | | this file | ||||
* | (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hw | Thierry Vignaud | 2004-01-26 | 1 | -3/+12 |
| | | | | | | addr (or "N/A" for some isapnp cards due to lack of support from drivers) | ||||
* | kill unused dhcp_hostname step | Thierry Vignaud | 2004-01-25 | 1 | -5/+1 |
| | |||||
* | fix again adsl type setting :-( | Thierry Vignaud | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | modem connection: install kppp | Thierry Vignaud | 2004-01-25 | 1 | -0/+1 |
| | |||||
* | set adsl protocol to use according to provider database when using a sagem 800 | Thierry Vignaud | 2004-01-25 | 1 | -2/+3 |
| | | | | | modem | ||||
* | modem connection: default to pap/chap authentification method (should work for | Thierry Vignaud | 2004-01-25 | 1 | -0/+1 |
| | | | | | most people) | ||||
* | typo fix | Thierry Vignaud | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | s/ppptp/pptp/ | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | factorize lan module search for adsl through ethernet | Thierry Vignaud | 2004-01-24 | 1 | -1/+3 |
| | |||||
* | make adsl device choose somewhat readable (detabable though | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | fix adsl device setting :-( | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | kill unreachable code | Thierry Vignaud | 2004-01-24 | 1 | -1/+0 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | cleanup | Thierry Vignaud | 2004-01-24 | 1 | -6/+2 |
| | |||||
* | perl_checker: assigned, but not read | Stew Benedict | 2004-01-23 | 1 | -5/+2 |
| | |||||
* | More perl_checker fixes. Remove another unused sub. | Stew Benedict | 2004-01-23 | 1 | -81/+76 |
| | | | | | Fix broken sys, other restore. | ||||
* | don't miss the hook with 2.6 usb kernels (might explain fredl problem with ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+1 |
| | | | | usb keyboard) | ||||
* | support 2.4 and 2.6 | Guillaume Cottenceau | 2004-01-23 | 1 | -5/+19 |
| | |||||
* | lsmod.old and rmmod.old also needed | Guillaume Cottenceau | 2004-01-23 | 1 | -0/+2 |
| | |||||
* | autoprobe? what's that? | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+0 |
| | |||||
* | since dietlibc always reports null strings for RPC errors, at least provide ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -3/+2 |
| | | | | something useful instead | ||||
* | wrong, "make" in kernel by hand is not even needed | Guillaume Cottenceau | 2004-01-23 | 1 | -4/+3 |
| | |||||
* | Update | David Baudens | 2004-01-23 | 41 | -0/+0 |
| | |||||
* | fix adsl connection type retrieving | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | fix interface name when doing adsl over an ethernet card | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | sort ADSL connection types | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | update | Guillaume Cottenceau | 2004-01-23 | 1 | -21/+34 |
| | |||||
* | offer to configure sagem800 (needed because of unfriendly vpi/vci parameters) | Thierry Vignaud | 2004-01-23 | 1 | -1/+21 |
| | |||||
* | provider database needed in oder to not arbitrary set obfuscated vpi | Thierry Vignaud | 2004-01-23 | 1 | -0/+212 |
| | | | | | and vci parameters | ||||
* | (adsl_probe_info) make it aware of the fact we now see the adsl modem | Thierry Vignaud | 2004-01-23 | 1 | -2/+3 |
| | | | | | and protocol separatly | ||||
* | remove debug message | Thierry Vignaud | 2004-01-23 | 1 | -1/+0 |
| | |||||
* | "use USER" is unecessary and probably comes from copy-pasting userdrake's GUI | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+0 |
| | |||||
* | checking {notFormatted} must never be done alone, one must check ↵ | Pascal Rigaux | 2004-01-23 | 1 | -1/+1 |
| | | | | {isFormatted} first! | ||||
* | Rework timestamp for backup files to please perl_checker. | Stew Benedict | 2004-01-23 | 1 | -12/+12 |
| | |||||
* | (ask_fromW) enable TreeView to take all availlable space | Thierry Vignaud | 2004-01-23 | 1 | -2/+4 |
| | |||||
* | (search_dir_font) kill unused variable | Thierry Vignaud | 2004-01-23 | 1 | -2/+0 |
| | |||||
* | upfdated pot file | Pablo Saratxaga | 2004-01-23 | 2 | -1849/+2041 |
| | |||||
* | fix doble "IP address" entries | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-22 | 1 | -1/+0 |
| | |||||
* | config some stuff about adsl protocol | Thierry Vignaud | 2004-01-22 | 1 | -0/+14 |
| | |||||
* | kill debug statement | Thierry Vignaud | 2004-01-22 | 1 | -1/+0 |
| | |||||
* | factorize out adsl protocols' translations | Thierry Vignaud | 2004-01-22 | 1 | -9/+11 |
| | |||||
* | get rid of uselesss net_device variabl | Thierry Vignaud | 2004-01-22 | 1 | -5/+3 |
| | |||||
* | code simplification due to previous assertion | Thierry Vignaud | 2004-01-22 | 1 | -3/+3 |
| |