]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-06-11 Mateusz PiotrowskiRemove duplicate lines from sed tests
2020-06-11 Mark JohnstonHard-code the ice_ddp firmware version.
2020-06-10 Mark JohnstonFix a couple of nits in Linux sysinfo(2) emulation.
2020-06-10 Mark JohnstonAdd a comment reflecting the commit log for r361945.
2020-06-10 Mark JohnstonRemove the FIRMWARE_MAX limit.
2020-06-10 Justin Hibbitspowerpc/pmap: Fix pte_find_next() iterators for booke64...
2020-06-10 Konstantin... Remove double-calls to tc_get_timecount() to warm timec...
2020-06-10 Konstantin... Add pthread_getname_np() and pthread_setname_np() alias...
2020-06-10 Konstantin... amd64 pmap: reorder IPI send and local TLB flush in...
2020-06-10 Oleksandr TymoshenkoAdd mode selection to iMX6 IPU driver
2020-06-10 Oleksandr TymoshenkoFix reading EDID on TVs/monitors without E-DCC support
2020-06-10 John BaldwinAdjust crypto_apply function callbacks for OCF.
2020-06-10 Chuck Tufflipci: loosen PCIe hot-plug requirements
2020-06-10 Mateusz PiotrowskiRead commands from stdin when -f - is passed to sed(1)
2020-06-10 Adrian Chadd[net80211] ok ok if_xname won't ever be NULL.
2020-06-10 Edward Tomasz... Make linux(4) set the openfiles soft resource limit...
2020-06-10 Edward Tomasz... Support SO_SNDBUFFORCE/SO_RCVBUFFORCE by aliasing them...
2020-06-10 Ed MasteFix arm64 kernel build with DEBUG on
2020-06-10 Ruslan BukinAll the ARM Coresight interconnect devices set Resource...
2020-06-10 Ruslan BukinARM Coresight Funnel device:
2020-06-10 Emmanuel Vadotrelease: Fix arm GPT image
2020-06-10 Andrew TurnerFix the efi serial console in the Arm models.
2020-06-10 Alexander V... Switch rtsock code to using newly-create rib_action...
2020-06-10 Richard ScheffeneggerPrevent TCP Cubic to abruptly increase cwnd after app...
2020-06-10 Takanori WatanabeAdd le_read_channel_map and le_read_remote_features...
2020-06-10 Takanori WatanabeAdd LE events:
2020-06-10 Justin Hibbitspowerpc/powernv: Don't use the vmem quantum cache for...
2020-06-10 Justin Hibbitspowerpc/mpc85xx: Don't use the quantum cache in vmem...
2020-06-10 Doug MooreFixup r361997 by balancing parens. Duh.
2020-06-10 Kyle EvansAdd missing shell script from r361995
2020-06-10 Rick MacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-10 Doug MooreRestore an RB_COLOR macro, for the benefit of a bit...
2020-06-10 Kyle EvansexecvPe: obviate the need for potentially large stack...
2020-06-10 Kyle Evansexecvp: fix up the ENOEXEC fallback
2020-06-10 John BaldwinAdd some default cases for unreachable code to silence...
2020-06-09 Mateusz Guzikcred: distribute reference count per thread
2020-06-09 Eric Joynerixl(4): Add FW recovery mode support and other things
2020-06-09 John BaldwinAdd a crypto capability flag for accelerated software...
2020-06-09 John BaldwinMark padlock(4) and cryptocteon(4) as software drivers.
2020-06-09 Justin Hibbitspowerpc/pmap: Fix wired memory leak in booke64 page...
2020-06-09 Richard ScheffeneggerPrevent TCP Cubic to abruptly increase cwnd after slow...
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Andreas ToblerFix boot of wandquad after DTS update
2020-06-09 Doug MooreTo reduce the size of an rb_node, drop the color field...
2020-06-09 Vincenzo Maffioneiflib: netmap: honor netmap_irx_irq return values
2020-06-09 Emmanuel Vadotrelease: amd64 efi boot name is bootx64
2020-06-09 Kyle Evanslibusb: improve compatibility
2020-06-09 Ruslan BukinSimilar to UART on ThunderX2, the ARM Coresight (ETM...
2020-06-09 John BaldwinRefactor ptrace() ABI compatibility.
2020-06-09 Ruslan BukinARM Embedded Trace Macrocell v4.x driver:
2020-06-09 Ruslan BukinFix style: wrap long lines.
2020-06-09 Ruslan BukinRename coresight drivers: use underscores in filenames.
2020-06-09 Mateusz GuzikAssert on pg_jobc state.
2020-06-09 Mateusz Guzikvm: rework swap_pager_status to execute in constant...
2020-06-09 Emmanuel Vadotcoufreq_dt: Rename DEBUG to DPRINTF
2020-06-09 Yuri Pankovps: remove xo_no_setlocale() call
2020-06-09 Cy SchubertPost CVE-2020-12695 cleanup patch:
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-09 Rick MacklemFix a bug where XU_NGROUPS + 1 groups might be copied.
2020-06-09 Simon J. GerratyImport bmake-20200606
2020-06-08 Mark JohnstonStop computing a "sharedram" value when emulating Linux...
2020-06-08 Jessica Clarkevirtio: Support non-legacy network device and queue
2020-06-08 Jessica Clarkevirtio_mmio: Negotiate the upper half of the feature...
2020-06-08 Mateusz PiotrowskiUse Fl instead of Ar for long flags
2020-06-08 Alexander MotinImplement zero-copy iSCSI target transmission/read.
2020-06-08 Cy SchubertUpstream commit message:
2020-06-08 Cy SchubertUpstream commit message:
2020-06-08 Cy SchubertUpstream commit message:
2020-06-08 Oleksandr TymoshenkoAdd VHDX support to mkimg(1)
2020-06-08 Michael TuexenWhitespace cleanups and removal of a stale comment.
2020-06-08 Simon J. Gerratyloader: install allow for more complete device spec...
2020-06-08 Jessica Clarkeriscv: Use SBI shutdown call to implement RB_POWEROFF
2020-06-08 Gleb SmirnoffMove MPASS() macros to systm.h. They are widely used...
2020-06-08 Ed Mastecrashinfo: stop looking for gdb in /usr/bin/gdb
2020-06-08 Randall StewartAn important statistic in determining if a server proce...
2020-06-08 Mateusz PiotrowskiDocument that /lib is always in the list of shared...
2020-06-08 Alex RichardsonRISC-V: Check that the DTB doesn't overlap with kernel
2020-06-08 Alex Richardsonsys/riscv: Remove debug printfs
2020-06-08 Alex RichardsonRISC-V: handle DTB aligned to less than 2MB
2020-06-08 Kyle EvansRELNOTES: Post-portem note about sed(1) \x support
2020-06-08 Justin Hibbitspowerpc/powernv: Don't configure disabled CPUs
2020-06-08 Conrad Meyerx86 boot.8: Remove obsolescent non-loader x86 boot...
2020-06-07 Pedro F. Giffuniservices: Add SSDP to service database
2020-06-07 Michael TuexenRetire SCTP_SO_LOCK_TESTING.
2020-06-07 Ed MasteRemove now-unused GNU as build infrastructure
2020-06-07 Kristof Provostbridge tests: Re-enable STP test
2020-06-07 Ed Mastesrc.conf.5: regen after BINUTILS options removal
2020-06-07 Benedict ReuschlingAdd EXAMPLES to cover all flags except -f since it...
2020-06-07 Yuri Pankovtaskqueue(9): reference callout(9) instead of timeout(9)
2020-06-07 Yuri Pankovps: use %hs instead of %s format specifiers
2020-06-07 Adrian Chadd[if_ath] Don't update the beacon bits from beacon frame...
2020-06-07 Adrian Chadd[net80211] Add a method to return the vap's ifname.
2020-06-07 Kyle Evanssed: attempt to learn about hex escapes (e.g. \x27)
2020-06-07 Warner LoshMention nda where we mention nvd.
2020-06-07 Ed MasteRetire BINUTILS and BINUTILS_BOOTSTRAP options
2020-06-06 Ed Mastesrc.conf.5: regen after r361876, SYSTEM_LINKER descript...
2020-06-06 Adrian Chadd[net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and...
2020-06-06 Michael TuexenFix typo in comment.
next