Age | Commit message (Expand) | Author |
2019-01-18 | Check for negative length in NFS strings. This affects both, the | Alexander Bluhm |
2018-07-09 | Nuke unused define 'nfsm_writereply()'. | Kenneth R Westerback |
2015-08-29 | fix ugly indents; no harmful macros harmed | Theo de Raadt |
2014-12-18 | delete a whole mess of unnecessary caddr_t casts | Ted Unangst |
2009-08-10 | The only caller of NFSMSIZ got changed yesterday, so remove it. | Bret Lambert |
2009-08-09 | set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro... | Thordur I. Bjornsson |
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson |
2009-07-30 | make sure we only ever try to read out post-op attributes | Thordur I. Bjornsson |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-06-06 | turdshine previous | Thordur I. Bjornsson |
2009-06-05 | - make this a lot more readable; no binary change | Jasper Lievisse Adriaanse |
2009-06-04 | Demacro nfsm_lookup for great justice. | Bret Lambert |
2009-04-13 | Convert macros to functions to reduce kernel memory usage. | Bret Lambert |
2009-03-30 | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. | Bret Lambert |
2009-01-24 | Use a timespec instead of a time_t for the clients nfsnode | Thordur I. Bjornsson |
2008-12-24 | Low hanging macro fruit. Inline the nfsm_srvstrsiz macro since | Thordur I. Bjornsson |
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-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | 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-05-27 | Remove bloated and nasty nfsm_clget macro; while here, replace some | Bret Lambert |
2008-04-14 | Rework NFS mbuf write routines: | Bret Lambert |
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert |
2007-12-13 | convert massive (expanded to 150+ lines) nfsm_v3attr macro to a function | Bret Lambert |
2007-11-07 | more low hanging fruit; Expand the nfsm_srvwcc_data() macro | Thordur I. Bjornsson |
2007-11-06 | Expand the nfsm_srvfillattr() macro and | Thordur I. Bjornsson |
2007-10-30 | remove an unused macro, NFSMINOFF; | Thordur I. Bjornsson |
2007-10-28 | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | Thordur I. Bjornsson |
2007-09-26 | nfsm_uiotom macro does nothing but hide error-handling code; replace | Bret Lambert |
2007-09-11 | Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change. | Bret Lambert |
2006-04-02 | When setting timestamps TOSERVER having write permissions is adaquate; | Otto Moerbeek |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2000-01-05 | In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES. | Todd C. Miller |
1999-02-06 | Use bitwise operations to extract high and low words from the quad | Todd C. Miller |
1999-01-10 | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | Todd C. Miller |
1998-08-19 | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | Constantine Sapuntzakis |
1997-02-24 | OpenBSD tag | Niklas Hallqvist |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-17 | Minor cleanups. Checked against Lite2. | Michael Shalayeff |
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff |
1996-02-29 | From NetBSD: merge with 960217 (still NFSv2) | Niklas Hallqvist |
1995-12-21 | from cgd; handle 64-bit pointers and longs | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |