8b8647bf | 10-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port the testcase to FreeBSD
- Make #include path to h_macros.h a non-relative path - __gl_stat_t is synonymous with struct stat on FreeBSD - FreeBSD doesn't have _DIRENT_RECLEN - Skip over glob_sta
Port the testcase to FreeBSD
- Make #include path to h_macros.h a non-relative path - __gl_stat_t is synonymous with struct stat on FreeBSD - FreeBSD doesn't have _DIRENT_RECLEN - Skip over glob_star on FreeBSD (testcase doesn't pass)
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
9ae31714 | 10-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Disable the invalid pointer test on FreeBSD
FreeBSD segfaults on invalid pointers passed to getcwd because it throbs the address passed in in libc, whereas NetBSD just passes the information off to
Disable the invalid pointer test on FreeBSD
FreeBSD segfaults on invalid pointers passed to getcwd because it throbs the address passed in in libc, whereas NetBSD just passes the information off to the syscall, which allows the kernel to return EFAULT on bad pointers.
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
4cf97cc9 | 10-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 in {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code
Add a positive and negative test for
FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 in {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code
Add a positive and negative test for MAXHOSTNAMELEN-1 and MAXHOSTNAMELEN, respectively
PR: 181127 In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|