Remove invalid tokens after #endif
[dragonfly.git] / sys / vfs / nfs /
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-08 Hiten PandyaReplace the use of specially reserved pbufs in NFS...
2004-06-08 Hiten PandyaRe-order include, 'sys' includes first, 'vm' includes...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-04 Hiten PandyaFlush cached access mode after modifying a files attrib...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-04-25 David RhodusCosmetic changes.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-23 Matthew DillonFix a client tail -f vs server-appended file data corru...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 Joerg Sonnenbergerfor() ==> TAILQ_FOREACH
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-08 Matthew DillonIntroduce negative (ENOENT) caching for NFS. Before...
2004-04-07 Matthew DillonProtect nfs socket locks with a critical section. ...
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2004-03-10 Matthew DillonAllow the nominal NFS io block size to be set with...
2004-03-09 Matthew DillonAddendum comment to last commit. Jeffrey Hsu reminded...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-24 Joerg SonnenbergerAdd prototype for bootpc_init
2004-02-13 Matthew Dillonbio ops can be initiated from the buffer cache, td_proc...
2004-02-10 Matthew DillonConvert mbuf M_ flags into malloc M_ flags when calling...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-23 Matthew DillonAssume read access for execute requests so we can fill...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-06 Matthew Dillonif_xname support Part 2b/2: Convert remaining netif...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-15 Matthew DillonMake modules work again part 1: linkup vfs, rename...
2003-08-08 David Rhodus Fix a problem that occurs when truncating files on...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-01 Matthew DillonFor the moment uio_td may sometimes be NULL -> nfsm_req...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: