]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
intpm: add support for SB800
[FreeBSD/FreeBSD.git] / sys / kern /
2016-08-20 Robert WatsonAudit the accepted (or rejected) username argument...
2016-08-20 Robert WatsonAudit additional vnode information in the implementatio...
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-19 Mark JohnstonDon't set P2_PTRACE_FSTP in a process that invokes...
2016-08-19 Michal MelounINTRNG: Rework handling with resources. Partially rever...
2016-08-19 Mark JohnstonCorrect a check for P2_PTRACE_FSTP in ptracestop().
2016-08-18 George V. Neville... Remove the obsolete and unused openbsd_poll system...
2016-08-18 George V. Neville... Remove unusedd and obsolete openbsd_poll system call...
2016-08-17 Bryan DreweryGarbage collect _umtx_lock(2)/_umtx_unlock(2) reference...
2016-08-17 Konstantin BelousovRemove duplicated code.
2016-08-17 Konstantin BelousovImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-16 Gleb SmirnoffFix a stupid typo (or copy/paste buffer malfunction).
2016-08-16 Gleb SmirnoffWe should not be allowing a timeout to reset when a...
2016-08-16 Enji CooperMFhead @ r304232
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-15 Ed SchoutenEliminate use of sys_fsync() and sys_fdatasync().
2016-08-15 Eric Badgersem_post(): wake up the sleeper only after adjusting...
2016-08-15 Konstantin BelousovImplement VOP_FDATASYNC() for msdosfs.
2016-08-15 Konstantin BelousovRegen after r304176, fdatasync(2) addition.
2016-08-15 Konstantin BelousovAdd an implementation of fdatasync(2).
2016-08-15 Konstantin BelousovVOP_FSYNC() does not take cred as an argument. Correct...
2016-08-14 Alan CoxEliminate unneeded vm_page_xbusy() and vm_page_xunbusy...
2016-08-14 Enji CooperMFhead @ r304091
2016-08-14 Bruce EvansPrint the tid of curthread in "show pcpu" in ddb.
2016-08-14 Martin MatuskaMFV r304060:
2016-08-13 Enji CooperMFhead @ r304061
2016-08-13 Alan CoxEliminate two calls to vm_page_xunbusy() that are both...
2016-08-13 Enji CooperMFhead @ r304038
2016-08-12 Edward Tomasz Napi... Remove unused "X" vnode lock assertion, somehow missed...
2016-08-12 Edward Tomasz Napi... Print vnode details when vnode locking assertion gets...
2016-08-12 Stephen HurdUpdate iflib to support more NIC designs
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-11 Mark JohnstonRemove b_pin_count from struct buf.
2016-08-10 Edward Tomasz Napi... Replace all remaining calls to vprint(9) with vn_printf...
2016-08-10 Mateusz Guzikktrace: do a lockless check on fork to see if tracing...
2016-08-10 Mateusz Guziksigio: do a lockless check in funsetownlist
2016-08-10 Konstantin BelousovFix indentation.
2016-08-10 Konstantin BelousovRe-schedule signals after kthread exits, since apparent...
2016-08-09 Jean-Sébastien PédronConsistently use `device_t`
2016-08-09 Stephen J. KiernanMove IPv4-specific jail functions to new file netinet...
2016-08-08 Mark JohnstonHandle races with listening socket close when connectin...
2016-08-04 Bryan DreweryRegenerate after r303755.
2016-08-04 Bryan DreweryStill provide freebsd10_* symbols from libc for COMPAT10.
2016-08-04 Edward Tomasz Napi... Remove unused - never actually implemented - vnode...
2016-08-03 Bryan DreweryCorrect some comments.
2016-08-03 Mateusz Guziklocks: fix sx compilation on mips after r303643
2016-08-03 Konstantin BelousovRemove mention of the Giant from the fork_return()...
2016-08-03 Ed SchoutenRegenerate system call tables for r303699 and r303700.
2016-08-03 Ed SchoutenRe-add traling slash that was removed in r303699.
2016-08-03 Ed Schoutenmprotect(): Change prototype to comply to POSIX.
2016-08-02 Mateusz Guziklocks: fix compilation for KDTRACE_HOOKS && !ADAPTIVE_...
2016-08-02 Mateusz Guziklocks: fix up ifdef guards introduced in r303643
2016-08-01 Mateusz GuzikImplement trivial backoff for locking primitives.
2016-07-31 Mateusz Guziklocks: change sleep_cnt and spin_cnt types to u_int
2016-07-30 Mateusz Guziksx: increment spin_cnt before cpu_spinwait in xlock
2016-07-30 Mateusz Guzikrwlock: s/READER/WRITER/ in wlock lockstat annotation
2016-07-30 Konstantin BelousovCache getbintime(9) answer in timehands, similarly...
2016-07-29 John BaldwinDon't treat NOCPU as a valid CPU to CPU_ISSET.
2016-07-29 John BaldwinFix locking issues with aio_fsync().
2016-07-28 Brooks DavisDon't create pointless backups of generated files in...
2016-07-28 Ed SchoutenRegenerate system call table for r303435.
2016-07-28 Ed SchoutenChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 Konstantin BelousovRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 Konstantin BelousovExtract the calculation of the callout fire time into...
2016-07-28 Konstantin BelousovWhen a debugger attaches to the process, SIGSTOP is...
2016-07-27 Stephen J. KiernanPrepare for network stack as a module
2016-07-27 John BaldwinAdjust tests in fsync job scheduling loop to reduce...
2016-07-27 Ed MasteANSIfy kern_proc.c and delete register keyword
2016-07-27 Konstantin BelousovRemove Giant from settime(), tc_setclock_mtx guards...
2016-07-27 Konstantin BelousovPrevent parallel tc_windup() calls, both parallel top...
2016-07-27 Konstantin BelousovFix a bug in r302252.
2016-07-27 Konstantin BelousovReduce the resettodr_lock scope to only CLOCK_SETTIME...
2016-07-27 Konstantin BelousovStyle.
2016-07-27 Konstantin BelousovReduce number of timehands to just two. This is useful...
2016-07-27 Konstantin BelousovHide the boottime and bootimebin globals, provide the...
2016-07-27 Stephen J. KiernanAdd the NUM_CORE_FILES kernel config option which speci...
2016-07-26 Ed SchoutenAdd shmatt_t.
2016-07-25 Conrad Meyerdevfs: Move most ioctl logic down to vnode layer
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-23 Konstantin BelousovImplement mtx_trylock_spin(9).
2016-07-21 John BaldwinAdd more documentation regarding unsafe AIO requests.
2016-07-21 Konstantin BelousovHide counted_warning(9) under #ifdef _KERNEL braces...
2016-07-21 Konstantin BelousovDeclare aio requests on files from local filesystems...
2016-07-21 Konstantin BelousovProvide counter_warning(9) KPI which allows to issue...
2016-07-20 Conrad Meyerimgact_elf: Rename the segment iterator to match reality
2016-07-20 Conrad MeyerANSI-fy imgact_elf.c
2016-07-20 Conrad MeyerFix DEBUG build on 64-bit arch after r303099
2016-07-20 Conrad MeyerExtend ELF coredump to support more than 65535 segments
2016-07-20 Gleb SmirnoffRedo the r302894: the very new value for a non-schedule...
2016-07-20 Gleb SmirnoffRevert r303037. It re-introduces the panic with TCP...
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-19 Randall StewartThis reverts out Gleb's changes and adds three small
next