freebsd-dev/sys
Tijl Coosemans 9821039a64 Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
and pointers don't always have the same size, e.g. the __mips_n32 ABI
(ILP32) has 64 bit registers but 32 bit pointers.

On mips introduce PRIptr to fix the format specifier for (u)intptr_t.

Prefix PRI64 and PRIptr with underscores because macro names starting with
PRI[a-zX] are reserved for future use.

Approved by:	kib (mentor)
2011-01-08 18:00:19 +00:00
..
amd64 Create shared (readonly) page. Each ABI may specify the use of page by 2011-01-08 16:13:44 +00:00
arm On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than 2011-01-08 12:43:05 +00:00
boot Help static analysis by initializing variables that we know cannot be 2011-01-06 20:50:16 +00:00
bsm
cam
cddl MFp4 r186485, r186859: 2011-01-03 12:57:07 +00:00
compat Create shared (readonly) page. Each ABI may specify the use of page by 2011-01-08 16:13:44 +00:00
conf Import support for the Sony Playstation 3 using the OtherOS feature 2011-01-06 04:12:29 +00:00
contrib Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9. 2010-12-19 11:37:44 +00:00
crypto
ddb
dev CSUM flags need to be OS version sensitive in ixv code 2011-01-07 23:39:41 +00:00
fs Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros that 2011-01-06 20:31:33 +00:00
gdb
geom Fix a memory overflow where the input length to g_gpt_utf8_to_utf16() 2011-01-07 16:46:20 +00:00
gnu
i386 On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than 2011-01-08 12:43:05 +00:00
ia64 On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than 2011-01-08 12:43:05 +00:00
isa
kern In elf image activator, read and apply the stack protection mode from 2011-01-08 16:30:59 +00:00
kgssapi
libkern
mips Rename PRIreg helper macro to PRIptr to better reflect its use. Registers 2011-01-08 18:00:19 +00:00
modules No need to genreate these here 2011-01-06 21:04:00 +00:00
net - Restore dropping the priority of syncer down to PPAUSE when it is idle. 2011-01-06 22:17:07 +00:00
net80211
netatalk
netgraph
netinet Trim extra spaces before tabs. 2011-01-07 21:40:34 +00:00
netinet6 Improve plausibility check in sctp_handle_sack(). 2010-12-22 17:59:38 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs Fix the nlm so that it no longer depends on the regular 2011-01-03 20:37:31 +00:00
nfsclient Fix the nlm so that it no longer depends on the regular 2011-01-03 20:37:31 +00:00
nfsserver ZFS might not return monotonically increasing directory offset cookies, 2010-12-28 21:12:15 +00:00
nlm Fix the nlm so that it no longer depends on the regular 2011-01-03 20:37:31 +00:00
opencrypto
pc98 MFi386 r216012 by kib: 2011-01-02 15:06:07 +00:00
pci
powerpc Rename PRIreg helper macro to PRIptr to better reflect its use. Registers 2011-01-08 18:00:19 +00:00
rpc
security
sparc64 On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than 2011-01-08 12:43:05 +00:00
sun4v On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than 2011-01-08 12:43:05 +00:00
sys In rtld, read the initial stack access mode from AT_STACKPROT as set 2011-01-08 17:11:49 +00:00
teken
tools
ufs Instead of incrementing freework reference counter in indir_trunc(), do 2011-01-04 10:25:55 +00:00
vm Release the page lock early in vm_pageout_clean(). There is no reason to 2011-01-03 00:41:56 +00:00
x86 Drop the icu_lock spinlock while pausing briefly after masking the 2010-12-23 15:17:28 +00:00
xdr
xen Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr method 2010-12-30 01:28:56 +00:00
Makefile