]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/nfs
Make the prom console work as a real device as well as a console.
[FreeBSD/FreeBSD.git] / sys / nfs /
1998-07-05 Doug RabsonUse u_int32_t in NQFHHASH instead of u_long.
1998-07-04 Julian ElischerVOP_STRATEGY grows an (struct vnode *) argument
1998-07-02 KATO TakenoriMoved `#ifndef NFS_NOSERVER' after including nfs.h.
1998-06-30 John-Mark Gurneyfix buildworld hopefully be3fore anyone complains...
1998-06-30 John-Mark Gurneyconvert some nfs tunables to options, these are:
1998-06-21 Bruce EvansFixed typo in ifdefed code. (NFS_ACDEBUG is not in...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-14 Bruce EvansAvoid an egcs pessimization for 64-bit signed division...
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-07 Doug RabsonThis commit fixes various 64bit portability problems...
1998-06-01 Peter WemmMake sure we go a nfs_fsinfo() in get/putpages before...
1998-06-01 Peter WemmFix post-test pre-commit cleanup typo.
1998-06-01 Peter Wemmreadlink() returns EINVAL rather than EPERM if called...
1998-06-01 Peter WemmPreset the maximum file size before we get to nfs_fsinf...
1998-06-01 Peter WemmHide more kernel stuff from userland. This stops netho...
1998-05-31 Peter WemmFor the on-the-wire protocol, u_long -> u_int32_t;...
1998-05-31 Peter WemmSupport 'mount -u' remounts. This may require disconne...
1998-05-31 Peter WemmCut-n-paste glitch
1998-05-31 Peter Wemmxdr encode -1 properly.
1998-05-31 Peter WemmFully fill in nfsv2 write rpc requests rather than...
1998-05-31 Peter WemmDon't silently fail to set file flags.
1998-05-31 Peter WemmDon't blindly accept the server's preferences if they...
1998-05-31 Peter WemmPrototype support for selectively allowing non-reserved...
1998-05-31 Peter WemmHide whiteouts from NFS, since the protocol doesn't...
1998-05-31 Peter WemmNetBSD has a comment that Solaris 2.5 doesn't do verifi...
1998-05-31 Peter WemmDon't pass a second copy of the uid/gid in with the...
1998-05-31 Peter WemmUse the new SB_UPCALL flag,
1998-05-31 Peter WemmNFS_SMALLFH is defined in nfsproto.h, not sys/mount.h
1998-05-31 Peter WemmDon't let the user try "rmdir ."
1998-05-31 Peter WemmDon't let the user try and unlink() a directory on...
1998-05-31 Peter WemmWhen a write rpc returns an error, break the loop.
1998-05-31 Peter WemmDon't leak an mbuf when a write rpc returns zero bytes...
1998-05-31 Peter Wemm#ifdef a diagnostic printf
1998-05-31 Peter WemmDon't try and free mrep twice on some error conditions.
1998-05-31 Peter Wemm#ifdef a diagnostic panic, plus another missed costmeti...
1998-05-31 Peter WemmWe have gained 2 more errno's, add them to the NFSv2...
1998-05-31 Peter WemmMissed a cosmetic change that the other BSD's have.
1998-05-31 Peter Wemmoops, nfs_msg() is called from client code too.
1998-05-31 Peter WemmWhen we can't reconnect a socket, don't forget to unloc...
1998-05-31 Peter WemmDon't log zero length reads, this can happen during...
1998-05-31 Peter WemmConsider for readdir chunk sizes when tuning socket...
1998-05-31 Peter WemmRefuse READDIR / READDIRPLUS rpc's for non-directories
1998-05-31 Peter WemmSome const's
1998-05-31 Peter WemmNFS Jumbo commit part 1. Cosmetic and structural chang...
1998-05-31 Peter WemmVOP_ABORTUP() appears to be called with the wrong vnode...
1998-05-30 Peter WemmWhen using NFSv3, use the remote server's idea of the...
1998-05-24 Peter WemmConvert a couple of large allocations to use zones...
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-20 Peter WemmOnly ignore "owner" permissions selectively rather...
1998-05-20 Peter Wemms/flags/flag/
1998-05-20 Peter WemmA cleaner fix for PR#5102, clear nonsense flags at...
1998-05-20 Peter WemmDon't change argp->flags after it's been copied.
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Peter WemmAllow control of the attribute cache timeouts at mount...
1998-05-16 Bruce EvansGet timespecs directly instead of via timevals.
1998-05-16 Bruce EvansDon't abuse `+' to combine flags.
1998-05-16 Bruce EvansBacked out rev.1.76. It just added style bugs.
1998-05-16 Bruce EvansGet timespecs directly instead of via timevals.
1998-05-13 Peter WemmAdd missing arg to vget().. Serves me right for committ...
1998-05-13 Peter WemmDelete the #if 0 (nearly) duplicate definitions of...
1998-05-13 Peter WemmHold a reference to the vnode during the sillyrename...
1998-05-13 Peter WemmMove the *vpp initialization earlier so that it's set...
1998-05-07 Mike SmithIn the words of the submitter:
1998-05-06 Mike SmithAs described by the submitter:
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-06 Poul-Henning KampUse random() to find our initial xid.
1998-03-30 Poul-Henning KampEradicate the variable "time" from the kernel, using...
1998-03-28 Steve PriceDon't allow the readdirplus routine to be used in NFS V2.
1998-03-28 Bruce EvansDon't depend on <sys/mount.h> including <sys/socket.h>.
1998-03-28 Bruce EvansMoved some #includes from <sys/param.h> nearer to where...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-14 Tor EggeAdd a BOOTP_WIRED_TO option, for use on machines with...
1998-03-14 Tor EggeUpdate workaround for limitations in the arp code.
1998-03-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-09 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-08 Julian ElischerReviewed by: dyson@freebsd.org (john Dyson), dg@root...
1998-03-07 John DysonThis mega-commit is meant to fix numerous interrelated...
1998-03-07 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-06 Mike SmithTrivial filesystem getpages/putpages implementations...
1998-03-01 John PolstraThis commit was generated by cvs2svn to compensate...
1998-03-01 Mike SmithThe intent is to get rid of WILLRELE in vnode_if.src...
1998-02-28 Steve PriceThis commit was generated by cvs2svn to compensate...
1998-02-09 Eivind EklundStaticize.
1998-02-06 Eivind EklundBack out DIAGNOSTIC changes.
1998-02-05 John DysonFix an omission of a line from the previous commit...
1998-02-04 Eivind EklundTurn DIAGNOSTIC into a new-style option.
1998-02-03 Bruce EvansAdded #include of <sys/queue.h> so that this file is...
1998-02-03 Bruce EvansForward declare some structs so that this file is more...
1998-02-02 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1998-02-01 Bruce EvansMoved declaration of `union nethostadr' outside of...
1998-02-01 Bruce EvansForward declare more structs that are used in prototype...
1998-01-31 John DysonChange the busy page mgmt, so that when pages are freed...
1998-01-31 Tor EggeRelease the buffer when an error occurs while reading...
1998-01-30 Peter WemmThis commit was generated by cvs2svn to compensate...
next