]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Nit: fix locking of p->p_state in procdesc_close().
[FreeBSD/FreeBSD.git] / sys /
2014-04-06 edNit: fix locking of p->p_state in procdesc_close().
2014-04-06 impFix the mips64el build: mips64el should use the mips64...
2014-04-06 loosPartially revert r264083.
2014-04-06 mavIn addition to r264077, tell GEOM that we do support...
2014-04-06 mavReport stripe size and offset of the backing device...
2014-04-06 jhibbitsCorrect the SRR1 mask, it's 10-15 not 10-11.
2014-04-06 marcelAn all-or-nothing approach to labels isn't flexible...
2014-04-06 marcelMake sure we don't free memory that's already been...
2014-04-06 ianAdd a couple more required TLB flushes.
2014-04-05 rpauloNeed to include machine/fdt.h.
2014-04-05 rpauloAdd fsl,imx53.
2014-04-05 rpauloFollow files.imx51 and add vt support.
2014-04-05 impMake the vmm code compile with gcc too. Not entirely...
2014-04-05 impMake this compile with gcc.
2014-04-05 impMake some unwise casts. On i386 these casts wind up...
2014-04-05 marcelDo not prevent processes from making changes to the...
2014-04-05 kibUse realloc(9) instead of doing the reallocation inline.
2014-04-05 marcelIn freebsd32_sendmsg(), replace the call to sockargs...
2014-04-05 traszRemove hack to pass STAILQ to a function and do it...
2014-04-05 rpauloRemove code under PMAP_CACHE_VIVT that is not compiled...
2014-04-05 loos- Fix the setup of interrupts for banks 2 and 3 on...
2014-04-05 dchaginPrevent alq from panic when the invalid alq_file path...
2014-04-05 brCorrect the end address of the video frame buffer.
2014-04-05 ianAdd ioctl(2) calls to uftdi(4) to access bitbang, MPSSE...
2014-04-05 kibWhen KN_INFLUX is set on the knote due to kqueue_regist...
2014-04-05 mavAdd property and sysctl to control how ZVOLs are expose...
2014-04-05 edAdd missing userspace bits to <sys/procdesc.h>.
2014-04-05 bdreweryShow error code when failing to destroy a mirror on...
2014-04-04 emasteInitialise m_pkthdr via bzero instead of explicitly...
2014-04-04 ianEnable SMP for Pandaboard.
2014-04-04 ianSwitch wandboards over to the common IMX6 kernel config...
2014-04-04 edCorrect return type of pdfork(2).
2014-04-04 ianWe don't support any ARM systems with an ISA bus and...
2014-04-04 emasteConnect sys/boot/amd64 to the build
2014-04-04 ianAllocate per-cpu resources for doing pmap_zero_page...
2014-04-04 ianFix TLB maintenance issues for armv6 and armv7.
2014-04-04 ianFix TTB set operation for armv7.
2014-04-04 sbrunoAdd PCI-IDs for TBD Gen9 RAID controller HBAs from...
2014-04-04 aeThe check for local address spoofing lacks ifaddr locking.
2014-04-04 aeRemove unused variable.
2014-04-04 aeRemove dead code.
2014-04-04 sbrunoChange kernel/rootfs hints to use search patterns inste...
2014-04-04 traszRework the iSCSI PDU transmit code to avoid lock conten...
2014-04-04 pfggcc: define __block when block support is enabled
2014-04-04 ianFlag several sysctl variables as tunables.
2014-04-04 ianAdjust the comments about translating clock divisor...
2014-04-04 emasteFix printf format mismatches
2014-04-04 davidxuFix SIGIO delivery. Use fsetown() to handle file descri...
2014-04-04 traszAll the iSCSI sysctls are also tunables; advertise...
2014-04-04 traszWe don't need TAILQ for iSCSI PDUs; STAILQ is enough.
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 mjgGarbage collect fdavail.
2014-04-04 brRemove unused prototype.
2014-04-04 ianLet's try having just one mmc/sd controller driver.
2014-04-04 ianUse the sdhci driver for Pandaboard.
2014-04-04 ianSwitch OMAP4 (Pandaboard et. al.) to use the ti_sdhci...
2014-04-04 ianFix the logic for translating between MMCHS and SDHCI...
2014-04-04 ianWhen changing the sd bus clock divisor, clear just...
2014-04-04 ianVarious fixes to the ti_sdhci driver, mostly to make...
2014-04-04 emasteSupport UEFI booting on amd64 via loader.efi
2014-04-04 ianActually save the clock frequency retrieved from fdt...
2014-04-03 emasteAdd -fPIC for amd64
2014-04-03 rstoneCorrect a PCI enumeration bug introduced in r264011
2014-04-03 emasteMerge efilib changes from projects/uefi
2014-04-03 emasteBuild boot/ficl as 64-bit library on amd64
2014-04-03 mavMFV r258922:
2014-04-03 sbrunoAdd support for the Dlink DIR-825C1 74k MIPS router...
2014-04-03 joergAdd the Dresden Elektronik "USB Levelshifter Stick...
2014-04-03 loosMove the GPIO bank initialization to a new function...
2014-04-03 emastePut each source file on a separate line
2014-04-03 mavAdd BIO_DELETE support to ZVOL.
2014-04-03 br- Setup both secure and non-secure timer IRQs.
2014-04-03 hirenImprove readability of comments for DELAY_ACK() macro.
2014-04-03 yongariCorrect endianness handling in getting station address...
2014-04-02 traszFix build, broken by r264025.
2014-04-02 ianRework the cpu frequency management code for imx6.
2014-04-02 ianSwitch imx6 to using the mpcore per-cpu event timers...
2014-04-02 ianChange NO_EVENTTIMERS from an arm-specific to an MI...
2014-04-02 ianDon't call sdhci_init_slot() until after handling the...
2014-04-02 ianTrivial changes/forced-commit to document previous...
2014-04-02 ian(no commit message)
2014-04-02 ianDisable the timer and clear any pending bit, then setup...
2014-04-02 ianFix build breakage. Apparently all ARM configs build...
2014-04-02 ianAdd support for event timers whose clock frequency...
2014-04-02 pfgMFV r258379;
2014-04-02 ianUse 2K buffers for IO to help achieve full device speed...
2014-04-01 traszEnable a KASSERT.
2014-04-01 traszGet rid of the "autoscaling", instead just set socket...
2014-04-01 traszUse atomic ops instead of mutexes where appropriate.
2014-04-01 traszInstead of "icltx" and "iclrx", use thread names with...
2014-04-01 traszGet rid of ICL lock; use upper-layer (initiator or...
2014-04-01 traszRemove the homegrown ctl_be_block_io allocator, replaci...
2014-04-01 loosFix some of the style(9) problems on ti_gpio. Note...
2014-04-01 tuexenIncrement the SSN only after processing the last fragme...
2014-04-01 rstoneAdd missing copyright date.
2014-04-01 rstoneAdd support for PCIe ARI
2014-04-01 ianSupport serial speeds up to 12mbaud with newer FTDI...
2014-04-01 rstoneRe-write bhyve's I/O MMU handling in terms of PCI RID.
2014-04-01 rstoneRe-implement the DMAR I/O MMU code in terms of PCI...
2014-04-01 rstoneAdd a method to get the PCI RID for a device.
next