Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
For the udp-client example, instruct user to add an entry for a udp basedservice.For tcp-client & udp-client, use the same port in configuration snippet as usedin the comment prior to remove any a
For the udp-client example, instruct user to add an entry for a udp basedservice.For tcp-client & udp-client, use the same port in configuration snippet as usedin the comment prior to remove any ambiguity on the port number which needs tobe specified.Reviewed by: bcr (mentor) wblock (mentor)Approved by: gavinMFC after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D9830
show more ...
A number of places in the source tree still reference cuad.* aftersio(4) was deprecated by uart(4).s/cuad/cuau/g/PR: docs/171533Reviewed by: impApproved by: cperciva (implicit)MFC after: 3 w
A number of places in the source tree still reference cuad.* aftersio(4) was deprecated by uart(4).s/cuad/cuau/g/PR: docs/171533Reviewed by: impApproved by: cperciva (implicit)MFC after: 3 weeks
X11BASE has been deprecated for a long time and will die soonApproved by: x11 (eadler)Approved by: brucecMFC after: 1 week
Mention the danger of running programs using ``!''.PR: 112481MFC after: 1 week
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andparts relied on the now removed NET_NEEDS_GIANT.Most of I4B has been disconnected from the buildsince July 2007 in HEAD/RELENG_7.This is wh
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andparts relied on the now removed NET_NEEDS_GIANT.Most of I4B has been disconnected from the buildsince July 2007 in HEAD/RELENG_7.This is what was removed:- configuration in /etc/isdn- examples- man pages- kernel configuration- sys/i4b (drivers, layers, include files)- user space tools- i4b support from ppp- further documentationDiscussed with: rwatson, re
Add ``enable echo''.
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
Quote authname and authkey. Some ISPs allow (or even require)non-alphanumeric characters in these and this will be a hint to theusers that quotes can and should be used in such cases.PR:
Quote authname and authkey. Some ISPs allow (or even require)non-alphanumeric characters in these and this will be a hint to theusers that quotes can and should be used in such cases.PR: docs/42292Submitted by: Matthias Andree <[email protected]>MFC after: 1 week
Remove reference to MAKEDEV
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,especially in troff files.
Add an example for testing scalability and concurrency
Cleaning up some entries missed on the first sweep. Add a directory in/var/run to store ppp(8) command sockets.PR: bin/29966MFC after: 4
Add a directory in /var/run to store ppp(8) command sockets.PR: bin/29966Approved by: brianMFC after: 4
Port 139 (NetBIOS session management) is a tcp socket, not udp.PR: 31215Submitted by: Stephane Marzloff <[email protected]>MFC after: 1 week
Remove redundant mtu/mru/speed settingsMFC after: 6 days
Fix some typos.Submitted by: Jimmy Olgeni <[email protected]>MFC after: 1 week
Mention that ppp.conf.isdn isn't appropriate for external TAsAdd a section to ppp.conf.sample that is.MFC after: 3 weeks
Be a little clearer all characters after a # are ignored unless the# is escaped or quoted. Add an example of # characters as part ofa phone number.PR: 26605
Make it clear that commands within labels must be indented to berecognized.PR: 26293Reviewed by: brian
Add more comments, fix a typo, mention how to do PPPoUDP using encryptionto create a VPN.
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:idletime[900]+earlyhup[5] > unitlength[60]!'' message.
Add some comments and $FreeBSD$
Update some misleading comments, empty ``set logout'', and add acomment describing how to take advantage of telcos that givefree phone calls at certain times.
Use an MRU of 1504 with 1500 byte MRRUs
123