CVS Repository/ src/ include/ db.h


OpenBSD release(s):
1.14 (79),  1.12 (78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59),  1.9 (58 57 56 55 54 53),  1.8 (52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35),  1.7 (34),  1.6 (33 32),  1.5 (31),  1.4 (30 29 28 27),  1.3 (26 25 24 23 22),  1.2 (21 20), 
Tags:
1.1.1.1 (netbsd_1_1), 
revision 1.14/ (Download) - annotate - Tue, 10 Mar 2026 04:30:34 UTC by deraadt
OpenBSD release(s): 79
Changes since 1.13: +4 -4 (diff)
oops, deleted the wrong side of the #ifdef

revision 1.13/ (Download) - annotate - Tue, 10 Mar 2026 04:29:08 UTC by deraadt
Changes since 1.12: +1 -7 (diff)
Remove pdp11 support (no joke)

revision 1.12/ (Download) - annotate - Sat, 17 Oct 2015 21:48:42 UTC by guenther
OpenBSD release(s): 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59
Changes since 1.11: +1 -51 (diff)
Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper
and eliminate the now superfluous -D option

ok kettenis@ millert@

revision 1.11/ (Download) - annotate - Sat, 05 Sep 2015 11:28:35 UTC by guenther
Changes since 1.10: +1 -10 (diff)
Use new framework for wrapping dbopen()
Move internal declarations from <db.h> to libc's hidden/db.h

ok kettenis@

revision 1.10/ (Download) - annotate - Thu, 27 Aug 2015 04:37:09 UTC by guenther
Changes since 1.9: +4 -2 (diff)
Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal
symbols that are not longer exported.  (This improves the generated code.)

ok deraadt@

revision 1.9/ (Download) - annotate - Wed, 05 Dec 2012 23:19:57 UTC by deraadt
OpenBSD release(s): 58 57 56 55 54 53
Changes since 1.8: +1 -2 (diff)
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis

revision 1.8/ (Download) - annotate - Thu, 22 Jan 2004 21:48:02 UTC by espie
OpenBSD release(s): 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35
Changes since 1.7: +35 -33 (diff)
Remove unnecessary typedef usage.

u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int

okay millert@

revision 1.7/ (Download) - annotate - Mon, 02 Jun 2003 19:34:12 UTC by millert
OpenBSD release(s): 34
Changes since 1.6: +2 -6 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

revision 1.6/ (Download) - annotate - Fri, 31 May 2002 20:42:34 UTC by itojun
OpenBSD release(s): 33 32
Changes since 1.5: +1 -17 (diff)
do not declare int32_t and such locally.  pull sys/types.h.

revision 1.5/ (Download) - annotate - Sat, 16 Feb 2002 21:27:17 UTC by millert
OpenBSD release(s): 31
Changes since 1.4: +16 -16 (diff)
Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

revision 1.4/ (Download) - annotate - Mon, 15 Nov 1999 01:47:54 UTC by aaron
OpenBSD release(s): 30 29 28 27
Changes since 1.3: +2 -2 (diff)
Typo in comment.

revision 1.3/ (Download) - annotate - Sun, 21 Sep 1997 10:45:29 UTC by niklas
OpenBSD release(s): 26 25 24 23 22
Changes since 1.2: +1 -0 (diff)
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now.  Added openBSD tags.

revision 1.2/ (Download) - annotate - Sun, 24 Mar 1996 17:07:32 UTC by tholo
OpenBSD release(s): 21 20
Changes since 1.1: +2 -0 (diff)
Prefix "long long" with "/* LONGLONG */" to shut up lint(1)

revision 1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:41:12 UTC by deraadt
Branch point for: 1.1.1.1
Initial revision

revision 1.1.1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:41:12 UTC by deraadt
Tags: netbsd_1_1
Changes since 1.1: None
initial import of NetBSD tree