]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add full softfloat and hardfloat support for MIPS.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-10-29 markjFix WITNESS hints for pagequeue locks.
2016-10-29 traszFix getfsstat(2) handling of flags. The 'flags' argumen...
2016-10-28 kibGeneralize UFS buffer pager to allow it serving other...
2016-10-24 marcelInclude <stdarg.h> instead of <machine/stdarg.h> when...
2016-10-24 kibHandle broadcast NMIs.
2016-10-23 kibIn the fueword64(9) wrapper for architectures which...
2016-10-22 cemddb(4): Add sleepchains to "show allchains"
2016-10-21 hirenRework r306337.
2016-10-21 oshogbocapsicum: perform copyout without the fildesc lock...
2016-10-20 mjgcache: fix up a corner case in r307650
2016-10-20 kevloRemove register keyword.
2016-10-20 kevloRemove a sentence about putting initialization in init_...
2016-10-19 sbrunoResolve whitespace diff to NextBSD.
2016-10-19 mjgMark a bunch of mpsafe sysctls as such.
2016-10-19 mjgcache: split negative entry LRU into multiple lists
2016-10-18 sbrunoAssert that we're assigning a non-null taskqueue.
2016-10-18 sbrunoEnsure that tasks with a specific cpu set prior to...
2016-10-18 sbrunoTell gtask to what we've been bound.
2016-10-17 emastemakesyscalls.sh: remove trailing space on the "created...
2016-10-17 hselaskyFix device delete child function.
2016-10-13 kibFix a race in vm_page_busy_sleep(9).
2016-10-13 cemkern_linker: Handle module-loading failures in preloade...
2016-10-12 emasteUse correct size type in do_setopt_accept_filter
2016-10-11 gonzoINTRNG - fix MSI/MSIX release path
2016-10-11 sbrunoFix bug where malloc(.., M_NOWAIT) return value is...
2016-10-08 mjgvfs: assert empty tmp free list on unmount
2016-10-08 mjgvfs: clear the tmp free list flag before taking the...
2016-10-07 kibLimit scope of the optimization in r306608 to dounmount...
2016-10-06 bdreweryvrefl: Assert that the interlock is held.
2016-10-06 bdreweryAdd vrecyclel() to vrecycle() a vnode with the interloc...
2016-10-05 cemvfs_bio: Remove a leading space (style)
2016-10-04 bdreweryCorrect some comments after r294299.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 emasteANSIfy inflate.c
2016-10-04 kibStyle.
2016-10-04 mmMFV r306669:
2016-10-03 mjgcache: ignore purgevfs requests for filesystems with...
2016-10-01 baptImport libucl 20160812
2016-09-30 mjgvfs: batch free vnodes in per-mnt lists
2016-09-30 mjgvfs: remove the __bo_vnode field from struct vnode
2016-09-29 glebiusProvide kern.maxphys sysctl, which returns MAXPHYS...
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-29 allanjudeAllow reading the following sysctl MIBs in capability...
2016-09-29 hselaskyWhile draining a timeout task prevent the taskqueue_enq...
2016-09-26 hirenRevert r306337. dhw@ reproted a panic which seems relat...
2016-09-26 vangyzenMake no assertions about mutex state when the scheduler...
2016-09-26 hirenIn sendit(), if mp->msg_control is present, then in...
2016-09-24 julianGive the user a clue as to which process hit maxfiles.
2016-09-23 kibAdd the foundation copyrights to procctl kernel sources.
2016-09-23 oshogbofd: fix up fget_cap
2016-09-23 mjgfd: fix up fgetvp_rights after r306184
2016-09-23 mjgcache: get rid of the global lock
2016-09-22 glebiusFix regression from r297400, which truncates headers...
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-22 brAdjust the sopt_val pointer on bigendian systems (e...
2016-09-22 oshogbofd: simplify fgetvp_rights by using fget_cap_locked
2016-09-22 oshogbocapsicum: propagate rights on accept(2)
2016-09-22 markjRegenerate syscall provider argument strings.
2016-09-22 markjAnnotate syscall provider pointer arguments with the...
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 kibMake resettodr_lock accessible outside subr_rtc.c....
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 kibAdd PROC_TRAPCAP procctl(2) controls and global sysctl...
2016-09-21 traszFix bug introduced with r302388, which could cause...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-18 sepheFix LINT building.
2016-09-16 hirenMFC r301522 (by bz)
2016-09-15 emasteRenumber license clauses in sys/kern to avoid skipping #3
2016-09-15 kevloRemove the 4.3BSD compatible macro m_copy(), use m_copy...
2016-09-12 oshogbofd: add fget_cap and fget_cap_locked primitives
2016-09-12 jhbMake device_quiet() an attachment property.
2016-09-10 mjgcache: improve scalability by introducing bucket locks
2016-09-10 kibFix build
2016-09-09 jilleswait: Do not copyout uninitialized status/rusage/wrusage.
2016-09-09 mjglocks: add backoff for spin mutexes and thread lock
2016-09-09 emasteANSIfy uipc_syscalls.c
2016-09-08 emasteUpdate capabilities.conf comment
2016-09-08 kevloIn m_devget(), if the data fits in a packet header...
2016-09-07 emasteRegen after r305518: Allow getdtablesize in capability...
2016-09-07 emasteMFC r305140: Allow getdtablesize in capability mode
2016-09-06 brooksModernize the initalization of sigproptbl.
2016-09-06 mjgcv: do a lockless check for no waiters in cv_signal...
2016-09-05 mmMFV r305420:
2016-09-04 mjgcache: defer freeing entries until after the global...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-04 mjgcache: manage negative entry list with a dedicated...
2016-09-04 mjgcache: put all negative entry management code into...
2016-09-04 markjMicro-optimize sleepq_signal().
2016-09-03 ngieMFhead @ r305314
2016-09-02 brooksMerge from CheriBSD:
2016-09-02 markjMFC r285522:
2016-09-01 kibMFC r304812:
2016-09-01 kibMFC r304808:
2016-09-01 ngieMFhead @ r305170
2016-09-01 emasteallow kern.proc.nfds sysctl in capability mode
2016-09-01 pkelsey_taskqueue_start_threads() now fails if it doesn't...
2016-08-31 markjRename unp_dispose_so() to unp_dispose().
2016-08-31 markjMFC 303855:
2016-08-31 emasteRegnerate after r305140, getdtablesize in capability...
next