]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFhead @ r292618
[FreeBSD/FreeBSD.git] / sys / kern /
2015-12-29 ngieMFhead @ r292618
2015-12-27 dchaginVerify that tv_sec value specified in settimeofday...
2015-12-26 kibDo not substitute interpeter if the brand interpreter...
2015-12-24 jtlOnly allow one PT_INTERP ELF program header. This also...
2015-12-23 ngieFix r292640
2015-12-23 ngieClean up trailing whitespace; no functional change
2015-12-22 ngieFold lim_shared into lim_copy to mute a -Wunused compil...
2015-12-22 kibIf we annoy user with the terminal output due to failed...
2015-12-20 jtlAdd a safety net to reclaim mbufs when one of the mbuf...
2015-12-19 ngieMFhead @ r292474
2015-12-18 mjgproc: fix a race which could result in dereference...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 adrian[intrng] Migrate the intrng code from sys/arm/arm to...
2015-12-17 ngieMFhead @ r292396
2015-12-17 markjSupport an arbitrary number of arguments to DTrace...
2015-12-16 markjFix style issues around existing SDT probes.
2015-12-16 glebiusA change to KPI of vm_pager_get_pages() and underlying...
2015-12-16 kibOptimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead...
2015-12-16 kibSimplify the loop step in the flushbuflist() and make...
2015-12-16 adrianDon't call wakeup if we're just returning reserved...
2015-12-15 ngieMFhead @ r292285
2015-12-15 jamieFix jail name checking that disallowed anything that...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 ngieMFhead @ r292177
2015-12-13 traszTweak comments.
2015-12-13 traszActually make the 'amount' argument to racct_adjust_res...
2015-12-13 traszAvoid useless relocking.
2015-12-11 markjDon't make assertions about td_critnest when the schedu...
2015-12-11 impCreate the MDT_PNP_INFO metadata record to communicate...
2015-12-09 ngieMFhead @ r292005
2015-12-08 smhDon't use 0 for pointer comparison
2015-12-07 markjMFV r289003:
2015-12-07 markjAdd helper functions proc_readmem() and proc_writemem().
2015-12-07 emasteReplace magic value ELF note type with NT_FREEBSD_ABI_TAG
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-06 ngieMFhead@r291879
2015-12-04 mckusickWe need to zero out the clustering variables in a freed...
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 kenAdd asynchronous command support to the pass(4) driver...
2015-12-03 mckusickWe need to zero out the union of pointers in a freed...
2015-12-01 nwhitehornMissed header_supported call from r291020: make really...
2015-12-01 mjgcapsicum: plug spurious memset in __cap_rights_init
2015-11-29 mckusickAs the kernel allocates and frees vnodes, it fully...
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-27 kibRemove VI_AGE vnode iflag, it is unused.
2015-11-27 kibMove the comment about resident pages preventing vnode...
2015-11-26 ngieMFhead @ r291345
2015-11-25 aeCheck that hhk_helper pointer isn't NULL before access.
2015-11-24 kibRework the vnode cache recycling to meet free and unuse...
2015-11-24 ngieMFhead @ r291235
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 ngieMFhead @ r291038
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)
next