1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386/include
John Baldwin 6283b7d01b - Switch from using save/disable/restore_intr to using critical_enter/exit
and change the u_int mtx_saveintr member of struct mtx to a critical_t
  mtx_savecrit.
- On the alpha we no longer need a custom _get_spin_lock() macro to avoid
  an extra PAL call, so remove it.
- Partially fix using mutexes with WITNESS in modules.  Change all the
  _mtx_{un,}lock_{spin,}_flags() macros to accept explicit file and line
  parameters and rename them to use a prefix of two underscores.  Inside
  of kern_mutex.c, generate wrapper functions for
  _mtx_{un,}lock_{spin,}_flags() (only using a prefix of one underscore)
  that are called from modules.  The macros mtx_{un,}lock_{spin,}_flags()
  are mapped to the __mtx_* macros inside of the kernel to inline the
  usual case of mutex operations and map to the internal _mtx_* functions
  in the module case so that modules will use WITNESS and KTR logging if
  the kernel is compiled with support for it.
2001-03-28 02:40:47 +00:00
..
pc
_limits.h
ansi.h Fixed disordering in previous commit. "Fixed" a null comment in previous 2001-02-17 03:57:38 +00:00
apic.h Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
apicreg.h Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
apm_bios.h
apm_segments.h
asc_ioctl.h
asm.h
asmacros.h Always use the ELF naming after the demise of asnames.h. 2001-02-25 07:23:03 +00:00
atomic.h RIP <machine/lock.h>. 2001-02-11 10:44:09 +00:00
bootinfo.h
bus_at386.h version 1.7 made some changes to correct problems identifed by compiling 2001-03-02 05:33:53 +00:00
bus_dma.h version 1.7 made some changes to correct problems identifed by compiling 2001-03-02 05:33:53 +00:00
bus_memio.h
bus_pc98.h Merged from sys/i386/include/bus_at386.h revision 1.13. 2001-03-02 08:31:38 +00:00
bus_pio_ind.h
bus_pio.h
bus.h
cdk.h
clock.h
comstats.h
cpu.h Changed the aston() family to operate on a specified process instead of 2001-02-19 04:15:59 +00:00
cpufunc.h - Add the new critical_t type used to save state inside of critical 2001-03-28 02:31:54 +00:00
cputypes.h
cronyx.h
db_machdep.h
dvcfg.h
elf.h
endian.h Spell what was originally "unsigned long" as "unsigned long" again, 2001-03-06 11:35:04 +00:00
exec.h
float.h
floatingpoint.h
frame.h
globaldata.h Activate USER_LDT by default. The new thread libraries are going to 2001-02-23 01:25:02 +00:00
globals.h
gsc.h
i4b_cause.h
i4b_debug.h
i4b_ioctl.h
i4b_isppp.h
i4b_rbch_ioctl.h
i4b_tel_ioctl.h
i4b_trace.h
ieeefp.h
if_wl_wavelan.h
iic.h
in_cksum.h
intrcnt.h Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and 2001-03-23 03:45:17 +00:00
ioctl_bt848.h
ioctl_ctx.h
ioctl_fd.h
ioctl_meteor.h
ipl.h
legacyvar.h
limits.h
md_var.h
mpapic.h
mptable.h Kill the 4MB kernel limit dead. [I hope :-)]. 2001-03-15 05:10:06 +00:00
mtpr.h
mutex.h - Switch from using save/disable/restore_intr to using critical_enter/exit 2001-03-28 02:40:47 +00:00
nexusvar.h
npx.h
param.h
pcaudioio.h
pcb_ext.h Activate USER_LDT by default. The new thread libraries are going to 2001-02-23 01:25:02 +00:00
pcb.h Activate USER_LDT by default. The new thread libraries are going to 2001-02-23 01:25:02 +00:00
pci_cfgreg.h
pcpu.h Activate USER_LDT by default. The new thread libraries are going to 2001-02-23 01:25:02 +00:00
pcvt_ioctl.h
pecoff_machdep.h
perfmon.h
physio_proc.h
pmap.h
proc.h
profile.h
psl.h
ptrace.h
reg.h
reloc.h
resource.h
segments.h
setjmp.h
sigframe.h
signal.h
smb.h
smp.h
smptests.h
speaker.h
specialreg.h
spigot.h
stdarg.h
sysarch.h
trap.h Removed all traces of T_ASTFLT (except for gaps where it was). It became 2001-02-19 15:47:38 +00:00
tss.h
types.h - Add the new critical_t type used to save state inside of critical 2001-03-28 02:31:54 +00:00
uc_device.h
ucontext.h
varargs.h
vm86.h
vmparam.h
wtio.h