]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the
[FreeBSD/FreeBSD.git] / sys / kern /
2015-06-27 kibHandle errors from background write of the cylinder...
2015-06-26 adrianUn-static cpuset_which() - it's useful in other context...
2015-06-25 mjgrlimit: deduplicate code in chg* functions
2015-06-24 sbrunoAt the suggestion of jhb, replace atomic_set/clear...
2015-06-23 jmgzero this struct as it depends upon it...
2015-06-23 kibOnly take previous buffer queue lock (olock) when neede...
2015-06-22 sbrunoMake imgact_binmisc_exec() static.
2015-06-19 sbrunoRemove uneeded NULL check since malloc the malloc is...
2015-06-19 sbrunoMust have one of either M_WAITOK or M_NOWAIT, read...
2015-06-19 sbrunoFeedback from commit r284535
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 sbrunoThis change replaces the mutex with a sx lock for the...
2015-06-17 bzInitialise pr_enforce_statfs from the "default" sysctl...
2015-06-17 kibvfs_msync(), called from syncer vnode fsync VOP, only...
2015-06-16 pfgUse nitems() macro instead of __arraycount()
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...
next