summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
* Revert change 1.201 (removing mapping of VAPPEND to VWRITE).thomas2003-03-311-32/+2
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking whenrwatson2003-03-261-3/+13
* req can not be NULL or we'd die.alfred2003-03-261-6/+3
* Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in thetjr2003-03-211-0/+7
* - Add a forgotten BUF_LOCK()jeff2003-03-141-0/+1
* - Lock the buf before inspecting its contents.jeff2003-03-131-6/+4
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-13/+13
* - The interlock was not being droped in nfs_flush() if the first part ofjeff2003-02-261-2/+5
* - Properly handle the vnode interlock in nfs_fsync.jeff2003-02-251-1/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-9/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-198-33/+33
* Get rid of a silly message I added back in Sept 2001 (1.68).peter2003-02-181-4/+1
* Lock proc while accessing p_siglist, p_sigmask and p_sigignoretjr2003-02-151-1/+5
* Provide a sysctl to allow defaulting of the connectionless (-c) featuredillon2003-01-221-0/+15
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-218-33/+33
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-6/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-1/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
* SMP locking for ifnet list.hsu2002-12-222-1/+9
* do not try to free a mountpoint that we did not allocate.dillon2002-12-211-4/+9
* reapply 1.26 through 1.28.alfred2002-11-201-18/+6
* forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.alfred2002-11-201-6/+18
* remove useless casts, unused macros and cleanup a line wrap.alfred2002-11-201-9/+3
* comment and untwist error return logicalfred2002-11-201-4/+3
* Remove an outdated comment complaining about exporting struct ucredalfred2002-11-201-5/+0
* Don't examine an un-initialized variable.phk2002-10-201-4/+0
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-202-6/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-112-10/+21
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-011-7/+2
* Lock access to the signal queue, and related structures, with PROC_LOCK.jmallett2002-09-301-1/+5
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>jmallett2002-09-301-2/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove an errant debugging printf that got left in during my lastrwatson2002-09-271-1/+0
* Apparently pxeboot passes in a mygateway of non-zero sin lengthrwatson2002-09-261-1/+6
* - Lock access to the buf lists.jeff2002-09-255-16/+36
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-223-5/+241
* Use m_length() instead of home-rolled versions.phk2002-09-181-7/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-3/+3
* Now that we have a cached mount credential in struct mount, use it isteadphk2002-09-083-5/+1
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-051-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-152-2/+2
OpenPOWER on IntegriCloud