]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
dwatch(1): Export ARGV to profiles loaded via load_profile()
[FreeBSD/FreeBSD.git] / sys /
2018-05-12 Matt Macyhwpmc(9): clear remaining sample work for hardclock
2018-05-12 Warner LoshRemove extra copy of bcopy.c now that we're using the...
2018-05-12 Matt Macyhwpmc(9): Make pmclog buffer pcpu and update constants
2018-05-11 Rick MacklemAdd support for the TestStateID operation to the NFSv4...
2018-05-11 Stephen HurdFix LORs in in6?_leave_group()
2018-05-11 Konstantin BelousovRemove dead declaration.
2018-05-11 Matt Macyiflib(9): Add support for cloning pseudo interfaces
2018-05-11 Matt Macyepoch(9): always set inited in epoch_init
2018-05-11 Sean Brunovxge(4): deprecation notice
2018-05-11 Andrey V. ElsukovApply the change from r272770 to if_ipsec(4) interface.
2018-05-11 Kenneth D. MerryClear out the entire structure, not just the size of...
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-11 Ed Masteusbdevs: add new Microchip USB-Ethernet device IDs
2018-05-11 Mateusz Guzikamd64: align the .data.exclusive_cache_line section...
2018-05-11 Matt Macyepoch(9): callback task fixes
2018-05-11 Mateusz Guzikuma: increase alignment to 128 bytes on amd64
2018-05-11 Mateusz Guzikrmlock: partially depessimize lock/unlock fastpath
2018-05-11 Matt MacyAllow different bridge types to coexist
2018-05-11 Matt Macyepoch(9): fix priority handling, make callback lists...
2018-05-11 Matt MacyTest priority handling in epoch test.
2018-05-11 Justin HibbitsNo need to bzero splpar_vpa entries
2018-05-11 Dag-Erling SmørgravSlight cleanup of interface event logging.
2018-05-11 Dag-Erling SmørgravReduce <sys/queue.h> pollution.
2018-05-10 Navdeep Parharcxgbe(4): Add fields to support configuration of hardwa...
2018-05-10 Ed MasteError out on attempt to link amd64 kernel with old...
2018-05-10 Matt MacyAllocate epoch for networking at startup
2018-05-10 Matt MacyAdd simple preempt safe epoch API
2018-05-10 Li-Wen HsuFix build for platforms using GCC:
2018-05-10 Jean-Sébastien Pédronvt(4): Use default VGA palette
2018-05-10 Jean-Sébastien Pédronvt(4): Put for() loop outside switch() in vt_generate_c...
2018-05-10 Andrew GallatinFix a panic in the IPv6 multicast code.
2018-05-10 Konstantin BelousovMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-10 Andrew GallatinFix the build after r333457
2018-05-10 Ed MasteANSIfy sys_generic.c
2018-05-10 Marcin WojtasDo not pass header length to the ENA controller
2018-05-10 Emmanuel Vadotarm64: Add ALT_BREAK_TO_DEBUGGER to GENERIC
2018-05-10 Marcin WojtasSkip setting the MTU for ENA if it is not changing
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-10 Marcin WojtasUpgrade ENA version to v0.8.1
2018-05-10 Xin LIRemove "All rights reserved" from my files.
2018-05-10 Navdeep Parharcxgbe(4): Disable write-combined doorbells by default.
2018-05-10 Justin HibbitsFix PPC symbol resolution
2018-05-10 Marcelo AraujoRework CTL frontend & backend options to use nv(3)...
2018-05-10 Warner LoshRemove unused bcopyb.
2018-05-10 Warner LoshSimplify things a little
2018-05-10 Warner LoshMove MI-ish bcopy routine to libkern
2018-05-10 Navdeep Parharcxgbe(4): Determine whether the firmware supports the...
2018-05-09 Mark JohnstonRemove "All rights reserved" from my files.
2018-05-09 Mariusz ZaborskiIntroduce the 'n' flag for the geli attach command.
2018-05-09 Warner LoshRemove the 'All Rights Reserved' clause from some of...
2018-05-09 Warner LoshUse the full year, for real this time.
2018-05-09 Mark JohnstonFix bxe(4) netdump rx polling.
2018-05-09 Cy SchubertFix style error introduced in r333393.
2018-05-09 Matt MacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 Matt MacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 Matt MacyRemove bogus panic
2018-05-09 Kyle EvansStandardize SPDX tag on files I've added
2018-05-09 Kyle EvansRemove "All Rights Reserved" on files that I hold sole...
2018-05-09 John BaldwinReport TRAP_BRKPT for breakpoint traps on sparc64.
2018-05-09 Mateusz Guzikamd64: depessimize bcmp for small buffers
2018-05-09 Konstantin BelousovAvoid calls to bzero() before ireloc.
2018-05-09 Warner LoshMinor style nits
2018-05-09 Konstantin BelousovRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 Konstantin BelousovRemove PG_U from the recursive pte for kernel pmap...
2018-05-09 Andrey V. ElsukovBring in some last changes in NAT64 implementation:
2018-05-09 Andrey V. ElsukovAdd IFCAP_LINKSTATE support to if_loop(4).
2018-05-09 Hans Petter SelaskyAdd myself to copyright in the LinuxKPI RCU support...
2018-05-09 Navdeep Parharcxgbe(4): Add support for hash filters.
2018-05-09 Cy SchubertDocument intentional fallthrough. (CID 976535)
2018-05-09 Cy SchubertFix memory leak. (CID 1199373).
2018-05-09 Matt MacyReduce overhead of ktrace checks in the common case.
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Sean Brunonxge(4):
2018-05-08 Michael TuexenFix two typos reported by N. J. Mann, which were introd...
2018-05-08 Michael TuexenWhen reporting ERROR or ABORT chunks, don't use more...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Stephen Hurdiflib: print message when iflib_tx_structures_setup...
2018-05-08 Konstantin BelousovPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 Stephen Hurdiflib: cleanup queues when iflib_device_register fail
2018-05-08 Justin HibbitsFix wrong cpu0 identification
2018-05-08 Hans Petter SelaskyFix for missing network interface address event when...
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-08 Matt MacyFix spurious retransmit recovery on low latency networks
2018-05-08 Matt MacySleep rather than spin in e1000 when doing long running...
2018-05-07 Mateusz GuzikInlined sched_userret.
2018-05-07 Mateusz GuzikChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 Mateusz GuzikAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 Mateusz Guzikamd64: stop asserting params != NULL in the syscall...
2018-05-07 Warner LoshPut the CPU starting on one line.
2018-05-07 Warner LoshUse device_quiet_children to silence verbose CPU probe...
2018-05-07 Warner LoshAdd device_quiet_children() and device_has_quiet_children()
2018-05-07 Mateusz Guzikamd64: fix up memset added in r333324
2018-05-07 Andrew GallatinFix an off-by-one error when deciding to request a...
2018-05-07 Mateusz Guzikamd64: tweak the memmove comment regarding authorship
2018-05-07 Andrew GallatinBoost thread priority while changing CPU frequency
2018-05-07 Mateusz Guzikamd64: replace libkern's memset and memmove with assemb...
2018-05-07 Alexander MotinKeep CARP state as INIT when net.inet.carp.allow=0.
2018-05-07 Andriy Gaponx86 cpususpend_handler: call wbinvd after setting suspe...
2018-05-07 Emmanuel Vadotclk: clk_set_assigned: Skip frequency of value 0
next