#
aae80e6b |
| 24-Sep-2016 |
christos <christos@NetBSD.org> |
remove mpool_getf
|
#
86147b1c |
| 24-Sep-2016 |
christos <christos@NetBSD.org> |
Merge the recursive tree traversal changes from the mit kerberos tree. This Also make the tracefile customizable. Unfortunately we can't merge any of the hash changes because they have a different on
Merge the recursive tree traversal changes from the mit kerberos tree. This Also make the tracefile customizable. Unfortunately we can't merge any of the hash changes because they have a different on-disk format. That does not matter really because we've fixed most of the problems...
show more ...
|
#
d3595ddf |
| 11-Sep-2008 |
joerg <joerg@NetBSD.org> |
Consistently include "nbtool_config.h" when cross-compiling.
|
#
52c4a82e |
| 10-Sep-2008 |
joerg <joerg@NetBSD.org> |
In preparation for providing a db fallback in libnbcompat, remove sccsid and conditionals around __RCSID. lint understands __RCSID enough to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPID
In preparation for providing a db fallback in libnbcompat, remove sccsid and conditionals around __RCSID. lint understands __RCSID enough to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPIDENT. No functional changes.
show more ...
|
#
40b37a3b |
| 26-Aug-2008 |
joerg <joerg@NetBSD.org> |
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as it is mostly about the wire format.
Patched libc.so is bit-identical.
OK matt@
|
#
cb9daf8f |
| 03-Feb-2007 |
christos <christos@NetBSD.org> |
cleanup: - remove __P - remove unneeded casts - add _DIAGASSERT - add more diagnostics for integer overflow - fix size_t/int confusion - make debugging and statistics code compile
|
#
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
#
42a6d413 |
| 30-Dec-2001 |
thorpej <thorpej@NetBSD.org> |
__bt_search(): Rename the local variable "index" to "idx" to avoid shadowing a global declaration.
|
#
61238e71 |
| 09-Dec-1998 |
christos <christos@NetBSD.org> |
delint
|
#
43fa6fe3 |
| 21-Jul-1997 |
jtc <jtc@NetBSD.org> |
If port provides __weak_alias(), provide an Standard C and POSIX pure identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will
If port provides __weak_alias(), provide an Standard C and POSIX pure identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will use those names internally. Weak aliases are used to provide the original names to the API.
This is only the first part of this change. It is most of the functions which are implemented in C for all NetBSD ports. Subsequent changes are to add the same support to the remaining C files, to assembly files, and to the automagically generated assembly source used for system calls. When all of the above is done, ports with weak alias support should add a definition for __weak_alias to <sys/cdefs.h>.
show more ...
|
#
00ae392d |
| 13-Jul-1997 |
christos <christos@NetBSD.org> |
Fix RCSID's Fix gcc warnings.
|
#
24420c01 |
| 03-May-1996 |
cgd <cgd@NetBSD.org> |
merge DB 1.85 changes
|
#
a954b078 |
| 27-Feb-1995 |
cgd <cgd@NetBSD.org> |
add unintrusive Ids
|
#
a6d14e36 |
| 18-Aug-1994 |
cgd <cgd@NetBSD.org> |
clean up import
|
#
f7b4cb00 |
| 24-Jan-1994 |
cgd <cgd@NetBSD.org> |
update to 1.73 from UCB. I didn't even notice this was out!
|
#
65aeeefb |
| 17-Sep-1993 |
cgd <cgd@NetBSD.org> |
version 1.71 of new db code
|
#
9c20f740 |
| 26-Aug-1993 |
jtc <jtc@NetBSD.org> |
Declare rcsid strings so they are stored in text segment.
|
#
e9d867ef |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers.
|
#
9f0aa214 |
| 14-Jun-1993 |
cgd <cgd@NetBSD.org> |
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
|