ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r7554
File Last Change
 ../
amd64/ 7469 (8 years ago) by laffer1: Incorrect argument validation in sysarch(2) A special combination of sysarch(2) arguments, specify a request to uninstall a set of descriptors from the LDT. The start descriptor is cleared and the number of descriptors are provided. Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the process LDT and adjacent memory can be initiated from usermode. Obtained from: FreeBSD.
boot/ 7345 (8 years ago) by laffer1: swap default changed on amd64
bsm/ 7247 (8 years ago) by laffer1: add the kernel piece of wait6 system call
cam/ 6425 (10 years ago) by laffer1: reset props for svn keywords
cddl/ 7247 (8 years ago) by laffer1: add the kernel piece of wait6 system call
compat/ 7447 (8 years ago) by laffer1: Introduce pipe2 to linux emulation layer. Based on an earlier FreeBSD patch by Jung-uk Kim. (jkim@freebsd.org) We don't have the dtrace changes in this code like freebsd 9.2 has.
conf/ 7522 (8 years ago) by laffer1: bump midnightbsd trunk to 0.9
contrib/ 7411 (8 years ago) by laffer1: cleanup some issues that affect building with llvm
crypto/ 6425 (10 years ago) by laffer1: reset props for svn keywords
ddb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
dev/ 7553 (7 years ago) by laffer1: The atkbd(4) driver, together with the atkbdc(4) driver, provides access to the AT 84 keyboard or the AT enhanced keyboard which is connected to the AT keyboard controller. The driver is required for the console driver syscons(4) or vt(4). The driver exposes its own ioctl(2) interface to allow it to be configured from userland through the kbdcontrol(1) utility. Incorrect signedness comparison in the ioctl(2) handler allows a malicious local user to overwrite a portion of the kernel memory. A local user may crash the kernel, read a portion of kernel memory and execute arbitrary code in kernel context. The result of executing an arbitrary kernel code is privilege escalation. Obtained from: FreeBSD
fs/ 6632 (10 years ago) by laffer1: fix a deadlock in nfs server
gdb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
geom/ 6425 (10 years ago) by laffer1: reset props for svn keywords
gnu/ 6425 (10 years ago) by laffer1: reset props for svn keywords
i386/ 7447 (8 years ago) by laffer1: Introduce pipe2 to linux emulation layer. Based on an earlier FreeBSD patch by Jung-uk Kim. (jkim@freebsd.org) We don't have the dtrace changes in this code like freebsd 9.2 has.
isa/ 6425 (10 years ago) by laffer1: reset props for svn keywords
kern/ 7554 (7 years ago) by laffer1: Validate that user supplied control message length is not negative. Obtained from: FreeBSD
kgssapi/ 6425 (10 years ago) by laffer1: reset props for svn keywords
libkern/ 6818 (9 years ago) by laffer1: add initial seed status
modules/ 7415 (8 years ago) by laffer1: make some temporary scope definitions for mach compatibility.
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
net80211/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netatalk/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netgraph/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netinet/ 7419 (8 years ago) by laffer1: TCP MD5 signature denial of service A programming error in processing a TCP connection with both TCP_MD5SIG and TCP_NOOPT socket options may lead to kernel crash.
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
netipsec/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netipx/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netnatm/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netncp/ 6425 (10 years ago) by laffer1: reset props for svn keywords
netsmb/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfs/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfsclient/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nfsserver/ 6425 (10 years ago) by laffer1: reset props for svn keywords
nlm/ 6425 (10 years ago) by laffer1: reset props for svn keywords
ofed/ 6425 (10 years ago) by laffer1: reset props for svn keywords
opencrypto/ 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
rpc/ 6425 (10 years ago) by laffer1: reset props for svn keywords
security/ 6425 (10 years ago) by laffer1: reset props for svn keywords
sys/ 7522 (8 years ago) by laffer1: bump midnightbsd trunk to 0.9
teken/ 6425 (10 years ago) by laffer1: reset props for svn keywords
tools/ 5234 (11 years ago) by laffer1: sync with freebsd 9 stable.
ufs/ 6425 (10 years ago) by laffer1: reset props for svn keywords
vm/ 6603 (10 years ago) by laffer1: fix crash with vm system
x86/ 7392 (8 years ago) by laffer1: modify the name of the sleep related variables to correlate with the acpi update.
xdr/ 6425 (10 years ago) by laffer1: reset props for svn keywords
xen/ 6425 (10 years ago) by laffer1: reset props for svn keywords
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown