#
f467f63c |
| 16-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Remove sys/param.h
It was used for nitems, but I converted it to __arraycount later, and is already pulled in by header pollution on FreeBSD as well as NetBSD ala sys/cdefs.h
|
#
3cc31a04 |
| 01-Sep-2015 |
Konstantin Belousov <kib@FreeBSD.org> |
Fix t_spawnattr test for attributes handling by posix_spawn(3). Connect it to the build.
The code assumed that SCHED_* constants form a contiguous set of numbers, remove the assumption by using sche
Fix t_spawnattr test for attributes handling by posix_spawn(3). Connect it to the build.
The code assumed that SCHED_* constants form a contiguous set of numbers, remove the assumption by using schedulers[] array in get_different_scheduler(). This is no-op on FreeBSD, but improves code portability.
The selection of different priority used the min/max priority range of the current scheduler class, instead of the priority to be changed to. The bug caused the test failure.
Remove duplication of POSIX_SPAWN_SETSIGDEF flag and now unused duplications of MIN/MAX definitions.
Reviewed by: jilles, pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D3533
show more ...
|
#
57718be8 |
| 02-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|