| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't generate warnings for test coverage checking when compiling LINT. | bde | 1998-02-13 | 1 | -7/+6 |
* | Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file | eivind | 1998-02-04 | 1 | -2/+4 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+4 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -1/+2 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | nate | 1997-10-26 | 1 | -3/+3 |
* | Omit printout of imen, INTRGET() is not MP-safe yet... | fsmp | 1997-07-20 | 1 | -2/+7 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -10/+1 |
* | informal discussion between Bruce Evans <bde@zeta.org.au>, | fsmp | 1997-04-27 | 1 | -15/+1 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+15 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Changed #include order to match better order in 2.2. | bde | 1997-02-13 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Just 'warn' the user that they are mixing dedicated drivers and generic | nate | 1997-01-13 | 1 | -1/+5 |
* | Someone needs to teach Nate about the C pre-processor in general and the | jkh | 1996-12-23 | 1 | -2/+2 |
* | PCCARD support safety belts. | nate | 1996-12-21 | 1 | -1/+8 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -2/+2 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 1 | -6/+1 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -1/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+1 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -34/+11 |
* | The last part of the ether_sprint -> %6D change. | phk | 1996-01-26 | 1 | -3/+3 |
* | Staticize. | phk | 1995-12-17 | 1 | -2/+2 |
* | Staticize. | phk | 1995-12-13 | 1 | -23/+23 |
* | all: | dg | 1995-12-05 | 1 | -13/+11 |
* | Fixed the types of the apm hook functions. | bde | 1995-11-18 | 1 | -15/+27 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -14/+4 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -1/+32 |
* | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | wollman | 1995-10-13 | 1 | -2/+2 |
* | if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is now | phk | 1995-09-26 | 1 | -80/+71 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -2/+4 |
* | Change memcmp() to bcmp(). memcmp() isn't declared or implemented | bde | 1995-07-25 | 1 | -5/+5 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -37/+37 |
* | Enclosed is a patch for if_ze.c which will allow it to operate with | dg | 1995-05-24 | 1 | -2/+7 |
* | Fixed a hard-coded slot number which crept in. | phk | 1995-05-03 | 1 | -2/+2 |
* | Do the obvious thing: when the interface is downed, power off the card. | phk | 1995-05-02 | 1 | -148/+78 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+3 |
* | Replace all remaining instances of `i386/include' by `machine' and fix | bde | 1995-02-26 | 1 | -27/+27 |
* | This is the latest version of the APM stuff from HOSOKAWA, I have looked | phk | 1995-02-17 | 1 | -312/+92 |
* | if_ze was not updated when the arp_ifinit stuff was done. now it is. | phk | 1995-01-23 | 1 | -10/+2 |
* | Moved conversion of ether_type to host byte order out of ethernet drivers | dg | 1994-11-24 | 1 | -99/+2 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -0/+4 |
* | From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) | jkh | 1994-10-21 | 1 | -0/+21 |
* | I forgot this bit of APM stuff last week. | phk | 1994-10-07 | 1 | -27/+0 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 1 | -11/+90 |
* | Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from | dg | 1994-09-16 | 1 | -2/+0 |
* | Changed MAX to max. | dg | 1994-09-01 | 1 | -1/+1 |
* | Got rid of redundant declaration, and changed IFF_LLC0 to IFF_LINK0. | dg | 1994-09-01 | 1 | -7/+5 |
* | This is the IBM/National PCMCIA ethernet driver from Keith Moore, | jkh | 1994-06-16 | 1 | -0/+1951 |