]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
If the vm_page_alloc_contig() failed in the ttm page allocators, do
[FreeBSD/FreeBSD.git] / sys / kern /
2015-02-03 kibFix use after free in pipe_dtor(). PIPE_NAMED flag...
2015-01-31 kibThe dependency chain for priority-inheritance mutexes...
2015-01-28 jamieAdd allow.mount.fdescfs jail flag.
2015-01-26 jhbFix a couple of panics when detaching from a cxgbe...
2015-01-26 adrianCall WITNESS_WARN() in callout_drain() to check whether...
2015-01-25 jhbChange the default VFS timestamp precision from seconds...
2015-01-23 jillesRun make sysent.
2015-01-23 jillesAdd futimens and utimensat system calls.
2015-01-23 danfeFix usage example in kvprintf(9) and its copy in libsta...
2015-01-22 hselaskyRevert for r277213:
2015-01-21 mjgfiledesc: avoid spurious copying of capabilities in...
2015-01-21 mjgfiledesc: return 0 from badfo_close
2015-01-21 mjgfiledesc: fix whitespace nits in fget and fget_read
2015-01-21 kibDo not assert that the new pipepair mutex is not initia...
2015-01-21 mjgfiledesc: plug a test for impossible condition in _fget
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-20 neelUpdate the vdso timehands only via tc_windup().
2015-01-19 kibStop enforcing additional reference on all cdevs, which...
2015-01-18 kibAdd procctl(2) PROC_TRACE_CTL command to enable or...
2015-01-18 kibMake SIGSTOP working for sleeps done while waiting...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-16 kibFor sigaction(2), ignore possible garbage in sa_flags...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-15 hselaskyMajor callout subsystem cleanup and rewrite:
2015-01-14 rwatsonIn order to support ongoing work to implement variable...
2015-01-14 hselaskyAvoid race with "dev_rel()" when using the recently...
2015-01-14 hselaskyAdd a kernel function to delist our kernel character...
2015-01-14 jamieRemove the prison flags PR_IP4_DISABLE and PR_IP6_DISAB...
2015-01-14 jamieDon't set prison's pr_ip4s or pr_ip6s to -1.
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-12 kibRevert r263475: TDP_DEVMEMIO no longer needed, since...
2015-01-11 ianFix an off by one in ppsratecheck(). If you asked...
2015-01-10 rwatsonGarbage collect m_copymdata(), an mbuf utility routine...
2015-01-10 dchaginAllow clock_getcpuclockid() on the CPU-time clock for...
2015-01-10 delphijImprove style and fix a possible use-after-free case...
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-09 rwatsonRemove a 'This is dumb' comment that has been incorrect...
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 jhbChange the default method for device_quiesce() to retur...
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-08 jhbReject attempts to read the cpuset mask of a negative...
2015-01-08 jhbCreate a cpuset mask for each NUMA domain that is avail...
2015-01-08 rwatsonReplace hand-crafted versions of M_SIZE() and M_START...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-07 markjFactor out duplicated code from dumpsys() on each archi...
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-05 markjUse crcopysafe(9) to make a copy of a process' credenti...
2015-01-05 jhbTrim trailing whitespace.
2015-01-05 jhbOn some Intel CPUs with a P-state but not C-state invar...
2015-01-05 rwatsonTo ease changes to underlying mbuf structure and the...
2015-01-04 gibbsPrevent live-lock and access of destroyed data in taskq...
2015-01-04 dchaginRegen for r276654 (__getcwd()).
2015-01-04 dchaginIndeed, instead of hiding the kern___getcwd() bug by...
2015-01-03 hselaskyRework r276532 a bit. Always avoid recursing into the...
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2015-01-02 hselaskyThe "cnputs_mtx" mutex must be allowed to recurse....
2014-12-31 dimMerge ^/head r274961 through r276472.
2014-12-30 mjgConvert vfs hash lock from a mutex to an rwlock.
2014-12-30 dimMerge ^/head r274961 through r276418.
2014-12-30 impTurns out, this isn't only called from i386...
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-28 dimMerge ^/head r274961 through r276342.
2014-12-28 mjgsysctl: don't modify oid_running for static nodes
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-25 rmacklemFix the comment introduced in r276192 so that it clearly
2014-12-24 rmacklemModify vop_stdadvlock{async}() so that it only
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-22 glebiusIn sbappend*() family of functions clear M_PROTO flags...
2014-12-21 kibAdd VN_OPEN_NAMECACHE flag for vn_open_cred(9), which...
2014-12-21 impWhere appropriate, use the modern terms for the one...
2014-12-20 glebiusRevert r274494, r274712, r275955 and provide extra...
2014-12-20 glebiusAdd to sbappendstream_locked() a check against NULL...
2014-12-18 dimMerge ^/head r275759 through r275911.
2014-12-18 kibThe VOP_LOOKUP() implementations for CREATE op do not...
2014-12-17 glebAdjust printf format specifiers for dev_t and ino_t...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-16 kibAdd missed break.
2014-12-16 kibAdd missed break.
2014-12-15 jhbCheck for SS_NBIO in so->so_state instead of sb->sb_fla...
2014-12-15 kibAdd a facility for non-init process to declare itself...
2014-12-14 dimMerge ^/head r275749 through r275758.
2014-12-14 kibFix gcc build.
2014-12-13 dchaginAdd _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).
2014-12-13 dimMerge ^/head r275715 through r275748.
2014-12-13 kibAdd facility to stop all userspace processes. The...
2014-12-13 kibOnly sleep interruptible while waiting for suspension...
2014-12-13 kibThe vinactive() call in vgonel() may start writes for...
2014-12-12 kibFor architectures where time_t is wide enough, in parti...
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 dimMerge ^/head r274961 through r275684.
2014-12-09 kibDo not call VFS_SYNC() before VFS_UNMOUNT() for forced...
2014-12-09 kibApply chunk forgotten in r275620. Remove local variabl...
2014-12-08 dimMerge ^/head r275478 through r275622.
2014-12-08 kibAdd functions syncer_suspend() and syncer_resume()...
2014-12-08 kibWhen getnewbuf_reuse_bp() is called to reclaim some...
2014-12-08 kibDo some refactoring and minor cleanups of the thread_si...
2014-12-08 kibThread waiting for the vfork(2)-ed child to exec or...
next