]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Bring MIPS INTRNG support back up again, in line with D5370
[FreeBSD/FreeBSD.git] / sys / kern /
2016-04-07 traszAdd four new RCTL resources - readbps, readiops, writeb...
2016-04-06 skraFix PIC lookup by device and xref. There was not taken...
2016-04-05 traszUse proper locking macros in RACCT in RCTL.
2016-04-05 avgx86 topo: add some comments, descriptions and reference...
2016-04-04 avgnew x86 smp topology detection code
2016-04-04 andrewInclude sys/rman.h directly rather than relying on...
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-04-02 traszAdd configurable rate limit for "log" and "devctl"...
2016-04-01 traszFix mismerge.
2016-04-01 traszDrop the 'resource' argument to racct_decay(); it would...
2016-04-01 jhbCap IOSIZE_MAX to INT_MAX for 32-bit processes.
2016-04-01 traszCall rctl_enforce() in all cases the resource usage...
2016-04-01 traszReorder the functions; no functional changes.
2016-04-01 traszReduce code duplication.
2016-04-01 traszReduce code duplication. There should be no (intended...
2016-04-01 sbrunoRepair a overflow condition where a user could submit...
2016-03-31 jhbRework handling of thread sleeps before timers are...
2016-03-31 traszRefactor; no functional changes.
2016-03-31 jhbTidy up the unmapped I/O code in qphysio.
2016-03-31 traszFix overflows, making it impossible to add negative...
2016-03-30 jamieAdd osd_reserve() and osd_set_reserved(), which allow...
2016-03-29 glebiusThe sendfile(2) allows to send extra data from userspac...
2016-03-29 traszRemove some NULL checks for M_WAITOK allocations.
2016-03-28 jamieMove the various per-type arrays of OSD data into a...
2016-03-28 impMove pccard_safe_quote() up to subr_bus.c and rename to
2016-03-26 npPlug leak in m_unshare.
2016-03-25 cemAdd td_swinvoltick to track last involuntary context...
2016-03-24 glebiusSpace and style(9) corrections for recent mbuf changes.
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-24 gnnMove mbuf provider under SDT to indicate that it is...
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-22 traszWait for root mount tokens before showing the root...
2016-03-22 gnnAdd an mbuf provider to DTrace.
2016-03-21 jhbRegen.
2016-03-21 jhbFully handle size_t lengths in AIO requests.
2016-03-21 maximo "avaliable" -> "available".
2016-03-18 pfgaio_qphysio(): Avoid uninitialized pointer read on...
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-17 cemfail(9): Only gather/print stacks if STACK is enabled
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 cemfail(9): Upstreaming some fail point enhancements
2016-03-15 glebiusFree the temporary buffer in sysctl_handle_counter_u64_...
2016-03-15 glebiusProvide sysctl(9) macro to deal with array of counter(9).
2016-03-12 gibbsProvide high precision conversion from ns,us,ms ->...
2016-03-12 jhbDo not include system call wrappers in libc for old...
2016-03-12 traszRefactor the way we restore cn_lkflags; no functional...
2016-03-12 traszRemove cn_consume from 'struct componentname'. It was...
2016-03-12 traszFix autofs triggering problem. Assume you have an...
2016-03-11 jhbUse SI_SUB_LAST instead of SI_SUB_SMP as the "catch...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-09 jhbRegen.
2016-03-09 jhbSimplify AIO initialization now that it is standard.
2016-03-07 kibConvert all panics from the link_elf_obj kernel linker...
2016-03-06 kibIn the link_elf_obj.c, handle sections of type SHT_AMD6...
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 jhibbitsReplace all resource occurrences of '0UL/~0UL' with...
2016-03-02 kibIf callout_stop_safe() noted that the callout is curren...
2016-03-02 glebiusFix regression in r296242 affecting several drivers...
2016-03-01 bdreweryCorrect a comment.
2016-03-01 jhbUse SCHEDULER_STOPPED() in cv_*wait*() instead of check...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRefactor the AIO subsystem to permit file-type-specific...
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-03-01 skraRemove an alternative way for dealing with root interru...
2016-03-01 skraMark other parts of interrupt framework as INTR_SOLO...
2016-03-01 glebiusNew way to manage reference counting of mbuf external...
2016-02-28 kibImplement process-shared locks support for libthr.so...
2016-02-27 skraMove IPI related parts back to (ARM) machine specific...
2016-02-26 edRemove the errno argument from unp_drop().
2016-02-25 markjImprove error handling for posix_fallocate(2) and posix...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 edMake asynchronous connection failures on UNIX sockets...
2016-02-24 kibProvide more correct sizing of the KVA consumed by...
2016-02-23 bdreweryFix build after r295934.
2016-02-23 oshogboAccording to the sys/kern/capabilities.conf, gethostid...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-21 ianAllow a dynamic env to override a compiled-in static...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 markjEnsure that we test the event condition when a disabled...
2016-02-19 markjReturn an error if both EV_ENABLE and EV_DISABLE are...
2016-02-18 zbbFix build for i386 and arm64 after r295755
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-17 kibIn bnoreuselist(), check both ends of the specified...
2016-02-17 impCreate an API to reset a struct bio (g_reset_bio)....
2016-02-15 andrewRemove an unused FDT header, fdt_common.h should only...
2016-02-15 adrianAllow MIPS INTRNG code to be built without FDT support.
2016-02-13 dimMerge ^/head r295544 through r295600.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 glebiuso Gather all mbuf(9) allocation functions into kern_mbu...
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
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 glebiusGarbage collect unused arguments of m_init().
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
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.
next