]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
powerpc: for pointers replace 0 with NULL.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-04-15 traszAllocate RACCT/RCTL zones without UMA_ZONE_NOFREE;...
2016-04-15 traszSort variable declarations.
2016-04-15 impCreate wrappers for uint64_t and int64_t for the tunabl...
2016-04-14 jamieClean up some style(9) violations.
2016-04-13 jamieSeparate POSIX mqueue objects in jails; actually, separ...
2016-04-13 jamieSeparate POSIX sem/shm objects in jails, by prepending...
2016-04-12 philMerge libxo 0.4.6
2016-04-12 traszFix overflow checking.
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-10 jhbAdd a function to lookup a device_t object by name.
2016-04-09 jhbAdd more fine-grained kernel options for NUMA support.
2016-04-09 bzMake the KASSERT message in hash destroy more informative.
2016-04-08 traszMake it possible to tweak RCTL throttling sysctls at...
2016-04-08 avgtopo_set_pu_id: turn a check into an assertion
2016-04-08 kibUse the ABI-prescribed name for SHT_X86_64_UNWIND in...
2016-04-07 skraFix intr_irq_shuffle(). After r297539, ISRCs doing...
2016-04-07 skraImplement intr_isrc_init_on_cpu() and use it to replace...
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
next