1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys
Dimitry Andric 460378bf13 Add a convenience macro for the returns_twice attribute, and apply it to
the prototypes of the appropriate functions (getcontext, savectx,
setjmp, sigsetjmp and vfork).

MFC after:	2 weeks
2012-04-29 11:04:31 +00:00
..
amd64 Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
arm Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
boot
bsm
cam
cddl Implement the D "cpu" variable, which returns curcpu. I have chosen not 2012-04-26 01:07:03 +00:00
compat
conf Remove dead code. The routines in atomic.S did not work properly anyway, and 2012-04-22 18:56:56 +00:00
contrib Merge ACPICA 20120420. 2012-04-23 23:05:14 +00:00
crypto
ddb
dev After thinking about this a bit more, let's not keep statistics per-channel 2012-04-28 22:03:19 +00:00
fs It was reported via email that some non-FreeBSD NFS servers 2012-04-27 22:23:06 +00:00
gdb
geom Fix RAID5 level names changed at r234603. 2012-04-27 08:49:15 +00:00
gnu/fs Remove unused thread argument to vrecycle(). 2012-04-23 14:10:34 +00:00
i386 Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
ia64 Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
isa
kern Allow for the process information sysctls to accept a thread id in addition 2012-04-23 20:56:05 +00:00
kgssapi
libkern
mips Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
modules o Fixes: 2012-04-21 01:51:16 +00:00
net Do not require radix write lock to be held while dumping route table 2012-04-22 16:13:23 +00:00
net80211
netatalk
netgraph Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. 2012-04-22 17:00:52 +00:00
netinet Whitespace changes. 2012-04-28 16:32:49 +00:00
netinet6
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Remove unused thread argument from vtruncbuf(). 2012-04-23 13:21:28 +00:00
nfsserver
nlm
ofed Do not announce IPv6 TSO support yet. The driver seems to make assumptions 2012-04-23 21:50:10 +00:00
opencrypto
pc98 Clean up the intr* MD KPI from the SMP dependency, removing a cause of 2012-04-26 20:24:25 +00:00
pci
powerpc Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
rpc
security
sparc64 Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
sys Add a convenience macro for the returns_twice attribute, and apply it to 2012-04-29 11:04:31 +00:00
teken
tools
ufs Remove unused thread argument from ufs_extattr_uepm_lock()/ufs_extattr_uepm_unlock(). 2012-04-23 17:56:35 +00:00
vm Avoid a lock order reversal in pmap_extract_and_hold() from relocking 2012-04-22 17:58:30 +00:00
x86 Clean up the intr* MD KPI from the SMP dependency, removing a cause of 2012-04-26 20:24:25 +00:00
xdr
xen
Makefile