Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deobfuscate cleanup path in clnt_bck_create(..) | ngie | 2016-06-10 | 1 | -8/+3 |
| | | | | | | | | | | | | | | | | | Similar to r300836, cl and ct will always be non-NULL as they're allocated using the mem_alloc routines, which always use `malloc(..., M_WAITOK)`. Deobfuscating the cleanup path fixes a leak where if cl was NULL and ct was not, ct would not be free'd, and also removes a duplicate test for cl not being NULL. Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D6801 MFC after: 1 week Reported by: Coverity CID: 1229999 Reviewed by: cem Sponsored by: EMC / Isilon Storage Division | ||||
* | sys/rpc: minor spelling fixes. | pfg | 2016-05-06 | 1 | -1/+1 |
| | | | | No functional change. | ||||
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
| | | | | Found with devel/coccinelle. | ||||
* | Merge the NFSv4.1 server code in projects/nfsv4.1-server over | rmacklem | 2014-07-01 | 1 | -0/+593 |
into head. The code is not believed to have any effect on the semantics of non-NFSv4.1 server behaviour. It is a rather large merge, but I am hoping that there will not be any regressions for the NFS server. MFC after: 1 month |