aboutsummaryrefslogtreecommitdiff
path: root/include/mpool.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-281-15/+23
| | | | | | | | | | | | | This does not include the new hash routines since they will cause problems when reading old hash files. Since mpool(3) has been changed, provide a compatibility shim for older binaries. Obtained from: OpenBSD Notes: svn path=/head/; revision=190498
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-11/+11
| | | | | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. Notes: svn path=/head/; revision=93032
* Use TAILQ instead of CIRCLEQ.Poul-Henning Kamp2000-12-291-4/+4
| | | | Notes: svn path=/head/; revision=70492
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+5
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-2/+0
| | | | Notes: svn path=/head/; revision=25551
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-071-0/+2
| | | | | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org> Notes: svn path=/head/; revision=25520
* Fix conflicts and merge into mainline (this may get cvs admined out and ↵Paul Traina1996-02-271-73/+37
| | | | | | | redone properly by Peter later) Notes: svn path=/head/; revision=14288
* Made them idempotent.Paul Richards1994-08-211-0/+5
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2162
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+135
Notes: svn path=/head/; revision=1539