committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
3340c45b | jhb | July 15, 2016, 3:28 p.m. | Add a test for user signal delivery. | |
463970da | jhb | July 15, 2016, 3:12 p.m. | Add documentation for the sigevent structure.
- Add a sigevent(3) manpage to give a general overview of the sigevent structure and the available notification mechanisms. - Document that AIO requests contain a nested sigevent structure that can be used to request completion notification. - Expand the sigevent details in other manuals to note details such as the extra values stored in a queued signal's information or in a posted kevent. Reviewed by: kib MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7122cgit ViewVC |
|
bcc238ea | cy | July 15, 2016, 3:09 p.m. | Revert r302865 and it's sister r302866 as r302865 causes some breakage. | |
0e3f233f | robak | July 15, 2016, 3:07 p.m. | Add new System Hardening menu and options to bsdinstall.
This patch add new 'hardening' file responsible for new bsdinstall 'System Hardening' menu allowing users to set some sane and carefully picked system security options (like random process id's, hiding other users/groups processes and others). All options are OFF by default in this patch due to POLA principle with intention to turn change some of them to ON by default in future. Reviewed by: adrian, allanjude, bdrewery, nwhitehorn Approved by: adrian, allanjude MFC after: 7 dayscgit ViewVC |
|
e0f50f02 | andrew | July 15, 2016, 1:25 p.m. | Implement bus_print_child to print the resources used by the ITS driver. | |
2138e263 | glebius | July 15, 2016, 9:28 a.m. | Fix regression introduced by r302350. The change of return value for a | |
d7e8cfd6 | kib | July 15, 2016, 9:23 a.m. | Do not allow creation of char or block special nodes with VNOVAL dev_t.
As was reported on http://seclists.org/oss-sec/2016/q3/68, tmpfs code contains assertion that rdev != VNOVAL. On FreeBSD, there is no other consequences except triggering the assert. To be compatible with systems where device nodes have some significance, reject mknod(2) call with dev == VNOVAL at the syscall level. Sponsored by: The FreeBSD Foundation MFC after: 1 weekcgit ViewVC |
|
d745ae11 | sephe | July 15, 2016, 8:40 a.m. | hyperv/vmbus: Cleanup channel sysctl tree creation
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7214cgit ViewVC |
|
3ccc0ce0 | sephe | July 15, 2016, 8:31 a.m. | hyperv/vmbus: Cosmetic vmbus channel close cleanup
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7213cgit ViewVC |
|
d0856980 | sephe | July 15, 2016, 8:23 a.m. | hyperv/vmbus: Function rename
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7212cgit ViewVC |
|
a91e5fd5 | sephe | July 15, 2016, 8:13 a.m. | hyperv/vmbus: Back out r302888 temporarily | |
047affd1 | sephe | July 15, 2016, 8:08 a.m. | hyperv/hn: Busdma-fy rxbuf and chimney sending buffer
Nuke unused channel GPADL API. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7211cgit ViewVC |
|
8c209c92 | sephe | July 15, 2016, 8:06 a.m. | hyperv/hn: Busdma-fy rxbuf and chimney sending buffer
Nuke unused channel GPADL API. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7211cgit ViewVC |
|
43bbe6b2 | sephe | July 15, 2016, 7:53 a.m. | hyperv/vmbus: Cleanup channel packet receiving.
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7204cgit ViewVC |
|
7c557248 | sephe | July 15, 2016, 7:45 a.m. | hyperv/vmbus: Cleanup channel receiving.
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7202cgit ViewVC |