summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-312-16/+26
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-3135-1153/+1177
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-3111-213/+370
* Cut-n-paste glitchpeter1998-05-312-4/+4
* xdr encode -1 properly.peter1998-05-312-4/+4
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.peter1998-05-312-8/+22
* Don't silently fail to set file flags.peter1998-05-312-2/+16
* Don't blindly accept the server's preferences if they are too small.peter1998-05-312-6/+6
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-314-4/+56
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-312-10/+14
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-312-2/+14
* 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
OpenPOWER on IntegriCloud