summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-318-72/+60
* Use the new SB_UPCALL flag,peter1998-05-313-3/+12
* Let the sowwakeup macro decide when to call sowakeup rather than havepeter1998-05-312-10/+6
* Have the wakeup routine do the upcall if needed.peter1998-05-312-2/+6
* Have the sorwakeup and sowwakeup check the upcall flags.peter1998-05-311-7/+15
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hpeter1998-05-312-4/+4
* Don't let the user try "rmdir ."peter1998-05-312-2/+6
* Don't let the user try and unlink() a directory on a NFS server.peter1998-05-312-4/+8
* When a write rpc returns an error, break the loop.peter1998-05-312-2/+6
* Don't leak an mbuf when a write rpc returns zero bytes written.peter1998-05-312-2/+4
* #ifdef a diagnostic printfpeter1998-05-312-2/+6
* Don't try and free mrep twice on some error conditions.peter1998-05-316-18/+32
* #ifdef a diagnostic panic, plus another missed costmetic change.peter1998-05-314-8/+16
* We have gained 2 more errno's, add them to the NFSv2 mapping table.peter1998-05-314-8/+8
* Missed a cosmetic change that the other BSD's have.peter1998-05-313-6/+6
* oops, nfs_msg() is called from client code too.peter1998-05-313-3/+12
* When we can't reconnect a socket, don't forget to unlock before retryingpeter1998-05-313-3/+12
* 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
OpenPOWER on IntegriCloud