freebsd-dev/sys/net
Bruce Evans 8b25681eb5 Replaced bogus macros for dummy devswitch entries by functions.
These functions went away:

	enosys (hasn't been used for some time)
	enxio
	enodev
	enoioctl (was used only once, actually for a vop)

if_tun.c:
Continued cleaning up...

conf.h:
Probably fixed the type of d_reset_t.  It is hard to tell the correct
type because there are no non-dummy device reset functions.

Removed last vestige of ambiguous sleep message strings.
1995-11-06 00:36:19 +00:00
..
bpf_compat.h Make idempotent. 1994-08-21 05:11:48 +00:00
bpf_filter.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
bpf.c Fix BPf to generate a header mbuf for writes. 1995-09-22 17:57:48 +00:00
bpf.h Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
bpfdesc.h Give the BPF the ability to generate signals when a packet is available. 1995-06-15 18:11:00 +00:00
bsd_comp.c Remove the old pppcompress files (btw: these look net-2 derived) 1995-10-31 20:51:24 +00:00
fddi.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
if_arp.h #include <socket.h> -> <sys/socket.h> 1994-11-16 02:16:18 +00:00
if_disc.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
if_dl.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
if_ethersubr.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
if_fddisubr.c Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
if_llc.h Make idempotent. 1994-08-21 05:11:48 +00:00
if_loop.c Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
if_ppp.c Fix the incomplete merge for the IPX code - the internals are different. 1995-11-03 08:42:21 +00:00
if_ppp.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
if_pppvar.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
if_sl.c Replaced bogus macros for entry points to unconfigured line disciplines 1995-11-05 20:25:59 +00:00
if_slvar.h Fix several sysinit functions that had the wrong type and unnecessarily 1995-08-30 00:33:22 +00:00
if_sppp.h This upgrades the driver for Cronyx-Sigma multiplexor boards 1995-10-04 22:24:16 +00:00
if_spppsubr.c Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
if_tun.c Replaced bogus macros for dummy devswitch entries by functions. 1995-11-06 00:36:19 +00:00
if_tun.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
if_types.h Fixed comment - IFT_P80 is 80mbit. 1995-02-25 15:57:55 +00:00
if.c Add newline at end of log message and reduce log level to INFO from NOTICE. 1995-09-27 15:00:49 +00:00
if.h Say goodbye to IFF_NOTRAILERS. Support for trailers was officially 1995-10-13 19:48:06 +00:00
netisr.h Add a simplistic netisr register routine - I need this now for ppp-2.2. 1995-10-31 19:07:53 +00:00
ppp_comp.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
ppp_defs.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
ppp_tty.c Re-Zap unused variables in their new location.. :-) 1995-11-01 00:58:43 +00:00
radix.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
radix.h Incorporate new radix code from UCB. This fixes the orphaned mask bugs. 1995-04-28 23:01:37 +00:00
raw_cb.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
raw_cb.h Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
raw_usrreq.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
route.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
route.h Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
rtsock.c Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
slcompress.c slcompress: split one of the functions into two parts, to allow use by both 1995-10-31 19:22:32 +00:00
slcompress.h slcompress: split one of the functions into two parts, to allow use by both 1995-10-31 19:22:32 +00:00
slip.h Fix misplaced idempotency #endif. 1995-04-29 15:24:00 +00:00