aboutsummaryrefslogtreecommitdiff
path: root/bin/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* o Backout rev. 1.40 and rev. 1.49.Maxim Konovalov2002-08-151-36/+34
* Make test check the tv_nsec part of a struct stat when comparingDavid Malone2002-07-271-8/+10
* Fix a memory leak.Maxim Konovalov2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.Alfred Perlstein2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.Alfred Perlstein2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.Alfred Perlstein2002-05-111-0/+1
* Use intmax_t as quad_t replacement, like in exprAndrey A. Chernov2002-03-281-5/+6
* Log:Maxim Konovalov2002-03-061-10/+6
* __printflike() should really be __printf0like() since verrx() canKris Kennaway2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1Kris Kennaway2002-02-041-1/+2
* Work around a buffer overflow problem on argv that has been exposedAkinori MUSHA2002-02-031-6/+16
* o __P has been reovedWarner Losh2002-02-021-61/+32
* strtoq -> strtoll (strtoq is deprecated)Andrey A. Chernov2001-12-251-5/+5
* 1) Localize (LC_CTYPE)Andrey A. Chernov2001-12-171-0/+11
* POSIX strto*() functions MAY return EINVAL, so don't assume that only oneAndrey A. Chernov2001-12-141-2/+4
* Fix style bugs I found, and add a comment.Akinori MUSHA2001-11-191-10/+11
* Oops sorry, forgot to add a #include.Akinori MUSHA2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.Akinori MUSHA2001-11-191-7/+34
* Make test(1) a builtin command of our sh(1) for efficiency. TheAkinori MUSHA2001-11-171-0/+5
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-15/+17
* Add support for 64bit integer comparisons.Stefan Eßer2000-07-101-6/+50
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Make the comments nice, short-but-sweet XXX format.Brian Feldman1999-08-241-10/+3
* Make a comment I added a bit nicer.Brian Feldman1999-08-221-2/+3
* Finally: fix test -x as completely as possible.Brian Feldman1999-08-201-7/+17
* The new test(1) did not use access() correctly. I don't know why, sinceBrian Feldman1999-08-181-2/+7
* Replace our test(1) with NetBSD's pdksh-derived version. The code isSheldon Hearn1999-08-161-520/+391
* Minor style fix - change 'if(!*v)' to 'if (!*v)'Chris Costello1999-08-141-2/+2
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Add -S flag to test for sockets.Martin Cracauer1998-09-071-1/+4
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-181-3/+5
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-3/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix handling of -o and -a operators in the 3 argument case.Steve Price1996-12-251-2/+2
* -Wall cleaning.Steve Price1996-12-141-3/+3
* err() --> errx() for non-errno related failures.Joerg Wunsch1996-03-111-3/+3
* Fix -h option:Andrey A. Chernov1995-10-281-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-3/+3
* Fix group permissions check for group list size > 1Andrey A. Chernov1994-11-051-3/+13
* Fix root -w case according to manpage (-x & -r cases already accords)Andrey A. Chernov1994-11-051-4/+7
* Cosmetique, missing tab/spaces after patchAndrey A. Chernov1994-11-051-6/+6
* More complex implementation of previos superuser fixAndrey A. Chernov1994-11-051-2/+10
* test produce wrong results for superuser, i.e. tellsAndrey A. Chernov1994-11-051-2/+2
* Added $Id$David Greenman1994-09-241-0/+2
* Make get_int() think that "" (null) has the integer value 0.Geoff Rehmet1994-09-111-0/+5