aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/tty
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includeBruce Evans2001-05-171-2/+1
| | | | | | | in ng_tty.c. Notes: svn path=/head/; revision=76744
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+3
| | | | Notes: svn path=/head/; revision=70711
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Move PCI core code to dev/pci. - Split bridge code out into separate modules. - Remove the descriptive strings from the bridge drivers. If you want to know what a device is, use pciconf. Add support for broadly identifying devices based on class/subclass, and for parsing a preloaded device identification database so that if you want to waste the memory, you can identify *anything* we know about. - Remove machine-dependant code from the core PCI code. APIC interrupt mapping is performed by shadowing the intline register in machine- dependant code. - Bring interrupt routing support to the Alpha (although many platforms don't yet support routing or mapping interrupts entirely correctly). This resulted in spamming <sys/bus.h> into more places than it really should have gone. - Put sys/dev on the kernel/modules include path. This avoids having to change *all* the pci*.h includes. Notes: svn path=/head/; revision=69783
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+2
| | | | | | | | | | | | | | | | | | include: * Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The alpha port is still in transition and currently uses both.) * Per-CPU idle processes. * Interrupts are run in their own separate kernel threads and can be preempted (i386 only). Partially contributed by: BSDi (BSD/OS) Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh Notes: svn path=/head/; revision=65557
* When manual pages are moved or removed, MANX should be changedSheldon Hearn2000-07-241-0/+1
| | | | | | | | | to NOMAN. Reported by: bde Notes: svn path=/head/; revision=63794
* Move the netgraph-related manual pages into share/man/man4/, asSheldon Hearn2000-07-212-140/+0
| | | | | | | discussed with archie. Notes: svn path=/head/; revision=63714
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-043-144/+5
| | | | Notes: svn path=/head/; revision=59982
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
| | | | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
* Zap KMODDEPS linePeter Wemm2000-05-011-1/+0
| | | | Notes: svn path=/head/; revision=59865
* Manual page style work.Julian Elischer1999-12-212-14/+30
| | | | | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks! Notes: svn path=/head/; revision=54927
* Stop nroff from complaining about the freeBSD version..Julian Elischer1999-11-072-2/+2
| | | | | | | Also some updates to the vjc node man page. Notes: svn path=/head/; revision=52953
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-232-28/+8
| | | | | | | | | Also save a slightly closer to completion version of the PPPOE code. Submitted by: Archie Cobbs <archie@freebsd.org> Notes: svn path=/head/; revision=52441
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-213-0/+291
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419