]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-04-03 Randall StewartUndo my previous erroneous commit changing the tcp_outp...
2019-04-03 Alexander MotinFix typos in r345849.
2019-04-03 Alexander MotinList few more ATA commands.
2019-04-03 Kyle Evanslibbe(3): Add a serial to the generated snapshot names
2019-04-03 Konstantin... msdosfs: zero tail of the last block on truncation...
2019-04-03 Mateusz Piotrowskibectl.8: Bump date after r345845
2019-04-03 Mateusz Piotrowskibectl.8: Clean up & clarify the create subcommand
2019-04-03 Andrey V. ElsukovFollow the declared behaviour that specifies server...
2019-04-03 Marcin WojtasAdd a cv_wait to the TPM2.0 harvesting function
2019-04-03 Xin LIAssert that q can't be NULL. 'empty' is always non...
2019-04-03 Justin Hibbitspowerpc: Allow emulating optional FPU instructions...
2019-04-03 Marcin WojtasCreate kernel module to parse Veriexec manifest based...
2019-04-03 Justin Hibbitspowerpc: Apply r178139 from sparc64 to powerpc's fpu_sqrt
2019-04-03 Rick MacklemAdd a comment to the r345818 patch to explain why cl_re...
2019-04-02 Rick MacklemFix a race in the RPCSEC_GSS server code that caused...
2019-04-02 Alexander MotinBuild NVMe CAM transport unrelated to NVMe SIM.
2019-04-02 Guangyuan YangCorrect SMC definition in asmc(4) man page.
2019-04-02 Alexander MotinMake cam_error_print() decode NVMe commands.
2019-04-02 Tycho Nightingaleioat(4) should use bus_dma(9) for the operation source...
2019-04-02 Tycho Nightingaleioatcontrol(8) could exercise 8k-aligned copy with...
2019-04-02 Tycho NightingaleDMAR driver assumes all physical addresses are backed...
2019-04-02 Navdeep Parharcxgbe(4): Add a flag to indicate that bits in interrupt...
2019-04-02 Dimitry AndricFix regression in top(1) after r344381, causing informa...
2019-04-02 Dimitry AndricPull in r357362 from upstream clang trunk (by David...
2019-04-02 Alexander MotinUnify SCSI_STATUS_BUSY retry handling with other cases.
2019-04-02 Michael Reifenbergersystat -zarc to display disk activities like -vm
2019-04-02 Konstantin... tmpfs: plug holes on rw->ro mount update.
2019-04-02 Konstantin... tmpfs: ignore tmpfs_set_status() if mount point is...
2019-04-02 Konstantin... Block creation of the new nodes for read-only tmpfs...
2019-04-02 Andrey V. ElsukovCreate 64bit mibII counters for all interfaces.
2019-04-02 Andrey V. ElsukovAdd IPv6 transport for bsnmp.
2019-04-02 Ruslan Bukino Grab the number of devices supported by PLIC from...
2019-04-02 Justin Hibbitsipmi: Fixes for ipmi_opal(powernv)
2019-04-02 Justin Hibbitspowernv: Port OPAL asynchronous framework to use the...
2019-04-02 Justin Hibbitspowerpc/powernv: Add OPAL heartbeat thread
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 Ed MasteFix gdb/kgdb build under WITH_PIE
2019-04-01 Tycho NightingaleDevices behind downstream bridges should still get...
2019-04-01 Ilya BakulinRefactor error handling
2019-04-01 Ilya BakulinUse information about max data size that the controller...
2019-04-01 Enji CooperImport proof-of-concept for handling `GTEST_SKIP()...
2019-04-01 Kyle Evanslibbe: Fix zfs_is_mounted check w/ snapshots
2019-04-01 Olivier CochardFix and simplify code by using ATF_REQUIRE_FEATURE...
2019-04-01 Andrey V. ElsukovCorrect a port number assignment.
2019-03-31 Kirk McKusickWhen using the force option to shut down a memory-disk...
2019-03-31 Bjoern A. ZeebImprove debugging options in bcm2835_sdhci.c
2019-03-31 Andriy Voskoboinykrun(4): properly set F_DATAPAD radiotap flag if frame...
2019-03-31 Andriy Voskoboinykrun(4): do not clear PROTECTED bit if frame was not...
2019-03-31 Andriy Voskoboinykuath(4), urtw(4): restart driver if device does not...
2019-03-31 Conrad Meyerrandom(4): Attempt to persist entropy promptly
2019-03-30 Jason A. Harmeningfreebsd32: fix padding of computed control message...
2019-03-30 Mark JohnstonDo not perform DAD on stf(4) interfaces.
2019-03-30 Enji CooperAllow programs to set `NO_SHARED` on a per-PROG basis
2019-03-30 Konstantin... Fix branding after r345661.
2019-03-30 Andriy Voskoboinykurtw(4): export TSF timestamp for received frames via...
2019-03-30 Pawel Jakub... If the autoexpand pool property is turned on and vdev...
2019-03-30 Pawel Jakub... Introduce new event SIZECHANGE within GEOM system to...
2019-03-30 Pawel Jakub... Implement support for online disk capacity changes.
2019-03-30 Enji CooperPROG_OVERRIDE_VARS should override default values if...
2019-03-29 Enji CooperMerge the following changes from the capsicum-test...
2019-03-29 Navdeep Parhartcp_autorcvbuf_inc was removed in r344433.
2019-03-29 Jung-uk KimMerge ACPICA 20190329.
2019-03-29 John BaldwinDon't check the inp socket pointer in in_pcboutput_eagain.
2019-03-29 Emmanuel Vadotarm: allwinner: clk: Fix nm_recalc
2019-03-29 Enji CooperAllow users to override CSTD/CXXSTD on a per-prog basis
2019-03-29 Enji CooperStandardize `-std=c++* as `CXXSTD`
2019-03-29 Enji CooperRevert r345706: the third time will be the charm
2019-03-29 Enji CooperStandardize `-std=c++* as `CXXSTD`
2019-03-29 Enji CooperRevert r345704
2019-03-29 Enji CooperCXXSTD is the C++ analogue to CSTD.
2019-03-29 Konstantin... Fix initial exec TLS mode for dynamically loaded shared...
2019-03-29 Konstantin... Eliminate adj_free field from vm_map_entry.
2019-03-29 Navdeep Parharcxgbe/t4_tom: Catch up with r344433, which removed...
2019-03-29 Jung-uk KimImport ACPICA 20190329.
2019-03-29 Bruce EvansFix restoring to graphics modes in VGLEnd().
2019-03-29 Edward Tomasz... Reduce the precision of "MB/s" by one, making room...
2019-03-29 Bruce EvansFix endless loops for handling SIGBUS and SIGSEGV.
2019-03-29 Bruce EvansFix races in mouse signal handling almost properly...
2019-03-29 Ed Mastertld: attempt to fix reloc_non_plt TLS allocation on...
2019-03-29 Ed Mastertld: attempt to fix reloc_nonplt_object TLS allocation
2019-03-29 Alan Somersfix the GENERIC-NODEBUG build after r345675
2019-03-29 Olivier CochardSkip test if feature security_capabilities is not available
2019-03-29 Kyle EvansNOTES: Use non-default value for BOOT_TAG
2019-03-29 Justin Hibbitspowerpc64: Fix kernel ldscript to only emit one PT_LOAD...
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-29 Justin Hibbitspowerpc64: Use medium code model in asm files for TOC...
2019-03-29 Alan Somersfusefs: convert debug printfs into dtrace probes
2019-03-29 Justin Hibbitspowerpc: Remove now-obsolete P9H MMU name
2019-03-28 Edward Tomasz... Factor out retrieving the interpreter path from the...
2019-03-28 Navdeep Parharcxgbe(4): Count and clear interrupts generated at the...
2019-03-28 John BaldwinUse a dedicated malloc type for lagg(4)'s structures.
2019-03-28 Eric Joyneriflib: return ENETDOWN when the network device is down
2019-03-28 Eric Joyneriflib: hold the CTX lock in iflib_pseudo_register
2019-03-28 Alexander MotinDo not map small IOCTL buffers to KVA, but copy.
2019-03-28 John BaldwinRemove nested epochs from lagg(4).
2019-03-28 Edward Tomasz... Make the "KB/s" field one character shorter (by reducin...
2019-03-28 Xin LIDistinguish between lseek errors and read errores.
2019-03-28 Ed Mastereadelf: add newline after dumping dynamic FLAGS /...
2019-03-28 Enji CooperSpam CXXFLAGS with `-I${DESTDIR}/usr/include/private...
2019-03-28 Olivier CochardSkip this test if if_tap module is not available
next