]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
zio write issue threads should have lower (numerically greater) priority
[FreeBSD/FreeBSD.git] / sys / sys /
2016-04-07 emasteRename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI doc
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 pfgFix sed functions 'i' and 'a' from discarding leading...
2016-04-04 avgnew x86 smp topology detection code
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-04-01 jhbCap IOSIZE_MAX to INT_MAX for 32-bit processes.
2016-03-31 traszImprove comments.
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-28 impMove pccard_safe_quote() up to subr_bus.c and rename to
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-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 bdreweryTrack filemon usage via a proc.p_filemon pointer rather...
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-18 jhibbitsAdd ummax()/ummin() to libkern.
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 hselaskyImprove the implementation and documentation of the
2016-03-16 cemfail(9): Upstreaming some fail point enhancements
2016-03-15 glebiusProvide sysctl(9) macro to deal with array of counter(9).
2016-03-14 glebiusRevert r296868. The cast is useful to protect against...
2016-03-14 glebiusRemove useless cast in SYSCTL_ADD_COUNTER_U64 macro.
2016-03-14 rstoneClean up repeated "All rights reserved"
2016-03-12 jhbRegen.
2016-03-12 emasteBump __FreeBSD_version for libelf cross-endian fix...
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 desUpgrade to OpenSSH 7.2p2.
2016-03-10 impAdd raw RX-50 support. These are 400k single sided...
2016-03-09 jhbRegen.
2016-03-09 jhbSimplify AIO initialization now that it is standard.
2016-03-05 dimUpgrade our copies of clang, llvm, lldb and compiler...
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-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 skraMark other parts of interrupt framework as INTR_SOLO...
2016-03-01 glebiusNew way to manage reference counting of mbuf external...
2016-02-29 sephebuf_ring/drbr: Add buf_ring_peek_clear_sc and use it...
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-27 jhibbitsAdd the bus_alloc_resource_anywhere() convenience function.
2016-02-25 markjImprove error handling for posix_fallocate(2) and posix...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 kibProvide more correct sizing of the KVA consumed by...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 jhibbitsFix the definition of RM_MAX_END.
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-18 sephetcp/lro: Allow drivers to set the TCP ACK/data segment...
2016-02-16 jhibbitsBump __FreeBSD_Version for u_long -> rman_res_t change...
2016-02-16 jhbThe locking annotations for struct sockbuf originally...
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-12 kibPOSIX states that #include <signal.h> shall make both...
2016-02-12 kibAdjust the size of PMC_DEFAULT_DEBUG_FLAGS to match...
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 glebiusGarbage collect unused arguments of m_init().
2016-02-10 glebiusGarbage collect m_getclr().
2016-02-10 adrianBreak out the shared bits of the arm intrng definitions...
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.
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 jhbRename aiocblist to kaiocb and use consistent variable...
2016-02-04 rpokalaAdd defines for WRITE_UNCORRECTABLE ATA command, and...
2016-02-04 mjgfork: plug a use after free of the returned process
2016-02-04 mjgfork: pass arguments to fork1 in a dedicated structure
2016-02-02 alfredIncrease max allowed backlog for listen sockets
2016-01-29 brWelcome the RISC-V 64-bit kernel.
2016-01-29 kibAdd implementations of sendmmsg(3) and recvmmsg(3)...
2016-01-28 vangyzenkqueue EVFILT_PROC: avoid collision between NOTE_CHILD...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 jhbConvert ss_sp in stack_t and sigstack to void *.
2016-01-27 jhibbitsFix the build post-r294883.
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 dteskeAdd keep_tite configuration option
2016-01-26 emasteAdd STT_SPARC_REGISTER ELF definition
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 marius- Make the code consistent with itself style-wise and...
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 mckusickUpdate comment to note the function, prison_priv_check...
2016-01-21 emasteAdd STB_GNU_UNIQUE symbol binding definition
2016-01-21 hselaskyImplement idr_preload(), idr_preload_end(), idr_alloc...
2016-01-20 mjgsession: avoid proctree lock on proc exit when possible
2016-01-20 mariusCorrect assertions in r294362, foobared when separating...
2016-01-19 mariusFix tty_drain() and, thus, TIOCDRAIN of the current...
next