summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+12
* Convert to ANSI CPaul Mackerras2020-12-297-100/+88
* Get the repository a bit closer to what will be releasedPaul Mackerras2008-07-271-1/+0
* Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.oJames Carlson2004-01-173-3/+15
* More copyright updates. The new CMU copyright notice is from CMU andPaul Mackerras2002-12-065-94/+141
* Repaired handling of multiple chained mblks on rput side.James Carlson2002-09-181-22/+2
* Added ability to detect and use either gcc or Sun WorkShop C compilerJames Carlson2002-09-071-3/+3
* workaround zlib bugPaul Mackerras2001-03-091-3/+11
* The usage of intptr_t was completely a bad choice, since it's notAdi Masputra2000-03-061-10/+17
* clock32_t is clock_t (long)Adi Masputra2000-02-181-6/+2
* clock32_t should be typedef'd to clock_t on OS'es which don't defineAdi Masputra2000-02-161-1/+5
* Fixed compilation problems on SunOS 4.xAdi Masputra2000-01-281-4/+31
* Re-wrote async HDLC encoding/decoding algorithms, mostly due to someAdi Masputra2000-01-211-352/+457
* update for 2.3.11Paul Mackerras1999-12-231-2/+2
* Took <netinet/in.h> out of PRIOQ block because we need htons defined whenAdi Masputra1999-10-081-2/+3
* Snoop now works with pppAdi Masputra1999-10-061-10/+218
* Added IPv6 support so that IPv4 and IPv6 packets can be mux'ed correctlyAdi Masputra1999-09-301-24/+54
* need the os variable when NO_DLPI is definedPaul Mackerras1999-09-171-1/+4
* update for 2.3.10Paul Mackerras1999-09-171-2/+2
* Cleaned up major lint warnings.Adi Masputra1999-09-154-21/+15
* Add IF_UNITSEL ioctl to set ppa since driver is DLPI style 2. Solaris 8 isAdi Masputra1999-09-081-1/+13
* update for 2.3.9Paul Mackerras1999-07-231-2/+2
* update version number to 2.3.8Paul Mackerras1999-05-131-2/+2
* don't free messages if we are going to qreply!Paul Mackerras1999-05-131-6/+8
* Update for OSF 4.0- there's no ppp_osf.h on Digital Unix. So don't include itSowmini Varadhan1999-04-271-1/+1
* Updated for OSF 4.0- don't set IFF_MULTICAST on __osf__. Copy the mtuSowmini Varadhan1999-04-271-1/+13
* restore ppp_comp_count and ppp_ahdlc_count, needed on SunOSPaul Mackerras1999-04-122-2/+10
* update version to 2.3.7Paul Mackerras1999-03-311-2/+2
* handle M_FLUSH and M_IOCTL messages in lrput routine.Paul Mackerras1999-03-221-1/+20
* make it compile for sunosPaul Mackerras1999-03-081-4/+4
* update version numberPaul Mackerras1999-03-021-2/+2
* fix up the multithread stuff (hopefully?)Paul Mackerras1999-02-264-190/+468
* fix accountingPaul Mackerras1999-01-191-3/+2
* update for 2.3.5Paul Mackerras1998-05-041-2/+2
* work around se driver bugPaul Mackerras1998-05-041-11/+7
* use uint instead of ulong, in case longs are 8 bytesPaul Mackerras1998-05-041-14/+14
* Fix a compilation problem under SunOSPaul Mackerras1998-03-311-3/+2
* More debugging.Paul Mackerras1998-03-244-15/+113
* update for 2.3.3Paul Mackerras1998-02-041-2/+2
* fix the case with maxolen == 0 in compressPaul Mackerras1997-11-271-10/+24
* update for 2.3.2Paul Mackerras1997-11-271-2/+2
* minor bug fixPaul Mackerras1997-11-271-2/+2
* get rid of zalloc_init and nb arg to zfreePaul Mackerras1997-11-271-17/+39
* fix bug causing Solaris crashesPaul Mackerras1997-07-141-2/+2
* update for 2.3.1Paul Mackerras1997-07-141-2/+2
* fix silly bugPaul Mackerras1997-05-221-3/+3
* use strlog on SNIPaul Mackerras1997-04-301-1/+12
* fixes for memory allocation on OSFPaul Mackerras1997-04-301-116/+84
* fixes for mtu settingPaul Mackerras1997-04-301-2/+5
* fixes for mtu setting on SVR4; add filtering stuffPaul Mackerras1997-04-301-42/+187