]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
A failed installation once restarted will often error out
[FreeBSD/FreeBSD.git] / sys /
2016-07-16 Jared McNeillAdd support for Allwinner H3 EMAC.
2016-07-16 Konstantin BelousovAnother issue reported on http://seclists.org/oss-sec...
2016-07-16 Michael TuexenDeal with a portential memory allocation failure, which...
2016-07-16 Michael TuexenDon't free a data chunk twice.
2016-07-16 Michael TuexenAddress a potential memory leak found a the clang stati...
2016-07-16 John BaldwinRename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.
2016-07-15 Konstantin BelousovIn ptrace_vm_entry(), do not call vmspace_free() while...
2016-07-15 Andrey V. ElsukovAdd net.inet6.ip6.intr_queue_maxlen sysctl. It can...
2016-07-15 John BaldwinAdd a mask of optional ptrace() events.
2016-07-15 Andrew TurnerImplement bus_print_child to print the resources used...
2016-07-15 Gleb SmirnoffFix regression introduced by r302350. The change of...
2016-07-15 Konstantin BelousovDo not allow creation of char or block special nodes...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Cleanup channel sysctl tree creation
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Cosmetic vmbus channel close cleanup
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Function rename
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Back out r302888 temporarily
2016-07-15 Sepherosa Ziehauhyperv/hn: Busdma-fy rxbuf and chimney sending buffer
2016-07-15 Sepherosa Ziehauhyperv/hn: Busdma-fy rxbuf and chimney sending buffer
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Cleanup channel packet receiving.
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Cleanup channel receiving.
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Factor out macros to do channel packet...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Field rename
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Function rename
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Cleanup channel sending
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Move channel packet types definition...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Move channel packet flags definition...
2016-07-15 Sepherosa Ziehauhyeprv/vmbus: Rework prplist sending.
2016-07-15 Adrian Chadd[ath] [ath_hal] break out the duration calculation...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Rework sglist sending.
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Redefine channel packet.
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Field rename
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Set vcpuid to 0, if MSR_HV_VP_INDEX does...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Busdma-fy channel bufring.
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Add vmbus_chan_gpadl_connect, which takes...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Use iovec for bufring scatter/gather...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Remove unused function definition/declara...
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Function rename
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Remove unused struct
2016-07-15 Sepherosa Ziehauhyperv/vmbus: Merge hv_channel_mgmt.c into hv_channel.c
2016-07-14 John BaldwinInclude command line arguments in core dump process...
2016-07-14 John BaldwinMove nested include of <sys/queue.h> inside _KERNEL.
2016-07-14 Mark JohnstonLet DDB's buf printer handle NULL pointers in the buf...
2016-07-14 Andrew TurnerFinish removing the non-INTRNG support from sys/arm64.
2016-07-14 Andrew TurnerRemove the non-INTRNG support from the ThunderX PCIe...
2016-07-14 Andrew TurnerMove gic_v3_irqsrc into the GICv3 driver source as...
2016-07-14 Andrew TurnerMove structures only used by the GICv3 ITS driver from...
2016-07-14 Andrew TurnerRemove the non-INTRNG support from the GICv3 interrupt...
2016-07-14 Andrew TurnerRemove support for the arm64 pre-INTRNG interrupt frame...
2016-07-14 Alexander MotinIncrease number of I/O APIC pins from 24 to 32 to give...
2016-07-14 Enji CooperAlways panic if an invalid capability is passed to...
2016-07-14 Andriy GaponMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 Andriy GaponMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 Andriy GaponMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 Andriy GaponMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 Andriy GaponMFV r302640: 6874 rollback and receive need to reset...
2016-07-14 Andriy Gaponremove a stray change from r302834
2016-07-14 Andriy Gaponfix-up for configuration of AMD Family 10h processors...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Move bus related message processing into...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Sub-channel related fields renaming
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Fix the racy channel close.
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Field renaming to reflect reality
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Release vmbus channel lock before detach...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Only add primary channels to vmbus channe...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Use sub-channel index to detect primary...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Cleanup vmbus_chan_add()
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Nuke the channel open state.
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Cleanup vmbus_chan_msgproc_choffer
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Move new channel scan notification to...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Move device register and channel free...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Alloc/Free monitor param in vmbus channel...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Get rid of rel{_id,id}, use channel id...
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Remove unused bits
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Switch to vmbus channel message macros
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Move channel offer message definition...
2016-07-14 Sepherosa Ziehauhyperv: hv_guid -> struct hyperv_guid.
2016-07-14 Sepherosa Ziehauhyperv/vmbus: Remove unused bits
2016-07-14 Mark JohnstonMove some gmirror metadata update messages to a higher...
2016-07-14 Mark JohnstonAllow ACPI wakeup code and page tables to be stored...
2016-07-13 Andrew TurnerAdd memmmap on arm64 so we can mmap /dev/mem and /dev...
2016-07-13 Jared McNeillAllwinner Gigabit EMAC performance improvements.
2016-07-13 Jared McNeillH3/A83T: Use PLL_PERIPH/2 for AHB2 parent clock.
2016-07-13 Dimitry AndricFix a page fault in ip6_setpktopt(), occurring when...
2016-07-13 Eric BadgerAdd explicit detection of KVM hypervisor
2016-07-13 Jung-uk KimRemove a tunable and always reset system clock while...
2016-07-13 Dag-Erling Smørgravmerge upstream hg 06347b1f76fe (fix IXFR)
2016-07-13 Andriy Gaponre-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT...
2016-07-13 Konstantin BelousovTrace timeval parameters to the getitimer(2) and setiti...
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Cleanup channel rescind
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Remove unused code
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Reorganize MNF event sending.
2016-07-13 Sepherosa Ziehauhyperv: Signal event input parameter is shared w/ MNF
2016-07-13 Sepherosa Ziehauhyperv: All Hypercall parameters have same alignment...
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Install different task function for batch...
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Remove unnecessary callback check.
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Pack bool field into flags field
2016-07-13 Sepherosa Ziehauhyperv/bufring: Remove unused fields
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Nuke unused field from hv_vmbus_channel.
2016-07-13 Sepherosa Ziehauhyperv: Get rid of hv_device, which is unnecessary...
2016-07-13 Sepherosa Ziehauhyperv/hn: Avoid the hv_device
2016-07-13 Sepherosa Ziehauhyperv/vmbus: Deprecate the usage of hv_device.
next