freebsd-dev/sys/i386/include
Mike Barcroft d846855da8 o Don't require long long support in bswap64() functions.
o In i386's <machine/endian.h>, macros have some advantages over
  inlines, so change some inlines to macros.
o In i386's <machine/endian.h>, ungarbage collect word_swap_int()
  (previously __uint16_swap_uint32), it has some uses on i386's with
  PDP endianness.

Submitted by:	bde

o Move a comment up in <machine/endian.h> that was accidentially moved
  down a few revisions ago.
o Reenable userland's use of optimized inline-asm versions of
  byteorder(3) functions.
o Fix ordering of prototypes vs. redefinition of byteorder(3)
  functions, so that the non-GCC (libc asm) case has proper
  prototypes.
o Add proper prototypes for byteorder(3) functions in <sys/param.h>.
o Prevent redundant duplicate prototypes by making use of the
  _BYTEORDER_PROTOTYPED define.
o Move the bswap16(), bswap32(), bswap64() C functions into MD space
  for platforms in which asm versions don't exist.  This significantly
  reduces the complexity of some things at the cost of duplicate code.

Reviewed by:	bde
2002-03-09 21:02:16 +00:00
..
pc Fixed to draw mouse cursor. The syscons driver for PC98 uses different 2001-12-14 15:27:15 +00:00
_inttypes.h o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
_limits.h o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
ansi.h Resurrect one of the easiest changes from my big include files roll-up 2002-02-15 22:15:39 +00:00
apic.h Introduce a standard name for the lock protecting an interrupt controller 2001-12-20 23:48:31 +00:00
apicreg.h Introduce a standard name for the lock protecting an interrupt controller 2001-12-20 23:48:31 +00:00
apm_bios.h
apm_segments.h
asc_ioctl.h
asm.h
asmacros.h Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
atomic.h Make MPLOCKED work again in asm files and stringify it explicitly 2002-02-28 06:17:05 +00:00
bootinfo.h
bus_at386.h Add stubs for bus_space_unmap() and bus_space_free(). They are needed to 2002-02-18 13:43:19 +00:00
bus_dma.h
bus_memio.h
bus_pc98.h Add bus_space_unmap() and bus_space_free() functions to release 2002-02-18 13:44:46 +00:00
bus_pio.h
bus.h Add the following functions/macros to support byte order conversions and 2002-02-27 17:16:18 +00:00
cdk.h
clock.h
comstats.h
cpu.h Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
cpufunc.h Make it a bit clearer where this file is to be used and where it 2002-02-28 18:26:30 +00:00
cputypes.h
cronyx.h
db_machdep.h
dvcfg.h
elf.h Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader 2001-10-10 23:06:54 +00:00
endian.h o Don't require long long support in bswap64() functions. 2002-03-09 21:02:16 +00:00
exec.h
float.h
floatingpoint.h
frame.h
gsc.h
i4b_cause.h
i4b_debug.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
i4b_ioctl.h Add support for the AVM Fritz!Card PCI version 2 controller. 2001-12-22 09:25:55 +00:00
i4b_rbch_ioctl.h
i4b_tel_ioctl.h Add experimental support for sending keypad facility messages. 2001-10-18 11:58:49 +00:00
i4b_trace.h
ieeefp.h
if_wl_wavelan.h
iic.h
in_cksum.h Various assembly fixes mostly in the form of using the "+" modifier for 2001-12-18 08:54:39 +00:00
ioctl_bt848.h
ioctl_ctx.h
ioctl_meteor.h
legacyvar.h
limits.h o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
md_var.h Back out part of KSE/M2 that snuck in under the radar: changing the 2002-02-27 22:12:29 +00:00
mpapic.h
mptable.h Add needed includes of machine/smp.h, remove nested include in sys/smp.h 2002-03-07 04:43:51 +00:00
mtpr.h
mutex.h Make MPLOCKED work again in asm files and stringify it explicitly 2002-02-28 06:17:05 +00:00
nexusvar.h
npx.h
param.h
pcaudioio.h
pcb_ext.h Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00
pcb.h revert last commit temporarily due to whining on the lists. 2002-02-26 20:33:41 +00:00
pci_cfgreg.h
pcpu.h Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
pcvt_ioctl.h
pecoff_machdep.h
perfmon.h
physio_proc.h Gut this header; since physio_proc_init is never called, the code never does 2002-01-08 10:26:44 +00:00
pmap.h Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
privatespace.h Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
proc.h Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
profile.h Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compiles 2002-01-31 13:49:55 +00:00
psl.h Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without 2001-11-15 23:01:29 +00:00
ptrace.h
reg.h [partially forced commit due to pilot error in earlier commit attempt] 2001-10-21 22:16:48 +00:00
reloc.h
resource.h
segments.h Add a missing open paren to a macro that's been broken (and apparently 2001-12-04 00:35:28 +00:00
setjmp.h
sigframe.h Use struct __ucontext in prototypes and associated functions instead of 2002-02-17 17:40:34 +00:00
signal.h Use struct __ucontext in prototypes and associated functions instead of 2002-02-17 17:40:34 +00:00
smb.h
smp.h Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
smptests.h Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
speaker.h
specialreg.h
spigot.h
stdarg.h With GCC 3, we *must* use the GCC stdarg.h. We can no longer just make 2001-12-18 03:28:08 +00:00
sysarch.h Make the style a little bit more consistant by removing parameter 2002-02-03 11:21:22 +00:00
trap.h
tss.h
types.h style(9) 2001-12-09 19:12:07 +00:00
uc_device.h
ucontext.h Use a spare slot in the machine context for a flags word to indicate 2002-01-10 02:32:30 +00:00
varargs.h
vm86.h
vmparam.h
wtio.h