Age | Commit message (Expand) | Author |
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 |
2008-06-11 | return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global | Thordur I. Bjornsson |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2008-06-11 | remove an unused variable | Thordur I. Bjornsson |
2008-06-10 | Remove redundant code that only leaked an mbuf. | Bret Lambert |
2008-06-10 | o Avoid putting duplicate entries into the name cache, | Thordur I. Bjornsson |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-06-09 | nfsm_get_xid() => nfs_get_xid() after thib@ informed me that the | Damien Miller |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-06-08 | remove a bunch of kerberos definitions | Thordur I. Bjornsson |
2008-05-27 | Remove bloated and nasty nfsm_clget macro; while here, replace some | Bret Lambert |
2008-05-27 | be much more clear about revarp failures; ok miod | Theo de Raadt |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-20 | Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems | Claudio Jeker |
2008-05-17 | KNF. No names for arguments in function prototypes, regroup | Thordur I. Bjornsson |
2008-05-13 | don't grab the receive lock in nfs_rcvlock if the reply has | Thordur I. Bjornsson |
2008-05-09 | Another rtrequest() rtrequest1() replacement. | Claudio Jeker |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-02 | plug potential mbuf leaks; | Thordur I. Bjornsson |
2008-04-25 | Plug potential mbuf leak by changing m_free to m_freem. | Bret Lambert |
2008-04-22 | Remove kludges that map EEXIST errors too a 0 return (success) for certain | Thordur I. Bjornsson |