freebsd-nq/sys/i386/include
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
..
pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
_limits.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
ansi.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
cpu.h * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
cpufunc.h * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
db_machdep.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
dkio.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
eflags.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
endian.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
float.h Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
frame.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
limits.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
mtpr.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
npx.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
param.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
pcb.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
pio.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
pmap.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
proc.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
psl.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
pte.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
reg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
segments.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
specialreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
stdarg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
trap.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
tss.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
types.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
vmparam.h Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil, 1993-07-03 21:21:35 +00:00