| Commit message (Expand) | Author | Age | Files | Lines |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 2 | -36/+42 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 2 | -33/+32 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 2 | -9/+8 |
* | Oops, forgot to rm this last time. | peter | 2001-09-26 | 1 | -564/+0 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 27 | -25120/+133 |
* | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | imp | 2001-09-18 | 1 | -1/+1 |
* | Sync some differences that were different between the copies of the files | peter | 2001-09-15 | 1 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 17 | -612/+621 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -4/+4 |
* | Pushdown Giant for nfs syscalls (nfssvc()) | dillon | 2001-08-31 | 1 | -12/+23 |
* | Stupid error from my side in prev. commit: || -> && | ache | 2001-08-23 | 1 | -1/+1 |
* | Implement l_len<0 per POSIX check. | ache | 2001-08-23 | 1 | -4/+6 |
* | Even better move: suppose that server is able to handle SEEK_END, | ache | 2001-08-23 | 1 | -6/+6 |
* | Apparently SEEK_END locking not supported by NFS. Previous variant | ache | 2001-08-23 | 1 | -1/+5 |
* | Move <machine/*> after <sys/*> | ache | 2001-08-23 | 1 | -1/+2 |
* | adv. lock: | ache | 2001-08-23 | 1 | -5/+5 |
* | Fix a client-side memory leak in nfs_flush(). The code allocates | iedowse | 2001-08-01 | 1 | -2/+2 |
* | Check the filehandle size when mounting. | peter | 2001-07-30 | 1 | -0/+2 |
* | - Sort includes. | jhb | 2001-07-04 | 1 | -5/+10 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 3 | -18/+12 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 3 | -9/+24 |
* | Unlock the process returned from pfind() if it does not return NULL. | jake | 2001-06-01 | 1 | -1/+4 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -2/+4 |
* | Assert Giant is held by the caller rather than getting it and releasing | jhb | 2001-05-23 | 1 | -10/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 3 | -3/+32 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -28/+4 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 5 | -23/+35 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -35/+0 |
* | Remove incorrect comment. | alfred | 2001-04-29 | 1 | -1/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 12 | -24/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 12 | -0/+24 |
* | vnode_pager_freepage() is really vm_page_free() in disguise, | alfred | 2001-04-19 | 1 | -3/+3 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 6 | -7/+438 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 2 | -19/+23 |
* | Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to | peter | 2001-04-11 | 1 | -0/+79 |
* | o Rather than arbitrarily construct a credential in the nfs_statfs() | rwatson | 2001-04-05 | 1 | -6/+2 |
* | Use the same API as the example code. | peter | 2001-03-20 | 1 | -1/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 2 | -29/+2 |
* | Dramatically improve the **lame** nfs_hash(). This is based on the | peter | 2001-03-17 | 1 | -8/+16 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+5 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -6/+2 |
* | Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be | dillon | 2001-02-28 | 1 | -0/+8 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 2 | -2/+8 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -2/+2 |
* | Fix some problems that were introduced in revision 1.97. Instead | iedowse | 2001-02-09 | 1 | -46/+101 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -3/+3 |
* | Enable use of DHCP extensions. | tegge | 2001-02-02 | 1 | -33/+240 |
* | NFS O_EXCL file create semantics temporarily uses file attributes to store | dillon | 2001-01-04 | 1 | -1/+14 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 11 | -58/+58 |