]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix miss from r284320.
[FreeBSD/FreeBSD.git] / sys / kern /
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-16 mjgfd: make rights a mandatory argument to fget_unlocked
2015-06-16 mjgfd: don't unnecessary copy capabilities in _fget
2015-06-14 mjgfd: reduce excessive zeroing on fd close
2015-06-14 mjgfd: move out actual fp installation to _finstall
2015-06-14 jlhnit: Rename racct_alloc_resource to racct_adjust_resource.
2015-06-13 sjgAdd META_MODE support.
2015-06-12 glebiusMake KPI of vm_pager_get_pages() more strict: if a...
2015-06-12 avgseveral lockstat improvements
2015-06-12 mjgussreq: use saved fdp pointer insted of td->td_proc...
2015-06-11 kibTweaks for r284178:
2015-06-10 delphijMFV r284234:
2015-06-10 mjgFixup the build after r284215.
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-10 mjgfd: remove fdesc_mtx
2015-06-10 mjgfd: use atomics to manage fd_refcnt and fd_holcnt
2015-06-09 kenAdd support for reading MAM attributes to camcontrol...
2015-06-09 kibWhen updating/accessing the timehands, barriers are...
2015-06-08 jhbRevert r284153, as I believe it breaks the dtrace sdt...
2015-06-08 emasteAdd user facing errors for exceeding process memory...
2015-06-08 jhbAdd an internal "locked" variant of linker_file_lookup_...
2015-06-07 markjwitness: don't warn about matrix inconsistencies withou...
2015-06-05 sbrunoRevert 284029, update imgact_binmisctl.c change mtx...
2015-06-05 sbrunoThis change uses a reader count instead of holding...
2015-06-04 jhbAdd a new file operations hook for mmap operations...
2015-06-02 vangyzenProvide vnode in memory map info for files on tmpfs
2015-06-01 delphijClear p_stops when doing PT_DETACH.
2015-05-29 kibWhen delivering a signal with default disposition to...
2015-05-29 kibRemove several write-only variables, all reported by...
2015-05-27 kibRight now, dounmount() is called with unreferenced...
2015-05-27 kibAdd V_MNTREF flag to the vn_start_write(9) and
2015-05-27 kibCurrently, softupdate code detects overstepping on...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-26 jhbDo not allow a process to reap an orphan (a child curre...
2015-05-26 delphijMFuser/delphij/zfs-arc-rebase@r281754:
2015-05-25 jhbAdd KTR tracing for some MI ptrace events.
2015-05-24 dchaginFor future use in the Linuxulator:
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-23 kibIf thread requested to not stop on non-boundary, then...
2015-05-22 impFix typo in symbol name. It helps to hit save in all...
2015-05-22 impExport the eflags field from the elf header. This allow...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 jhbExpand ktr_mask to be a 64-bit unsigned integer.
2015-05-22 jhbOnly reparent a traced process to its old parent if...
2015-05-21 jhbRevert r282971. It depends on condvar consumers not...
2015-05-21 pfgddb: finish converting boolean values.
2015-05-20 oshogboFix memory leak.
2015-05-20 oshogboStyle.
2015-05-20 oshogboAlways use the nv_free function.
2015-05-19 asomersProperly null-terminate strings in a kernel dump header...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 mjgfd: fix imbalanced fdp unlock in F_SETLK and F_GETLK
2015-05-18 mjgTidy up sys_umask a little bit
2015-05-15 jhbPreviously, cv_waiters was only updated by cv_signal...
2015-05-15 kibOn amd64, make proc0 pmap initialization slightly more...
2015-05-15 kibRight now, the process' p_boundary_count counter is...
2015-05-14 jonathanAllow sizeof(cpuset_t) to be queried in capability...
2015-05-14 traszBuild GENERIC with RACCT/RCTL support by default. ...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 kibOn exec, single-threading must be enforced before argum...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 kibThe vmem callback to reclaim kmem arena address space...
2015-05-09 kibDo not return from thread_single(SINGLE_BOUNDARY) until...
2015-05-07 aem_dup() is supposed to give a writable copy of an mbuf...
2015-05-06 mjgFix up panics when fork fails due to hitting proc limit
2015-05-06 gjbMFH: r282315-r282534
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 ianImplement a mechanism for making changes in the kernel...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-02 oshogbonv_malloc can fail in userland.
2015-05-02 oshogboRemove duplicated code using macro template for the...
2015-05-02 oshogboIntroduce the NV_FLAG_NO_UNIQUE flag. When set, it...
2015-05-02 oshogboApproved, oprócz użycie RESTORE_ERRNO() do ustawiania...
2015-05-02 bzFix an off-by-one bug in string/array handling which...
2015-05-02 markjRemove a stale reference to the stop_scheduler_on_panic...
2015-05-01 gjbMFH: r281855-r282312
2015-05-01 oshogboAdd nvlist_flags() function, which returns nvlist's...
2015-04-30 oshogboMark local function as static as a result of removing...
2015-04-30 oshogboRename macros to use prefix ERRNO. Add macro ERRNO_SET...
2015-04-30 jhbRemove support for Xen PV domU kernels. Support for...
2015-04-29 oshogboSave errno from close override.
2015-04-29 oshogboRemove the nvlist_.*[fv] functions.
2015-04-29 oshogboRemove recursion from descriptor-related functions.
2015-04-29 oshogboAlways use the nv_malloc macro instead of malloc(3).
2015-04-29 oshogboStyle fixes.
2015-04-29 traszAdd kern.racct.enable tunable and RACCT_DISABLED config...
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 traszMake setproctitle(3) work in Capsicum capability mode...
2015-04-27 kibPartially revert r255986: do not call VOP_FSYNC() when...
2015-04-27 kibFix locking for oshmctl() and shmsys().
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
next