]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove some unreferenced NDP debug variable definitions.
[FreeBSD/FreeBSD.git] / sys /
2016-02-12 markjRemove some unreferenced NDP debug variable definitions.
2016-02-12 markjClear the cookie pointer on error in tmpfs_readdir().
2016-02-12 npRemove duplicate definition (CPL_TRACE_PKT_T5).
2016-02-12 andrewStop adding an extra null terminator to strings, OF_get...
2016-02-12 brUse __uint64_t type for floating point registers
2016-02-12 andrewOnly update curthread and curpcb after we have finished...
2016-02-12 kibPOSIX states that #include <signal.h> shall make both...
2016-02-12 kibIf full width writes to the performance monitoring...
2016-02-12 kibAdjust the size of PMC_DEFAULT_DEBUG_FLAGS to match...
2016-02-12 kibRemove tautological cast.
2016-02-12 mmelUART: Fix spurious interrupts generated by ns8250 and...
2016-02-11 tuexenLoopback addresses are 127.0.0.0/8, not 127.0.0.1/32.
2016-02-11 glebiuso Gather all mbuf(9) allocation functions into kern_mbu...
2016-02-11 tuexenUse 4 spaces instead of a tab.
2016-02-11 andrewEnable ARM_INTRNG on all kernel configs where we use...
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 jimharrisnvme: avoid duplicate SET_NUM_QUEUES commands
2016-02-11 dteskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-11 andrewInclude the correct header to get a phandle_t needed...
2016-02-11 pfgExt4: Use boolean type instead of '0' and '1'
2016-02-11 bro Move non-generic kernel configuration out from GENERIC.
2016-02-11 jhibbitsMigrate the PTE format for book-e to standardize on...
2016-02-11 zbbSupport interrupts binding in GICv3 and ITS
2016-02-11 zbbImplement finer locking in ITS
2016-02-11 zbbInitially bind all interrupts to the boot CPU when...
2016-02-11 zbbCall pmc_hook() correctly in the ARM64 interrupt handler
2016-02-11 zbbIntroduce bus_bind_intr method for ARM64
2016-02-11 zbbFix bugs in interrupts allocation on ARM64
2016-02-11 roygerxen-netfront: remove useless NULL check in netif_free
2016-02-11 zbbMinor clean-ups for ARM64 GICv3 and GIC drivers
2016-02-11 roygerxen-netfront: rearrange error paths in setup_txqs
2016-02-11 roygerxen-netfront: remove pointless assignment in xn_ioctl
2016-02-11 andrewStop defining fdt_pic_table when building for ARM_INTRNG.
2016-02-11 brStop device enumeration when we see first empty slot.
2016-02-11 andrewRemove unused Zedboard config files. files.zedboard...
2016-02-11 hselaskyUse a pair of ifs when comparing the 32-bit flowid...
2016-02-11 wmaARM64 disassembler: support for LDR instructions
2016-02-11 adrianMake bus_space_generic properly map/unmap memory (using...
2016-02-11 adrianMigrate the other MIPS24K SoC cores to use the CPU_MIPS...
2016-02-11 adrianMissing commit - remove MIPS fdt bus space.
2016-02-11 adrianRemove bus space fdt for MIPS.
2016-02-11 adrianConvert MIPS nexus and mips_pic to BUS_PASS
2016-02-11 adrianTeach the MIPS ticker to attach itself properly when...
2016-02-11 adrianBegin the MIPS_INTRNG support.
2016-02-11 pfgExt4: fix handling of files with sparse blocks before...
2016-02-10 kibRemove useless checks for NULL before calling free...
2016-02-10 kibFinish r173600. There is no need to test a condition...
2016-02-10 cemntb_hw(4): Print correct PAT name for non-WC/WB types...
2016-02-10 cemntb_hw(4): Allow any x86 PAT caching flags for MW defaults
2016-02-10 traszAdd a kern.icl.drivers sysctl, to retrieve the list...
2016-02-10 glebiusGarbage collect unused arguments of m_init().
2016-02-10 glebiusGarbage collect m_getclr().
2016-02-10 traszRemove stray semicolons from the iSCSI code.
2016-02-10 andrewExplicitly include <sys/systm.h>. Previously we were...
2016-02-10 andrewFix a logic inversion when checking for ARM_INTRNG
2016-02-10 andrewOnly use fdt_pic_table when not using ARM_INTRNG
2016-02-10 andrewUse OF_getencprop to read a property, it already handle...
2016-02-10 arybchiksfxge: implement SIOCGI2C to read information from...
2016-02-10 andrewRevert an arm64 change that sneaked in with r295464.
2016-02-10 andrewUpdate of the Allwinner drivers to:
2016-02-10 hselaskyCorrect PCI device description.
2016-02-10 adrianBreak out the shared bits of the arm intrng definitions...
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 andrewRemove unneeded whitespace, and fix a license for a...
2016-02-09 hselaskyTo support userspace audio daemons like Virtual OSS...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-09 kibRename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-09 andrewUse designated initialisers for the db disassembler...
2016-02-09 andrewDon't set the offset when loading the kernel on the...
2016-02-09 wmaIgnore invalid page descriptors in ARM64 pmap_mincore
2016-02-09 adrianTeach ofw_bus_parse_xref_list_alloc to be able to retur...
2016-02-09 andrewStop clang from generating movt/movw sequences. These...
2016-02-09 andrewEnsure the bss is aligned to a 4-byte address as we...
2016-02-08 jhbCall kthread_exit() rather than kproc_exit() for a...
2016-02-08 jhbMark proc0 as a kernel process via the P_KTHREAD flag.
2016-02-08 kenFix the SCSI Extended INQUIRY probe case when an error...
2016-02-08 bdrewerykmod.mk: Ensure ILINKS are created before building.
2016-02-08 bdrewerykmod.mk: Support a beforebuild target such as bsd.prog...
2016-02-08 pfgficl: Replace rand(3) with random(3).
2016-02-08 pfgficl: Replace rand(3) with random(3).
2016-02-08 impImplement -P for boot loader. It's a bit easier to...
2016-02-08 emasteRestore kgzldr on i386 only
2016-02-08 kibRemove the assert which outlived its usefulness, and...
2016-02-07 jillessemget(): Check for [EEXIST] error first.
2016-02-07 pfgMinor grammar fix in comment.
2016-02-07 pfgRevert r295359:
2016-02-07 pfgmsdosfs_rename: yet another unused value.
2016-02-07 pfgcd9660: Drop an unnecessary check for NULL.
2016-02-07 pfgfdesc_setattr: unitialized pointer read
2016-02-07 mckusickClarify a comment in kern_openat() about the use of...
2016-02-07 allanjudeDo not set vfs.root.mountfrom unnecessarily
2016-02-06 smhFix EFI platform build failures
2016-02-06 pfgmsdosfs_rename: Unused value
2016-02-06 kibDo not call vn_fullpath(9) (through the pmc_getfilename...
2016-02-06 mmelARM: Rename remaining ARMv4 specific function in DTrace...
2016-02-06 mjgfork: ansify sys_pdfork
2016-02-05 jhbRename aiocblist to kaiocb and use consistent variable...
2016-02-05 markjPlug a vm_page leak introduced in r292373.
2016-02-05 erjUpdate em(4) to 7.6.1; update igb(4) to 2.5.3.
2016-02-05 andrewImplement kdb_cpu_sync_icache on arm64.
next