summaryrefslogtreecommitdiff
path: root/sysdeps/linux/ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-201-2/+0
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* remove unused file.James Henstridge2005-12-121-0/+1
* bumped to 2.8.1.Benoît Dejean2004-09-131-1/+1
* Whitespace cleanup.Benoît Dejean2004-06-181-13/+8
* whitespace clean up.Benoît Dejean2004-06-091-2/+2
* remove dependency on libgnome, check for linux/isdn.h for distros usingBastien Nocera2004-03-041-4/+4
* Copy needed defines from linux/isdn.h instead ofJon Kåre Hellan2003-12-071-1/+7
* - fixed compilationBastien Nocera2003-10-201-1/+0
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-5/+4
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+201
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-324/+0
* Make this work with multiple ISDN devices.Martin Baulig2000-02-061-11/+18
* Removed the `lockfile' argument; we now use a configure check to determineMartin Baulig2000-02-061-10/+9
* Added `use_isdn' and `lockfile' arguments. When `use_isdn' is TRUE, weMartin Baulig2000-01-221-11/+122
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-115/+117
* Reflect latest interface changes; return 0 on success and -1 on error.Martin Baulig1999-11-211-0/+4
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-2/+2
* Fixed all warnings.Martin Baulig1999-07-301-0/+2
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-5/+5
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-7/+7
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
* Added code for ISDN here.Martin Baulig1998-10-281-1/+156
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-0/+42