CVS commit: src/usr.sbin/pppd

2013-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 28 22:38:59 UTC 2013 Removed Files: src/usr.sbin/pppd: Makefile Makefile.inc src/usr.sbin/pppd/chat: Makefile src/usr.sbin/pppd/plugins/minconn: Makefile src/usr.sbin/pppd/plugins/passwordfd: Makef

CVS commit: src/usr.sbin/pppd/pppd

2013-06-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 24 20:43:48 UTC 2013 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: Add a set_queue_size to avoid more code duplication, and set the queue size of all tty fd's, not just the ones that we create (the ones

CVS commit: src/usr.sbin/pppd/pppd

2013-06-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 8 13:13:34 UTC 2013 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: Revert previous. It is too aggressive and might pick the wrong interface now. To generate a diff of this commit: cvs rdiff -u -r1.66 -

CVS commit: src/usr.sbin/pppd/pppd

2013-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 17:17:15 UTC 2013 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: - skip addresses that don't have a link address by finding the link address immediately. - don't skip v6 only interfaces. - default to

CVS commit: src/usr.sbin/pppd/pppd

2011-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:19:40 UTC 2011 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: Bump the queue size to 32K To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/pppd/pppd/sys-bsd.c Please note

CVS commit: src/usr.sbin/pppd/pppd

2011-07-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 24 01:35:15 UTC 2011 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: don't set flags in the wrong fields. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/pppd/pppd/sys-bsd.c P

CVS commit: src/usr.sbin/pppd/pppd

2011-04-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Apr 2 10:19:27 UTC 2011 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: Fix PR 42923, from Takahiro HAYASHI, thanks. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/pppd/pppd/sys-b