]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
ntb: Add MW tunable for MMR Xeon errata workaround
[FreeBSD/FreeBSD.git] / sys / kern /
2015-11-24 kibRework the vnode cache recycling to meet free and unuse...
2015-11-23 markjThe buffer passed to an sbuf drain callback is not...
2015-11-23 kibSplit kerne timekeep ABI structure vdso_sv_tk out of...
2015-11-20 glebiusRemove remnants of the old NFS from vnode pager.
2015-11-20 traszThe freebsd4_getfsstat() was broken in r281551 to alway...
2015-11-19 jtlConsistently enforce the restriction against calling...
2015-11-19 markjRemove a commented-out debug print.
2015-11-19 markjAdd support for a configurable output channel to witnes...
2015-11-19 markjAdd vlog(9).
2015-11-18 nwhitehornExtend r270123 to run the brand info's header_supported...
2015-11-16 marius- Unbreak dumpsys(9) on sparc64 after r276772
2015-11-16 ngieMFhead @ r290899
2015-11-15 traszSpeed up rctl operation with large rulesets, by holding...
2015-11-13 rrsThis fixes several places where callout_stops return...
2015-11-12 jhbExport various helper variables describing the layout...
2015-11-10 rrsAdd new async_drain to the callout system. This is...
2015-11-10 jpaetzelFix a bug in the CPU % limiting code
2015-11-08 traszMake naming more consistent; no functional changes.
2015-11-08 traszSpeed up rctl(8) rule retrieval; the difference shows...
2015-11-08 tijlSince r289279 bufinit() uses mp_ncpus, but some archite...
2015-11-08 markj- Consistently use PROC_ASSERT_HELD() to verify that...
2015-11-07 cemFlesh out sysctl types further (follow-up of r290475)
2015-11-07 baptMerge from head r290483
2015-11-07 adrianAdd a sched_yield() to work around low memory condition...
2015-11-07 cemRound out SYSCTL macros to the full set of fixed-width...
2015-11-07 mjgfd: implement kern.proc.nfds sysctl
2015-11-05 jhbWhen dumping an rman in DDB, include the RID of each...
2015-11-03 markjHave elf_lookup() return an error if the specified...
2015-11-02 ngieDefine `fhard` in pps_event(..) only when PPS_SYNC...
2015-11-02 ngieDefine `compress` in `__elfN(coredump)` when #ifdef...
2015-11-01 baptMerge from head
2015-10-31 impThe error classification from lower layers is a poor...
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 kibMinor (and incomplete) style cleanup.
2015-10-30 kibAlso mark compat32 umtx op table as constant.
2015-10-30 kibUse C99 array initialization, which also makes the...
2015-10-30 traszAfter r290196, the kernel won't wait for stuff like...
2015-10-30 traszMake root mount wait mechanism smarter, by making it...
2015-10-29 bdrewerygetnewbuf: Initialize bp to avoid uninitialized pointer...
2015-10-29 hselaskyAdd missing NULL check in physio().
2015-10-28 impAdd a note to the effect that BUS_ADD_CHILD calls
2015-10-28 baptMerge from head
2015-10-27 mckusickBring the tags and links entries for amd64 up to date.
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-25 pjdThe aio_waitcomplete(2) syscall should not sleep when...
2015-10-23 sjgMerge bmake 20151020
2015-10-22 cemSysctl: Add common support for U8, U16 types
2015-10-22 jhbMissing regen after last change to sys/kern/syscalls...
2015-10-22 jhbRename remaining linux32 symbols such as linux_sysent...
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 edAdd a way to distinguish between forking and thread...
2015-10-20 kibTrim spaces at end of line to record the proper commit...
2015-10-20 kibMark struct thread zone as type-stable.
2015-10-20 kibReviewed by: jhb, pho
2015-10-20 kibNo need to dereference struct proc to pids when compari...
2015-10-20 jhbSwitch pl_child_pid from int to pid_t.
2015-10-20 ianFix printf format to allow for bus_size_t not being...
2015-10-19 baptMerge from head
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-17 ngieMFhead @ r289471
2015-10-17 ngieReplace /dev/acd0 with /dev/cd1
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 kibIf falloc_caps() failed, cleanup needs to be performed...
2015-10-16 mavMFV r289310:
2015-10-14 kibAllow PT_INTERP and PT_NOTES segments to be located...
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-14 jeffParallelize the buffer cache and rewrite getnewbuf...
2015-10-14 hirenThere are times when it would be really nice to have...
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-13 ngieReplace /dev/acd0 with /dev/cd1 as atapicd(4) has been...
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-11 ngieRedo MFC @ r289134
2015-10-11 ngieRevert r289133; retry the merge
2015-10-11 ngieMFhead @ r289132
2015-10-10 traszChange the default setting of kern.ipc.shm_allow_remove...
2015-10-10 traszProvide better debug message on kernel module name...
2015-10-10 ngieMFhead @ r289100
2015-10-09 traszRemove root_mount_wait(). It's not used anywhere.
2015-10-08 kibEnforce the maxproc limitation before allocating struct...
2015-10-08 fabientFix r283998 that broke mapin events for hwpmc.
2015-10-07 glebiusFix regression from r248371. We need to copy packet...
2015-10-06 ngieMFhead @ r288954
2015-10-06 jhbFix various edge cases related to system call tracing.
2015-10-06 cemFix core corruption caused by race in note_procstat_vmmap
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-06 glebiusRemove debugging variable from r143761.
2015-10-05 jhbInclude additional info in ptrace(2) KTR traces:
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-03 markjRevert r288628 and instead fix a discrepancy between...
2015-10-03 markjThe return value of posix_fadvise(2) is just an error...
2015-10-03 alcPerform a single batched update to the object's paging...
2015-10-02 phkFail the sbuf if vsnprintf(3) fails.
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 markjEnsure that vop_stdadvise() does not call getblk()...
2015-10-01 cpercivaDisable suspend when we're shutting down. This solves...
2015-09-30 markjAs a step towards the elimination of PG_CACHED pages...
next