sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htarge
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.
show more ...
Remove AppleTalk support.AppleTalk was a network transport protocol for Apple Macintosh devicesin 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk wasa legacy protocol and primary n
Remove AppleTalk support.AppleTalk was a network transport protocol for Apple Macintosh devicesin 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk wasa legacy protocol and primary networking protocol is TCP/IP. The lastMac OS X release to support AppleTalk happened in 2009. The same yearrouting equipment vendors (namely Cisco) end their support.Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE.
Remove IPX support.IPX was a network transport protocol in Novell's NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998.
Remove IPX support.IPX was a network transport protocol in Novell's NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
Let modules use the kernel's opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR). Thus, such fake files won't becreated at all i
Let modules use the kernel's opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR). Thus, such fake files won't becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn't build this wayor the other.Reviewed by: ruTested by: no binary changes in modules built aloneTested on: i386 sparc64 amd64
Fix module build by adding options to Makefile.
Drop <bsd.man.mk> support from <bsd.kmod.mk>.Not objected to by: -current
Use a consistent style and one much closer to the rest of /usr/src
When manual pages are moved or removed, MANX should be changedto NOMAN.Reported by: bde
Move the netgraph-related manual pages into share/man/man4/, asdiscussed with archie.
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofencoding the relative path.
AUTHOR -> AUTHORS
Move netgraph node type man pages from section 8 to section 4.
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk. Thi
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk. This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.
Zap KMODDEPS line
- Document updates in iface netgraph node type functionality- Remove makefile hacks for opt_inet.h, etc: the KLD now supports whatever address families your kernel was compiled with automagically
Revert previous checkin; I incorrectly thought that it was neededdue to having an old version of bsd.kmod.mk.Caught by: bde
Manual page style work.Submitted by: Alexey Zelkin <[email protected]>thanks!
Update man page: BPF is supported even in the KLD version.
Fix 'make clean'
Removed special rules for building and cleaning device interface filesand empty options files. The rules are now generated automatically inbsd.kmod.mk. Cleaned up related things ($S and ${CLEANFI
Removed special rules for building and cleaning device interface filesand empty options files. The rules are now generated automatically inbsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Stop nroff from complaining about the freeBSD version..Also some updates to the vjc node man page.
bpf need no longer be an option
Fix some spelling errors.
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Been in production for 3 years now. Gives Instant Frame relay to if_srand if_ar drivers, and PPPOE support soon. See:ftp://
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Been in production for 3 years now. Gives Instant Frame relay to if_srand if_ar drivers, and PPPOE support soon. See:ftp://ftp.whistle.com/pub/archie/netgraph/index.htmlfor on-line manual pages.Reviewed by: Doug Rabson ([email protected])Obtained from: Whistle CVS tree