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
/
dist
/
smbfs
/
lib
Age
Commit message (
Expand
)
Author
2003-11-10
Spell address with two d's. Inspired by similar changes in OpenBSD,
wiz
2003-10-21
Don't return NULL as an int.
fvdl
2003-08-13
make this compile again.
christos
2003-08-10
Remove unessecary intermediate void* casts.
martin
2003-07-26
add an extra cast to quiet gcc3
mrg
2003-04-11
don't print any warning message when no config file is found
jdolecek
2003-04-09
if the share name contains a dot, assume it's actually a server name
jdolecek
2003-04-07
fix a fatal pasto in -O parsing code - if only the 'cowner:cgroup'
jdolecek
2003-04-04
sprinle __RCSID()
jdolecek
2003-03-31
Use getifaddrs(3) instead of SIOCGIFCONF.
drochner
2003-03-28
Do the address calculations inside the data delivered by SIOCGIFCONF
drochner
2003-03-28
memsetw(): fix mistake where the 'word' value would get written byteswapped
jdolecek
2003-02-20
Avoid lots of stupid alignement problems.
martin
2003-02-19
Since size_t is unsigned, better use (unsigned long) and %lu to print
martin
2003-02-19
Replace some int's with size_t. Use %ld and cast to long when printing
martin
2003-02-18
make compile on NetBSD - <sys/endian.h> instead of <sys/mchain.h>, use
jdolecek
2003-02-18
no need for iconv.h include here
jdolecek
2003-02-18
constify some structs
jdolecek
2003-02-16
Import once more, this time stripping $'s from RCS Ids, so that they
jdolecek
2003-02-16
Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb)
jdolecek