summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/db/dbtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-6/+7
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-241-2/+2
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-3/+1
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-271-14/+14
* Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.kettenis2017-04-161-2/+2
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-231-5/+5
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-5/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* various cleanups; david says results are samederaadt2003-07-311-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+4
* Rename private err() function to dberr() to avoid collision withmillert2002-02-181-42/+49
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-18/+18
* $OpenBSD$niklas2001-01-291-1/+2
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* r?index -> strr?chrmillert1997-01-171-6/+6
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* db release 1.85deraadt1996-05-071-63/+150
* initial import of NetBSD treederaadt1995-10-181-0/+672