]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove a duplicate setting of the AH_DEBUG_ALQ option.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-01-26 Mark JohnstonEvaluate the sysctl_running fail point before taking...
2016-01-25 Marius Strobl- Make the code consistent with itself style-wise and...
2016-01-25 Konstantin BelousovDon't allow opening the callout device when the callin...
2016-01-25 Konstantin BelousovFix the %b flags string for ddb. All bits above the 5th
2016-01-25 Alexander V. ChernikovMFP r287070,r287073: split radix implementation and...
2016-01-22 Konstantin BelousovIn tty_dealloc(), clear the queues. See the comment...
2016-01-22 Konstantin BelousovThe struct file f_advice member is overlaid with the...
2016-01-22 Xin LIMFV r294491: ntp 4.2.8p6.
2016-01-22 Gleb Smirnoff- Separate sendfile(2) implementation from uipc_syscall...
2016-01-21 Dag-Erling SmørgravUpgrade to OpenSSH 7.1p2.
2016-01-21 John BaldwinAIO daemons have always been kernel processes to facili...
2016-01-21 John BaldwinRemove unused variables for socket AIO.
2016-01-21 Mateusz Guzikcache: minor changes
2016-01-21 Mateusz Guzikcache: perform . lockup without the namecache lock
2016-01-21 Mateusz Guzikcache: provide a helper for computing the hash
2016-01-21 Mateusz Guzikcache: use counter(9) API to maintain statistics
2016-01-20 Mateusz Guziksession: avoid proctree lock on proc exit when possible
2016-01-20 Mateusz Guziksession: tidy up fixjobc
2016-01-20 Dag-Erling SmørgravUpgrade to OpenSSH 7.0p1.
2016-01-20 Dag-Erling SmørgravMFV (r285035): fix props (no content changes)
2016-01-19 Marius StroblFix tty_drain() and, thus, TIOCDRAIN of the current...
2016-01-19 John BaldwinVarious cleanups to the main function for AIO kernel...
2016-01-19 John BaldwinDon't create a dedicated session for each AIO kernel...
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.9p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.8p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 Mark JohnstonAdd vrefl(), a locked variant of vref(9).
2016-01-18 Xin LIMFV r294260:
2016-01-17 Konstantin BelousovWhen cleaning up from failed adv locking and checking...
2016-01-15 Baptiste DaroussinUpdate mandoc to 20160116
2016-01-14 John BaldwinRemove aiod_timeout.
2016-01-14 John BaldwinRename aiod_bio taskqueue to aiod_kick.
2016-01-14 Gleb SmirnoffCall crextend() before copying old credentials to the...
2016-01-11 Colin PercivalFix a bug introduced in r291716:
2016-01-09 Dmitry ChaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-09 Mark JohnstonPrevent cv_waiters wraparound.
2016-01-08 Gleb SmirnoffNew sendfile(2) syscall. A joint effort of NGINX and...
2016-01-08 Gleb SmirnoffMake it possible for sbappend() to preserve M_NOTREADY...
2016-01-08 Gleb SmirnoffRevert r293405: it breaks socket buffer INVARIANTS...
2016-01-08 Xin LIMFV r293415:
2016-01-08 Gleb SmirnoffFor SOCK_STREAM socket use sbappendstream() instead...
2016-01-07 Konstantin BelousovConvert tty common code to use make_dev_s().
2016-01-07 Konstantin BelousovProvide yet another KPI for cdev creation, make_dev_s(9).
2016-01-07 Mateusz Guzikcache: ansify functions and fix some style issues
2016-01-05 Konstantin BelousovTwo fixes for excessive iterations after r292326.
2016-01-05 Xin LIMFV r293125: less v481.
2016-01-02 Ian LeporeMake the 'env' directive described in config(5) work...
2015-12-30 Dimitry AndricMerge ^/head r292936 through r292950.
2015-12-30 Marius Strobl- (Ab)use udivx for dividing the u_int pc_cpuid when...
2015-12-30 Dimitry AndricUpdate clang to trunk r256633.
2015-12-30 Dimitry AndricUpdate llvm to trunk r256633.
2015-12-29 John BaldwinAdd ptrace(2) reporting for LWP events.
2015-12-29 John BaldwinCall kern_thr_exit() instead of duplicating it.
2015-12-27 Dmitry ChaginVerify that tv_sec value specified in settimeofday...
2015-12-26 Konstantin BelousovDo not substitute interpeter if the brand interpreter...
2015-12-25 Dimitry AndricUpgrade our copies of clang and llvm to 3.7.1 release...
2015-12-25 Simon J. GerratyMerge bmake-20151220
2015-12-24 Navdeep ParharMFP r291227, r291228, and r292618.
2015-12-24 Jonathan T. LooneyOnly allow one PT_INTERP ELF program header. This also...
2015-12-23 Enji CooperFix r292640
2015-12-23 Enji CooperClean up trailing whitespace; no functional change
2015-12-22 Enji CooperFold lim_shared into lim_copy to mute a -Wunused compil...
2015-12-22 Konstantin BelousovIf we annoy user with the terminal output due to failed...
2015-12-20 Jonathan T. LooneyAdd a safety net to reclaim mbufs when one of the mbuf...
2015-12-18 Mateusz Guzikproc: fix a race which could result in dereference...
2015-12-18 Christian BruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 Adrian Chadd[intrng] Migrate the intrng code from sys/arm/arm to...
2015-12-17 Mark JohnstonSupport an arbitrary number of arguments to DTrace...
2015-12-16 Mark JohnstonFix style issues around existing SDT probes.
2015-12-16 Gleb SmirnoffA change to KPI of vm_pager_get_pages() and underlying...
2015-12-16 Konstantin BelousovOptimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead...
2015-12-16 Konstantin BelousovSimplify the loop step in the flushbuflist() and make...
2015-12-16 Adrian ChaddDon't call wakeup if we're just returning reserved...
2015-12-15 Jamie GrittonFix jail name checking that disallowed anything that...
2015-12-14 Dag-Erling SmørgravUpgrade to Unbound 1.5.7.
2015-12-13 Edward Tomasz Napi... Tweak comments.
2015-12-13 Edward Tomasz Napi... Actually make the 'amount' argument to racct_adjust_res...
2015-12-13 Edward Tomasz Napi... Avoid useless relocking.
2015-12-11 Ed MasteUpdate to ELF Tool Chain r3272
2015-12-11 Mark JohnstonDon't make assertions about td_critnest when the schedu...
2015-12-11 Warner LoshCreate the MDT_PNP_INFO metadata record to communicate...
2015-12-08 Steven HartlandDon't use 0 for pointer comparison
2015-12-08 Simon J. GerratyMerge bmake-20151201
2015-12-07 Mark JohnstonMFV r289003:
2015-12-07 Mark JohnstonAdd helper functions proc_readmem() and proc_writemem().
2015-12-07 Ed MasteReplace magic value ELF note type with NT_FREEBSD_ABI_TAG
2015-12-07 Konstantin BelousovAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-04 Navdeep ParharCatch up with head.
2015-12-04 Kirk McKusickWe need to zero out the clustering variables in a freed...
2015-12-03 Jung-uk KimMerge OpenSSL 1.0.2e.
2015-12-03 Kenneth D. MerryAdd asynchronous command support to the pass(4) driver...
2015-12-03 Kirk McKusickWe need to zero out the union of pointers in a freed...
2015-12-02 Navdeep ParharCatch up with head.
2015-12-01 Nathan WhitehornMissed header_supported call from r291020: make really...
2015-12-01 Mateusz Guzikcapsicum: plug spurious memset in __cap_rights_init
2015-11-29 Kirk McKusickAs the kernel allocates and frees vnodes, it fully...
2015-11-28 Konstantin BelousovRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-27 Konstantin BelousovRemove VI_AGE vnode iflag, it is unused.
2015-11-27 Konstantin BelousovMove the comment about resident pages preventing vnode...
2015-11-26 Navdeep ParharCatch up with head.
next