aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* As tx driver was patched for newbus, we can now build it as module!Semen Ustimenko2000-04-111-1/+1
* Turn off build of ng_mppc KLD until I can figure out how to have theArchie Cobbs2000-04-111-1/+1
* Turn off MPPE encryption if NOCRYPT is defined. If neither compressionArchie Cobbs2000-04-101-7/+22
* Add ng_mppc(8) netgraph node as a KLD module.Archie Cobbs2000-04-094-2/+424
* Uncomment ETHER_II frame and remove BPF related variable.Boris Popov2000-04-062-7/+5
* Move linprocfs to the i386-only section so the Alpha buildworld has aPeter Wemm2000-03-301-2/+2
* Remove some cruftNick Hibma2000-03-281-3/+0
* Remove duplicate wordPhilippe Charnier2000-03-261-1/+1
* Linux /proc filesystem.Dag-Erling Smørgrav2000-03-252-2/+13
* Make pcic module compile again for NEWCARD (not for old pccard).Warner Losh2000-03-251-1/+2
* Define PC98 when MACHINE == pc98, because msdos_vfsops.c containsKATO Takenori2000-03-192-0/+8
* Please welcome the URio driver. Written byNick Hibma2000-03-162-1/+12
* - Document updates in iface netgraph node type functionalityArchie Cobbs2000-03-133-89/+103
* Fix typo.Archie Cobbs2000-03-132-6/+6
* Correct man page title.Archie Cobbs2000-03-102-2/+2
* Disconnect pcfclock from the build until it works on the Alpha.Sheldon Hearn2000-03-011-1/+1
* Add a little more history of when netgraph appeared in FreeBSD.Bill Fumerola2000-02-291-1/+3
* Enable pcfclock as a kernel loadable module.Sheldon Hearn2000-02-292-1/+9
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-12/+1
* Restore to version 1.14. Only opt_inet.h is required again.Brian Somers2000-01-291-21/+1
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-2823-26/+0
* Move if_tun back to the common section now that it works on the Alpha.Peter Wemm2000-01-271-2/+2
* Re-add vpo. I've just re-tested this in a 'make world' on a DecemberPeter Wemm2000-01-261-1/+1
* Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessDavid E. O'Brien2000-01-261-1/+1
* Don't use ATM on the alpha - it #errors out.Brian Somers2000-01-261-1/+5
* if_tun is out of here -- it can come back with it stops breaking theDavid E. O'Brien2000-01-261-2/+2
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-7/+13
* Add an example vpo module. I don't have a zip drive to test it, but itPeter Wemm2000-01-232-1/+12
* Get rid of some debugging cruft.Nick Hibma2000-01-231-9/+1
* Hmm, don't compile in INET6, IPX or NETATALK support for theBrian Somers2000-01-231-3/+3
* Allow if_ef driver to be compiled into kernel.Boris Popov2000-01-231-18/+9
* Support INET6, NETATALK and IPX as well as INET.Brian Somers2000-01-231-1/+11
* Do not explicitly create empty option files; they are takenKazutaka YOKOTA2000-01-201-8/+1
* Work around aparent bug in the .Dv macro by eliminating some spaces.Archie Cobbs2000-01-172-2/+2
* 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