]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
VOP_LOOKUP() may relock the directory vnode for some reasons. Since
[FreeBSD/FreeBSD.git] / sys /
2014-08-08 kibVOP_LOOKUP() may relock the directory vnode for some...
2014-08-08 bzFix argument to KTR after r269699 to unbreak LINT builds.
2014-08-08 nwhitehornRemove unnecessary inclusion of FDT headers.
2014-08-08 nwhitehornUse OF_getencprop() in preference to OF_getprop() and...
2014-08-08 jhibbitsSet the si_code appropriately for exception-caused...
2014-08-08 neelSupport PCI extended config space in bhyve.
2014-08-08 kevloMerge 'struct ip6protosw' and 'struct protosw' into...
2014-08-08 ianAdd a missing clock register definition.
2014-08-08 ianAdd the dts include directory to the -I list when doing...
2014-08-07 impCast queue length because q_len isn't really an enum...
2014-08-07 impcswitch is unsigned, so don't compare it < 0. Any negat...
2014-08-07 impUnsigned values can never be less than 0.
2014-08-07 imptarget is unsigned, so don't compare it < 0 for range...
2014-08-07 nwhitehornRetire vd_maskbitbltchr. The same functionality can...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-07 roygeratpic: make sure atpic_init is called after IO APIC...
2014-08-07 mckusickThe SUJ journal is only prepared to handle full-size...
2014-08-07 bzSplit up sys_ktimer_getoverrun() into a sys_ and a...
2014-08-07 aeTemporary revert r269661, it looks like the patch isn...
2014-08-07 hselaskyMake sure the USB audio level residue is non-zero.
2014-08-07 aeUse cpuset_setithread() to apply cpu mask to taskq...
2014-08-07 kibCorrect the problems with the ptrace(2) making the...
2014-08-06 ianUse a SYSINIT to init the array of interrupt names...
2014-08-06 jmgput these under bootverbose, they are only needed for...
2014-08-06 npcxgbe(4): Let caller specify whether it's ok to sleep in
2014-08-06 kibThe vm_pager_page_unswapped() pager op is only implemen...
2014-08-06 kibAdd wrappers to assert that vm object is unlocked and...
2014-08-06 nwhitehornSet fb_pbase properly on PowerPC in the case where...
2014-08-06 roygerdrm: fix usage of vm_phys_fictitious_to_vm_page
2014-08-06 mavReduce reported additional INQUIRY data length.
2014-08-06 mavFix several issues and inconsistencies in UNMAP capabil...
2014-08-06 marcelOptionally include the install command as found on...
2014-08-06 nwhitehornRetire various intertwined bits of fbd(4) and vt_fb...
2014-08-06 marcelRename command_unload() to unload() and re-implement...
2014-08-05 jhbVarious fixes to hptmv(4):
2014-08-05 marcelIn command_lsmod() prevent overrunning lbuf due to...
2014-08-05 jhbVarious fixes to hptrr(4):
2014-08-05 marcelIn file_loadraw() print the name of the file as well...
2014-08-05 jhbVarious fixes to hptnr(4):
2014-08-05 jhbVarious fixes to hptiop(4):
2014-08-05 jhbRemove compat shims for FreeBSD versions older than...
2014-08-05 ianRevert r269528; this was not the right way to bring...
2014-08-05 gjbAdd device ID for the Chicony USB 2.0 HD UVC Webcam
2014-08-05 ianCache the imx6 SoC type in a static var so that it...
2014-08-05 ianAdd an arm option, ARM_DEVICE_MULTIPASS, used to opt...
2014-08-05 ianAttach arm generic interrupt and timer drivers in the...
2014-08-05 hselasky- Implement fast interrupt handler to save CPU usage.
2014-08-05 hselaskyAdd handler for read-back of USB audio volume levels.
2014-08-05 nwhitehornAdd a simple unaccelerated vt(4) framebuffer driver...
2014-08-05 ianSet the pl310 L2 cache driver to attach during the...
2014-08-05 ianAdjust ofwbus and simplebus to attach at BUS_PASS_ORDER...
2014-08-05 ianDefine names that drivers can use to adjust their posit...
2014-08-05 ianSet ofwbus and simplebus to attach during BUS_PASS_BUS.
2014-08-05 mavReimplement WRITE USING TOKEN with Block Zero token...
2014-08-05 hselasky- Ensure code which only applies to the control endpoin...
2014-08-05 cyHonour WITH and WITHOUT_INET6_SUPPORT.
2014-08-05 n_hibmaAdd support for Huawei E3272 modems which are supported...
2014-08-05 n_hibmadon't OR integer error values together as this does...
2014-08-05 bzRevert the logic change from r269540. If the opt_inet6...
2014-08-05 roygervm_phys: improve robustness of fictitious ranges
2014-08-05 n_hibmaReturn USB_ERR_INVAL if the eject method is not known.
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-05 n_hibmaAdd a second Huawei SCSI eject command as USB mode...
2014-08-05 n_hibmaReset the error value in the softc before starting...
2014-08-05 n_hibmaAdd ID for Novatel MC990D to u3g.
2014-08-05 n_hibmaRemove unused defines.
2014-08-05 hselaskyAdd new USB phone descriptor template for USB device...
2014-08-05 hselaskyFix for deadlock in USB device side mode.
2014-08-05 hselaskyRename driver name a bit to avoid unit number confusion...
2014-08-05 hselasky- Implement fast interrupt handler to save CPU usage.
2014-08-05 hselaskyEnsure we catch USB transfers which complete right...
2014-08-05 pfgRevert r269523:
2014-08-05 delphijMFV r269542:
2014-08-04 brooksMerge from CheriBSD:
2014-08-04 impMove most of the 15 variations on generating opt_inet...
2014-08-04 impInclude the kernel options after bsd.init.mk so that...
2014-08-04 impRemove unnecessary inclusions of bsd.own.mk.
2014-08-04 npcxgbe(4): Do not run any sleepable code in the SIOCSIFF...
2014-08-04 mckusickAdd support for multi-threading of soft updates.
2014-08-04 ianBring in the latest standard defines for imx6 clocks...
2014-08-04 tuexenAdd support for the SCTP_RECONFIG_SUPPORTED and the...
2014-08-04 hirenAdd a comment for easier code understanding.
2014-08-04 markjReturn 0 for the PPID of threads in process 0, as proce...
2014-08-04 pfgset EXT2_LINK_MAX to LINK_MAX
2014-08-04 roygerxen: add ACPI bus to xen_nexus when running as Dom0
2014-08-04 roygerxen: Dom0 console fixes
2014-08-04 roygerxen: implement support for mapping IO APIC interrupts...
2014-08-04 roygerx86/madt: make the interrupt override parser a public...
2014-08-04 roygerxen: change quality of the MADT ACPI enumerator
2014-08-04 roygerxen: change order of Xen intr init and IO APIC registration
2014-08-04 roygerxen: add a DDB command to print event channel information
2014-08-04 roygerxen: mask all event channels on init
2014-08-04 roygerxen: implement event channel PIRQ support
2014-08-04 davideFix an overflow in getsockopt(). optval isn't big enoug...
2014-08-04 adrianMake igb(4) build outside of the kernel build.
2014-08-04 adrianMake the ixgbe(4) module buildable outside of the tree.
2014-08-04 mavAdd support for Windows dialect of EXTENDED COPY comman...
2014-08-04 mavImprove locking of multicast addresses in VLAN and...
2014-08-03 peterPartial revert of r262867.
2014-08-03 gavinFor reasons which are not clear, r254263 broke some...
next