aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-292-176/+468
* Slight touchups noticed after checkin.Julian Elischer1999-10-292-4/+4
* Add a man page for the pppoe node. Includes sample code.Julian Elischer1999-10-292-118/+646
* Put tty back in, problem was due to cvsup mess on freefall.Matthew Dillon1999-10-241-1/+1
* Temporarily remove 'tty' netgraph sub module until it can be madeMatthew Dillon1999-10-231-1/+1
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-234-30/+10
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-2150-3/+4799
* Test commit of first Netgraph fileJulian Elischer1999-10-211-0/+7
* Convert the mx driver to miibus.Bill Paul1999-10-162-3/+6
* Format documentations in the form that gdb appears to want.Greg Lehey1999-10-131-13/+65
* Add macro 'msgbuf' for printing out msgbuf.Greg Lehey1999-10-131-0/+6
* perl5 -> perlNick Hibma1999-10-082-4/+4
* perl5 -> perlBrian Feldman1999-10-085-10/+10
* Change the SOURCE line to include ${CURDIR}Nick Hibma1999-10-087-7/+7
* Fix typoNick Hibma1999-10-071-1/+1
* The Makefiles for the modules for the USB device drivers.Nick Hibma1999-10-078-0/+169
* Connect the 'amr' and 'mlx' drivers. They can be built as modules orMike Smith1999-10-071-1/+1
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-071-0/+22
* This is a driver for the Mylex DAC960 family of integrated RAIDMike Smith1999-10-071-0/+22
* ncplib modules: bring up new ncp.ko and nwfs.koBoris Popov1999-10-023-1/+88
* Add the apm_saver syscons screen saver module.Nick Sayer1999-10-023-0/+101
* Reconnect 'bktr' now that world won't (I hope) break again from it.Peter Wemm1999-09-281-2/+1
* Make the bktr module build. The Makefile was badly mangled, includingPeter Wemm1999-09-281-7/+9
* /tmp/cvswGS523Warner Losh1999-09-282-3/+32
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm1999-09-2720-103/+40
* Don't set an unused make(1) variable (NBPF)Peter Wemm1999-09-271-1/+0
* bktr (as a module) doesn't build.Peter Wemm1999-09-271-1/+2
* Don't generate 'bpf.h' since it's not used.Peter Wemm1999-09-271-5/+2
* Don't generate 'bpf.h' since it's not used.Peter Wemm1999-09-2718-90/+36
* Update to use new Bt848 driverRoger Hardiman1999-09-261-1/+1
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thePeter Wemm1999-09-261-5/+2
* Add phk's m(4) Memory Disk driver as a KLD. I don't believe itBrian Feldman1999-09-222-1/+10
* Use new location of Bt848 driver.Roger Hardiman1999-09-221-6/+3
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportBill Paul1999-09-222-1/+35
* Change the name of the installed KLM to contain a leading "if_".David E. O'Brien1999-09-2016-16/+25
* RealTek driver module wasn't being built; add it to the Makefile.Bill Paul1999-09-191-1/+1
* Convert the VIA Rhine driver to miibus.Bill Paul1999-09-191-0/+6
* Clean up and reorder.Dag-Erling Smørgrav1999-09-081-1/+11
* 1) s/mod(un)?load/kld$1load/Nick Hibma1999-09-061-0/+3
* This commit adds driver support for PCI fast ethernet NICs based onBill Paul1999-09-062-1/+34
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,Bill Paul1999-09-061-1/+1
* This commit adds driver support for the Silicon Integrated SystemsBill Paul1999-09-052-1/+34
* Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.David E. O'Brien1999-09-052-2/+2
* Don't generate opt_debug_nullfs.h. It is no longer necessary.Bruce Evans1999-09-041-6/+1
* Backed out the quick fix in the previous commit. Depending on opt_ddb.hBruce Evans1999-09-041-5/+1
* Install linux.sh in /usr/sbin and not in /usr/bin.Marcel Moolenaar1999-09-031-1/+1
* Add MAINTAINER lineMark Newton1999-09-011-0/+1
* Convert the RealTek 8139 driver to newbus and miibus in one swell foop.Bill Paul1999-08-311-0/+34
* Add a driver for the internal PHY in the RealTek 8139.Bill Paul1999-08-311-1/+1
* add vnode_if.hRoger Hardiman1999-08-311-2/+2