]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE, file
[FreeBSD/FreeBSD.git] / sys / kern /
2015-06-12 Andriy GaponMFV r284042: 1778 Assertion failed: rn->rn_nozpool...
2015-06-12 Andriy GaponMFV r284036: 5961 Fix stack overflow in zfs_create_fs
2015-06-12 Andriy GaponMFV r284030: 5818 zfs {ref}compressratio is incorrect...
2015-06-12 Andriy GaponMFV r283534: 5515 dataset user hold doesn't reject...
2015-06-12 Andriy GaponMFV r284040: check that datasets are snapshots
2015-06-12 Andriy Gaponseveral lockstat improvements
2015-06-12 Mateusz Guzikussreq: use saved fdp pointer insted of td->td_proc...
2015-06-11 Jung-uk KimMerge OpenSSL 1.0.1n.
2015-06-11 Xin LIMFV r284276: Fix long options.
2015-06-11 Konstantin BelousovTweaks for r284178:
2015-06-11 Simon J. GerratyMerge bmake-20150606
2015-06-10 Xin LIMFV r284234:
2015-06-10 Mateusz GuzikFixup the build after r284215.
2015-06-10 Mateusz GuzikImplement lockless resource limits.
2015-06-10 Mateusz GuzikGeneralised support for copy-on-write structures shared...
2015-06-10 Mateusz Guzikfd: remove fdesc_mtx
2015-06-10 Mateusz Guzikfd: use atomics to manage fd_refcnt and fd_holcnt
2015-06-09 Kenneth D. MerryAdd support for reading MAM attributes to camcontrol...
2015-06-09 Konstantin BelousovWhen updating/accessing the timehands, barriers are...
2015-06-08 John BaldwinRevert r284153, as I believe it breaks the dtrace sdt...
2015-06-08 Ed MasteAdd user facing errors for exceeding process memory...
2015-06-08 John BaldwinAdd an internal "locked" variant of linker_file_lookup_...
2015-06-07 Mark Johnstonwitness: don't warn about matrix inconsistencies withou...
2015-06-05 Sean BrunoRevert 284029, update imgact_binmisctl.c change mtx...
2015-06-05 Sean BrunoThis change uses a reader count instead of holding...
2015-06-04 John BaldwinAdd a new file operations hook for mmap operations...
2015-06-03 Jung-uk KimMFV: r283965
2015-06-02 Eric van GyzenProvide vnode in memory map info for files on tmpfs
2015-06-01 Xin LIClear p_stops when doing PT_DETACH.
2015-05-29 Konstantin BelousovWhen delivering a signal with default disposition to...
2015-05-29 Konstantin BelousovRemove several write-only variables, all reported by...
2015-05-27 Ed MasteUpdate to ELF Tool Chain r3223
2015-05-27 Konstantin BelousovRight now, dounmount() is called with unreferenced...
2015-05-27 Konstantin BelousovAdd V_MNTREF flag to the vn_start_write(9) and
2015-05-27 Konstantin BelousovCurrently, softupdate code detects overstepping on...
2015-05-26 John BaldwinDo not allow a process to reap an orphan (a child curre...
2015-05-26 Xin LIMFuser/delphij/zfs-arc-rebase@r281754:
2015-05-25 John BaldwinAdd KTR tracing for some MI ptrace events.
2015-05-25 Dimitry AndricUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-24 Dmitry ChaginFor future use in the Linuxulator:
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-23 Konstantin BelousovIf thread requested to not stop on non-boundary, then...
2015-05-22 Warner LoshFix typo in symbol name. It helps to hit save in all...
2015-05-22 Warner LoshExport the eflags field from the elf header. This allow...
2015-05-22 Jung-uk KimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 John BaldwinExpand ktr_mask to be a 64-bit unsigned integer.
2015-05-22 John BaldwinOnly reparent a traced process to its old parent if...
2015-05-21 John BaldwinRevert r282971. It depends on condvar consumers not...
2015-05-21 Pedro F. Giffuniddb: finish converting boolean values.
2015-05-21 Enji CooperImport proposed fix from upstream for
2015-05-20 Mariusz ZaborskiFix memory leak.
2015-05-20 Mariusz ZaborskiStyle.
2015-05-20 Mariusz ZaborskiAlways use the nv_free function.
2015-05-19 Alan SomersProperly null-terminate strings in a kernel dump header...
2015-05-18 Jung-uk KimMerge ACPICA 20150515.
2015-05-18 Edwin GroothuisMFV of 283077,tzdata2015d
2015-05-18 Mateusz Guzikfd: fix imbalanced fdp unlock in F_SETLK and F_GETLK
2015-05-18 Mateusz GuzikTidy up sys_umask a little bit
2015-05-18 Edwin GroothuisMFV of 283040,tzdata{2015c}
2015-05-15 John BaldwinPreviously, cv_waiters was only updated by cv_signal...
2015-05-15 Konstantin BelousovOn amd64, make proc0 pmap initialization slightly more...
2015-05-15 Konstantin BelousovRight now, the process' p_boundary_count counter is...
2015-05-14 Xin LIMFV r282927,r282928,r282930 (kientzle):
2015-05-14 Ed MasteUpdate to ELF Tool Chain r3197
2015-05-14 Jonathan AndersonAllow sizeof(cpuset_t) to be queried in capability...
2015-05-14 Edward Tomasz Napi... Build GENERIC with RACCT/RCTL support by default. ...
2015-05-10 Simon J. GerratyMerge bmake-20150505 improve detection of malformed...
2015-05-10 Konstantin BelousovOn exec, single-threading must be enforced before argum...
2015-05-09 Glen BarberMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 Konstantin BelousovThe vmem callback to reclaim kmem arena address space...
2015-05-09 Konstantin BelousovDo not return from thread_single(SINGLE_BOUNDARY) until...
2015-05-08 Andriy GaponMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-07 Xin LIMFV r282611: netcat from OpenBSD 5.7.
2015-05-07 Andrey V. Elsukovm_dup() is supposed to give a writable copy of an mbuf...
2015-05-06 Mateusz GuzikFix up panics when fork fails due to hitting proc limit
2015-05-06 Glen BarberMFH: r282315-r282534
2015-05-04 Glen BarberMFV r225523, r282431:
2015-05-04 Ian LeporeImplement a mechanism for making changes in the kernel...
2015-05-04 Cy SchubertMFV ntp 4.2.8p2 (r281348)
2015-05-02 Mariusz Zaborskinv_malloc can fail in userland.
2015-05-02 Mariusz ZaborskiRemove duplicated code using macro template for the...
2015-05-02 Mariusz ZaborskiIntroduce the NV_FLAG_NO_UNIQUE flag. When set, it...
2015-05-02 Mariusz ZaborskiApproved, oprócz użycie RESTORE_ERRNO() do ustawiania...
2015-05-02 Bjoern A. ZeebFix an off-by-one bug in string/array handling which...
2015-05-02 Mark JohnstonRemove a stale reference to the stop_scheduler_on_panic...
2015-05-01 Baptiste DaroussinImport sqlite3 3.8.9
2015-05-01 Glen BarberMFH: r281855-r282312
2015-05-01 Mariusz ZaborskiAdd nvlist_flags() function, which returns nvlist's...
2015-04-30 Mariusz ZaborskiMark local function as static as a result of removing...
2015-04-30 Mariusz ZaborskiRename macros to use prefix ERRNO. Add macro ERRNO_SET...
2015-04-30 John BaldwinRemove support for Xen PV domU kernels. Support for...
2015-04-29 Mariusz ZaborskiSave errno from close override.
2015-04-29 Mariusz ZaborskiRemove the nvlist_.*[fv] functions.
2015-04-29 Mariusz ZaborskiRemove recursion from descriptor-related functions.
2015-04-29 Mariusz ZaborskiAlways use the nv_malloc macro instead of malloc(3).
2015-04-29 Mariusz ZaborskiStyle fixes.
next