index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Expand
)
Author
1999-08-02
replace malloc(3) with one from freebsd which documents our new malloc.c
lukem
1999-08-01
- provide reverse query for mapped address (::ffff:10.1.1.1).
itojun
1999-07-31
Add note that only the super-user may set or reset any flags on block
christos
1999-07-29
Only squeeze a short key/value pair onto a page with other complete key/value
mycroft
1999-07-29
When deleting a big key, the offset of an empty page should be bsize, not
mycroft
1999-07-29
Fix a condition where the hole would be inserted in the wrong place during a
mycroft
1999-07-29
Previous bug fix was slightly wrong. In this case, the data must start on a
mycroft
1999-07-29
Document EFBIG as a valid error.
mycroft
1999-07-29
Return a useful errno value in the overflow case.
mycroft
1999-07-28
Make the packing more dense in a couple of cases.
mycroft
1999-07-28
If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an
mycroft
1999-07-23
getopt long functionality
mcr
1999-07-19
- make sure that host_addr is suitably aligned
christos
1999-07-19
Make sure that "h_addr_list" pointers are longword aligned because some
tron
1999-07-14
- do not make query for AFs that are not supported by kernel.
itojun
1999-07-14
Restore some information about the page rounding behavior of these
perry
1999-07-12
XSH5: change function signature to `void *sbrk(intptr_t)'.
kleink
1999-07-12
Remove a paragraph from previous.
kleink
1999-07-11
Avoid infinite loop if pathname is longer than the maximum the kernel
sommerfeld
1999-07-10
don't compare non-pointer values against NULL.
christos
1999-07-09
Note that you can find out the system page size with sysconf(3).
perry
1999-07-08
Make sure errno is set to ENOMEM if we return NULL.
thorpej
1999-07-07
add the ieeefp functions
danw
1999-07-07
mark an asm statement volatile so it doesn't get optimized out
danw
1999-07-06
note in BUGS that the prototype of our sbrk is not standards compliant
perry
1999-07-06
Clean up this mess a lot. I believe we still have the following
perry
1999-07-06
EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORT
darrenr
1999-07-06
fix name resolution problem when you have "hosts: files dns" on
itojun
1999-07-05
index -> ldx (and similar in some related variable names). Avoids a lint
thorpej
1999-07-05
Oops, back out 1.21. Christos and I apparently stepped on each other.
thorpej
1999-07-05
s/index/idx/
christos
1999-07-05
Compute page size related parameters at run-time.
thorpej
1999-07-05
EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently.
thorpej
1999-07-04
check address family on getting entries from /etc/hosts.
itojun
1999-07-04
Build system call stubs using system includes from ${DESTDIR}/usr/include
sommerfeld
1999-07-04
if the list of name server on /etc/resolv.conf is in a
itojun
1999-07-04
Only define MADV_FREE do MADV_DONTNEED if it's not already defined
thorpej
1999-07-04
capitalize the first word of most error strings except those words that are
lukem
1999-07-04
add NetBSD RCSID on top.
itojun
1999-07-04
fix USE_GETIPNODEBY case.
itojun
1999-07-04
fix behavior when there's dangling CNAME on specific AF.
itojun
1999-07-03
improve lint friendliness on USE_GETIPNODEBY case.
itojun
1999-07-03
Add a reference to XNS5.2 D2.0 for inet_{ntop,pton}().
kleink
1999-07-03
Add missing LIBRARY sections.
kleink
1999-07-03
<sys/errno.h> -> <errno.h>; kill our own declaration of errno (_REENTRANT!).
kleink
1999-07-03
remove trailing `.' on error messages, since messages from strerror() and
lukem
1999-07-02
Need "namespace.h".
kleink
1999-07-01
add IPv6 support functions.
itojun
1999-07-01
IPv6 DNS transport support for resolver.
itojun
1999-07-01
document gethostbyname2().
itojun
[next]