Age | Commit message (Expand) | Author |
2008-10-26 | Plug mbuf leak in RPC record error case. | Bret Lambert |
2008-10-20 | Be pedantically correct in freeing allocated mbufs, even upon clearing | Bret Lambert |
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert |
2008-09-12 | zap a deprecated macro, NMOD. | Thordur I. Bjornsson |
2008-09-12 | provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the file | Thordur I. Bjornsson |
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson |
2008-09-11 | issue a NOTE_TRUNCATE if the file size has shrinked | Thordur I. Bjornsson |
2008-08-31 | remove the #if 0'ed NFS_ATTRTIMEO() macro since it was | Thordur I. Bjornsson |
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto |
2008-08-21 | Fix 'if ();' construction introduced in last commit, okay deraadt@ | Pedro Martelletto |
2008-08-20 | Return EINVAL instead of '1' for invalid kq filters. | Thordur I. Bjornsson |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-08-08 | o sync comment with reality, we have never malloc()'ed filehandles | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-08-08 | Remove code for variable-sized allocations of NFS filehandles by malloc(), | Bret Lambert |
2008-07-28 | dont stuff nfs mount point flags into the statfs f_flags member, its | Thordur I. Bjornsson |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-23 | make this real C | Theo de Raadt |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-23 | - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's | Artur Grabowski |
2008-07-10 | nuke two bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-06 | remove #ifndef nolint goo | Thordur I. Bjornsson |
2008-07-06 | Zap redundant prototype for nfsrv_zapsock(); | Thordur I. Bjornsson |
2008-07-05 | When waking an nfs daemon, use wakeup_one vice wakeup, as | Bret Lambert |
2008-07-05 | Remove R_GETONEREP and the code that checks if its set | Thordur I. Bjornsson |
2008-07-05 | Clean up some old dead code, mostly nqnfs and kerberos leftovers | Thordur I. Bjornsson |
2008-07-05 | use m_freem() instead of MFREE() since we ignore the | Thordur I. Bjornsson |
2008-07-04 | Remove unused NQNFS #define | Bret Lambert |
2008-06-26 | Label switch statement with /* FALLTHROUGH */; inspired by two | Bret Lambert |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-15 | unroll the NFSMADV() macro and nuke it | Thordur I. Bjornsson |
2008-06-14 | Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in | Bret Lambert |
2008-06-14 | Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors | Bob Beck |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-14 | Replace magic '2' and '3' with defines for nfs version numbers | Thordur I. Bjornsson |
2008-06-14 | Clean up nfsrv_wakenfsd(); variable name change to be in line with the | Bret Lambert |
2008-06-14 | use nfsm_padlen() where appropriate; | Thordur I. Bjornsson |
2008-06-14 | put the canonical ifdef dance for multiple inclusion, also put all the | Thordur I. Bjornsson |
2008-06-13 | NFSD_NEEDAUTH and NFSD_AUTHFAIL are never set, so cull code that | Bret Lambert |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-13 | remove rpc_auth_kerb variable, its now unused... | Thordur I. Bjornsson |
2008-06-13 | nuke a bunch of bogus ARGSUSED; | Thordur I. Bjornsson |
2008-06-13 | Remove dead-end and never-used kerberos code in nfs. Future work | Bret Lambert |
2008-06-13 | Replace one-line macro which only obfuscated the fact that | Bret Lambert |
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert |
2008-06-12 | add a statistic bit to count how often we change async to sync | Thordur I. Bjornsson |
2008-06-12 | if (something_complicated) | Artur Grabowski |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-12 | Actually return an error in nfs_asyncio() if we fail to process | Thordur I. Bjornsson |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |