freebsd-dev/sys
David Greenman 269312019a * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
profiling, and various protection checks that cause security holes
  and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
  - included from cpufunc.h in via systm.h. This change
  improves performance in many parts of the kernel - up to 5% in the
  networking layer alone. Note that this requires systm.h to be included
  in any file that uses these functions otherwise it won't be able to
  find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c
1993-07-27 10:52:31 +00:00
..
alpha/include/pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
amd64 * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
conf Added entry for syscons. 1993-07-26 21:19:30 +00:00
ddb * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
dev * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
i386 * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
isa Added necessary files for syscons (may move font include later, but for now 1993-07-26 21:21:11 +00:00
kern * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sys Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00