]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Move the SIFTR DTrace probe out of the writing thread context
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-26 mjgfd: plug an always overwritten initialization in fdalloc
2015-04-26 mjgConsistently use p instead of td->td_proc in create_thread
2015-04-25 rmacklemMAXBSIZE defines both the largest UFS block size and the
2015-04-24 kibUse correct length for sparse uiomove(). It must be...
2015-04-24 markjMake vpanic() externally visible so that it can be...
2015-04-23 kibHandle incorrect ELF images specifying size for PT_GNU_...
2015-04-22 mavMake AIO to not allocate pbufs for unmapped I/O like...
2015-04-22 rodrigcMove zlib.c from net to libkern.
2015-04-22 rodrigcSupport file verification in MAC.
2015-04-21 traszModify kern___getcwd() to take max pathlen limit as...
2015-04-21 mavRewrite physio() to not allocate pbufs for unmapped...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-21 gjbMerge the following from ^/projects/release-arm64 to...
2015-04-20 vangyzenAlways send log(9) messages to the message buffer.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-18 kibRegen.
2015-04-18 kibThe lseek(2), mmap(2), truncate(2), ftruncate(2), pread...
2015-04-18 markjRemove unimplemented sched provider probes.
2015-04-18 kibInitialize td_sel in the thread_init(). Struct thread...
2015-04-18 mckusickMore accurately collect name-cache statistics in sysctl...
2015-04-16 dteskeAdd "GELI Passphrase:" prompt to boot loader.
2015-04-16 ngieMFhead @ r281584
2015-04-15 rmacklemFile systems that do not use the buffer cache (such...
2015-04-15 neelFix handling of BUS_PROBE_NOWILDCARD in 'device_probe_c...
2015-04-15 traszRewrite linprocfs_domtab() as a wrapper around kern_get...
2015-04-15 kibImplement support for binary to requesting specific...
2015-04-14 gnnWhen a kernel has DEVICE_POLLING turned on but no drive...
2015-04-14 rrsFix my stupid restoral of old code.. must be c_iflags...
2015-04-13 rrsRestore the two lines accidentally deleted that allow...
2015-04-12 ngieMFhead @ r281476
2015-04-11 willuiomove_object_page(): Avoid instantiating pages in...
2015-04-11 mjgReplace struct filedesc argument in getsock_cap with...
2015-04-11 mjgfd: remove filedesc argument from fdclose
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-05 mavAdd vmem locking to r281026.
2015-04-04 kibRestore proper error from oshmctl(2), used by COMPAT_43...
2015-04-04 jillesutimensat: Correct Capsicum required capability rights.
2015-04-04 kibRemove useless initialization.
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 mavMake ZFS ARC track both KVA usage and fragmentation.
2015-04-02 kibSpeed up symbol lookup for the amd64 kernel modules.
2015-04-01 rstoneFix integer truncation bug in malloc(9)
2015-03-31 rrsAdopt jhb's suggested changes, updated comments and...
2015-03-30 glebiusCatch up on r271387 and remove unused parameter from
2015-03-30 mavPeriodically wake up threads waiting for vmem(9) resour...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-29 mavAdd four new DDB commands to display vmem(9) statistics.
2015-03-28 kibMake debug.vmem_check a tunable. It is useful to set...
2015-03-28 vangyzenClean up some cosmetic nits in kern_umtx.c, found durin...
2015-03-28 bzTry to unbreak !SMP kernels broken in r280785 by using...
2015-03-28 rrsChange the callout to supply -1 to indicate we are...
2015-03-25 hselaskyImplement a simple OID number garbage collector. Given...
2015-03-24 hselaskyMake sure tunable sysctls are only fetched once. The...
2015-03-24 glebiusDo not include if_var.h and in6_var.h into kern_jail...
2015-03-24 hselaskyCorrect string pointer offset for error printout.
2015-03-24 rpauloDisable coredump_devctl because it could lead to leakin...
2015-03-24 mjgfiledesc: microoptimize fget_unlocked by getting rid...
2015-03-22 ianThe sysctls that return process argv and envv return...
2015-03-22 hselaskyFix for out of order device destruction notifications...
2015-03-21 mjgproc: use MTX_NEW flag in proc_init
2015-03-21 mjgcred: add proc_set_cred_init helper
2015-03-21 mjgfork: assign refed credentials earlier
2015-03-21 alcIntroduce vm_object_color() and use it in mmap(2) to...
2015-03-21 cogneterror is only used if MAC is defined, so make its decla...
2015-03-21 kibSomewhat modernize the SysV shm code:
2015-03-21 mjgcoredump: protect corefilename access with a lock
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-17 ianThe minimum sbuf buffer size is 2 bytes (a byte plus...
2015-03-17 ianIn sbuf_new_for_sysctl(), default the buffer size to...
2015-03-17 glebiusReduce header pollution.
2015-03-16 bennoReset bp->bio_done to unmapped_buf when removing a...
2015-03-16 ianTrivial change / forced-commit to document prior change...
2015-03-16 ian(no commit message)
2015-03-16 ianUse a regular sbuf + SYSCTL_OUT() rather than sbuf_new_...
2015-03-16 ianUpdate an sbuf assertion to allow for the new SBUF_INCL...
2015-03-16 mjgproc: get rid of proc lock + unlock pair in proc_reap
2015-03-16 mjgcred: add proc_set_cred helper
2015-03-15 dimMerge ^/head r279995 through r280029.
2015-03-15 ianAdd a nulterm byte to the returned sysctl string.
2015-03-15 ianInclude the nulterm byte in the sysctl string.
2015-03-14 ianUse sbuf_printf() for sysctl strings instead of stack...
next