]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-01-18 Justin Hibbitspowerpc: Fix the NUMA domain list on powernv
2020-01-18 Brandon Bergren[PowerPC] Fix Book-E direct map for >=16G ram on e5500
2020-01-17 Brandon Bergren[PowerPC] Save a dword in the powerpc64 signal trampoline
2020-01-17 Ben WoodsFix regression in bsdinstall post r356740 - partedit...
2020-01-17 Conrad Meyernet80211: Move rate printing in amrr_node_stats() to...
2020-01-17 Kyle Evansbcm2835_vcbus: unifdef all platform definitions
2020-01-17 John BaldwinCheck for invalid sstatus values in set_mcontext().
2020-01-17 John BaldwinSave and restore floating point registers in get/set_mc...
2020-01-17 Ed Mastesrc.conf.5: regen after r356836, DMAGENT dependency...
2020-01-17 Ed Mastesrc.opts.mk: force DMAGENT off under WITHOUT_OPENSSL
2020-01-17 Mitchell HorneRISC-V: fix global pointer assignment at boot
2020-01-17 Ruslan BukinUse unsigned loads in fubyte, fuword16, generic_bs_r_1...
2020-01-17 Mateusz Guziklibc: fix build after r356830
2020-01-17 Leandro Lupori[PPC] Fix wrong comment
2020-01-17 Mateusz Guzikvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 Mateusz Guziklibc: assume no union stack if fstatfs fails in readdir
2020-01-17 Mateusz Guzikvfs: shorten lock hold time in vdbatch_process
2020-01-17 Bryan DreweryMETA_MODE: Allow 'make all install' to work with filemon.
2020-01-17 Gleb SmirnoffChange argument order of epoch_call() to more natural...
2020-01-17 Jeff RobersonFix a long standing bug that was made worse in r355765...
2020-01-17 Warner LoshSmall tweak to the default behavior of shutdown -c
2020-01-17 Warner LoshWe only want to send the speedup to the lower layers...
2020-01-17 Warner LoshUse buf to send speedup
2020-01-17 Warner LoshPass BIO_SPEEDUP through all the geom layers
2020-01-16 Mateusz Guzikunionfs: use MNTK_NOMSYNC
2020-01-16 Kristof ProvostFix pfdenied not returning any results
2020-01-16 Emmanuel Vadotdwmmc: Remove max_hz from the softc
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Conrad Meyerrandom(6): Fix off-by-one
2020-01-16 Alan Somerssetextattr: Increase stdin buffer size to 4096
2020-01-16 Emmanuel Vadotarm64: rockchip: Add RK3399 PWM driver
2020-01-16 Emmanuel Vadotarm64: rockchip: Add new interface for rk_pinctrl
2020-01-16 Emmanuel Vadotfdt_pinctrl: Add new methods for gpios
2020-01-16 Emmanuel Vadotregulator_fixed: Add a get_voltage method
2020-01-16 Emmanuel Vadotarm: allwinner: ahci: target-supply is optional
2020-01-16 Kirill PonomarevGenerate MAC address from the FreeBSD OUI range.
2020-01-16 Emmanuel Vadotarm: allwinner: Add support for bank supply
2020-01-16 Emmanuel Vadotaxp8xx: Add a regnode_init method
2020-01-16 Emmanuel Vadotaxp8xx: Add missing voltage regulators offset
2020-01-16 Ed Mastepkgbase: move profiling _p.a libs into -development...
2020-01-16 Michael TuexenRemove debug code not needed anymore.
2020-01-16 Glen BarberUpdate release(7) to note OSRELEASE is only relevant...
2020-01-16 Alex RichardsonAllow building bin/cat on non-FreeBSD systems
2020-01-16 Alex RichardsonAllow bootstrapping mkimg on macOS/Linux
2020-01-16 Alex RichardsonMerge commit 894f742acb from llvm git (by me):
2020-01-16 Leandro Lupori[PowerPC64] Enable virtio drivers
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 Leandro Lupori[PPC64] memcpy/memmove/bcopy optimization
2020-01-15 Leandro Lupori[PPC64] strncpy optimization
2020-01-15 Leandro Lupori[PPC64] strcpy optimization
2020-01-15 Ed Masteacpi_ibm: reference ThinkPad instead of IBM
2020-01-15 Kirk McKusickPeter Holm reports that his test that does an umount...
2020-01-15 Scott LongFix a spacing error from the previous commit for -ll...
2020-01-15 Kyle Evansmips trampoline: don't bother with unwind tables
2020-01-15 Mark JohnstonHandle a NULL thread pointer in linux_close_file().
2020-01-15 Ed MasteUpdate WITHOUT_BINUTILS* descriptions
2020-01-15 Ben Woodsbsdinstall: Change "default" (first) Partitioning metho...
2020-01-15 Gleb Smirnoffgif_transmit() must always be called in the network...
2020-01-15 Gleb SmirnoffA miss from r356754.
2020-01-15 Gleb SmirnoffIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 Gleb SmirnoffUse official macro to enter/exit the network epoch...
2020-01-15 Gleb SmirnoffMechanically substitute assertion of in_epoch(net_epoch...
2020-01-15 Gleb SmirnoffStop header pollution and don't include if_var.h via...
2020-01-15 Gleb SmirnoffSince this code dereferences struct ifnet, it must...
2020-01-15 Gleb SmirnoffSince this code uses if_ref()/if_rele() it must include...
2020-01-15 Gleb SmirnoffNetgraph queue processing thread must process all its...
2020-01-15 Gleb Smirnoff- Move global network epoch definition to epoch.h,...
2020-01-15 Gleb SmirnoffThe non-preemptible network epoch identified by net_epo...
2020-01-15 Mateusz Guzikvfs: in vop_stdadd_writecount only vlazy vnodes on...
2020-01-15 Mateusz Guziktmpfs: add missing CLTFLAG_MPSAFE annotation
2020-01-15 Mateusz Guziknfs: add missing CLTFLAG_MPSAFE annotations
2020-01-15 Mateusz Guzikfusefs: add missing CLTFLAG_MPSAFE annotation
2020-01-15 Mateusz Guzikrtld: remove hand rolled memset and bzero
2020-01-15 Rebecca Cranbsdinstall: Use TMPDIR if set
2020-01-14 Kirk McKusickWhen sync'ing a mount point, the mount point's vnodes...
2020-01-14 Ed Mastesrc.conf.5: regen after r356736, limiting ld.bfd to...
2020-01-14 John BaldwinPreserve the inherited value of the status register...
2020-01-14 Ed Mastelimit ld.bfd to powerpc
2020-01-14 Kyle EvansRevert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprin...
2020-01-14 Ed Mastesrc.conf.5: regen after option description updates
2020-01-14 Ed MasteUpdate WITH_/WITHOUT_CLANG_IS_CC descriptions
2020-01-14 Ed MasteUpdate WITH_AMD description reflecting upcoming removal
2020-01-14 Mark JohnstonDo not skip line-by-line comparison if -q and -I are...
2020-01-14 Andriy Gaponstorvsc: port a Linux patch, properly set residual...
2020-01-14 Edward Tomasz... Make linux(4) use kern_setsockopt(9) instead of going...
2020-01-14 Edward Tomasz... Make linux(4) use kern_getsockopt(9) instead of going...
2020-01-14 Edward Tomasz... Make linux getcpu(2) report the domain.
2020-01-14 Baptiste DaroussinWhen system calls indicate an error they return -1...
2020-01-14 Baptiste Daroussinasprintf returns -1, not an arbitrary value < 0. Also...
2020-01-14 Baptiste Daroussinmkstemp returns -1
2020-01-14 Alexander MotinRestore loop break in vm_pageout_lowmem().
2020-01-14 Ryan Libbyuma: split slabzone into two sizes
2020-01-14 Ryan Libbymalloc: remove assumptions about MINALLOCSIZE
2020-01-14 Ryan Libbyuma: fixup some ktr messages
2020-01-14 Jeff RobersonFix a long standing bug in journaled soft-updates....
2020-01-14 Navdeep Parharcxgbe/iw_cxgbe: Do not allow memory registrations with...
2020-01-13 Justin Hibbitspowerpc/mpc85xx: Partially revert r356640
2020-01-13 Eric van Gyzenfstyp hammer2: remove dead code
next