Go to file
jtc b18369b1bb Use memset instead of bzero to clear xports array.
To be strictly conforming, we should iterate through the array and set
each pointer to NULL.  But memset is faster, and can be inlined by the
compiler.  If we ever encounter a machine where a NULL ptr != all bits
zero, we'll have to handle this differently.
1996-05-17 00:32:22 +00:00
bin Close PR/2384 backquoted backslash-newline was not eaten. 1996-05-09 19:40:08 +00:00
distrib Initial commit of the code for building installation and upgrade 1996-05-16 19:58:49 +00:00
etc RCS id police. 1996-05-12 23:30:23 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu Back out the change to include libio and libiostream. 1996-05-16 21:03:24 +00:00
include Prototypes for getmaxpartitions(3) and getrawpartition(3). 1996-05-16 07:00:22 +00:00
lib Use memset instead of bzero to clear xports array. 1996-05-17 00:32:22 +00:00
libexec Updated to use <util.h>. 1996-05-15 23:46:50 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Use getmaxpartitions() from libutil, not a homegrown version. 1996-05-16 07:13:01 +00:00
share edahdi, an AHDI partition-id editor 1996-05-16 19:51:25 +00:00
sys Add a "_kernel_text" symbol, for libkvm. From Gordon Ross. 1996-05-16 23:53:10 +00:00
usr.bin Updated to use <util.h>. 1996-05-15 23:46:50 +00:00
usr.sbin update comment for KERNTEXTOFF -> kerntextoff changes. 1996-05-16 22:48:09 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00