| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix reading large files; from NetBSD. Somehow this was overlooked |  otto | 2005-10-31 | 1 | -4/+5 |
* | Remove v_vnlock from struct vnode, okay krw@ tedu@ |  pedro | 2005-10-19 | 1 | -3/+1 |
* | toast cast of lvalue; pr 4289 |  deraadt | 2005-09-29 | 1 | -3/+3 |
* | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ |  millert | 2005-06-18 | 1 | -9/+5 |
* | make nfsstats counters 64 bit. |  marius | 2005-06-08 | 1 | -34/+34 |
* | optimize nfs_sync() a bit, by not iterating over the list of vnodes |  pedro | 2005-05-22 | 1 | -3/+9 |
* | careful strlcpy and snprintf return handling; ok pedro beck |  deraadt | 2005-04-21 | 1 | -1/+3 |
* | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark@2ls4agd.net> on several archs |  mickey | 2005-04-02 | 3 | -10/+16 |
* | at long last, disable write gathering for v3. ok like everyone |  tedu | 2005-04-01 | 1 | -6/+7 |
* | re-commit marius commit: |  deraadt | 2005-03-31 | 1 | -2/+3 |
* | re-commit marius commit: |  deraadt | 2005-03-31 | 1 | -10/+1 |
* | backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54: |  pvalchev | 2005-02-01 | 2 | -4/+12 |
* | fix preposterous time warnings in the nfs client; caused by false hits |  marius | 2005-01-24 | 2 | -12/+4 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 4 | -17/+14 |
* | In nfs_connect() move the setting of so->so_rcv.sb_timeo out of the |  millert | 2004-12-10 | 1 | -11/+8 |
* | enable receive() accounting and use uio_procp for send() accounting, too |  markus | 2004-11-18 | 1 | -1/+2 |
* | implememtation -> implementation |  pedro | 2004-11-04 | 1 | -2/+2 |
* | NFS commit coalescion: instead of sending a commit for each block, coalesce |  marius | 2004-08-03 | 6 | -15/+262 |
* | When accessing device nodes over nfs, do not trim major and minor numbers |  miod | 2004-08-03 | 1 | -3/+3 |
* | kqueue support for NFS, adapted from netbsd. |  marius | 2004-07-21 | 5 | -8/+413 |
* | kill netiso stuff here as well, millert ok |  henning | 2004-07-16 | 3 | -38/+4 |
* | on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only |  pedro | 2004-07-14 | 1 | -4/+4 |
* | Change mode_t and nlink_t from 16bit to 32bit. This allows us to |  millert | 2004-07-13 | 1 | -6/+6 |
* | fix for where a TCP NFS connection could sleep in soreceive() forever, |  marius | 2004-07-10 | 1 | -4/+22 |
* | Minor fixes suggested by nordin@ and henning@ |  tholo | 2004-06-25 | 1 | -8/+7 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 5 | -37/+43 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 6 | -25/+25 |
* | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 3 | -36/+39 |
* | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll |  millert | 2004-04-26 | 2 | -3/+21 |
* | make sockargs take void *, combine a len check. |  tedu | 2004-04-12 | 1 | -2/+2 |
* | silly fifos aren't a real fs, so we have to be sure to call reclaim |  tedu | 2004-03-02 | 2 | -3/+11 |
* | Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done. |  millert | 2004-02-27 | 1 | -3/+3 |
* | nfs_reqq is operated at softnet other places and thus softclock is not high enough; tedu@ ok |  mickey | 2003-12-08 | 1 | -3/+3 |
* | crank max sizes. from millert. believed to solve pr3561 |  tedu | 2003-11-28 | 1 | -3/+3 |
* | typos from Jared Yanovich; |  jmc | 2003-10-22 | 1 | -2/+2 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 2 | -4/+4 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 2 | -7/+7 |
* | constify vfsops; tedu@ ok |  mickey | 2003-08-14 | 1 | -2/+2 |
* | unlock on error condition. from Tim Wiess. ok csapuntz@ millert@ |  tedu | 2003-07-10 | 1 | -4/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 20 | -120/+40 |
* | Kill a bunch more commons (very few left =) |  jason | 2003-05-13 | 2 | -3/+4 |
* | make this at least compile ... |  mickey | 2003-05-07 | 1 | -2/+2 |
* | string cleaning; tedu ok |  deraadt | 2003-05-06 | 1 | -2/+3 |
* | Ip -> IP; |  jmc | 2003-03-28 | 1 | -2/+2 |
* | File system locking fixups, mostly from NetBSD: |  art | 2003-01-31 | 1 | -34/+139 |
* | in mountroot: |  mickey | 2002-12-11 | 1 | -7/+2 |
* | Implement simple vnodeop inheritance for specfs and fifofs. |  art | 2002-11-08 | 1 | -51/+6 |
* | Get rid of some commons. |  art | 2002-10-29 | 3 | -8/+16 |
* | Just like getvnode, make getsock FREF the file so that we can't get away |  art | 2002-08-23 | 1 | -2/+1 |
* | Fix handling of 0-length RPC fragments |  csapuntz | 2002-08-01 | 1 | -2/+3 |