]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge compiler-rt release_38 branch r258968.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 mckusickThe bread() function was inconsistent about whether...
2016-01-27 mjgktrace: tidy up ktrstruct
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 jhbVarious style fixes.
2016-01-26 kibDon't clear the software flow control flag before drain...
2016-01-26 traszFix the way RCTL handles rules' rrl_exceeded on credeni...
2016-01-26 kibRestore flushing of output for revoke(2) again. Docume...
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-26 markjEvaluate the sysctl_running fail point before taking...
2016-01-25 marius- Make the code consistent with itself style-wise and...
2016-01-25 kibDon't allow opening the callout device when the callin...
2016-01-25 kibFix the %b flags string for ddb. All bits above the 5th
2016-01-25 melifaroMFP r287070,r287073: split radix implementation and...
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 kibIn tty_dealloc(), clear the queues. See the comment...
2016-01-22 kibThe struct file f_advice member is overlaid with the...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 glebius- Separate sendfile(2) implementation from uipc_syscall...
2016-01-21 jhbAIO daemons have always been kernel processes to facili...
2016-01-21 jhbRemove unused variables for socket AIO.
2016-01-21 mjgcache: minor changes
2016-01-21 mjgcache: perform . lockup without the namecache lock
2016-01-21 mjgcache: provide a helper for computing the hash
2016-01-21 mjgcache: use counter(9) API to maintain statistics
2016-01-20 mjgsession: avoid proctree lock on proc exit when possible
2016-01-20 mjgsession: tidy up fixjobc
2016-01-19 mariusFix tty_drain() and, thus, TIOCDRAIN of the current...
2016-01-19 jhbVarious cleanups to the main function for AIO kernel...
2016-01-19 jhbDon't create a dedicated session for each AIO kernel...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 markjAdd vrefl(), a locked variant of vref(9).
2016-01-17 kibWhen cleaning up from failed adv locking and checking...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-14 jhbRemove aiod_timeout.
2016-01-14 jhbRename aiod_bio taskqueue to aiod_kick.
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-14 glebiusCall crextend() before copying old credentials to the...
2016-01-13 dimMerge ^/head r293686 through r293849.
2016-01-13 ngieMFhead @ r293815
2016-01-11 cpercivaFix a bug introduced in r291716:
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-09 markjPrevent cv_waiters wraparound.
2016-01-08 glebiusNew sendfile(2) syscall. A joint effort of NGINX and...
2016-01-08 glebiusMake it possible for sbappend() to preserve M_NOTREADY...
2016-01-08 dimMerge ^/head r293280 through r293429.
2016-01-08 glebiusRevert r293405: it breaks socket buffer INVARIANTS...
2016-01-08 delphijMFV r293415:
2016-01-08 glebiusFor SOCK_STREAM socket use sbappendstream() instead...
2016-01-07 kibConvert tty common code to use make_dev_s().
2016-01-07 kibProvide yet another KPI for cdev creation, make_dev_s(9).
2016-01-07 mjgcache: ansify functions and fix some style issues
2016-01-06 dimMerge ^/head r293175 through r293279.
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 kibTwo fixes for excessive iterations after r292326.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 dimMerge ^/head r293036 through r293174.
2016-01-04 emasteMerge LLDB 3.8
2016-01-02 ianMake the 'env' directive described in config(5) work...
2015-12-31 ngieMFhead @ r293006
2015-12-30 dimMerge ^/head r292936 through r292950.
2015-12-30 marius- (Ab)use udivx for dividing the u_int pc_cpuid when...
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-29 jhbAdd ptrace(2) reporting for LWP events.
2015-12-29 jhbCall kern_thr_exit() instead of duplicating it.
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...
next