aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-153-3/+3
* Grrr. Really add the module makefile for the Aironet driver.Bill Paul2000-01-141-0/+12
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-1/+1
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-142-1/+11
* Add opt_ukbd.h.Kazutaka YOKOTA2000-01-121-2/+5
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-1/+2
* . add manpage for svr4(8)Alexey Zelkin2000-01-102-2/+53
* Cleaned up options handling:Bruce Evans2000-01-091-9/+4
* Compile svr4_genassym.c with ordinary ${CFLAGS}. The (small) need forBruce Evans2000-01-091-4/+3
* Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need forBruce Evans2000-01-091-3/+3
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-052-1/+11
* Remove non-functional 'all:' target.Greg Lehey2000-01-041-19/+10
* Fix typos per PR 15649. Also did some rewording for clarity.Archie Cobbs2000-01-032-34/+38
* Remove -g compiler flag.Marcel Moolenaar2000-01-031-1/+0
* o Add build-tools target for maketabs although it doesn't seem toMarcel Moolenaar2000-01-031-3/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-5/+5
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-282-2/+13
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-8/+3
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-8/+3
* Revert previous checkin; I incorrectly thought that it was neededArchie Cobbs1999-12-211-2/+0
* Manual page style work.Julian Elischer1999-12-2137-281/+611
* i82365_isasubr is gone, remove from building module.Warner Losh1999-12-191-1/+1
* Enable building of the OSF/1 compat module.Andrew Gallatin1999-12-151-0/+4
* Finally add the Alpha OSF/1 compat code. I will add it to theAndrew Gallatin1999-12-143-0/+108
* Add module for if_ef driver and make it compile.Boris Popov1999-12-133-2/+157
* Add a run of Linux ldconfig.Martin Cracauer1999-12-131-1/+10
* Move mlx, ncp and nwfs to the common area, they build on the Alpha andPeter Wemm1999-12-121-3/+4
* Zap unused CFLAGS += -DNCPPeter Wemm1999-12-121-1/+0
* Move mlx from x86-only to generic. It builds on the Alpha and is in thePeter Wemm1999-12-121-4/+0
* Move amr from x86-specific to generic. (it's in the generic conf/filesPeter Wemm1999-12-121-2/+2
* Don't waste time creating amr.h since it (and NAMR) aren't used.Peter Wemm1999-12-121-4/+0
* Fix joy and put it back in the MI section. (yes, it works on Alpha)Peter Wemm1999-12-122-6/+4
* Change "atapi" (the old one) from "present but broken" to "not present".Peter Wemm1999-12-121-33/+0
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm1999-12-1215-24/+3
* Bring these more into line with other modules that have .h files generatedPeter Wemm1999-12-1221-43/+43
* Add reference to RFC 1702, after learning how to have "T. Li"Archie Cobbs1999-12-102-0/+16
* First version of HPFS stuff.Semen Ustimenko1999-12-091-0/+15
* Update man page: BPF is supported even in the KLD version.Archie Cobbs1999-12-092-2/+2
* Fix 'make clean'Archie Cobbs1999-12-091-0/+2
* New netgraph node type 'pptpgre': this performs GRE encapsulationArchie Cobbs1999-12-084-1/+266
* Include net/slcompress.c in the build of this module.Archie Cobbs1999-12-083-25/+19
* Add opt_svr4.h to SRCS. This fixes make depend.Marcel Moolenaar1999-12-081-1/+1
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-081-11/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+4
* Add forgotten ip_fil.c and fil.c to kld versionGuido van Rooij1999-12-062-183/+1
* Sorted SUBDIR.Bruce Evans1999-12-051-4/+3
* Add pci_if.h to SRCS so that dcphy will build.Bill Paul1999-12-051-1/+1
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-047-40/+6
* forgot .CURDIRJulian Elischer1999-12-041-1/+1
* New netgraph node type, ng_bpf(8). This node type allows you toArchie Cobbs1999-12-034-1/+298