freebsd kernel with SKQ
Go to file
bde 4d197a331f Changed an arg name in the pseudo-prototype for bzero() to match
the prototype.

Put the jump table for i486_bzero() in the data section.  This
speeds up i486_bzero() a little on Pentiums without significantly
affecting its speed on 486's.

Don't waste time falling through 14 nop's to return from do1 in
i486_bzero().

Use fastmove() for counts >= 1024 (was > 1024).  Cosmetic.

Fixed profiling of fastmove().

Restored meaningful labels from the pre-1.1 version in fastmove().
Local labels are evil.

Fixed (high resolution non-) profiling of __bb_init_func().
1996-09-20 16:52:09 +00:00
bin ts_sec -> tv_sec 1996-09-20 04:45:59 +00:00
contrib Merge local changes. 1996-09-18 14:24:33 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Fixed order and whitespace of examples/cvs entries. 1996-09-20 15:07:39 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Replace GNU-made __P definition by standard from sys/cdefs.h 1996-09-20 14:33:48 +00:00
include Fixed CLEANFILES. osreldate was missing. 1996-09-20 13:42:26 +00:00
lib Fixed CLEANFILES. The *.3 links were missing. 1996-09-20 14:12:32 +00:00
libexec This should have gone away with the COMPAT_43 cruft. cgetent() is now 1996-09-20 11:19:00 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Use rawboot for boot floppies. 1996-09-19 08:35:41 +00:00
sbin ts_sec -> tv_sec 1996-09-20 04:56:09 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Added a `checkdpadd' target to help check that ${DPADD} is consistent with 1996-09-20 16:17:07 +00:00
sys Changed an arg name in the pseudo-prototype for bzero() to match 1996-09-20 16:52:09 +00:00
tools Fixed CLEANFILES. The *.3 links were missing. 1996-09-20 14:12:32 +00:00
usr.bin More ts_nse -> tv_nsec changes following the kernel changes I made earlier. 1996-09-20 02:34:51 +00:00
usr.sbin ts_sec -> tv_sec 1996-09-20 04:13:44 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Hooks to attempt to get 'make world' working with gcc-2.7.2.1. It's 1996-09-19 16:36:24 +00:00