| Commit message (Expand) | Author | Age | Files | Lines |
* | The advisory lock may be activated or activated and removed during the | kib | 2009-05-24 | 2 | -2/+16 |
* | In lf_purgelocks(), assert that state->ls_pending is empty after we | kib | 2009-05-24 | 1 | -1/+3 |
* | In lf_advlockasync(), recheck for doomed vnode after the state->ls_lock | kib | 2009-05-24 | 1 | -2/+17 |
* | Block when initially opening a TTY multiple times. | ed | 2009-05-24 | 1 | -5/+11 |
* | Replace the while statement with the if for clarity. The loop body | kib | 2009-05-24 | 1 | -1/+1 |
* | Increase the number of available file descriptors to 64. This fixes the | dfr | 2009-05-24 | 1 | -1/+1 |
* | Fix build of KGSSAPI bits post-vimage. | dfr | 2009-05-24 | 2 | -5/+7 |
* | Add new constants to the acl(9) manual page. | trasz | 2009-05-24 | 1 | -4/+74 |
* | Fix the experimental nfsv4 client so that it works for the | rmacklem | 2009-05-24 | 2 | -22/+49 |
* | Modify nfsd.c to add support for the experimental nfs server. | rmacklem | 2009-05-24 | 5 | -29/+544 |
* | Even if not entirely style clean the heavy nesting of the various | bz | 2009-05-23 | 1 | -15/+15 |
* | pmap_enter() *must* set PG_WRITEABLE on the given page if it creates a | alc | 2009-05-23 | 1 | -0/+1 |
* | V_irtualize the if_clone framework, thus allowing for clonable ifnets | zec | 2009-05-23 | 7 | -30/+118 |
* | add npe tools | sam | 2009-05-23 | 1 | -0/+16 |
* | add npe tools; first is npestats which reports device statistics | sam | 2009-05-23 | 8 | -0/+804 |
* | accumulate npe statistics and expose them through dev.npe.X.stats | sam | 2009-05-23 | 1 | -2/+20 |
* | Give pmap_enter()'s third parameter the same name that it has on amd64 and | alc | 2009-05-23 | 1 | -2/+2 |
* | When a page is mapped for write access on a read fault, the PTE should be | alc | 2009-05-23 | 1 | -1/+2 |
* | Eliminate the unnecessary clearing of a page's dirty bits from | alc | 2009-05-23 | 1 | -2/+5 |
* | More bogus props. | des | 2009-05-23 | 0 | -0/+0 |
* | Add new #defines neccessary to support NFSv4 ACLs. | trasz | 2009-05-23 | 1 | -6/+58 |
* | For UDP with introducing the UDP control block, the uma zone had to | bz | 2009-05-23 | 1 | -1/+1 |
* | Add more obsolete files, old NFSv4 client and legacy USB related. | antoine | 2009-05-23 | 1 | -0/+4 |
* | Implement UDP control block support. | bz | 2009-05-23 | 5 | -65/+114 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | bz | 2009-05-23 | 8 | -12/+51 |
* | Remove bogus prop | des | 2009-05-23 | 0 | -0/+0 |
* | Remove bogus props | des | 2009-05-23 | 0 | -0/+0 |
* | While r192615 fixed the former problems, make this file VIMAGE | bz | 2009-05-23 | 1 | -0/+3 |
* | Delay an error message until the variable it uses gets initialized. | jamie | 2009-05-23 | 1 | -8/+6 |
* | Unexpand $FreeBSD$. | des | 2009-05-23 | 1 | -1/+1 |
* | Remove svn:keywords on a file that had fbsd:nokeywords (though I don't | des | 2009-05-23 | 1 | -1/+1 |
* | Improve API documentation. | trasz | 2009-05-23 | 5 | -1/+39 |
* | Fix cryptodev UIO creation. | raj | 2009-05-23 | 1 | -1/+3 |
* | Fix minor typo. | joel | 2009-05-23 | 1 | -1/+1 |
* | Added two tools to check the contents of /usr/share/misc/iso* with | edwin | 2009-05-23 | 3 | -0/+264 |
* | Rework the text for the import of zic(8) at 20090523. | edwin | 2009-05-23 | 1 | -1/+2 |
* | Preset the modified bit in the PTE when pmap_enter() is called during a | alc | 2009-05-23 | 1 | -0/+2 |
* | Update share/misc/iso639 | edwin | 2009-05-23 | 1 | -40/+45 |
* | [patch] update share/misc/iso639 | edwin | 2009-05-23 | 1 | -71/+118 |
* | MFV of tzcode2009e: | edwin | 2009-05-23 | 21 | -1815/+2421 |
* | Include the 2 byte length field for the optional "extra data" | kientzle | 2009-05-23 | 1 | -0/+1 |
* | Add zfs/zpool to rescue programs | kmacy | 2009-05-23 | 1 | -1/+14 |
* | Fix the rpc_gss_secfind() call in nfs_commonkrpc.c so that | rmacklem | 2009-05-23 | 1 | -1/+16 |
* | It seems this file was ignored by MRT, rnh locking changes and new-arpv2. | bz | 2009-05-23 | 1 | -17/+3 |
* | Change the sysctl_base argument to svcpool_create() to NULL for | rmacklem | 2009-05-22 | 1 | -1/+1 |
* | If including vnet.h one has to include opt_route.h as well. This is | bz | 2009-05-22 | 1 | -0/+1 |
* | Set ifp->if_afdata_initialized to 0 while holding IF_AFDATA_LOCK on ifp, | zec | 2009-05-22 | 1 | -1/+1 |
* | Add myself to the src committers graph. | jilles | 2009-05-22 | 1 | -0/+3 |
* | Introduce the if_vmove() function, which will be used in the future | zec | 2009-05-22 | 4 | -83/+178 |
* | Fix the name of the module common to the client and server | rmacklem | 2009-05-22 | 1 | -1/+1 |