summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Sync with sys/i386/isa/if_ed.c revision 1.107.2.10.KATO Takenori1998-10-281-2/+9
* Fix two problems which can occur with poor cabling:Luigi Rizzo1998-10-251-2/+9
* MFC: close PR #8409Bill Paul1998-10-221-3/+3
* MFC: close PR #8384Bill Paul1998-10-222-23/+39
* Update the -stable driver to what is in -current. MostlyLuigi Rizzo1998-10-227-119/+273
* make sure to touch pcb structure, only inside splnet().Jun-ichiro itojun Hagino1998-10-201-5/+6
* MFC: change to less aggressive transmit queueing strategy.Bill Paul1998-10-192-20/+23
* Reviewed by: Dyson, LuoqiMatthew Dillon1998-10-191-1/+14
* Make dummynet use m_pkthdr.len, not ip_len, for computingLuigi Rizzo1998-10-161-8/+9
* Add a reference to documentationLuigi Rizzo1998-10-141-0/+1
* Fix a potential panic when deleting ipfw rules and packets areLuigi Rizzo1998-10-141-1/+5
* Brought in change from rev 1.57: clear out tx desc memory in fxp_attach.David Greenman1998-10-111-1/+2
* MFC 1.12 -> 1.13: Fix out-of-bounds array references and addJohn Polstra1998-10-111-4/+9
* Brought in fix from rev 1.56: fixed mbuf leak in fxp_stop().David Greenman1998-10-101-5/+9
* Make the probe message consistent with the rest of the kernel.Dag-Erling Smørgrav1998-10-101-0/+4
* MFC: add support for 100baseFX/SC boardBill Paul1998-10-092-3/+6
* MFC: put a DEB around the "device busy" message.Dag-Erling Smørgrav1998-10-081-1/+1
* Added entries for EtherEZ98 and Access/PC N98C+ cards.KATO Takenori1998-10-081-4/+6
* Add Ungermann-Bass Access/PC N98C+ support to fe driver (PC-98).KATO Takenori1998-10-081-1/+162
* Add SMC EtherEZ98 support to ed driver (PC-98).KATO Takenori1998-10-083-15/+39
* MFC: fix updating of tx queue tail pointer in tl_start().Bill Paul1998-10-081-2/+3
* Fix typo.KATO Takenori1998-10-071-3/+3
* Restore default behaviour for skipto rules, i.e. jump to the first ruleLuigi Rizzo1998-10-061-2/+7
* MFC: use PIO mode by default to pacify broken laptop docking stations.Bill Paul1998-10-041-2/+9
* MFS - fix promiscuous mode.Mike Smith1998-10-041-2/+2
* MFC (1.21: fixed initialization of new inodes).Bruce Evans1998-09-291-1/+3
* MFC: fix handling more than one cardsAndrey A. Chernov1998-09-281-2/+3
* Record options BRIDGE and DUMMYNET in LINT, nowLuigi Rizzo1998-09-281-1/+8
* Sync with sys/i386/conf/GENERIC and sys/i386/i386/userconfig.cKATO Takenori1998-09-282-3/+6
* Sync with sys/i386/conf/options.i386 and sys/i386/isa/syscons.cKATO Takenori1998-09-282-11/+11
* Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRICBill Paul1998-09-266-68/+89
* MFX: patches for ifmedia_set() panic and watchdog timeout problem, andBill Paul1998-09-252-25/+36
* Add description on SC_ALT_SEQACCESS.Kazutaka YOKOTA1998-09-251-3/+5
* - MFC: Fix suspend/resume slot power race.Nate Williams1998-09-241-0/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-09-242-0/+3644
* YAMFC:Kazutaka YOKOTA1998-09-242-11/+11
* change to linux_time() was bogus, back it out.Jordan K. Hubbard1998-09-241-2/+1
* MFC: adjust time.Jordan K. Hubbard1998-09-231-1/+2
* MFC: catch up with a bunch of functions that have been implemented inJordan K. Hubbard1998-09-2312-227/+691
* Sync with sys/i386/i386/trap.c revision 1.83.2.10.KATO Takenori1998-09-221-7/+7
* MFC 1.89 -> 1.90: Do not consider VM_PROT_OVERRIDE_WRITE to be partJohn Polstra1998-09-221-2/+3
* Merge in the fix for the "GDB touches executables" problem. TheJohn Polstra1998-09-227-106/+100
* Fix the ipfw/natd problem for which people has been shouting at me for theLuigi Rizzo1998-09-212-8/+6
* Increment RELDATE to 227002 so that it can be used to test for aJohn Polstra1998-09-191-2/+2
* Sync with sys/i386/isa/if_ed.c revision 1.107.2.9.KATO Takenori1998-09-191-15/+52
* remove a diagnostic message and fix statistics when using ipfw onLuigi Rizzo1998-09-181-2/+11
* fix an mbuf leak when using ipfw to filter bridged packetsLuigi Rizzo1998-09-181-2/+5
* bring DUMMYNET and BRIDGE support into -stableLuigi Rizzo1998-09-1715-149/+584
* introduce a sysctl variable to disable slow-start on "local"Luigi Rizzo1998-09-171-2/+6
* add definition for mbuf type used by dummynetLuigi Rizzo1998-09-171-1/+9