]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0
[FreeBSD/FreeBSD.git] / sys / kern /
2013-12-18 Pawel Jakub DawidekMFV r258923: 4188 assertion failed in dmu_tx_hold_free...
2013-12-18 Gleb Smirnoff- Rename tty_makedev() into tty_makedevf() and make...
2013-12-18 Mark JohnstonThe fasttrap fork handler is responsible for removing...
2013-12-17 Konstantin BelousovIf vn_open_vnode() succeeded in opening the vnode,...
2013-12-17 Andrey V. ElsukovFix copy/paste typo.
2013-12-17 Attilio Rao- Assert for not leaking readers rw locks counter on...
2013-12-17 Adrian ChaddRemove the invariants stuff I copy/paste'd from the...
2013-12-16 Adrian ChaddMigrate the sendfile_sync struct to use a UMA zone...
2013-12-16 Alexander MotinFix periodic per-CPU timers startup on boot.
2013-12-16 Marcel MoolenaarProperly drain the TTY when both revoke(2) and close...
2013-12-15 Pawel Jakub DawidekRegenerate after r259438.
2013-12-15 Pawel Jakub DawidekFix syscalls that can be loaded as kernel modules ...
2013-12-15 Pawel Jakub DawidekRegenerate after r259436.
2013-12-15 Pawel Jakub DawidekAllow for pselect(2) in capability mode.
2013-12-15 Pawel Jakub DawidekForgot to regenerate after r257736.
2013-12-15 Mateusz Guzikproc exit: don't take PROC_LOCK while freeing rlimits
2013-12-13 Mateusz Guzikrlimit: avoid unnecessary copying of rlimits
2013-12-13 Mateusz Guzikrlimit: add and utilize lim_shared
2013-12-11 Alexander MotinCreate own free list for each of the first 32 possible...
2013-12-10 Konstantin BelousovFix detection of EOF in kern_physio(). If bio_length...
2013-12-08 Peter WemmVendor import nvi-2.1.2-c80f493b038 a multikey mapping fix
2013-12-05 Aleksandr RybalkoMerge VT(9) project (a.k.a. newcons).
2013-12-05 Colin PercivalMake panic_reboot_wait_time static.
2013-12-04 Nathan WhitehornRename sysctl kern.supported_abis to kern.supported_arc...
2013-12-04 Pawel Jakub DawidekBreak the loop once we know we have the SYF_CAPENABLED...
2013-12-03 Ed MasteUpdate LLDB to upstream r196322 snapshot
2013-12-03 Colin PercivalAdd a new sysctl / loader tunable kern.panic_reboot_wai...
2013-12-03 Ed MasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 John BaldwinFix an off-by-one error in r228960. The maximum priori...
2013-12-02 Nathan WhitehornAdd new sysctl, kern.supported_abis, containing the...
2013-12-01 Gleb SmirnoffRemove unused variable.
2013-12-01 Adrian ChaddMigrate the sendfile_sync structure into a public(ish...
2013-11-30 Pawel Jakub DawidekMake process descriptors standard part of the kernel...
2013-11-28 Andriy GaponMFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
2013-11-28 Peter Wemmjail_v0.ip_number was always in host byte order. This...
2013-11-28 Andriy GaponMFV r258371,r258372: 4101 metaslab_debug should allow...
2013-11-28 Andriy Gaponadd taskqueue_drain_all
2013-11-26 Konstantin BelousovAdd an kinfo sysctl to retrieve signal trampoline locat...
2013-11-26 Andriy Gaponuse saner calculations in should_yield
2013-11-26 Andriy GaponMFV r258376: 3964 L2ARC should always compress metadata...
2013-11-26 Andriy GaponMFV r255256: 3954 metaslabs continue to load even after...
2013-11-26 Andriy GaponMFV r255255: 4045 zfs write throttle & i/o scheduler...
2013-11-26 Andriy GaponMFV r247578: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASK...
2013-11-26 Andriy Gaponsdt: add support for solaris/illumos style DTRACE_PROBE...
2013-11-26 Andriy Gapondtrace sdt: remove the ugly sname parameter of SDT_PROB...
2013-11-26 Adrian ChaddRefactor out the sendfile copyout in order to make...
2013-11-25 Peter WemmImport apr-util-1.5.3 from vendor branch (rr258600)
2013-11-25 Pedro F. GiffuniMFV: removes strict-aliasing warnings from GCC in tcpdump.
2013-11-25 Peter WemmImport svn-1.8.5. This contains a user-visible fix...
2013-11-25 Attilio Rao- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-21 Brooks DavisSync with NetBSD. The funtional change is to make...
2013-11-20 Andriy GaponMFV r258378: 4089 NULL pointer dereference in arc_read()
2013-11-20 Andriy GaponMFV r258377: 4088 use after free in arc_release()
2013-11-20 Konstantin BelousovRevert back to use int for the page counts. In vn_io_f...
2013-11-19 Andriy Gapontaskqueue_cancel: garbage collect a write-only variable
2013-11-17 Julio MerinoMFV: Import atf-0.18.
2013-11-17 Jilles TjoelkerFix siginfo_t.si_status for wait6/waitid/SIGCHLD.
2013-11-15 Xin LIMFV: netcat from OpenBSD 5.4.
2013-11-15 Pawel Jakub DawidekReplace CAP_POLL_EVENT and CAP_POST_EVENT capability...
2013-11-15 John BaldwinDon't allow vfs.lorunningspace or vfs.hirunningspace...
2013-11-14 Pawel Jakub DawidekChange cap_rights_merge(3) and cap_rights_remove(3...
2013-11-14 Pawel Jakub DawidekAdd a note that this file is compiled as part of the...
2013-11-14 Gleb SmirnoffFix a very bad typo from r248887.
2013-11-12 Sergey KandaurovAdd VM_LAST, a special last element in enum VM_GUEST...
2013-11-12 Alan CoxEliminate the gratuitous use of mmap(2) flags from...
2013-11-12 Ed MasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 Konstantin BelousovAvoid overflow for the page counts.
2013-11-11 Peter WemmMerge nvi-2.1.1 -> 2.1.2
2013-11-11 Sergey KandaurovSet description string for VM_GUEST_HV (HyperV guest).
2013-11-11 Xin LIMFV r257952:
2013-11-11 Peter WemmUpdate svn from 1.8.1 to 1.8.4 - minor security fixes...
2013-11-09 Konstantin BelousovIf filesystem declares that it supports shared locking...
2013-11-09 Konstantin BelousovBoth vn_close() and VFS_PROLOGUE() evaluate vp->v_mount...
2013-11-08 Hiren PanchasaraFix typo in a comment.
2013-11-08 Alan CoxAs of r257209, all architectures have defined VM_KMEM_S...
2013-11-06 Pawel Jakub Dawidek- Remove mac_get_fd/mac_set_fd - those are not syscalls...
2013-11-05 Edwin GroothuisMFV of 255902, tzdata2013f
2013-11-03 Jilles Tjoelkerkqueue: Change error for kqueues rlimit from EMFILE...
2013-11-01 Alexander MotinMake getenv_*() functions and respectively TUNABLE_...
2013-11-01 Gleb Smirnoffprison_check_ip4() can take const arguments.
2013-10-31 Maksim YevmenkinRate limit (to once per minute) "Listen queue overflow...
2013-10-29 Baptiste DaroussinMerge byacc 20130925
2013-10-27 Konstantin BelousovAdd bus_dmamap_load_ma() function to load map with...
2013-10-27 Konstantin BelousovFix typo.
2013-10-27 Konstantin BelousovWhen reentering kdb, typically due to a bug causing...
2013-10-26 Gleb SmirnoffThe r48589 promised to remove implicit inclusion of...
2013-10-24 Mark JohnstonRedefine the io provider using the SDT(9) macros instea...
2013-10-22 Brooks DavisMFP4:
2013-10-22 Alexander MotinRemove global device lock acquisition from dev_relthrea...
2013-10-22 Alexander MotinMerge GEOM direct dispatch changes from the projects...
2013-10-21 Alexander MotinAdd comments that taskqueue_enqueue_locked() returns...
2013-10-21 Konstantin BelousovAdd a resource limit for the total number of kqueues...
2013-10-21 Konstantin BelousovPrint more useful information about the transfer that...
2013-10-21 Alexander MotinMFprojects/camlock r256619:
2013-10-18 Gleb SmirnoffRevert r256587.
2013-10-17 Brooks DavisUpgrade to the latest version of mtree from NetBSD...
2013-10-16 Ed MasteError out on failure to open specified config file
2013-10-16 Alexander MotinMFprojects/camlock r256370:
2013-10-16 Alexander MotinMFprojects/camlock r254763:
2013-10-16 Alexander MotinMFprojects/camlock r254685:
next