]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix regression in r296242 affecting several drivers. For EXT_NET_DRV,
[FreeBSD/FreeBSD.git] / sys / kern /
2016-03-02 Gleb SmirnoffFix regression in r296242 affecting several drivers...
2016-03-01 Bryan DreweryCorrect a comment.
2016-03-01 John BaldwinUse SCHEDULER_STOPPED() in cv_*wait*() instead of check...
2016-03-01 Jung-uk KimMerge OpenSSL 1.0.2g.
2016-03-01 John BaldwinRefactor the AIO subsystem to permit file-type-specific...
2016-03-01 John BaldwinRemove taskqueue_enqueue_fast().
2016-03-01 Svatopluk KrausRemove an alternative way for dealing with root interru...
2016-03-01 Svatopluk KrausMark other parts of interrupt framework as INTR_SOLO...
2016-03-01 Gleb SmirnoffNew way to manage reference counting of mbuf external...
2016-02-29 Jung-uk KimMerge byacc 20150711.
2016-02-29 Pedro F. GiffuniMFV r296164:
2016-02-29 Pedro F. GiffuniMFV r296159
2016-02-28 Konstantin BelousovImplement process-shared locks support for libthr.so...
2016-02-27 Svatopluk KrausMove IPI related parts back to (ARM) machine specific...
2016-02-26 Ed SchoutenRemove the errno argument from unp_drop().
2016-02-25 Mark JohnstonImprove error handling for posix_fallocate(2) and posix...
2016-02-24 Ed SchoutenMake asynchronous connection failures on UNIX sockets...
2016-02-24 Konstantin BelousovProvide more correct sizing of the KVA consumed by...
2016-02-23 Bryan DreweryFix build after r295934.
2016-02-23 Mariusz ZaborskiAccording to the sys/kern/capabilities.conf, gethostid...
2016-02-23 Xin LIMFV r295913:
2016-02-21 Ian LeporeAllow a dynamic env to override a compiled-in static...
2016-02-20 Justin HibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 Mark JohnstonEnsure that we test the event condition when a disabled...
2016-02-19 Mark JohnstonReturn an error if both EV_ENABLE and EV_DISABLE are...
2016-02-18 Zbigniew BodekFix build for i386 and arm64 after r295755
2016-02-18 Zbigniew BodekIntroduce bus_get_bus_tag() method
2016-02-17 Konstantin BelousovIn bnoreuselist(), check both ends of the specified...
2016-02-17 Warner LoshCreate an API to reset a struct bio (g_reset_bio)....
2016-02-15 Andrew TurnerRemove an unused FDT header, fdt_common.h should only...
2016-02-15 Adrian ChaddAllow MIPS INTRNG code to be built without FDT support.
2016-02-12 Ed MasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 Gleb Smirnoffo Gather all mbuf(9) allocation functions into kern_mbu...
2016-02-11 Dag-Erling SmørgravUse the new insecure-lan-zones option instead of listin...
2016-02-11 Devin TeskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-10 Konstantin BelousovRemove useless checks for NULL before calling free...
2016-02-10 Konstantin BelousovFinish r173600. There is no need to test a condition...
2016-02-10 Gleb SmirnoffGarbage collect unused arguments of m_init().
2016-02-09 Gleb SmirnoffInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 Andrew TurnerUpdate our copy of the Linux dts files to be in sync...
2016-02-09 Konstantin BelousovRename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-08 John BaldwinCall kthread_exit() rather than kproc_exit() for a...
2016-02-08 John BaldwinMark proc0 as a kernel process via the P_KTHREAD flag.
2016-02-08 Konstantin BelousovRemove the assert which outlived its usefulness, and...
2016-02-07 Jilles Tjoelkersemget(): Check for [EEXIST] error first.
2016-02-07 Pedro F. GiffuniMinor grammar fix in comment.
2016-02-07 Pedro F. GiffuniMFV r295360
2016-02-07 Kirk McKusickClarify a comment in kern_openat() about the use of...
2016-02-06 Mateusz Guzikfork: ansify sys_pdfork
2016-02-05 John BaldwinRename aiocblist to kaiocb and use consistent variable...
2016-02-04 Konstantin BelousovWhen matching brand to the ELF binary by notes, try...
2016-02-04 Konstantin BelousovDo not copy by field when converting struct oexport_arg...
2016-02-04 Konstantin BelousovGuard against runnable td2 exiting and than being reuse...
2016-02-04 Mateusz Guzikfork: plug a use after free of the returned process
2016-02-04 Mateusz Guzikfork: pass arguments to fork1 in a dedicated structure
2016-02-03 Gleb SmirnoffRedo r292484. Embed task(9) into zone, so that uz_maxac...
2016-02-03 Gleb SmirnoffMove uma_dbg_alloc() and uma_dbg_free() into uma_core...
2016-02-03 Bjoern A. ZeebMfH @r295202
2016-02-02 Pedro F. GiffuniMFV r295109:
2016-02-02 Alfred PerlsteinIncrease max allowed backlog for listen sockets
2016-02-01 Gleb SmirnoffThese files were getting sys/malloc.h and vm/uma.h...
2016-02-01 Andriy GaponMFV r294821: 6529 Properly handle updates of variably...
2016-01-31 Andrew TurnerFix the logic in the ddb command 'show ktr /a'. Prior...
2016-01-29 Alexander MotinMFV 295046: 6358 A faulted pool with only unavailable...
2016-01-28 Eric van Gyzenkqueue EVFILT_PROC: avoid collision between NOTE_CHILD...
2016-01-28 Jung-uk KimMerge OpenSSL 1.0.2f.
2016-01-27 Kirk McKusickThe bread() function was inconsistent about whether...
2016-01-27 Mateusz Guzikktrace: tidy up ktrstruct
2016-01-27 Justin HibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 John BaldwinVarious style fixes.
2016-01-26 Konstantin BelousovDon't clear the software flow control flag before drain...
2016-01-26 Alexander MotinMFV r294819: 6495 Fix mutex leak in dmu_objset_find_dp
2016-01-26 Alexander MotinMFV r294816: 4986 receiving replication stream fails...
2016-01-26 Alexander MotinMFV r294814: 6393 zfs receive a full send as a clone
2016-01-26 Alexander MotinMFV r294812: 6434 sa_find_sizes() may compute wrong...
2016-01-26 Alexander MotinMFV r294810: 6414 vdev_config_sync could be simpler
2016-01-26 Alexander MotinMFV r294808: 6421 Add missing multilist_destroy calls...
2016-01-26 Alexander MotinMFV r294806: 6388 Failure of userland copy should retur...
2016-01-26 Alexander MotinMFV r294804: 6386 Fix function call with uninitialized...
2016-01-26 Alexander MotinMFV r294802: 6334 Cannot unlink files when over quota
2016-01-26 Alexander MotinMFV r294800: 6385 Fix unlocking order in zfs_zget
2016-01-26 Alexander MotinMFV r294798:
2016-01-26 Alexander MotinMFV r294796: 6319 assertion failed in zio_ddt_write...
2016-01-26 Alexander MotinMFV r294793:
2016-01-26 Edward Tomasz Napi... Fix the way RCTL handles rules' rrl_exceeded on credeni...
2016-01-26 Konstantin BelousovRestore flushing of output for revoke(2) again. Docume...
2016-01-26 Mark JohnstonEvaluate the sysctl_running fail point before taking...
2016-01-25 Marius Strobl- Make the code consistent with itself style-wise and...
2016-01-25 Konstantin BelousovDon't allow opening the callout device when the callin...
2016-01-25 Konstantin BelousovFix the %b flags string for ddb. All bits above the 5th
2016-01-25 Alexander V. ChernikovMFP r287070,r287073: split radix implementation and...
2016-01-22 Konstantin BelousovIn tty_dealloc(), clear the queues. See the comment...
2016-01-22 Konstantin BelousovThe struct file f_advice member is overlaid with the...
2016-01-22 Bjoern A. ZeebMFH @r294567
2016-01-22 Bjoern A. ZeebJust checkpoint the WIP in order to be able to make...
2016-01-22 Xin LIMFV r294491: ntp 4.2.8p6.
2016-01-22 Gleb Smirnoff- Separate sendfile(2) implementation from uipc_syscall...
2016-01-21 Dag-Erling SmørgravUpgrade to OpenSSH 7.1p2.
2016-01-21 John BaldwinAIO daemons have always been kernel processes to facili...
2016-01-21 John BaldwinRemove unused variables for socket AIO.
next