]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
tcp/lro: Implement hash table for LRO entries.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-08-02 mjglocks: fix compilation for KDTRACE_HOOKS && !ADAPTIVE_...
2016-08-02 mjglocks: fix up ifdef guards introduced in r303643
2016-08-01 mjgImplement trivial backoff for locking primitives.
2016-07-31 mjglocks: change sleep_cnt and spin_cnt types to u_int
2016-07-30 mjgsx: increment spin_cnt before cpu_spinwait in xlock
2016-07-30 mjgrwlock: s/READER/WRITER/ in wlock lockstat annotation
2016-07-30 kibCache getbintime(9) answer in timehands, similarly...
2016-07-29 jhbDon't treat NOCPU as a valid CPU to CPU_ISSET.
2016-07-29 jhbFix locking issues with aio_fsync().
2016-07-28 brooksDon't create pointless backups of generated files in...
2016-07-28 edRegenerate system call table for r303435.
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 kibRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 kibExtract the calculation of the callout fire time into...
2016-07-28 kibWhen a debugger attaches to the process, SIGSTOP is...
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 jhbAdjust tests in fsync job scheduling loop to reduce...
2016-07-27 emasteANSIfy kern_proc.c and delete register keyword
2016-07-27 kibRemove Giant from settime(), tc_setclock_mtx guards...
2016-07-27 kibPrevent parallel tc_windup() calls, both parallel top...
2016-07-27 kibFix a bug in r302252.
2016-07-27 kibReduce the resettodr_lock scope to only CLOCK_SETTIME...
2016-07-27 kibStyle.
2016-07-27 kibReduce number of timehands to just two. This is useful...
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-27 stevekAdd the NUM_CORE_FILES kernel config option which speci...
2016-07-26 edAdd shmatt_t.
2016-07-25 cemdevfs: Move most ioctl logic down to vnode layer
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 kibImplement mtx_trylock_spin(9).
2016-07-21 jhbAdd more documentation regarding unsafe AIO requests.
2016-07-21 kibHide counted_warning(9) under #ifdef _KERNEL braces...
2016-07-21 kibDeclare aio requests on files from local filesystems...
2016-07-21 kibProvide counter_warning(9) KPI which allows to issue...
2016-07-20 cemimgact_elf: Rename the segment iterator to match reality
2016-07-20 cemANSI-fy imgact_elf.c
2016-07-20 cemFix DEBUG build on 64-bit arch after r303099
2016-07-20 cemExtend ELF coredump to support more than 65535 segments
2016-07-20 glebiusRedo the r302894: the very new value for a non-schedule...
2016-07-20 glebiusRevert r303037. It re-introduces the panic with TCP...
2016-07-19 rrsThis reverts out Gleb's changes and adds three small
2016-07-18 jhbInclude process IDs in core dumps.
2016-07-18 jhbAdd PTRACE_VFORK to trace vfork events.
2016-07-18 kibThe assertion re-added in r302614 was triggered when...
2016-07-18 glebiusRevert the last commit. It must get more review and...
2016-07-18 glebiusRedo the r302894: the very new value for a non-schedule...
2016-07-18 kibFix another bug after r302350.
2016-07-16 kibAnother issue reported on http://seclists.org/oss-sec...
2016-07-15 kibIn ptrace_vm_entry(), do not call vmspace_free() while...
2016-07-15 jhbAdd a mask of optional ptrace() events.
2016-07-15 glebiusFix regression introduced by r302350. The change of...
2016-07-15 kibDo not allow creation of char or block special nodes...
2016-07-14 jhbInclude command line arguments in core dump process...
2016-07-14 markjLet DDB's buf printer handle NULL pointers in the buf...
2016-07-13 badgerAdd explicit detection of KVM hypervisor
2016-07-13 kibTrace timeval parameters to the getitimer(2) and setiti...
2016-07-12 kibRevive the check, disabled in r197963.
2016-07-12 kibAdd assert to complement r302328.
2016-07-11 nwhitehornRemove assumptions in MI code that the BSP is CPU 0.
2016-07-11 kibFix grammar.
2016-07-11 kibIn vgonel(), postpone setting BO_DEAD until VOP_RECLAIM...
2016-07-10 rwatsonIn process-descriptor close(2) and fstat(2), audit...
2016-07-10 rwatsonDo allow auditing of read(2) and write(2) system calls...
2016-07-10 rwatsonAudit the file-descriptor number argument for openat...
2016-07-10 rwatsonAudit file-descriptor arguments to I/O system calls...
2016-07-07 traszAdd new unmount(2) flag, MNT_NONBUSY, to check whether...
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-05 glebiusThe paradigm of a callout is that it has three conseque...
2016-07-05 glebiusCompile in the kassert_panic() function with INVARIANT_...
2016-07-05 markjEnsure that spinlock sections are balanced even after...
2016-07-05 rwatsonCall audit hooks to capture vnode attributes for three...
2016-07-05 emasteadd description for debug.elf{32,64}_legacy_coredump...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibProvide helper macros to detect 'non-silent SBDRY'...
2016-07-03 kibRemove racy assert. The thread which changes vnode...
2016-07-01 kibWhen a process knote was attached to the process which...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-28 kibCurrently the ntptime code and resettodr() are Giant...
2016-06-28 kibDo not use Giant to prevent parallel calls to CLOCK_SET...
2016-06-28 kibComplete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SB...
2016-06-27 kibFix userspace build after r302235: do not expose bool...
2016-06-27 kibWhen filt_proc() removes event from the knlist due...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 kibWhen sleeping waiting for either local or remote adviso...
2016-06-26 kibRewrite sigdeferstop(9) and sigallowstop(9) into more...
2016-06-25 kibDo not clear robust lists pointers on fork. The forked...
2016-06-23 jillesposixshm: Fix lock leak when mac_posixshm_check_read...
2016-06-22 brooksGenerate syscall tables and update pipe() implementatio...
2016-06-22 brooksMark the pipe() system call as COMPAT10.
2016-06-22 brooksAdd support for COMPAT10 keywords in syscalls.master.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 jhbAccount for AIO socket operations in thread/process...
2016-06-21 bzGet closer to a VIMAGE network stack teardown from...
2016-06-20 kibFix typo. Note that atomic is still required even...
2016-06-17 mjgvfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCK...
2016-06-17 kibAdd VFS interface to flush specified amount of free...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 kibUpdate comments for the MD functions managing contexts...
2016-06-16 kibRemove XXX comments from kern_thread.c. In one case...
next