Use M_ZERO instead of manually bzero()ing memory allocated with malloc().
[dragonfly.git] / sys / kern / kern_varsym.c
2003-11-10 Matthew DillonAdd the varsym_list() system call and add listing suppo...
2003-11-09 Matthew DillonImplement variant symlinks! In order to use variant...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...