ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r9417
File (rev) Last Change
 ../
xen/ 8270 (7 years ago) by laffer1: python 3 support
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
x86/ 9029 (7 years ago) by laffer1: record the correct error.
vm/ 9332 (7 years ago) by laffer1: Assert that the object type for the vnode' non-NULL v_object, passed to vnode_pager_setsize(), is either OBJT_VNODE, or, if vnode was already reclaimed, OBJT_DEAD. More, if the object is terminated, do not perform the resizing operation.
ufs/ 9287 (7 years ago) by laffer1: reduce runtime of fsck and tweak first indrect block placement. freebsd svn 249782
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
teken/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
sys/ 9414 (7 years ago) by laffer1: bump freebsd version that we are compatible with as well as midnightbsd version after recent kernel changes.
security/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
rpc/ 9314 (7 years ago) by laffer1: Improve error handling when unwrapping received data.
pci/ 7303 (8 years ago) by laffer1: add support for the Realtek 8168/8111 G and the 8106E
opencrypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
nlm/ 8932 (7 years ago) by laffer1: mark SYSCTL nodes static
nfsserver/ 8862 (7 years ago) by laffer1: timestap fixes for NFS.
nfsclient/ 9330 (7 years ago) by laffer1: When an NFS unmount occurs, once vflush() writes the last dirty buffer for the last vnode on the mount back to the server, it returns. At that point, the code continues with the unmount, including freeing up the nfs specific part of the mount structure. It is possible that an nfsiod thread will try to check for an empty I/O queue in the nfs specific part of the mount structure after it has been free'd by the unmount. This patch avoids this problem by setting the iodmount entries for the mount back to NULL while holding the mutex in the unmount and checking the appropriate entry is non-NULL after acquiring the mutex in the nfsiod thread. Obtained from: FreeBSD svn 250258
nfs/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netpfil/ 9405 (7 years ago) by laffer1: add ipfw support for setting/matching diffserv codepoints (DSCP). Setting DSCP support is done via O_SETDSCP which works for both IPv4 and IPv6 packets.
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
netipsec/ 9308 (7 years ago) by laffer1: MFC r249294: Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. MFC r249528,249546: Add accounting to the source address selection algorithm for cases, when it fails to select an address, also add several another counters to the statistics. MFC r249543,249552: Replace hardcoded numbers. MFC r249544: Use IP6S_M2MMAX macro. MFC r249545: Replace hardcoded numbers. Also use interface-local scope name instead of node-local. Obtained from: FreeBSD
netinet6/ 9417 (7 years ago) by laffer1: - recover missing arp_ifinit() call. - plug static llentry leak (ipv4 & ipv6 were affected).
netinet/ 9417 (7 years ago) by laffer1: - recover missing arp_ifinit() call. - plug static llentry leak (ipv4 & ipv6 were affected).
netgraph/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net80211/ 8932 (7 years ago) by laffer1: mark SYSCTL nodes static
net/ 9417 (7 years ago) by laffer1: - recover missing arp_ifinit() call. - plug static llentry leak (ipv4 & ipv6 were affected).
modules/ 9353 (7 years ago) by laffer1: Dtrace: enablings on defunct providers prevent providers from unregistering
libkern/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
kgssapi/ 9383 (7 years ago) by laffer1: Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0 for the last mbuf of the list with an encrypted message. This patch replaces the KASSERT() with code that handles this case.
kern/ 9416 (7 years ago) by laffer1: Refine the "nojail" rc keyword, adding "nojailvnet" for files that don't apply to most jails but do apply to vnet jails. This includes adding a new sysctl "security.jail.vnet" to identify vnet jails.
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
i386/ 9363 (7 years ago) by laffer1: just remove them.
gnu/ 9033 (7 years ago) by laffer1: mark malloc defines static that have no malloc declares.
geom/ 9334 (7 years ago) by laffer1: Support the FAT16 partition type in gpart(8)
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
fs/ 9393 (7 years ago) by laffer1: Do a sync of the devvp vnode for the mount, which buffers, among other things, contain FAT blocks. This makes fsync(2) for msdosfs more correct by syncing the metadata needed to read the synced data.
dev/ 9391 (7 years ago) by laffer1: Pass a format string to kproc_create() [1] and thus fix the build with -DBKTR_NEW_MSP34XX_DRIVER and -Wformat-security.
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
contrib/ 8963 (7 years ago) by laffer1: merge in TOE update from FreeBSD 252555.
conf/ 9257 (7 years ago) by laffer1: bump after /dev/full add and lindev removal. clean up notes and file includes for kernel
compat/ 9247 (7 years ago) by laffer1: pretend we are linux 2.6.18 so we can use newer fedora packages
cddl/ 9157 (7 years ago) by laffer1: sync with freebsd 9.2
cam/ 9357 (7 years ago) by laffer1: Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses. Some failing disks tend to return vendor-specific ASC/ASCQ codes with NOT READY sense key. It caused extremely long recovery attempts, repeating these 120 TURs (it takes at least 1 minute) for every I/O request. Instead of that use default error handling, doing just few retries.
bsm/ 8508 (7 years ago) by laffer1: merge in sys bsm changes.
boot/ 9319 (7 years ago) by laffer1: When rebooting (exiting) from the BTX loader, make sure to restore the GDT from the correct segment, otherwise a triple fault would be caused. In some virtual environments (VMware, VirtualBox, etc) this could lead to a unhandled error or hang in the guest emulation software. Thanks to avg and jhb for a few hints in the right direction.
amd64/ 9406 (7 years ago) by laffer1: Retire write-only PCB-GS32BIT pcb flag on amd64.
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
50 directories and 1 file shown