5e281ed97b1328d6d90f8a086215a85124cfc727 |
|
23-Feb-2017 |
Cyril Hrubis <chrubis@suse.cz> |
syscalls/bind02: Small cleanup Get rid of hacked up option to specify user for the test, the rest of the LTP testcases use nobody just fine. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
991f91ca4fc24915c88a20ba1d87a6e02674b70b |
|
28-Oct-2015 |
Cui Bixuan <cuibixuan@huawei.com> |
bind/bind02: Testcase failed for non-root user Add tst_require_root() to testcase for setegid(). Signed-off-by: Cui Bixuan <cuibixuan@huawei.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
aabb8340f63ed31afe995fd97795e542dc68b93c |
|
04-Feb-2015 |
Cyril Hrubis <chrubis@suse.cz> |
Include usctest.h in test.h Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
8b35601743f74e3199cdd9139b9ff95d00d2833b |
|
24-Sep-2014 |
Cyril Hrubis <chrubis@suse.cz> |
Remove tst_exit() that follows tst_brkm() Removes dead code that is never executed. Created with coccinelle patch: @@ @@ tst_brkm(...); - tst_exit(); Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
8a1e52afc5ad935a5dd1bca47b29c5c4481069e8 |
|
23-Sep-2014 |
Cyril Hrubis <chrubis@suse.cz> |
Remove redundant tst_exit() calls. Created with coccinelle patch: @@ @@ tst_exit(); - tst_exit(); Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
c57fba5535abf457e33dd7a986b6c512d95cdef6 |
|
10-Apr-2014 |
Mike Frysinger <vapier@gentoo.org> |
testcases/kernel/syscalls: clean up old style prototypes Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
fdce7d5e2a219d201a2b0e3bab6b61b01ec1d716 |
|
04-Apr-2013 |
Cyril Hrubis <chrubis@suse.cz> |
Another semiautomated cleanup. Remove comments such as: - /* Test program identifier. */ - /* Total number of test cases. */ - /* Extern Global Variables */ - /* Harness Specific Include Files. */ - /* Standard Include Files */ - /* Parse standard options given to run the test. */ - etc. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
354ebb48db8e66a853a58379a4808d5dcd1ceac3 |
|
07-Dec-2012 |
Wanlong Gao <gaowanlong@cn.fujitsu.com> |
cleanup code indent Cleanup the code indent using: find . -name *.c -exec Lindent {} \; It's really a big change, but can fix almost all of the indent problem in C code, although we can't ensure all of the changes are right, but the error changes are really few. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 |
|
19-Oct-2012 |
Wanlong Gao <gaowanlong@cn.fujitsu.com> |
Update FSF address find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
ec6edca7aa42b6affd989ef91b5897f96795e40f |
|
18-Oct-2012 |
Chris Dearman <chris@mips.com> |
Add missing newline at end of file This is a scripted change done using the following command: find . -type d -name .git -prune -o \ -type f \! -name \*\~ \! -name .\#\* \ \! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \ xargs -0 sed -i -e '$a\' Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
1569799abe4296fc5ca50ede305c1eb2ac482422 |
|
18-Dec-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Fix some tests. Remove all externs to Tst_count. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
2c28215423293e443469a07ae7011135d058b671 |
|
16-Dec-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Style and conformance changes. 1. Strip all leading space. 2. Move tst_exit() to main(). 3. Remove tst_exit() from cleanup(). 4. Remove cluebat comments. 5. Reduce some unnecessary whitespace. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
7869aacacfa79433ca54c9b0d8f5ffad3f59ab9a |
|
14-Nov-2009 |
yaberauneya <yaberauneya> |
Make the test user lookup error for error bind02 a bit more intuitive. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
8de367ce7a4d09ed62e7db98573741e131ada77e |
|
28-Aug-2009 |
vapier <vapier> |
cleanup broken printf strings and errno handling
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
56207cec7732e09c216c751c0b5f88a242bacae6 |
|
23-Mar-2009 |
subrata_modak <subrata_modak> |
Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
bdbaec51a423e715c2b03ed9e497e9a1fba6103e |
|
26-Feb-2009 |
subrata_modak <subrata_modak> |
Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 |
|
26-Feb-2009 |
subrata_modak <subrata_modak> |
Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
e93a32461314822bdf3eab4f336fa88f8d8eb8af |
|
31-Aug-2005 |
robbiew <robbiew> |
Applied a load of patches submitted to the mailing list by Gentoo's Mike Frysinger
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|
7b782790555989c87c5e7b0304441bb15f29333c |
|
07-Jul-2004 |
robbiew <robbiew> |
Added a new test for bind() written by Dan Jones.
/external/ltp/testcases/kernel/syscalls/bind/bind02.c
|