summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-132-10/+7
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-121-1/+1
* - Add a missing VI_UNLOCK to an error case in nfs_flush.jeff2002-08-051-0/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-043-6/+14
* o Lock page queue accesses in nfs_getpages().alc2002-07-211-1/+7
* Fix a bug nfs_write() related to ^C'ing during a file write on andillon2002-07-161-2/+4
* If we get a receive error in nfs_receive() and then get an error trying tojhb2002-07-161-5/+6
* Add IPv6 support.alfred2002-07-153-28/+37
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-117-69/+65
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-101-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-284-16/+15
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-22/+6
* Don't tsleep() with an sb_mtx held.dd2002-05-271-2/+2
* Fix warning; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Lock down a socket, milestone 1.tanimura2002-05-202-5/+21
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theambrisko2002-05-171-0/+12
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* We don't need the arp kludge any more.phk2002-04-282-13/+0
* Remove the nfs_{lock,unlock,islocked} functions and the associatediedowse2002-04-272-88/+0
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-204-17/+17
OpenPOWER on IntegriCloud