FreeBSD src
Go to file
Bruce Evans 0453d3cbb3 Changed some memcpy()'s back to bcopy()'s.
gcc only inlines memcpy()'s whose count is constant and didn't inline
these.  I want memcpy() in the kernel go away so that it's obvious that
it doesn't need to be optimized.  Now it is only used for one struct
copy in si.c.
1996-06-08 08:19:03 +00:00
bin Backup yacc changes. 1996-06-02 17:06:40 +00:00
eBones Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
etc IDE cd fixes: 1996-06-07 15:47:15 +00:00
games Activate collate 1996-06-05 16:41:10 +00:00
gnu Aw c'mon. I'm being driven mad by plenty of other things. I don't 1996-06-08 04:52:57 +00:00
include Now that Peter has been nice enough to bail me out of my last little 1996-06-05 03:47:18 +00:00
lib Document that truncate can also be used to extend the size of a file, 1996-06-07 01:34:47 +00:00
libexec Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc, 1996-06-06 03:58:06 +00:00
lkm `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
release Put back some changes I inadvertantly spammed with a cvs update. 1996-06-08 08:01:52 +00:00
sbin Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
secure Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
share Update contact information and add latest donor to gallery. 1996-06-08 03:10:11 +00:00
sys Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Fix exit code when used in non-interactive mode. 1996-06-08 04:30:06 +00:00
usr.sbin Put back some changes I inadvertantly spammed with a cvs update. 1996-06-08 08:01:52 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00