| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | mii: Add opt_platform.h to all miibus drivers | Warner Losh | 2022-04-05 | 1 | -1/+1 |
| * | Remove a use of a negative array index from fxp(4). | Mark Johnston | 2018-12-19 | 1 | -2/+0 |
| * | Put in a temporary workaround for strange array access in if_fxp.c. | Dimitry Andric | 2018-08-04 | 1 | -0/+2 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 1 | -1/+1 |
| * | - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY | Marius Strobl | 2011-10-08 | 1 | -1/+1 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -1/+1 |
| * | vlan.h is obsolete, don't create it anymore. | Brooks Davis | 2001-09-05 | 1 | -5/+1 |
| * | Unconditinally turn on VLAN support when building fxp as a module, since | Jonathan Lemon | 2001-07-19 | 1 | -1/+1 |
| * | Update makefile to reflect vlan support. | Jonathan Lemon | 2001-05-13 | 1 | -1/+5 |
| * | Back out 'KMODDEPS = miibus' addition in last commit. This isn't used. | Peter Wemm | 2001-03-24 | 1 | -1/+0 |
| * | Adjust the fxp module to use the correct directory path, and add a | Jonathan Lemon | 2001-03-12 | 1 | -2/+3 |
| * | Use a consistent style and one much closer to the rest of /usr/src | David E. O'Brien | 2001-01-06 | 1 | -3/+4 |
| * | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | Peter Wemm | 2000-05-27 | 1 | -1/+1 |
| * | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | Peter Wemm | 2000-05-04 | 1 | -1/+1 |
| * | Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module | Bruce Evans | 2000-01-28 | 1 | -1/+0 |
| * | Removed special rules for building and cleaning device interface files | Bruce Evans | 1999-11-28 | 1 | -15/+1 |
| * | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. | Peter Wemm | 1999-09-27 | 1 | -5/+2 |
| * | Don't generate 'bpf.h' since it's not used. | Peter Wemm | 1999-09-27 | 1 | -5/+2 |
| * | Change the name of the installed KLM to contain a leading "if_". | David E. O'Brien | 1999-09-20 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -5/+5 |
| * | Use perl, not perl5 to compile interfaces. | Doug Rabson | 1999-04-18 | 1 | -4/+4 |
| * | Add a sample loadable pci driver Makefile.. | Peter Wemm | 1999-04-16 | 1 | -0/+28 |