freebsd-dev/share/man
Poul-Henning Kamp 1921a06d6a Introduce the M_ZERO flag to malloc(9)
Instead of:

        foo = malloc(sizeof(foo), M_WAIT);
        bzero(foo, sizeof(foo));

You can now (and please do) use:

        foo = malloc(sizeof(foo), M_WAIT | M_ZERO);

In the future this will enable us to do idle-time pre-zeroing of
malloc-space.
2000-10-20 17:54:55 +00:00
..
man0 Change this to reflect some manpage changes I made. 2000-01-23 21:53:31 +00:00
man1 Update the builtin(1) manpage to reflect changes since the csh(1) 2000-05-09 14:59:06 +00:00
man3 Whitespace-only change: fix hard sentence breaks in previous commit. 2000-08-28 10:11:56 +00:00
man4 Remove bogus xref. 2000-10-20 05:59:51 +00:00
man5 Give the post-fix example a better description. 2000-10-07 14:34:26 +00:00
man6 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
man7 Scripts should contain a comment block describing what the script does. 2000-10-19 18:18:35 +00:00
man8 Document passwd_format further. 2000-09-30 00:37:44 +00:00
man9 Introduce the M_ZERO flag to malloc(9) 2000-10-20 17:54:55 +00:00
tools
Makefile $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00