aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Don't examine an un-initialized variable.Poul-Henning Kamp2002-10-201-4/+0
* Remove extern declarations of stuff which is static in nfs_node.cPoul-Henning Kamp2002-10-202-6/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+0
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-112-10/+21
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-7/+2
* Lock access to the signal queue, and related structures, with PROC_LOCK.Juli Mallett2002-09-301-1/+5
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-301-2/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove an errant debugging printf that got left in during my lastRobert Watson2002-09-271-1/+0
* Apparently pxeboot passes in a mygateway of non-zero sin lengthRobert Watson2002-09-261-1/+6
* - Lock access to the buf lists.Jeff Roberson2002-09-255-16/+36
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cJake Burkholder2002-09-223-5/+241
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-7/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-3/+3
* Now that we have a cached mount credential in struct mount, use it isteadPoul-Henning Kamp2002-09-083-5/+1
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tBruce Evans2002-09-051-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredAlfred Perlstein2002-08-152-2/+2
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-1/+1
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-132-10/+7
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventRobert Watson2002-08-121-1/+1
* - Add a missing VI_UNLOCK to an error case in nfs_flush.Jeff Roberson2002-08-051-0/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-043-6/+14
* o Lock page queue accesses in nfs_getpages().Alan Cox2002-07-211-1/+7
* Fix a bug nfs_write() related to ^C'ing during a file write on anMatthew Dillon2002-07-161-2/+4
* If we get a receive error in nfs_receive() and then get an error trying toJohn Baldwin2002-07-161-5/+6
* Add IPv6 support.Alfred Perlstein2002-07-153-28/+37
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-117-69/+65
* Replace the global buffer hash table with per-vnode splay trees using aMatthew Dillon2002-07-101-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().John Baldwin2002-06-284-16/+15
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-312-22/+6
* Don't tsleep() with an sb_mtx held.Dima Dorfman2002-05-271-2/+2
* Fix warning; deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-5/+21
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theDoug Ambrisko2002-05-171-0/+12
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* We don't need the arp kludge any more.Poul-Henning Kamp2002-04-282-13/+0
* Remove the nfs_{lock,unlock,islocked} functions and the associatedIan Dowse2002-04-272-88/+0
* The recent NFS forced unmount improvements introduced a side-effectIan Dowse2002-04-171-4/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-204-17/+17
* Add a readonly sysctl variable of type string, kern.bootp_cookie,Luigi Rizzo2002-03-131-0/+15
* vhold() our vnode while checking the remote side.Poul-Henning Kamp2002-03-081-0/+3
* Fix warnings.. bootpc_init() and related.Peter Wemm2002-02-282-2/+1
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticJohn Baldwin2002-02-271-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-275-16/+13
* Fix a long line touched in previous commit (but not caused by previousPeter Wemm2002-02-071-1/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* Revise the nfsiod auto tuning code. Now both the upper and lower limitsPeter Wemm2002-01-153-22/+87