aboutsummaryrefslogtreecommitdiff
path: root/bin/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.51:Maxim Konovalov2002-09-101-35/+34
* MFC:David Malone2002-08-111-8/+10
* Restore uid and euid before exiting.Maxim Konovalov2002-04-291-2/+10
* MFC: rev.1.40: Work around a buffer overflow problem on argv.Akinori MUSHA2002-02-061-6/+16
* MFC: Make test(1) a builtin command of sh(1).Akinori MUSHA2001-12-151-10/+46
* MFC: WARNS=2 and BDECFLAGSDavid E. O'Brien2001-08-011-15/+17
* MFC: support 64bit integer operandsStefan Eßer2000-07-221-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-511/+382
* 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
* - handle signs on integers properly,Geoff Rehmet1994-09-111-2/+3
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+560