]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix the name of the coprocessor to include the "p" prefix, the clang
[FreeBSD/FreeBSD.git] / sys /
2014-12-02 andrewFix the name of the coprocessor to include the "p"...
2014-12-02 nyanMFi386: r275305 (by rdivacky)
2014-12-02 mavConvert persis_offset from global variable to softc...
2014-12-02 mavReduce code duplication by creating ctl_set_res_ua...
2014-12-02 mavRemoved unused variable and unify some names.
2014-12-02 avgzfs_putpages: actually update mtime and ctime
2014-12-02 aeRemove unneded check. No need to do m_pullup to the...
2014-12-02 aeRemove unneded check. No need to do m_pullup to the...
2014-12-02 aeRemove route chaching support from ipsec code. It isn...
2014-12-02 aeRemove unused structure declarations.
2014-12-02 aeRemove unused declartations.
2014-12-01 andrewPull in the NetBSD global offset table handling code...
2014-12-01 rpauloAllow multiple devices to mmap. It's impossible to...
2014-12-01 kibDisable recursion for the process spinlock.
2014-12-01 mavWhen passing LUN IDs through treat ASCII values as...
2014-12-01 mavMove ctlfe_onoffline() out of lock to let it sleep...
2014-12-01 hselaskyStart process of removing the use of the deprecated...
2014-11-30 kibProvide mutual exclusion between zone allocation/destru...
2014-11-30 gibbsRemove trailing whitespace.
2014-11-30 bryanvCleanup and performance improvement of the virtio_blk...
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 glebiusMerge from projects/sendfile: extend protocols API...
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...
next