[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for sys/wait.h

2019-05-19 Thread Jacob Shin
Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *notice, this list of conditions and the following

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for termios.h

2019-05-06 Thread Jacob Shin
sts/psxhdrs/termios/cfgetispeed.c @@ -0,0 +1,50 @@ +/** + * @file + * @brief cfgetispeed() API Conformance Test + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification,

[PATCH] [PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for nl_types.h

2019-05-04 Thread Jacob Shin
/nl_types/catclose.c @@ -0,0 +1,49 @@ +/** + * @file + * @brief catclose() API Conformance Test + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for nl_types.h

2019-05-03 Thread Jacob Shin
int` - for i in $files; do -if test -f $i; then - rm -f $i - test "$verbose" = "-v" && echo "$i" -fi - done -done - fi - - test "$quiet" = "true" || echo "removing aclocal.m4 files"

[PATCH] user: Fix typo by changing sudu to sudo

2019-03-27 Thread Jacob Shin
--- user/hosts/posix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 044b8bd..24e811f 100644 --- a/user/hosts/posix.rst +++ b/user/hosts/posix.rst @@ -126,7 +126,7 @@ Xubuntu. A minimal installation was used and the followin

[PATCH] README.txt: Fix typo

2019-03-27 Thread Jacob Shin
--- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3679d1d..74393a4 100644 --- a/README.txt +++ b/README.txt @@ -45,7 +45,7 @@ NOTE: RedHat Enterprise Linux (RHEL) and Fedora should be the same as CentOS. Images -- -All images

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for aio.h

2019-01-10 Thread Jacob Shin
+ * + * Copyright (C) 2019 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *notice, this list of conditions and

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for errno.h

2019-01-07 Thread Jacob Shin
index 00..242d778019 --- /dev/null +++ b/testsuites/psxtests/psxhdrs/errno/errno.c @@ -0,0 +1,44 @@ +/** + * @file + * @brief errno API Conformance Test + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019 Jacob Shin + * + * Redistribution and use in source and

[PATCH] users/host/posix.rst: Fix spelling error for Ubuntu sudu to sudo

2018-12-30 Thread Jacob Shin
--- user/hosts/posix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 2b2cd3f..0e6aeae 100644 --- a/user/hosts/posix.rst +++ b/user/hosts/posix.rst @@ -110,7 +110,7 @@ Ubuntu The latest version is Ubuntu 18.04.1 LTS 64-bit.

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h

2018-12-12 Thread Jacob Shin
+++ b/testsuites/psxtests/psxhdrs/sys/msg/msgctl.c @@ -0,0 +1,51 @@ +/** + * @file + * @brief msgctl() API Conformance Test + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2018 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h

2018-12-12 Thread Jacob Shin
/psxhdrs/sys/select/FD_CLR.c @@ -0,0 +1,48 @@ +/** + * @file + * @brief FD_CLR() API Conformance Test + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2018 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for net/if.h

2018-12-11 Thread Jacob Shin
+ */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2018 Jacob Shin + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above

[PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for net/if.h

2018-12-10 Thread Jacob Shin
Hello. This is a test case for net/if.h. This was a task for Google Code-In (GCI); however, GCI is now over and there is no way to submit this via GCI. Note: I sent this email before but it got blocked since I was not yet a member of the mailing list. If this email is a duplicate, this email can be