freebsd-nq/sys
Robert Watson 1ca8672907 Print intptr_t values by first casting to intmax_t and then printing with
%jd, as intptr_t may not be int-sized.

Assistance from:	jhb
Spotted by:		Mr Tinderbox
2007-02-06 17:22:36 +00:00
..
amd64 Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary 2007-02-06 16:21:09 +00:00
arm at91_twi depends on the iicbus module to satisfy its symbols when 2007-02-06 12:07:14 +00:00
boot Document the init_chroot and init_script variables. 2007-02-04 06:35:10 +00:00
bsm
cam
coda coda_vptofh is never defined nor used. 2007-02-02 15:47:28 +00:00
compat Remove extern int hz; use proper include file instead. 2007-02-02 08:58:16 +00:00
conf The path to the mmc/mmcbus_if.m file is wrong. Correct it by 2007-02-03 06:46:11 +00:00
contrib
crypto
ddb
dev Add support for another 3G card and update man page accordingly. 2007-02-04 22:14:18 +00:00
fs Eliminate some dead code which was introduced in 1.23, yet was always 2007-02-06 03:30:58 +00:00
gdb
geom
gnu
i4b
i386 Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary 2007-02-06 16:21:09 +00:00
ia64
isa
isofs/cd9660
kern Push UNIX domain socket locking further into uipc_ctloutput() in order to 2007-02-06 14:31:37 +00:00
libkern
modules Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173. 2007-02-01 04:21:03 +00:00
net Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero. 2007-02-05 11:29:08 +00:00
net80211 clear/reclaim challenge text when switching auth mode and operating as an ap 2007-02-04 05:49:16 +00:00
netatalk
netatm
netgraph Quoting Alexander: 2007-02-02 09:45:23 +00:00
netinet When fast-forwarding is enabled, do not forward directed IPv4 broadcasts 2007-02-05 00:15:40 +00:00
netinet6 MFC after: 3 days 2007-02-05 11:05:41 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Fix for a vnode lock leak in nfs_create() in the event of an error. 2007-01-31 23:10:27 +00:00
nfsserver
opencrypto
pc98
pccard
pci
powerpc
rpc
security Print intptr_t values by first casting to intmax_t and then printing with 2007-02-06 17:22:36 +00:00
sparc64
sun4v Add support for IPI_PREEMPT in order to enable use of the ULE scheduler 2007-02-02 05:00:21 +00:00
sys Update comments in mac.h. 2007-02-06 16:24:57 +00:00
tools
ufs Call pbgetvp() and pbrelvp() instead of setting b_vp directly. 2007-02-04 23:42:02 +00:00
vm Change the free page queue lock from a spin mutex to a default (blocking) 2007-02-05 06:02:55 +00:00
Makefile