]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2020-01-13 Eric van Gyzenfstyp hammer: use strlcpy
2020-01-13 Alexander MotinMap ECKSUM and EFRAGS from ZFS onto real errnos.
2020-01-13 Eric van Gyzensavecore: include time zone in info.N file
2020-01-13 Eric van GyzenAdd missing comma in nfsv4_errstr
2020-01-13 Vincenzo Maffionenetmap: disable passthrough with no hypervisor support
2020-01-13 Vincenzo Maffionevmx: fix initialization of TSO related descriptor fields
2020-01-13 Gleb SmirnoffFix yet another regression from r354484. Error code...
2020-01-13 Dimitry AndricMerge commit f46ba4f07 from llvm git (by Simon Atanasyan):
2020-01-13 Toomas SoomeBackout 356693. The libsa malloc does provide necessary...
2020-01-13 Mark JohnstonOptimize diff -q.
2020-01-13 Kyle Evanstap(4): also note that we drop configured addresses
2020-01-13 Toomas Soomeloader: allocate properly aligned buffer for network...
2020-01-13 Kyle EvansInstall tap(4) manpage as vmnet(4) as well
2020-01-13 Kristof Provostgprof: Enable riscv
2020-01-13 Glen BarberFix a typo.
2020-01-13 Glen BarberEnsure the TYPE, BRANCH, and REVISION variables are...
2020-01-13 Ed Mastesrc.conf.5: regen after r356615, KERBEROS_SUPPORT dep...
2020-01-13 Mateusz Guzikufs: relax an overzealous assert added in r356671
2020-01-13 Konstantin... Code must not unlock a mutex while owning the thread...
2020-01-13 Cy SchubertSync with r356645. desiredvnodes is now maxvnodes.
2020-01-13 Cy SchubertAs of r356642 desiredvnodes is u_long.
2020-01-13 Cy SchubertUnbound's config.h is manually maintained, using a...
2020-01-13 Mitchell HorneRISC-V: fix global symbol lookups for mpentry with lld
2020-01-13 Mateusz Guzikvfs: per-cpu batched requeuing of free vnodes
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikufs: use lazy list instead of active list for syncer
2020-01-13 Mateusz Guzikvfs: add per-mount vnode lazy list and use it for defer...
2020-01-13 Mateusz Guzikufs: add a setter for inode i_flag field
2020-01-12 Conrad MeyerFix a typo in r356667 comment
2020-01-12 Conrad Meyergetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 Garance A DrosehnFix the way 'factor' behaves when using OpenSSL to...
2020-01-12 Michael TuexenFix race when accepting TCP connections.
2020-01-12 Bjoern A. Zeebnd6_rtr: constantly use __func__ for nd6log()
next