]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a panic which was reproducible by an infinite loop of
[FreeBSD/FreeBSD.git] / sys /
2015-09-02 hrsFix a panic which was reproducible by an infinite loop of
2015-09-02 glebiusRemove the software queue, which is a remnant of ifnet...
2015-09-02 traszFixes a panic triggered by threaded Linux applications...
2015-09-01 jhbThe 'sa' argument to syscallret() is not unused.
2015-09-01 jhbExport current system call code and argument count...
2015-09-01 kppf: Fix misdetection of forwarding when net.link.bridge...
2015-09-01 andrewAdd support for the dwc usb in the HiSilicon hi6220...
2015-09-01 mavMake most of port methods optional and remove bunch...
2015-09-01 andrewAdd support for the DesignWare MMC hardware in the...
2015-09-01 andrewFinish allowing the dwmmc driver to be subclassed,...
2015-09-01 kibExit notification for EVFILT_PROC removes knote from...
2015-09-01 andrewInstall the forth bits on arm64. For now limit it to...
2015-09-01 kibClean up the kqueue use of the uma KPI.
2015-09-01 kibBy doing file extension fast, it is possible to create...
2015-09-01 andrewRemove an variable we only ever write to, and stop...
2015-09-01 hselaskyAdd new PCI ID.
2015-09-01 avgcallout_reset: fix a reversed check for cc_exec_cancel
2015-09-01 alcHandle held pages earlier in the inactive queue scan.
2015-08-31 allanjudeApply the noline attribute to vdev_queue_max_async_writes
2015-08-31 sbrunoRestrict tso_max to IP_MAXPACKET to avoid the panic...
2015-08-31 glebiusRemove now unneeded includes.
2015-08-31 andrewClean up the style of the LEAVE_HYP macro.
2015-08-31 hselaskyAdd new USB quirk.
2015-08-31 melifaroSimplify lla_rt_output()/nd6_add_ifa_lle() by setting...
2015-08-30 marcelAdd support for the UGA draw protocol. This includes...
2015-08-30 loosAdd the LED definitions from vendor's DTS.
2015-08-30 loosThe vendor's DTS for Allwinner A20 uses a different...
2015-08-30 adrianMigrate the stats API for iwn(4) into a cdev ioctl...
2015-08-30 kibUse P1B_PRIO_MAX to designate max posix priority for...
2015-08-30 kibRemove single-use macros obfuscating malloc(9) and...
2015-08-30 loosReduce the difference to vendor DTS by using the vendor...
2015-08-30 loosIn preparation to support other A20 based boards, renam...
2015-08-30 jchRevert r286880: If at first this change made sense...
2015-08-30 jchPut r284245 back in place: If at first this fix was...
2015-08-30 delphijRemove support for FreeBSD < 602110.
2015-08-30 adrianFix compilation error on gcc-5.2.0 - it now warns on...
2015-08-30 marcelAdd a gop command to help diagnose VT efifb problems...
2015-08-29 gavinSupport the ZTE MF112 HSUPA 3G USB stick.
2015-08-29 tuexenUse 5 times RTO.Max as the default for the shutdown...
2015-08-29 mavRemove 600 bytes of port_priv from struct ctl_io_hdr.
2015-08-29 mavAttach pass driver to LUNs is OFFLINE state.
2015-08-29 delphijFix a buffer overrun which may lead to data corruption...
2015-08-29 tuexenFix the exporting of SCTP association states to userlan...
2015-08-29 delphijIn r286705 (Illumos 5960/a2cdcdd), a separate thread...
2015-08-29 adrianImplement RSS hashing/re-hashing for IPv6 ingress packets.
2015-08-29 adrianRename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4(...
2015-08-29 jhibbitsThe TLB1 TSIZE is a multiple of 4, not 2, so shift...
2015-08-29 adrianRemove now unused (and #if 0'ed out) headers.
2015-08-29 baptMark ValleyView/Bay Trail as not supported
2015-08-28 impRemove now obsolete comment.
2015-08-28 impPer overwhelming sentiment in the code review, use...
2015-08-28 impComment out cleaning files, since it cleans too much.
2015-08-28 impAdd missing ofw_machdep.h. Make x86 ofw_machdep.h work...
2015-08-28 pfgAdd underscores to attributes when checking for __has_a...
2015-08-28 andrewMove dwmmc.h to dwmmc_reg.h. This is in preperation...
2015-08-28 impAdd back missing -m32 for amd64 and powerpc64 that...
2015-08-28 traszFix an NFS server bug that manifested in "ls -al" displ...
2015-08-28 pfgtrailing space
2015-08-28 pfgBe more GCC-friendly with attributes
2015-08-28 impFix cleaning of files generated from .m sources.
2015-08-28 andrewOnly check for the bus frequency if it has not already...
2015-08-28 bzremove a left-over after r220463 empty #ifdef INET...
2015-08-28 adrianReplace the printf()s with optional rate limited debugg...
2015-08-28 jhibbitsFix text alignment. mcsr was indented one too many...
2015-08-28 jhibbitsExtend pmap to support e500mc and e5500.
2015-08-28 impSimply to appease gcc's warnings.
2015-08-28 yongariSet DMA alignment constraint of status, TX and RX LEs...
2015-08-28 markjRemove weighted page handling from vm_page_advise().
2015-08-28 markjRemove an unneeded instruction.
2015-08-27 impUse CFLAGS_NO_SIMD in preference to varying lists of...
2015-08-27 impNew 1-Wire bus implementation. 1-Wire controller is...
2015-08-27 kppf: Remove support for 'scrub fragment crop|drop-ovl'
2015-08-27 mavFix type bug introduced at r286811.
2015-08-27 alcIn vm_pageout_scan(), simplify the logic for determinin...
2015-08-27 andrewThere is no need to get the bus tag or handle.
2015-08-27 andrewLimit the speed to the bus frequency.
2015-08-27 andrewAllow the fifo-depth and num-slots to be missing. For...
2015-08-27 bzget_inpcbinfo() and get_pcblist() are UDP local functio...
2015-08-27 edDecompose linkat()/renameat() rights to source and...
2015-08-27 kanRepair sys/cdefs.h enough to be usable with GCC 5.x
2015-08-27 andrewAllow us to select the transfer count. This allows...
2015-08-27 jchSilent a compilation warning on callout_stop()
2015-08-27 jchIn callout_stop(), do not forget to initialize not_runn...
2015-08-27 glebiusReplay r286410. Change KPI of how device drivers that...
2015-08-27 jchIn callout_stop(), if a callout is both pending and...
2015-08-27 melifaroFix packets/bytes accounting on i386.
2015-08-27 baptMore fixes to the new macros
2015-08-27 baptFix typo in new macros
2015-08-27 marcelAn error of -1 from parse_mount() indicates that the...
2015-08-27 jhibbitsFix freescale sdhc driver, and add it to the files...
2015-08-27 jhibbitsUse the macro definition for EXC_PGM_TRAP, instead...
2015-08-26 impWhen the kernel is compiled with INVARIANTS, export...
2015-08-26 baptMerge i915_emit_box_p and i915_emit_box as done in...
2015-08-26 baptBack out a change which should not have been committed yet
2015-08-26 baptbackout a change that should not have crept in
2015-08-26 baptReduce diff against linux 3.8
2015-08-26 baptReduce diff with linux 3.8.13 on i915_drv.c
2015-08-26 baptAdd more DRM_* debug macros from linux 3.8.13
2015-08-26 baptSynchronize i915_reg.h with linux 3.8.13 version
2015-08-26 andrewAdd the SOC_HISI_HI6220 option. This will be used to...
next