summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't log zero length reads, this can happen during normal operation.peter1998-05-313-3/+27
* Consider for readdir chunk sizes when tuning socket buffer reservations.peter1998-05-313-9/+15
* Refuse READDIR / READDIRPLUS rpc's for non-directoriespeter1998-05-312-2/+18
* Some const'speter1998-05-3116-46/+50
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-3129-1638/+1777
* Add a short delay in the read loop in tl_eeprom_getbyte(). On somewpaul1998-05-311-2/+3
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-319-264/+125
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-2/+2
* VOP_ABORTUP() appears to be called with the wrong vnode. The other callerspeter1998-05-312-4/+4
* Add minimum driver for XC6200 based cards. Currently it knows aboutphk1998-05-305-3/+123
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-3010-26/+76
* Don't program the antonegotiation advertisement register in tl_setmode().wpaul1998-05-291-33/+19
* Sync with sys/i386/conf/majors.i386 revision 1.43.kato1998-05-291-1/+2
* 100 xrpu Xilinx Reprogrammable Processing Unitphk1998-05-292-2/+4
* most recent code for Loran driver.phk1998-05-291-64/+120
* 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
OpenPOWER on IntegriCloud