]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Decompose linkat()/renameat() rights to source and target.
[FreeBSD/FreeBSD.git] / sys /
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...
2015-08-26 jkimMerge ACPICA 20150818.
2015-08-26 gnnSummary: Add the interactivity equations to the header...
2015-08-26 baptReduce diff on i915_dma.c against linux 3.8.13
2015-08-26 zbbFix race condition in its_cmd_send()
2015-08-26 andrewAdd an option to select which SoCs we are building...
2015-08-26 andrewOnly access the Samsung registers when targeting Samsun...
2015-08-26 andrewAdd a above the virtio section.
2015-08-26 bdreweryFix filemon locking races.
2015-08-26 jhibbitsThe Freescale qoriq PCIe controller is compatible with...
2015-08-26 bdreweryAvoid taking proctree_lock and searching parents in...
2015-08-26 bdreweryRemove unneeded inuse list locking in filemon_comment().
2015-08-26 bdreweryMove common locking for filemon_inuse and struct filemo...
2015-08-25 cemioat(4): Minor style cleanups
2015-08-25 andrewUse kdb_jmpbuf and setjmp to handle accessing invalid...
2015-08-25 andrewUse nitems to count the number of items in a static...
2015-08-25 andrewCall into kdb on a data abort when it's enabled. This...
2015-08-25 andrewCorrectly update the address to write to after storing...
2015-08-25 araujoCode cleanup unused-but-set-variable spotted by gcc.
2015-08-25 zbbLeave hypervisor mode upon startup on ARMv7
2015-08-25 adrianCall the new RSS hash calculation function to correctly...
2015-08-25 alcTesting whether a page is dirty does not require the...
2015-08-24 loosFix the spelling of eri's name.
2015-08-24 loosReapply r196551 which was accidentally reverted by...
2015-08-24 cemImport ioat(4) driver
2015-08-24 adrianEnable hardfloat for assembly generation.
2015-08-24 bzWhen forking a child process with PMC_F_DESCENDANTS...
2015-08-24 andrewCheck the frame pointer is within the kernel before...
2015-08-24 sbrunoStyle/whitespace cleanup in shared/common code.
2015-08-24 traszMake it possible to forcibly unmount devfs.
2015-08-24 traszMake vfs_unmountall() unmount /dev after /, not before...
2015-08-24 andrewAdd support for pmap_sync_icache on arm64.
2015-08-24 andrewAdd pages used by the PV entries to minidumps.
2015-08-24 avgMFV (partial) r286889: 5692 expose the number of hole...
2015-08-24 jchRevert r284245: "Fix a callout race condition introduc...
2015-08-24 avgspa_import_rootpool: prevent lock and resource leak
2015-08-24 avgaccount for ashift when gathering buffers to be written...
2015-08-24 edSync HPA and VPA implementations with CUP.
2015-08-24 adrianImplement the IPv6 RSS software hash function.
2015-08-24 hrs- Deprecate IN6_IFF_NODAD. It was used to prevent...
2015-08-24 jhibbitsFix static fdt support.
2015-08-23 andrewEnable KDTRACE_HOOKS by default on all armv6 kernels...
2015-08-23 traszAfter r286237 it should be fine to call vgone(9) on...
2015-08-23 andrewHandle the breakpoint instruction in userland by sendin...
2015-08-23 adrianReset the channel to the first available channel if...
2015-08-22 mavRemove some code duplication by using biofinish().
2015-08-22 markmMake the UMA harvesting go away completely if not wante...
2015-08-22 jhibbitsFollow up to r287014
2015-08-22 jhibbitsEnhance book-e pmap for 36-bit physaddr
2015-08-22 jhibbitsCreate a RouterBoard platform and use it to create...
2015-08-22 jhibbitsMake the mpc85xx platform a kobj base class.
2015-08-21 loosAdd ALTQ(9) support for the CoDel algorithm.
2015-08-21 impWe're waiting on a struct proc *, not a struct thread...
2015-08-21 alcEliminate pointless assignments to rtvals[] in swap_pag...
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-21 roygerxen: allow disabling PV disks and nics
2015-08-21 cemvt_cpulogos: Resize all terms/windows when tearing...
2015-08-21 kibAutomatically disable x2APIC mode on SandyBridge Lenovo...
2015-08-21 avgtry to fix lor between z_teardown_lock and spa_namespac...
2015-08-21 avgfix standalone build of zfs module
2015-08-21 avgfix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_hand...
2015-08-21 edDon't truncate cursor arithmetic to 16 bits.
2015-08-21 jhibbitsAdd initial boot support for e500mc and e5500.
2015-08-21 jhibbitsSimplify the PCI bus scanning logic.
2015-08-20 kibIf process becomes reaper (procctl(PROC_REAP_ACQUIRE...
2015-08-20 rstonePrevent ticks rollover from preventing vm_lowmem event
2015-08-20 ianRemove code left over from the armv4 days. On armv4...
2015-08-20 ianMinor comment and style fixes, no functional change.
2015-08-20 impThe flags -mno-aes -mno-avx only exist for clang, not...
2015-08-20 kenRevamp camcontrol(8) fwdownload support and add the...
2015-08-20 kibTypo.
2015-08-20 andrewAdd the kernel support for minidumps on arm64.
2015-08-20 andrewRemove pmap_kenter from pmap.h, the function doesn...
2015-08-20 andrewAdd pmap_get_tables to get the page tables for a given...
2015-08-20 melifaro* Split allocation and table linking for lle's.
2015-08-20 andrewAdd the arm64 minidump header. This was missed from...
2015-08-20 mavRestore part of r274628, reverted at r286776.
2015-08-20 adrianFurther conversions from ifp->if_softc -> ic_softc.
2015-08-20 adrianRemove some if_softc references from urtwn(4).
next