freebsd.git
2020-09-10 Brandon Bergren[PowerPC] Fix setting of time in OPAL
2020-09-10 Richard ScheffeneggerAdd -z "TOS" option to ping6, to test DSCP/ECN values
2020-09-10 Richard Scheffeneggercc_mod: remove unused CCF_DELACK definition
2020-09-09 Konstantin... Add posixshmcontrol(1) support for largepage shm objects.
2020-09-09 Konstantin... Add shm_create_largepage(3) helper for creation and...
2020-09-09 Konstantin... Fix compilation of libsysdecode after r365522, should...
2020-09-09 Konstantin... Support for userspace non-transparent superpages (large...
2020-09-09 Alexander V... Update nexthop handling for route addition/deletion...
2020-09-09 Konstantin... vm_map: Add a map entry kind that can only be clipped...
2020-09-09 Konstantin... Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 Alexander V... Retain marking net.fibs sysctl as a tunable.
2020-09-09 Konstantin... Add vm_map_find_aligned(9).
2020-09-09 Konstantin... Move MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 Konstantin... Fix assert.
2020-09-09 Konstantin... Prepare to handle non-trivial errors from vm_map_delete().
2020-09-09 Konstantin... amd64 pmap: teach functions walking user page tables...
2020-09-09 Konstantin... amd64: report support for 1G superpages in getpagesizes(2).
2020-09-09 Konstantin... uipc_shm.c: Move comment where it belongs.
2020-09-09 Dimitry AndricFollow-up r364753 by enabling compiler-rt's atomic...
2020-09-09 Robert Wingperiodic.conf(5): don't truncate interface names report...
2020-09-09 Dimitry AndricMerge commit e6bb4c8e7 from llvm git (by Craig Topper):
2020-09-09 Kyle Evansgetlogin_r: fix the type of len
2020-09-09 D Scott Phillipsstand/efihttp: Work around a bug in edk2 http instance...
2020-09-09 Gleb SmirnoffIn r354148 the goal was to check THREAD_CAN_SLEEP(...
2020-09-09 Mark Johnstonggate: Fix ggated/ggatec debug print of offsets.
2020-09-09 Randall StewartSo it turns out that syzkaller hit another crash. It...
2020-09-09 Kyle Evanscertctl: fix hashed link generation with duplicate...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-09 Baptiste DaroussinImport missing files from the nvi 2.2.0 previous half...
2020-09-09 Baptiste DaroussinImport nvi 2.2.0
2020-09-09 Kyle Evanslibc tests: dynthr_mod: fix some WARNS issues
2020-09-09 Kyle Evanslibc/resolv: attempt to fix the test under WARNS=6
2020-09-09 Kyle Evanssrc.conf(5): regen after r365491
2020-09-09 Kyle Evansopts: FREEBSD_UPDATE no longer relies on PORTSNAP
2020-09-09 Kyle Evansphttpget: move out of portsnap
2020-09-09 Brandon Bergren[PowerPC64LE] PPC64LE support for libelf.
2020-09-09 Konstantin... Allow consumer to customize physical pager.
2020-09-08 Brandon Bergren[PowerPC64] Fix xive order calculation in qemu TCG
2020-09-08 Konstantin... Add kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 Konstantin... Convert allocations of the phys pager to vm_pager_alloc...
2020-09-08 Konstantin... Add interruptible variant of vm_wait(9), vm_wait_intr(9).
2020-09-08 Brandon BergrenFix 64-bit build of libofw.
2020-09-08 Brandon Bergren[PowerPC64] Hide dssall instruction from llvm assembler
2020-09-08 Brandon Bergren[PowerPC] Add root_pic assertion.
2020-09-08 John BaldwinDon't return errors from the cryptodev_process() method.
2020-09-08 Eugene Grosbeingeom_part: extend kern.geom.part.check_integrity to...
2020-09-08 Alexander V... Fix panic with net.fibs tunable set in loader.conf.
2020-09-08 Matt MacyZFS: remove some extra defines
2020-09-08 Mateusz Guzikfd: fix fhold on an uninitialized var in fdcopy_remapped
2020-09-08 Mateusz Guzikcache: drop write-only tvp_seqc vars
2020-09-08 Mateusz Guzikvfs: drop a write-only var in vfs_periodic_msync_inactive
2020-09-08 Mitchell Hornearm64: check for CRC32 support via HWCAP
2020-09-08 Mitchell Hornearm64: export new HWCAP features
2020-09-08 Mitchell Hornearm64: fix incorrect HWCAP definitions
2020-09-08 Gordon Berglingsort(1): Remove duplicate option check
2020-09-08 Kristof Provostnet: mitigate vnet / epair cleanup races
2020-09-08 Mitchell HorneRISC-V: enable MK_FORMAT_EXTENSIONS
2020-09-08 Mitchell HorneRISC-V: fix some mismatched format specifiers
2020-09-08 Andrew TurnerMove gpio and hwpmc to the correct place in files.arm64
2020-09-08 Andrew TurnerAdd a GPIO driver for the Arm pl061 controller
2020-09-08 Andrey V. ElsukovAdd a few features to rcorder:
2020-09-08 Andriy Gaponmmc_da: universally use uint8_t for the partition index
2020-09-08 Andriy Gaponmmc_da: fix a typo and a too long line
2020-09-08 Andriy Gaponmmc_da: make sure that part_index is not used uninitial...
2020-09-08 Li-Wen HsuAdd support to BELKIN B2B128 USB3 Ethernet Adapter...
2020-09-08 Brandon Bergren[PowerPC] Implement VDSO timebase access on powerpc*
2020-09-08 Brandon Bergren[PowerPC] Work around -O miscompile on powerpc 32 bit.
2020-09-08 Ed Mastesrc.conf.5: regen after r365439, WITH_/WITHOUT_CLEAN...
2020-09-08 Ed MasteAdd WITH_/WITHOUT_CLEAN option to replace NO_CLEAN
2020-09-08 Ed Masteretire an old NO_CLEAN dependency cleanup hack
2020-09-07 Mark Johnstonvm_object_split(): Handle orig_object type changes.
2020-09-07 Konstantin... imgact_elf.c: unify check for phdr fitting into the...
2020-09-07 Konstantin... rtld: pass argc/argv/env to dso inits.
2020-09-07 Brandon Bergren[PowerPC] Initialize ELFv1 as a secondary sysvec to...
2020-09-07 Dimitry AndricMerge commit 47b0262d3 from llvm git (by me):
2020-09-07 Brandon BergrenFix vdso compat32 timekeeping on !=x86.
2020-09-07 Li-Wen HsuCall atf_skip function in cleanup procedure as it also...
2020-09-07 Ed Mastentp: whitespace and typo fix in conf file
2020-09-07 Bjoern A. ZeebWiFi: fix ieee80211_media_change() callers
2020-09-07 Alan Somersnsswitch.conf.5: style fixes
2020-09-07 Alexander V... Consistently use the same gateway when adding/deleting...
2020-09-07 Li-Wen HsuSlightly improve usb(4)
2020-09-07 Andriy Gaponmusb/allwinner: add support for configuring phy as...
2020-09-07 Andriy Gaponmusb/allwinner: add H3 support
2020-09-07 Andriy Gaponmusb/allwinner: apply register filter in awusbdrd_bs_r_...
2020-09-07 Andriy Gaponfixup r365398: add a missed file with all the new Allwi...
2020-09-07 Andriy GaponAllwinner USB DRD support (musb_otg)
2020-09-07 Andriy Gapontwsi: some variants clear interrupt flag by writing...
2020-09-07 Andriy Gapontwsi: use tsleep instead of pause for better responsiveness
2020-09-07 Andriy Gaponaw_clk_nm: fix incorrect use of abs()
2020-09-06 Alan Somersnsswitch.conf(5): recommend placing cache after files
2020-09-06 Alan Somerspadlock(4): fix instapanics with geli authentication
2020-09-06 Mariusz ZaborskiRemove duplicated line.
2020-09-06 Mariusz Zaborskitraceroute6: capsicumize it
2020-09-06 Dimitry AndricFollow-up r365371 by removing sentences which indicate...
2020-09-05 Dimitry AndricTurn MALLOC_PRODUCTION into a regular src.conf(5) option
2020-09-05 Konstantin... Undo 'fix off by one' part of r365360.
2020-09-05 Konstantin... rtld: do not refuse to relocate objects without dynamic...
2020-09-05 Konstantin... rtld: do not process absent dynamic.
2020-09-05 Mateusz Guziksx: fix up manpage after r363113
next