]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.
[FreeBSD/FreeBSD.git] / sys /
2016-03-27 dchaginRevert r297310 as the SOL_XXX are equal to the IPPROTO_...
2016-03-27 tuexenImprove compilation on windows 64-bit (for the userland...
2016-03-27 kibSplit the global taskqueue used to process all UFS...
2016-03-27 dchaginiConvert Linux SOL_IPV6 level.
2016-03-27 dchaginWhitespaces and style(9) fix. No functional changes.
2016-03-27 kibStyle: wrap long lines.
2016-03-26 npPlug leak in m_unshare.
2016-03-26 dchaginWhen write(2) on eventfd object fails with the error...
2016-03-26 dchaginImplement O_NONBLOCK flag via fcntl(F_SETFL) for eventf...
2016-03-26 andrewOnly define the platform methods for the Allwinner...
2016-03-26 allanjudeDo not prompt for GELI passphrase is encrypted with...
2016-03-26 mmelARM: Fix bug introduced in r297286.
2016-03-26 mmelTEGRA: Fixes for UART driver:
2016-03-26 avosnet80211: fix panic for DWDS vaps
2016-03-26 mmelARM: Parse command line delivered by U-Boot:
2016-03-26 mmelARM: Fix ATAG handling in LINUX_BOOT_API:
2016-03-26 mmelARM: Teach LINUX_BOOT_ABI to recognize DT blob.
2016-03-26 bdreweryImplement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
2016-03-25 cemAdd td_swinvoltick to track last involuntary context...
2016-03-25 traszFix iSCSI initiator crash that could happen with out...
2016-03-25 sephetcp/lro: Return TCP_LRO_NO_ENTRIES if we are short...
2016-03-25 bdreweryRemove unneeded return left from refactoring.
2016-03-24 mavUnify ichwd(4) attachment messages in dmesg.
2016-03-24 edRegenerate system call table after r297247.
2016-03-24 edReplace the CloudABI system call table by a machine...
2016-03-24 mavPolish wbwd(4) driver and add more supported chips.
2016-03-24 glebiusSpace and style(9) corrections for recent mbuf changes.
2016-03-24 sbrunoAdd 4k enabled cam quirks for Samsung SM863 Series...
2016-03-24 traszSpeed up lookups in autofs(5) by using red-black trees...
2016-03-24 wmaarm64: Fixing user space boudary checking in copyinout.S
2016-03-24 bzFix compile errors after r297225:
2016-03-24 mavUnify ignoring EEXIST from zvol_create_minor().
2016-03-24 kibHandle the driver KPI change from r292373. Ensure...
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-24 hselaskyAdd more UHCI PCI IDs.
2016-03-24 gnnMove mbuf provider under SDT to indicate that it is...
2016-03-24 gnnFreeBSD previously provided route caching for TCP ...
2016-03-24 bdreweryPass the expected struct radix_node_head * to vfs_free_...
2016-03-24 bdreweryFix M_RTABLE memory leak from r274118 (11/2014).
2016-03-24 sephehyperv/vmbus: Create per-cpu fast taskqueue for msg...
2016-03-24 sephehyperv/utils: Allow hint to disable individual utility
2016-03-24 sephehyperv/vmbus: use a better retry method in hv_vmbus_pos...
2016-03-24 jhbEnable interrupts on the BSP once all PICs are initialized.
2016-03-23 jmcneillFix support for fixed factor clocks.
2016-03-23 jmcneillclk_parse_ofw_out_names is supposed to return a list...
2016-03-23 jmcneillReturn BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_p...
2016-03-23 wmaARM64 copyinout improvements
2016-03-23 tuexenAdd const to several constants. Thanks to Nicholas...
2016-03-23 kibFix locking mistake in softdep_waitidle(). The surroun...
2016-03-22 bdreweryHandle copyin failures.
2016-03-22 bdreweryRemove unused done argument to copyinstr(9).
2016-03-22 bdreweryReturn any log write failure encountered when closing...
2016-03-22 bdreweryFollow-up r297156: Close the log in filemon_dtr rather...
2016-03-22 jhibbitsFix the resource_list_print_type() calls to use uintmax_t.
2016-03-22 adrian[net80211] add missing static declarations.
2016-03-22 npcxgbe(4): Be consistent and call ETHER_BPF_MTAP before...
2016-03-22 jtlto_flags is currently a 64-bit integer; however, we...
2016-03-22 bzMfp4 @180378:
2016-03-22 traszWait for root mount tokens before showing the root...
2016-03-22 gnnAdd an mbuf provider to DTrace.
2016-03-22 tuexenSupport checksum offloading for TCP/IPV6 and UDP/IPV6.
2016-03-22 bzAdding pci_host_generic unconditionally breaks ARM...
2016-03-22 andrewUse the saved program state register to detect when...
2016-03-22 sephehyperv/hn: When short of mbufs on the RX path, don...
2016-03-22 sephehyperv/hn: Factor out hn_set_lro_lenlim()
2016-03-22 sephehyperv/hn: Reduce TCP segment aggregation limit for...
2016-03-22 mavOptimize IPMI watchdog patting.
2016-03-22 sephehyperv/vmbus: Remove NULL check for taskqueue_create_fa...
2016-03-22 sephehyperv/vmbus: Use taskqueue_fast for non-performance...
2016-03-22 sephehyperv/evttimer: Use an independent message slot so...
2016-03-22 adrian[urtwn] welcome basic 11n support to urtwn.
2016-03-21 ianBuild the zfs module on armv6, but not on older arm.
2016-03-21 avoswpi: remove internal taskqueue
2016-03-21 bdreweryConsolidate common link(2) logic.
2016-03-21 avosrum: add legacy power saving support (STA mode).
2016-03-21 jhibbitsFix some more long -> rman_res_t
2016-03-21 avosrum: simplify error handling in rum_newstate().
2016-03-21 jhbRegen.
2016-03-21 jhbFully handle size_t lengths in AIO requests.
2016-03-21 avosrum: do not try to restore bssid/TSF synchronization...
2016-03-21 avosrum: separate some microcontroller vendor-specific...
2016-03-21 avosnet80211: enable software beacon miss timer in SLEEP...
2016-03-21 avosnet80211: add missing SLEEP -> AUTH state transition...
2016-03-21 bdreweryAttempt to use the namecache for openat(2) path resolution.
2016-03-21 bdreweryUse curthread for vn_fullpath.
2016-03-21 bdreweryConsolidate open(2) and openat(2) code.
2016-03-21 bdreweryStop tracking stat(2).
2016-03-21 bdreweryTrack filemon usage via a proc.p_filemon pointer rather...
2016-03-21 davidcsModifications to achieve a common source base from...
2016-03-21 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-03-21 ianIf the dhcp server provided an interface-mtu option...
2016-03-21 ianIf the dhcp server provides an interface-mtu option...
2016-03-21 maximo "avaliable" -> "available".
2016-03-21 sephehyperv/vmbus: Implement bus_child_pnpinfo_str method
2016-03-21 sephehyperv: Factor out snprinf_hv_guid()
2016-03-21 adrianRemove from NOTES - it's built as a module now.
2016-03-21 loosUse the internal references for ADC, this fixes the...
2016-03-21 loosEnable multicast addresses on vlan ports. Fixes the...
2016-03-21 adrianRemove urtwn/urtwnfw; it's built as a module now.
2016-03-21 emastei915: disable GEN6_MBCTL write in gen6_init_clock_gating
next