bde
11d257651d
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
..
1996-06-08 06:48:35 +00:00
1996-06-07 22:26:59 +00:00
1996-05-08 04:29:08 +00:00
1996-06-08 06:54:06 +00:00
1996-05-13 09:17:42 +00:00
1996-06-08 08:18:00 +00:00
1996-05-27 06:02:52 +00:00
1996-06-08 08:18:00 +00:00
1996-06-07 22:21:31 +00:00
1996-05-07 23:19:49 +00:00
1996-06-08 08:19:03 +00:00
1996-05-24 01:35:45 +00:00
1996-06-08 08:19:03 +00:00
1996-05-08 19:31:48 +00:00
1996-06-08 05:59:04 +00:00
1996-06-08 05:59:04 +00:00
1996-06-05 05:30:09 +00:00
1996-06-08 06:55:55 +00:00
1996-06-03 14:25:11 +00:00
1996-06-08 06:32:48 +00:00
1996-05-08 04:29:08 +00:00
1996-06-08 06:48:35 +00:00