]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
hyperv/vmbus: Process event timer before checking events
[FreeBSD/FreeBSD.git] / sys / kern /
2016-05-30 jamieMark jail(2), and the sysctls that it (and only it...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 mjgfd: provide a common exit point for unlock in kern_dup
2016-05-27 mjgexec: get rid of one vnode lock/unlock pair in do_execve
2016-05-26 bdreweryexec: Provide execpath in imgp for the process_exec...
2016-05-26 bdreweryexec: Add credential change information into imgp for...
2016-05-26 cemcrypto routines: Hint minimum buffer sizes to the compiler
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 hselaskyAdd support for boolean sysctl's.
2016-05-25 ianInclude machine/acle-compat.h in cdefs.h on arm if...
2016-05-24 kibSilence false LOR report due to the taskqueue mutex...
2016-05-24 jhbReturn the correct status when a partially completed...
2016-05-24 andrewLimit calling pmc_hook to when the interrupt comes...
2016-05-24 jhbDon't prematurely return short completions on blocking...
2016-05-24 asomersFix build of kern/subr_unit.c, broken by r300539
2016-05-23 asomersAdd bit_count to the bitstring(3) api
2016-05-23 andrewAdd the needed hwpmc hooks to subr_intr.c. This is...
2016-05-23 hselaskyUse DELAY() instead of _sleep() when SCHEDULER_STOPPED...
2016-05-22 baptFix typo introduced by me (not the submitter) when...
2016-05-22 baptFix typos in the comments
2016-05-21 avgfix loss of taskqueue wakeups (introduced in r300113)
2016-05-20 jhbAdd sglist functions for working with arrays of VM...
2016-05-20 jhbConsistently set status to -1 when completing an AIO...
2016-05-20 jhbAdd new bus methods for mapping resources.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 markjMove IPv6 malloc tag definitions into the IPv6 code.
2016-05-19 scottlAdjust the creation of tq_name so it can be freed correctly
2016-05-19 kenAdd support for managing Shingled Magnetic Recording...
2016-05-18 glebiusThe SA-16:19 wouldn't have happened if the sockargs...
2016-05-18 rpokalaFix misleading comments in bus_if.m
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-18 kibEnsure that ftruncate(2) is performed synchronously...
2016-05-18 scottlImport the 'iflib' API library for network drivers...
2016-05-18 markjDo not acquire the thread lock in hardclock_cnt() unles...
2016-05-18 markjMicro-optimize sleepq_broadcast().
2016-05-18 markjRemove the MUTEX_DEBUG kernel option.
2016-05-18 markjGuard the lockstat:::thread-spin probe with KDTRACE_HOOKS.
2016-05-18 markjlockstat:::thread-spin should only fire after spinning...
2016-05-17 glebiusAdd a comment and KASSERT that a M_NOFREE mbuf has...
2016-05-17 impDon't forget to quote \ characters with \.
2016-05-17 glebiusValidate that user supplied control message length...
2016-05-17 jhbDocument the formatting requirements of location and...
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-16 andrewIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-16 avgvfs_read_dirent: increment ncookies after adding a...
2016-05-16 avgdounmount: do not call mountcheckdirs() for mounts...
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-12 mmMFV r299425:
2016-05-12 traszStop hiding errors that result in failure to mount...
2016-05-11 cemsubr_vmem: Fix double-free in error case of vmem_create
2016-05-11 kibAdd vfs_hash_ref(9) function, which finds a vnode by...
2016-05-11 kibStyle: wrap long lines.
2016-05-09 jhbAdd a new bus method to fetch device-specific CPU sets.
2016-05-09 andrewCheck malloc succeeded in pic_create, with M_NOWAIT...
2016-05-08 mjgfd: assert dropped filedesc lock in fdcloseexec
2016-05-06 skraSet correct size to the size member of struct intr_map_...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 emasteAdd explicit cast to fix mips and powerpc build after...
2016-05-05 skraINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-05 skraRemove superfluous check. The pic_dev member of struct pic
2016-05-04 adrians/struct device */device_t/g
2016-05-04 asomersImprove performance and functionality of the bitstring...
2016-05-04 roygerrtc: fix inverted resolution check
2016-05-04 sephekern: Factor out function to convert hash flags to...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 kibAdd EVFILT_VNODE open, read and close notifications.
2016-05-03 sephekern: Add phashinit_flags(), which allows malloc(M_NOWAIT)
2016-05-03 jhbRevert bus_get_cpus() for now.
2016-05-02 jhbAdd a new bus method to fetch device-specific CPU sets.
2016-05-02 kibIssue NOTE_EXTEND when a directory entry is added to...
2016-05-02 kibFix reporting of NOTE_LINK when directory link count...
2016-04-29 pfgsys/kern: spelling fixes in comments.
2016-04-29 pfgsys/kern: spelling fixes.
2016-04-29 asomersAutomate the subr_unit test.
2016-04-29 jhbExpose soaio_enqueue().
2016-04-29 jhbIntroduce a new protocol hook pru_aio_queue.
2016-04-29 pfgbufs: make B_DIRTY and B_PERSISTENT flags available
2016-04-28 mmelINTRNG: Define 'INTR_IRQ_INVALID' constant and use...
2016-04-28 mmelGPIO: Add support for gpio pin interrupts.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 jhbAdd a bus_null_rescan() method that always fails with...
2016-04-27 jhbAdd 'devctl delete' that calls device_delete_child().
2016-04-27 jhbAdd a new rescan method to the bus interface.
2016-04-27 delphijMFV r298691:
2016-04-27 jamieDelay revmoing the last jail reference in prison_proc_f...
2016-04-27 cemposix4_mib: Don't overrun facility_initialized array
2016-04-26 cemsubr_mbpool: Don't free bogus pointer in error paths
2016-04-26 jamieUse crcopysafe in jail_attach.
2016-04-26 cemosd(9): Change array pointer to array pointer type...
2016-04-26 jamieRedo the changes to the SYSV IPC sysctl functions from...
2016-04-26 pfgsys: extend use of the howmany() macro when available.
2016-04-26 brAdd support for RISC-V.
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-25 jamieFix the logic in r298585: shm_prison_cansee returns...
2016-04-25 jamieEncapsulate SYSV IPC objects in jails. Define per...
2016-04-25 jamieUse the new PR_METHOD_REMOVE to clean up jail handling...
2016-04-25 jamiePass the current/new jail to PR_METHOD_CHECK, which...
2016-04-25 jamieAdd a new jail OSD method, PR_METHOD_REMOVE. It's...
2016-04-25 jamieRemove the PR_REMOVE flag, which was meant as a tempora...
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
next