]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix 4-byte overflow in ipv6_writemask.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Andrew TurnerAdd an interface to handle interrupt controllers that...
2016-06-03 Xin LIMFV r301238:
2016-06-02 Mateusz Guziktaskqueue: plug a leak in _taskqueue_create
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-06-01 Mateusz GuzikMicrooptimize locking primitives by avoiding unnecessar...
2016-06-01 Bjoern A. ZeebThe pr_destroy field does not allow us to run the teard...
2016-05-31 Gleb SmirnoffFix kernel stack disclosures in the Linux and 4.3BSD...
2016-05-31 Edward Tomasz Napi... Cosmetics - add missing space after ellipses in shutdow...
2016-05-30 Jamie GrittonMark jail(2), and the sysctls that it (and only it...
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-27 Mateusz Guzikfd: provide a common exit point for unlock in kern_dup
2016-05-27 Mateusz Guzikexec: get rid of one vnode lock/unlock pair in do_execve
2016-05-26 Bryan Dreweryexec: Provide execpath in imgp for the process_exec...
2016-05-26 Bryan Dreweryexec: Add credential change information into imgp for...
2016-05-26 Conrad Meyercrypto routines: Hint minimum buffer sizes to the compiler
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 Hans Petter SelaskyAdd support for boolean sysctl's.
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-25 Ian LeporeInclude machine/acle-compat.h in cdefs.h on arm if...
2016-05-24 Konstantin BelousovSilence false LOR report due to the taskqueue mutex...
2016-05-24 John BaldwinReturn the correct status when a partially completed...
2016-05-24 Andrew TurnerLimit calling pmc_hook to when the interrupt comes...
2016-05-24 John BaldwinDon't prematurely return short completions on blocking...
2016-05-24 Alan SomersFix build of kern/subr_unit.c, broken by r300539
2016-05-23 Alan SomersAdd bit_count to the bitstring(3) api
2016-05-23 Andrew TurnerAdd the needed hwpmc hooks to subr_intr.c. This is...
2016-05-23 Hans Petter SelaskyUse DELAY() instead of _sleep() when SCHEDULER_STOPPED...
2016-05-22 Baptiste DaroussinFix typo introduced by me (not the submitter) when...
2016-05-22 Baptiste DaroussinFix typos in the comments
2016-05-21 Andriy Gaponfix loss of taskqueue wakeups (introduced in r300113)
2016-05-20 John BaldwinAdd sglist functions for working with arrays of VM...
2016-05-20 John BaldwinConsistently set status to -1 when completing an AIO...
2016-05-20 John BaldwinAdd new bus methods for mapping resources.
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-20 Mark JohnstonMove IPv6 malloc tag definitions into the IPv6 code.
2016-05-19 Scott LongAdjust the creation of tq_name so it can be freed correctly
2016-05-19 Kenneth D. MerryAdd support for managing Shingled Magnetic Recording...
2016-05-18 Gleb SmirnoffThe SA-16:19 wouldn't have happened if the sockargs...
2016-05-18 Ravi PokalaFix misleading comments in bus_if.m
2016-05-18 Andrew TurnerReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-18 Konstantin BelousovEnsure that ftruncate(2) is performed synchronously...
2016-05-18 Scott LongImport the 'iflib' API library for network drivers...
2016-05-18 Mark JohnstonDo not acquire the thread lock in hardclock_cnt() unles...
2016-05-18 Mark JohnstonMicro-optimize sleepq_broadcast().
2016-05-18 Mark JohnstonRemove the MUTEX_DEBUG kernel option.
2016-05-18 Mark JohnstonGuard the lockstat:::thread-spin probe with KDTRACE_HOOKS.
2016-05-18 Mark Johnstonlockstat:::thread-spin should only fire after spinning...
2016-05-17 Gleb SmirnoffAdd a comment and KASSERT that a M_NOFREE mbuf has...
2016-05-17 Warner LoshDon't forget to quote \ characters with \.
2016-05-17 Gleb SmirnoffValidate that user supplied control message length...
2016-05-17 John BaldwinDocument the formatting requirements of location and...
2016-05-17 Konstantin BelousovAdd implementation of robust mutexes, hopefully close...
2016-05-16 Andrew TurnerIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-16 Andriy Gaponvfs_read_dirent: increment ncookies after adding a...
2016-05-16 Andriy Gapondounmount: do not call mountcheckdirs() for mounts...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-14 John BaldwinAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-12 Edward Tomasz Napi... Stop hiding errors that result in failure to mount...
2016-05-11 Conrad Meyersubr_vmem: Fix double-free in error case of vmem_create
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-11 Konstantin BelousovAdd vfs_hash_ref(9) function, which finds a vnode by...
2016-05-11 Konstantin BelousovStyle: wrap long lines.
2016-05-09 John BaldwinAdd a new bus method to fetch device-specific CPU sets.
2016-05-09 Andrew TurnerCheck malloc succeeded in pic_create, with M_NOWAIT...
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-08 Mateusz Guzikfd: assert dropped filedesc lock in fdcloseexec
2016-05-06 Svatopluk KrausSet correct size to the size member of struct intr_map_...
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 Ed MasteAdd explicit cast to fix mips and powerpc build after...
2016-05-05 Svatopluk KrausINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-05 Svatopluk KrausRemove superfluous check. The pic_dev member of struct pic
2016-05-04 Adrian Chadds/struct device */device_t/g
2016-05-04 Alan SomersImprove performance and functionality of the bitstring...
2016-05-04 Roger Pau Monnértc: fix inverted resolution check
2016-05-04 Sepherosa Ziehaukern: Factor out function to convert hash flags to...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-05-03 Konstantin BelousovAdd EVFILT_VNODE open, read and close notifications.
2016-05-03 Sepherosa Ziehaukern: Add phashinit_flags(), which allows malloc(M_NOWAIT)
2016-05-03 John BaldwinRevert bus_get_cpus() for now.
2016-05-02 John BaldwinAdd a new bus method to fetch device-specific CPU sets.
2016-05-02 Konstantin BelousovIssue NOTE_EXTEND when a directory entry is added to...
2016-05-02 Konstantin BelousovFix reporting of NOTE_LINK when directory link count...
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
next