summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/i386/isa/clock.c revision 1.120.kato1998-05-203-54/+27
* Only ignore "owner" permissions selectively rather than always. In somepeter1998-05-202-44/+62
* s/flags/flag/peter1998-05-202-4/+4
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-204-8/+12
* Don't change argp->flags after it's been copied.peter1998-05-202-4/+4
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-203-6/+6
* Change the description of where to get the Soft Updates files.julian1998-05-193-9/+15
* Ensure that there is enough information here, so that people can usejulian1998-05-192-0/+20
* Bring up-to-date with Whistle's current versionjulian1998-05-194-12/+170
* Merge with Kirk's version as of Feb 20julian1998-05-192-176/+172
* Merge in Kirk's changes to stop softupdates from hogging all of memory.julian1998-05-196-134/+588
* 1. Add new defs for mins and maxs for the POSIX flavor priorities. Theydufault1998-05-194-18/+52
* Remove option for SCHED_FIFO. With this optional, SCHED_FIFOdufault1998-05-193-18/+3
OpenPOWER on IntegriCloud