| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-18 | 2 | -4/+0 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-16 | 1 | -5/+1 |
* | Add MODULE_DEPEND() macros to the experimental NFS client and | rmacklem | 2010-06-15 | 2 | -0/+4 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 6 | -67/+29 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -2/+2 |
* | Add a new function devfs_parent_dirent() for resolving devfs parent | jh | 2010-06-09 | 3 | -9/+32 |
* | Don't try to call cdevsw d_close() method when devfs_close() is called | jh | 2010-06-01 | 1 | -0/+7 |
* | udf_readlink: fix malloc call with uninitialized size parameter | avg | 2010-05-31 | 1 | -1/+1 |
* | Allow the experimental NFSv4 client to use cached attributes | rmacklem | 2010-05-18 | 1 | -2/+7 |
* | Add a sanity check for a negative args.fhsize to the experimental | rmacklem | 2010-05-17 | 1 | -1/+1 |
* | Disable bypass for the vop_advlockpurge(). The vop is called after | kib | 2010-05-16 | 1 | -0/+1 |
* | The thread_unsuspend() requires both process mutex and process spinlock | kib | 2010-05-10 | 1 | -4/+4 |
* | For detach procfs ctl command, also clear P_STOPPED_TRACE process stop | kib | 2010-05-10 | 1 | -1/+4 |
* | Fix typos in macros. | rmacklem | 2010-05-08 | 2 | -4/+4 |
* | Patch the experimental NFS client so that it works for NFSv2 | rmacklem | 2010-05-08 | 1 | -2/+34 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 3 | -24/+27 |
* | Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node | kib | 2010-05-06 | 2 | -3/+8 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 3 | -10/+0 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 2 | -4/+2 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 3 | -15/+30 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 7 | -80/+16 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -2/+0 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 3 | -6/+18 |
* | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | alc | 2010-05-03 | 1 | -0/+4 |
* | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | alc | 2010-05-02 | 1 | -3/+27 |
* | For the experimental NFS client, it should always flush dirty | rmacklem | 2010-04-28 | 1 | -2/+1 |
* | Delete a diagnostic statement that is no longer useful from | rmacklem | 2010-04-28 | 1 | -4/+0 |
* | An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs | rmacklem | 2010-04-24 | 9 | -37/+46 |
* | When the experimental NFS client is handling an NFSv4 server reboot | rmacklem | 2010-04-22 | 8 | -36/+91 |
* | The cache_enter(9) function shall not be called for doomed dvp. | kib | 2010-04-20 | 1 | -1/+1 |
* | For the experimental NFS client doing an NFSv4 mount, | rmacklem | 2010-04-20 | 1 | -3/+6 |
* | Avoid extraneous recovery cycles in the experimental NFS client | rmacklem | 2010-04-18 | 2 | -4/+30 |
* | Revert r206560. The change doesn't work correctly in all cases with | jh | 2010-04-16 | 2 | -24/+0 |
* | Add mutex lock calls to 2 cases in the experimental NFS client's | rmacklem | 2010-04-15 | 1 | -2/+6 |
* | The experimental NFS client was not filling in recovery credentials | rmacklem | 2010-04-15 | 5 | -3/+19 |
* | - Ignore and report duplicate and empty device names in devfs_populate_loop() | jh | 2010-04-13 | 2 | -0/+24 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 19 | -125/+11 |
* | Harden the experimental NFS server a little, by adding range | rmacklem | 2010-04-06 | 1 | -0/+22 |
* | Synchronize Coda kernel module definitions in our coda.h to Coda 6's | rwatson | 2010-04-05 | 9 | -137/+149 |
* | Correct definition of CIOC_KERNEL_VERSION Coda ioctl() for systems | rwatson | 2010-04-05 | 1 | -1/+1 |
* | Harden the experimental NFS server a little, by adding extra checks | rmacklem | 2010-04-04 | 1 | -12/+11 |
* | mountmsdosfs: reject too high value of bytes per cluster | avg | 2010-04-02 | 1 | -0/+1 |
* | Add function vop_rename_fail(9) that performs needed cleanup for locks | kib | 2010-04-02 | 1 | -8/+2 |
* | For the experimental NFS server, add a call to free the lookup | rmacklem | 2010-04-02 | 1 | -0/+1 |
* | Add SAVENAME to the cn_flags for all cases in the experimental | rmacklem | 2010-04-02 | 1 | -3/+5 |
* | This patch should fix handling of byte range locks locally | rmacklem | 2010-03-30 | 6 | -279/+525 |
* | Patch the experimental NFS server in a manner analagous to r205661 | rmacklem | 2010-03-26 | 1 | -0/+3 |
* | Fix the experimental NFS subsystem so that it uses the correct | rmacklem | 2010-03-24 | 1 | -3/+3 |
* | Fix a long standing regression of readdir(3) in fdescfs(5) introduced | jkim | 2010-03-16 | 1 | -16/+13 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 5 | -19/+16 |