]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge from projects/sendfile:
[FreeBSD/FreeBSD.git] / sys /
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 andrewCorrectly a few incorrect uses of ENTRY/EENTRY and...
2014-11-30 andrewRemove extra labels, ENTRY_NP already provides them.
2014-11-30 glebiusMissed in r274421: use sbavail() instead of bare access...
2014-11-30 glebius- Move sbcheck() declaration under SOCKBUF_DEBUG.
2014-11-30 glebiusMake sballoc() and sbfree() functions. Ideally, they...
2014-11-30 rdivackyUnbreak the code for non-digits below '0' by casting...
2014-11-29 jhibbitsAdd support for dtrace:fbt on modules for PowerPC
2014-11-29 andrewUpdate _ENTRY to use _EENTRY to reduce the common code.
2014-11-29 impThe current limit of 100k for the linker hints file...
2014-11-29 kibRemove lock recursion for the pipe pair mutex, and...
2014-11-29 baptIgnore more warnings with external gcc
2014-11-29 nyanMFi386: r275059, r275061, r275062 and r275191 (by rdivacky)
2014-11-29 nyanMFi386: r275237 (by rdivacky)
2014-11-29 rdivackyShrink boot2 a bit more by factoring out common pattern
2014-11-29 baptUpdate libucl to latest version
2014-11-28 bzAfter r275196 unbreak NOIP and NOINET kernels by hiding...
2014-11-28 reaDRM2: fix off-by-one overflow in ioctl processing
2014-11-28 andrewSome device tree configurations place the generic timer...
2014-11-28 andrewWe don't use the hypervisor interrupt, make it optional...
2014-11-28 kibAssert the state of the process lock and sigact mutex in
2014-11-28 hselaskyStyle changes:
2014-11-28 cyCorrectly define constants.
2014-11-27 melifaroFix build broken by r275195.
2014-11-27 melifaroDo not return unlocked/unreferenced lle in arpresolve...
2014-11-27 melifaroDo not try to copy header to @dst and than back to...
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-27 rdivackyRevert part of r275059. Comparing unsigned 8 bit value
2014-11-27 jhibbitsFix hwpmc sampling for ppc970 (G5-class) processors.
2014-11-27 jhibbitsFix hwpmc sampling for MPC74xxx (G4) processors.
2014-11-27 aeRemove ip4_input() declaration. It was removed in r275133.
2014-11-26 emasteIncrease default and maximum callchain depths
2014-11-26 adrianAdd PCI ID for Intel Lynx Point LP controller.
2014-11-26 alfredMake igb and ixgbe check tunables at probe time.
2014-11-26 aeDo not use xform_ipip as decapsulation fallback.
2014-11-26 mavFix WWNN/WWPN generation for virtual channels.
2014-11-26 mavFix incorrect check, blocking MULTIID functionality.
2014-11-26 kibThe process spin lock currently has the following disti...
2014-11-26 kibFix SA_SIGINFO | SA_RESETHAND handling. The sysent...
2014-11-26 mavSome microoptimizations.
2014-11-26 mavMake isp_find_pdb_by_*() search for targets in portdb...
2014-11-26 hselaskyAdd new USB quirk.
2014-11-26 mavAdd bunch of PCI IDs of Intel Wildcat Point (9 Series...
2014-11-26 delphijRevert r273060 per discussion with avg@ as we need...
2014-11-25 rdivackyFix style(9).
2014-11-25 rdivackyFix style(9).
2014-11-25 rdivackyShrink boot2 by a couple more bytes.
2014-11-25 mavCoalesce last data move and command status for read...
2014-11-25 sbrunoAdd support for Buffalo WZR-HP-AG300H atheros MIPS...
2014-11-25 bro Add Virtio MMIO bus driver to config
2014-11-25 brAdd new devices to the config.
2014-11-25 bro Add PIO and vtblk mmio device info to the tree
2014-11-25 brAdd BERI-specific virtio block backend device driver.
2014-11-25 avgwhitespace and cosmetic changes in callout_reset family...
2014-11-25 avgcallout(9): add sbt flavors of callout_schedule
2014-11-25 jhbMFamd64: Check for invalid flags in the machine context...
2014-11-25 mavDecouple datamove/done logic from CTL status set.
2014-11-25 jhibbitsAdd Apple Intrepid USB controller ID.
2014-11-25 mavUse ctl_set_success() instead of direct inlining.
2014-11-25 emasteRevert r274772: it is not valid on MIPS
2014-11-25 kevloAdd missing headers needed by write().
2014-11-24 aeSkip L2 addresses lookups for p2p interfaces.
2014-11-24 jhbAdd a bus_get_domain() wrapper around BUS_GET_DOMAIN...
2014-11-24 jhbProperly initialize the capability rights for vnodes...
2014-11-24 ianAdd busdma sync ops before reading and after modifying...
2014-11-24 philipAdd a sysctl `net.link.tap.deladdrs_on_close' to config...
2014-11-24 mavReplace home-grown CTL IO allocator with UMA.
2014-11-24 glebiusWe already have "int i" in this scope.
2014-11-24 ianThe arm PJ4B cpu is armv7 architecture, not v6.
2014-11-24 mavRead cs_outstanding_ctl_pdus before incrementing it...
2014-11-24 ianAdd ARMV6 as an arm option. This will cause obscure...
2014-11-23 grehanChange the lower bound for guest vmspace allocation...
2014-11-23 brCorrect the functions declaration.
2014-11-23 ianSquelch a (bogus) used before init warning when buildin...
2014-11-23 joelMisc mdoc fixes:
2014-11-23 glebius\n at end of panicstr is redundant.
2014-11-23 dimFix the following -Werror warning from clang 3.5.0...
2014-11-23 hselaskyDon't use the synchronization endpoint unless reference...
2014-11-23 glebiusMerge from projects/sendfile:
2014-11-23 mjgifdef RACCT ui_racct_foreach and struct uidinfo's ui_racct
2014-11-23 glebiusbuf.h is not needed here, and pollutes when ufsmount...
2014-11-23 glebiusInclude required files directly instead of pollution...
2014-11-23 mjgfiledesc: plug a test for impossible condition in fgetv...
2014-11-22 impThere never was a PC Card joystick attachment that...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 impRetire old, transition code for managing the FreeBSD...
2014-11-22 kibThe size value should be asserted when it is known.
2014-11-22 alcBy the time that vm_reserv_init() runs, vm_phys_segs...
2014-11-22 hselaskyFix the host mode ISOCHRONOUS transfer interval program...
2014-11-22 traszImplement "automount -c".
2014-11-22 mavFor both iSCSI initiator and target increase socket...
2014-11-22 smhFix build with asr driver
2014-11-22 mavFix use-after-free introduced in r274843.
2014-11-22 mavMove icl_pdu_get_data() and xpt_done() out of initiator...
2014-11-22 hselaskyUse correct length mask for split transactions. The...
2014-11-22 mavMake iSCSI frontend less chatty while waiting for tasks...
2014-11-22 ianWhen doing a PREREAD sync of an mbuf-type dma buffer...
2014-11-22 davideUse the correct variable name.
2014-11-22 davideMake ufs_dirhashreclaimperc a percentage for real and
2014-11-21 brooksMerge from CheriBSD:
next