History log of /openbsd/include/search.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 177a7427 18-Jul-2014 matthew <matthew@openbsd.org>

Change lsearch()'s "base" argument to require a non-const pointer to
align with POSIX and other systems.

Pointed out by Elliott Hughes on tech
ok deraadt


# caad5576 10-Jul-2012 guenther <guenther@openbsd.org>

bsearch() doesn't belong here (it's in <stdlib.h>)
Add __restrict bits for tdelete()

ok deraadt@


# c916d948 06-Jan-2006 millert <millert@openbsd.org>

Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable


# 17648193 08-Jul-2004 millert <millert@openbsd.org>

POSIX says "data" is void *, not char *. Also remove extern from prototypes.
deraadt@ OK


# c7e656a3 24-Jun-2004 deraadt <deraadt@openbsd.org>

hsearch API/ABI u_int -> size_t -> crank majors; ok millert


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

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 don

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.

show more ...


# 5ea2d675 21-Sep-1997 niklas <niklas@openbsd.org>

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.


# 9a4e9f66 14-Jun-1997 millert <millert@openbsd.org>

Fix decl for tfind(3)


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree