summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-06-18 22:44:10 +0000
committercgd <cgd@NetBSD.org>1995-06-18 22:44:10 +0000
commit2db81cafc5f3312fbab1f3cf3e4e9b94de4111ff (patch)
tree929f490f26c6901591cd758c0c69adc259d5b70e /sys/ddb/db_command.h
parent93a2f4ea604d084cb0d8f9abaa974da73bbf2d6e (diff)
update for new networking queue structures
Diffstat (limited to 'sys/ddb/db_command.h')
0 files changed, 0 insertions, 0 deletions
f7d6a62d8a8a023594f84edd6d5f1'>fix spelling of accidentally; from Zapherchristos 2006-10-08PR/34602: sushant: Bug in malloc implementation contains dead code inelad 2005-12-24__inline__ -> inlineperry 2005-11-29WARNS=4christos 2005-06-12Add missing __RCSID()lukem 2003-10-05Style fixes to reduce diff size against the FreeBSD version, notably:junyoung 2003-07-23call malloc_init() on first call to free/realloc, to make malloc.conf toitojun 2003-01-18Merge the nathanw_sa branch.thorpej 2002-12-09Add a couple of missing THREAD_UNLOCK's, for the error exit path.chris 2002-11-11Fix signed/unsigned comparison warnings.thorpej 2001-05-06More fixes:christos 2001-05-03PR/12810: Chris ?: malloc core-dumps when given large number as the argument.christos 2001-02-19convert from __progname to getprogname()cgd 2001-01-05we now have utrace, support it herejdolecek 2000-12-20fix sbrk castschristos 2000-07-06avoid losing precision warningschristos 2000-05-20Disable malloc's hints to the kernel - now that the madvise() syscallsimonb 2000-04-07Fix the bug introduced in rev 1.28 and actually caused failure on alpha;enami 2000-04-07Backout the previous backing out.enami 2000-01-31Back out the previous 2 revs. The delint'ing of this file causedthorpej 2000-01-23Delint.mycroft 2000-01-23Partially delint, and a few microoptimizations.mycroft 1999-09-10Restore the behaviour of not setting errno to ENOMEM when allocating 0kleink 1999-08-22Need "namespace.h".kleink 1999-07-08Make sure errno is set to ENOMEM if we return NULL.thorpej 1999-07-05index -> ldx (and similar in some related variable names). Avoids a lintthorpej 1999-07-05Oops, back out 1.21. Christos and I apparently stepped on each other.thorpej 1999-07-05s/index/idx/christos 1999-07-05Compute page size related parameters at run-time.thorpej 1999-07-05EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently.thorpej 1999-07-04Only define MADV_FREE do MADV_DONTNEED if it's not already definedthorpej 1999-06-26The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc.tls 1999-01-29Protect access of state with a mutex. Miscellaneous notes:kleink 1998-11-15delintchristos 1998-08-26make memcpy into memmove in some casesperry 1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry