Remove support for reading the syscall code in OABI. This is unneeded now
[freebsd.git] / sys / kern /
2015-04-16 dteskeAdd "GELI Passphrase:" prompt to boot loader.
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-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...
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 dimMerge ^/head r279985 through r279994.
2015-03-14 ianSet the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl...
2015-03-14 ianAdd a new flag, SBUF_INCLUDENUL, and new get/set/clear...
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-11 hselaskyFactor out mbuf hashing code from LAGG driver so that...
2015-03-10 rstoneFix SR-IOV passthrough devices to allow ppt to attach
2015-03-09 markjReimplement support for userland core dump compression...
2015-03-07 dimMerging ^/head r279596 through r279758.
2015-03-07 nwhitehornMake 32-bit PowerPC kernels, like 64-bit PowerPC kernel...
2015-03-07 hselaskyAdd mutex support to the pps_ioctl() API in the kernel.
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-01 rstoneMove libnv into the kernel and hook it into the kernel...
2015-02-28 rstoneCorrect the use of an unitialized variable in sendfind_...
2015-02-28 ianFormat the line properly (wrap before column 80).
2015-02-28 ianExport the new osreldate and osrelease jail parms in...
2015-02-28 kibThe umtx_lock mutex is used by top-half of the kernel...
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 impPut back Andy's void for gcc happiness.
2015-02-27 impMake sched_random() return an unsigned number, and...
2015-02-27 kibThe VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-27 ianAllow the kern.osrelease and kern.osreldate sysctl...
2015-02-27 andrewFix sched_ule on sparc64, gcc complains sched_random...
2015-02-27 andrewsched_random is only called for SMP, only define it...
2015-02-27 impCreate sched_rand() and move the LCG code into that...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-25 adrianRemove taskqueue_start_threads_pinned(); there's noa...
2015-02-25 kibWhen failing to claim ownership of a umtx_pi, restore...
2015-02-25 kibWhen unlocking a contested PI pthread mutex, if the...
2015-02-24 kibKeep a reference on the coredump vnode for vn_fullpath...
2015-02-23 aesoreceive_generic() still has similar KASSERT(), theref...
2015-02-23 aeIn some cases soreceive_dgram() can return no data...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-21 nwhitehornMake kernel ELF image parsing not crash for kernels...
2015-02-20 markjDon't specify a resid parameter if we're just going...
next