Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+3 |
| | |||||
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-01-10 | 1 | -61/+86 |
| | |||||
* | Implement the option to disable IPv6 on an sppp interface (counterpart | joerg | 2001-12-30 | 2 | -1/+18 |
| | | | | | | to the kernel code just committed). MFC after: 1 month | ||||
* | Clean up half a dozen of header files that are no longer needed now that | joerg | 2001-12-27 | 1 | -8/+1 |
| | | | | | | we use struct sppp_parms instead of struct sppp for userland programs. MFC after: 1 month | ||||
* | Userland part of making the LCP restart timer configurable. | joerg | 2001-12-27 | 2 | -2/+23 |
| | | | | Obtained from: i4b (with changes) | ||||
* | Implement knobs to enable/disable VJ header compression. | joerg | 2001-12-27 | 2 | -2/+17 |
| | | | | | Submitted by: i4b (modified) MFC after: 1 month | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Set WARNS=2 on programs which compile cleanly. | dd | 2001-07-15 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+1 |
| | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Rename spppcontrol.1 to spppcontrol.8. The latter file was created | jdp | 1999-04-01 | 2 | -227/+1 |
| | | | | by repository copy. | ||||
* | Null commit to note that spppcontrol.1 has been repository copied | jdp | 1999-04-01 | 1 | -1/+1 |
| | | | | to spppcontrol.8. | ||||
* | Make buf in authflags a little bigger because 2 strings can be | gj | 1999-02-28 | 1 | -2/+2 |
| | | | | concatenated and 20 bytes (the old size) is kind of tight. | ||||
* | Make the buf in authflags big enough to hold " norechallenge". I've been | gj | 1999-02-23 | 1 | -2/+2 |
| | | | | | | running with this for a few weeks. Submitted by: someone on the freebsd-isdn maillist | ||||
* | Typo: i. e. -> i.e. | charnier | 1998-08-03 | 3 | -14/+13 |
| | | | | Remove unused #include. | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 2 | -4/+4 |
| | |||||
* | Remove more unused #includes. | charnier | 1998-01-07 | 1 | -3/+1 |
| | | | | Obtained from: Bruce. | ||||
* | Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3) | charnier | 1998-01-05 | 1 | -8/+11 |
| | | | | to make it print: usage: progname ... | ||||
* | The spppcontrol(8) utility that is required to set or display things | joerg | 1997-10-11 | 4 | -0/+698 |
like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place). |