ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r7809
File (rev) Last Change
 ../
xen/ 6425 (10 years ago) by laffer1: reset props for svn keywords
xdr/ 6425 (10 years ago) by laffer1: reset props for svn keywords
x86/ 7672 (7 years ago) by laffer1: set to true otherwise
vm/ 6603 (10 years ago) by laffer1: fix crash with vm system
ufs/ 6425 (10 years ago) by laffer1: reset props for svn keywords
tools/ 5234 (11 years ago) by laffer1: sync with freebsd 9 stable.
teken/ 6425 (10 years ago) by laffer1: reset props for svn keywords
sys/ 7807 (7 years ago) by laffer1: These probes are most useful when looking into the structures they provide, which are listed in io.d. For example: dtrace -n 'io:kernel::start { printf("%d\n", args[0]->bio_bcount); }' Note that the I/O systems in FreeBSD and Solaris/Illumos are sufficiently different that there is not a 1:1 mapping from scripts that work with one to the other. This commit includes the fix so that our probes use "kernel" instead of the Solaris specific "genunix" Obtained from: FreeBSD
security/ 6425 (10 years ago) by laffer1: reset props for svn keywords
rpc/ 6425 (10 years ago) by laffer1: reset props for svn keywords
pci/ 7303 (8 years ago) by laffer1: add support for the Realtek 8168/8111 G and the 8106E
opencrypto/ 6425 (10 years ago) by laffer1: reset props for svn keywords
ofed/ 7791 (7 years ago) by laffer1: use %s when calling make_dev with a string pointer to make clang happy
nlm/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfsserver/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfsclient/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfs/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netsmb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netncp/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netnatm/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netipx/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netipsec/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netinet6/ 7524 (8 years ago) by laffer1: Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when it is link-local or MC interface-local. Obtained from: FreeBSD, svn rev 243235
netinet/ 7777 (7 years ago) by laffer1: add experimental tcp extensions handler
netgraph/ 7806 (7 years ago) by laffer1: Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific data.
netatalk/ 6425 (10 years ago) by laffer1: reset props for svn keywords
net80211/ 6425 (10 years ago) by laffer1: reset props for svn keywords
net/ 7525 (8 years ago) by laffer1: Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to userland via routing socket or sysctl. This eliminates the following KAME-specific sin6_scope_id handling routine from each userland utility: sin6.sin6_scope_id = ntohs(*(u_int16_t *)&sin6.sin6_addr.s6_addr[2]); This behavior can be controlled by net.inet6.ip6.deembed_scopeid. This is set to 1 by default (sin6_scope_id will be filled in the kernel). Obtained from: FreeBSD svn rev 243187
modules/ 7807 (7 years ago) by laffer1: These probes are most useful when looking into the structures they provide, which are listed in io.d. For example: dtrace -n 'io:kernel::start { printf("%d\n", args[0]->bio_bcount); }' Note that the I/O systems in FreeBSD and Solaris/Illumos are sufficiently different that there is not a 1:1 mapping from scripts that work with one to the other. This commit includes the fix so that our probes use "kernel" instead of the Solaris specific "genunix" Obtained from: FreeBSD
libkern/ 7790 (7 years ago) by laffer1: sync with userland version
kgssapi/ 6425 (10 years ago) by laffer1: reset props for svn keywords
kern/ 7809 (7 years ago) by laffer1: fix build with dtrace enabled
isa/ 6425 (10 years ago) by laffer1: reset props for svn keywords
i386/ 7773 (7 years ago) by laffer1: Don't assume Linux socket options match MidnightBSD. Obtained from: FreeBSD SVN rev 247558.
gnu/ 6425 (10 years ago) by laffer1: reset props for svn keywords
geom/ 6425 (10 years ago) by laffer1: reset props for svn keywords
gdb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
fs/ 7804 (7 years ago) by laffer1: In pget(9), if PGET_NOTWEXIT flag is not specified, also search the zombie list for the pid. This allows several kern.proc sysctls to report useful information for zombies. Hold the allproc_lock around all searches instead of relocking it. Remove private pfind_locked() from the new nfs client code. Look for zombie process only if we were given process id. Obtained from: FreeBSD
dev/ 7796 (7 years ago) by laffer1: use the generic SCSI commmand building function for JBOD and Thunderbolt disk write commands. Fix dumping on Thunderbolt cards. allow raw disk attachment to CAM via hw.mfi.allow_cam_disk_passthrough=1 Fix aborting of commands. Obtained from: FreeBSD
ddb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
crypto/ 6425 (10 years ago) by laffer1: reset props for svn keywords
contrib/ 7411 (8 years ago) by laffer1: cleanup some issues that affect building with llvm
conf/ 7776 (7 years ago) by laffer1: make configuration checks global
compat/ 7773 (7 years ago) by laffer1: Don't assume Linux socket options match MidnightBSD. Obtained from: FreeBSD SVN rev 247558.
cddl/ 7247 (8 years ago) by laffer1: add the kernel piece of wait6 system call
cam/ 7717 (7 years ago) by laffer1: add toshiba and samsung quirks
bsm/ 7247 (8 years ago) by laffer1: add the kernel piece of wait6 system call
boot/ 7345 (8 years ago) by laffer1: swap default changed on amd64
amd64/ 7797 (7 years ago) by laffer1: enable new instructions for reading and writing bases. This was already partially applied
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown