aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sppp
Commit message (Collapse)AuthorAgeFilesLines
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* Add FR support to sppp (MFCronyx).Roman Kurakin2004-12-281-1/+1
| | | | | | | | | | | | | Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 Notes: svn path=/head/; revision=139365
* sppp needs slcompress.c nowadays.John Hay2002-06-171-1/+1
| | | | | | | PR: 39369 Notes: svn path=/head/; revision=98325
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Export symbols that constitute APIs defined by theseMike Smith2002-01-111-0/+9
| | | | | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage. Notes: svn path=/head/; revision=89244
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* Make sppp a kld.John Hay2001-01-031-0/+18
Notes: svn path=/head/; revision=70623