]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove "All rights reserved" from my files.
[FreeBSD/FreeBSD.git] / sys /
2018-05-10 delphijRemove "All rights reserved" from my files.
2018-05-10 npcxgbe(4): Disable write-combined doorbells by default.
2018-05-10 jhibbitsFix PPC symbol resolution
2018-05-10 araujoRework CTL frontend & backend options to use nv(3)...
2018-05-10 impRemove unused bcopyb.
2018-05-10 impSimplify things a little
2018-05-10 impMove MI-ish bcopy routine to libkern
2018-05-10 npcxgbe(4): Determine whether the firmware supports the...
2018-05-09 markjRemove "All rights reserved" from my files.
2018-05-09 oshogboIntroduce the 'n' flag for the geli attach command.
2018-05-09 impRemove the 'All Rights Reserved' clause from some of...
2018-05-09 impUse the full year, for real this time.
2018-05-09 markjFix bxe(4) netdump rx polling.
2018-05-09 cyFix style error introduced in r333393.
2018-05-09 mmacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 mmacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 mmacyRemove bogus panic
2018-05-09 kevansStandardize SPDX tag on files I've added
2018-05-09 kevansRemove "All Rights Reserved" on files that I hold sole...
2018-05-09 jhbReport TRAP_BRKPT for breakpoint traps on sparc64.
2018-05-09 mjgamd64: depessimize bcmp for small buffers
2018-05-09 kibAvoid calls to bzero() before ireloc.
2018-05-09 impMinor style nits
2018-05-09 kibRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 kibRemove PG_U from the recursive pte for kernel pmap...
2018-05-09 aeBring in some last changes in NAT64 implementation:
2018-05-09 aeAdd IFCAP_LINKSTATE support to if_loop(4).
2018-05-09 hselaskyAdd myself to copyright in the LinuxKPI RCU support...
2018-05-09 npcxgbe(4): Add support for hash filters.
2018-05-09 cyDocument intentional fallthrough. (CID 976535)
2018-05-09 cyFix memory leak. (CID 1199373).
2018-05-09 mmacyReduce overhead of ktrace checks in the common case.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 sbrunonxge(4):
2018-05-08 tuexenFix two typos reported by N. J. Mann, which were introd...
2018-05-08 tuexenWhen reporting ERROR or ABORT chunks, don't use more...
2018-05-08 jkimMFV: r333378
2018-05-08 shurdiflib: print message when iflib_tx_structures_setup...
2018-05-08 kibPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 shurdiflib: cleanup queues when iflib_device_register fail
2018-05-08 jhibbitsFix wrong cpu0 identification
2018-05-08 hselaskyFix for missing network interface address event when...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-08 mmacyFix spurious retransmit recovery on low latency networks
2018-05-08 mmacySleep rather than spin in e1000 when doing long running...
2018-05-07 mjgInlined sched_userret.
2018-05-07 mjgChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 mjgAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 mjgamd64: stop asserting params != NULL in the syscall...
2018-05-07 impPut the CPU starting on one line.
2018-05-07 impUse device_quiet_children to silence verbose CPU probe...
2018-05-07 impAdd device_quiet_children() and device_has_quiet_children()
2018-05-07 mjgamd64: fix up memset added in r333324
2018-05-07 gallatinFix an off-by-one error when deciding to request a...
2018-05-07 mjgamd64: tweak the memmove comment regarding authorship
2018-05-07 gallatinBoost thread priority while changing CPU frequency
2018-05-07 mjgamd64: replace libkern's memset and memmove with assemb...
2018-05-07 mavKeep CARP state as INIT when net.inet.carp.allow=0.
2018-05-07 avgx86 cpususpend_handler: call wbinvd after setting suspe...
2018-05-07 manuclk: clk_set_assigned: Skip frequency of value 0
2018-05-07 manuarm64: rockchip: cru: Call clk_set_assigned
2018-05-07 manuclk: Add support for assigned-clock-rates
2018-05-07 manuarm64: rockchip: clk: Add support to reparent to clk_co...
2018-05-07 manuarm64: rk3328: Add pll rates tables
2018-05-07 manuarm64: rk: Add support for setting pll rate
2018-05-07 manuarm64: rockchip: rk3328: Add armclk clock
2018-05-06 pfgmsdosfs: use vfs_timestamp() to generate timestamps...
2018-05-06 phkWith the fall-back hack for lint gone, I have no copyri...
2018-05-06 mmacyr333175 introduced deferred deletion of multicast addre...
2018-05-06 mmacyThe ifnet pointer (ifp) in rt_newaddrmsg can be valid...
2018-05-06 manuam335x_prcm: Delay the frequencies read check
2018-05-06 tuexenEnsure we are not dereferencing a NULL pointer.
2018-05-06 markjAdd netdump support to iflib.
2018-05-06 markjAdd netdump support to vtnet(4).
2018-05-06 markjAdd netdump support to re(4).
2018-05-06 markjAdd netdump support to cxgb(4).
2018-05-06 markjAdd netdump support to bxe(4).
2018-05-06 markjAdd netdump hooks to bge(4).
2018-05-06 markjAdd netdump hooks to alc(4).
2018-05-06 markjImport the netdump client code.
2018-05-06 markjRefactor some of the MI kernel dump code in preparation...
2018-05-06 markjAdd an mbuf allocator for netdump.
2018-05-06 markjStyle.
2018-05-06 markjRemove a redundant assertion.
2018-05-06 markjAvoid dropping the topology lock in gmirror's dumpconf...
2018-05-05 mmacyCurrently in_pcbfree will unconditionally wunlock the...
2018-05-05 npcxgbe(4): Update all firmwares to 1.19.1.0.
2018-05-05 jhibbitsAdd support for powernv POWER9 MMU initialization
2018-05-05 jhibbitsBreak out the cpu_features setup to its own function...
2018-05-05 jhibbitsAdd POWER9 to the POWER8 bootstrap case blocks
2018-05-05 avgamdsbwd: fix reboot status reporting
2018-05-05 avgfor bus suspend, detach and shutdown iterate children...
2018-05-04 mjgtc: bcopy -> memcpy
2018-05-04 mjgamd64: syscall path bcopy -> memcpy
2018-05-04 mjgAllow the compiler to use __builtin_memcpy
2018-05-04 jamieMake it easier for filesystems to count themselves...
2018-05-04 mmacy% WITHOUT_FORMAT_EXTENSIONS= XCC=/usr/local/bin/gcc8...
2018-05-04 ianProperly support the GPIO_PIN_PRESET_{LOW,HIGH} options...
2018-05-04 mmacyfix case where pidx_last might be used uninitialized
2018-05-04 mmacyfix gcc8 warnings
next