freebsd-skq/sys
bz 18b40a43ee MFp4 CH=183052 183053 183258:
In protosw we define pr_protocol as short, while on the wire
  it is an uint8_t.  That way we can have "internal" protocols
  like DIVERT, SEND or gaps for modules (PROTO_SPACER).
  Switch ipproto_{un,}register to accept a short protocol number(*)
  and do an upfront check for valid boundries. With this we
  also consistently report EPROTONOSUPPORT for out of bounds
  protocols, as we did for proto == 0.  This allows a caller
  to not error for this case, which is especially important
  if we want to automatically call these from domain handling.

  (*) the functions have been without any in-tree consumer
  since the initial introducation, so this is considered save.

  Implement ip6proto_{un,}register() similarly to their legacy IP
  counter parts to allow modules to hook up dynamically.

Reviewed by:	philip, will
MFC after:	1 week
2010-09-02 17:43:44 +00:00
..
amd64 Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not use 2010-08-30 21:19:42 +00:00
arm
boot Modify pxe.c to use the version of nfs_getrootfh() that returns 2010-09-02 01:05:10 +00:00
bsm
cam
cddl Make the /dev/dtrace/helper node have the mode 0660. This allows 2010-09-01 12:08:32 +00:00
compat Add x86bios_set_intr() to set interrupt vectors for real mode and simplify 2010-08-25 21:03:50 +00:00
conf Restructure how reset and poweroff are handled on PowerPC systems, since 2010-08-31 15:27:46 +00:00
contrib
crypto
ddb
dev Disable video ROM shadowing by default as I originally intended. I found 2010-09-02 17:22:12 +00:00
fs - Remove duplicate comment. 2010-09-01 05:34:17 +00:00
gdb
geom Correct offset conversion to little endian. It was implemented in version 2, 2010-08-28 08:30:20 +00:00
gnu
i386 Register an interrupt vector for DTrace return probes. There is some 2010-08-28 08:03:29 +00:00
ia64
isa
kern Fix UP build. 2010-09-02 16:23:05 +00:00
kgssapi
libkern
mips Updates for the RMI MIPS platform code 2010-09-01 17:35:31 +00:00
modules Add the path necessary to find fasttrap_isa.h to CFLAGS. 2010-08-28 08:18:20 +00:00
net MFp4 CH=183259: 2010-09-02 16:11:12 +00:00
net80211
netatalk
netgraph
netinet MFp4 CH=183052 183053 183258: 2010-09-02 17:43:44 +00:00
netinet6 MFp4 CH=183052 183053 183258: 2010-09-02 17:43:44 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Modify nfs_diskless.c to recognize the environment variable 2010-09-01 23:51:07 +00:00
nfsserver - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). 2010-08-26 23:41:40 +00:00
nlm
opencrypto Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
pc98
pci Remove unnecessary controller reinitialization. 2010-08-24 18:52:24 +00:00
powerpc Restructure how reset and poweroff are handled on PowerPC systems, since 2010-08-31 15:27:46 +00:00
rpc - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller 2010-08-26 23:33:04 +00:00
security Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
sparc64 Skip a KASSERT which isn't appropriate when not employing page coloring. 2010-08-21 14:28:48 +00:00
sun4v
sys Remove trailing whitespace. 2010-09-02 14:05:32 +00:00
teken
tools Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
ufs
vm Have memguard(9) crash with an easier-to-debug message on double-free. 2010-08-31 17:43:47 +00:00
x86 When DTrace is enabled, make sure we don't overwrite the IDT_DTRACE_RET 2010-08-30 18:12:21 +00:00
xdr
xen
Makefile