summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous ";" from C++'s version of __END_DECLS.dt1998-05-281-2/+3
* Sync with sys/i386/isa/clock.c revision 1.121.kato1998-05-283-9/+9
* Sync with sys/i386/i386/machdep.c revision 1.297.kato1998-05-282-22/+4
* Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.kato1998-05-281-2/+2
* Sync with sys/i386/boot/biosboot/Makefile revision 1.64.kato1998-05-281-1/+5
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-2832-174/+194
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+5
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-272-4/+4
* This time add an Id string that'll actually get expanded :-)paul1998-05-272-2/+2
* Add an ID string (can't believe it never had one!)paul1998-05-272-0/+2
* Install in /usr/lib/aoutsos1998-05-271-2/+2
* A fix to a debug test from Kirk.julian1998-05-272-2/+8
* Ignore 'invalid' interrupts that occur while the interface is down.wpaul1998-05-261-2/+12
* Fixed logic in the test to drop ICMP echo and timestamp packets whendg1998-05-261-5/+3
* code was using wrong temporary variable "i", in place of "j".jmb1998-05-261-2/+2
* Add optional code to change the way that divert and ipfw work together.julian1998-05-256-8/+126
* Fixed missing semicolon and added space before semicolon.kato1998-05-252-6/+6
* Hide the interface name in the sin_zero section of the sockaddr_injulian1998-05-251-8/+50
* Take the user's "IGNORE_DIVERT" argument from where the user put itjulian1998-05-251-5/+7
* Take IP options into account when calculating the allowable lengthfenner1998-05-241-4/+13
* Reviewed by: hasty@freebsd.orgahasty1998-05-242-14/+0
* The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),dg1998-05-241-3/+3
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-2415-102/+86
* Reformat some comments to not overflow 80 chars.julian1998-05-241-69/+63
* Support a 16K first level cache for 512K 2nd level. Also, add supportdyson1998-05-241-2/+11
* Remove stray debug message.steve1998-05-241-1/+0
* Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-245-4/+622
* Add CVS optionjkh1998-05-241-1/+2
* Remove two CODA entries by request.jkh1998-05-241-2/+0
* Fix a mind-o in tl_setmulti(): when setting a bit in the upperwpaul1998-05-241-3/+3
* Add GDB support for ELF shared libs.dfr1998-05-232-2/+60
* Get more details on the "arpresolve: can't allocate llinfo" bogon.phk1998-05-231-3/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.113.kato1998-05-232-4/+4
* Use switch instead of if/else chain for 686 model identification.des1998-05-222-16/+82
* Remove 2.2.x compatibility code and #ifdefs. Once the shakedown periodwpaul1998-05-222-72/+5
* Add CPU_PII to the list.des1998-05-222-2/+4
* Correctly identify the precise CPU model within the 686 family: insteaddes1998-05-212-4/+32
* Move __FreeBSD_version from src/sys/conf/newvers.sh toeivind1998-05-215-9/+18
* Yeargh! After all that, I forgot to remove the #include.jkh1998-05-211-4/+2
* Don't use __FreeBSD_version explicitly - none of the otherjkh1998-05-212-13/+13
* Sync with sys/i386/conf/GENERIC revision 1.109.kato1998-05-212-2/+4
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-217-25/+39
* And entries for ThunderLAN driver.wpaul1998-05-215-5/+28
* Add entry for ThunderLAN driver to files.wpaul1998-05-211-0/+1
* Add Texas Instruments TNET100 'ThunderLAN' PCI NIC driver to the tree.wpaul1998-05-212-0/+3533
* Backed out last fix and fixed my typo:dg1998-05-211-2/+2
* Back out previous commit - it breaks when called from 'buildworld' :-(eivind1998-05-205-12/+9
* Move __FreeBSD_version into <sys/param.h> (with automated duplicationeivind1998-05-205-9/+12
* Add missing close parendufault1998-05-201-2/+2
* Sync with sys/i386/isa/sio.c revision 1.202.kato1998-05-202-4/+4
OpenPOWER on IntegriCloud