]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-11-23 arrowdbin/setfacl: Little refactoring, no functional change.
2020-11-23 traszReplace paths in ctladm(8) examples with something...
2020-11-23 mmelEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 traszAssorted tweaks to hier(7): punctuation, some .Xr's...
2020-11-23 traszMake sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszMake tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead...
2020-11-23 traszDon't check return from xpt_alloc_ccb() for being NULL...
2020-11-23 traszMake hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszsmartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait...
2020-11-23 traszarcmsr(4): don't bzero newly allocated ccb; xpt_alloc_c...
2020-11-23 traszRemove the 'wantparent' variable, unused since r145004.
2020-11-23 tuexenFix two occurences of a typo in a comment introduced...
2020-11-23 eadlerarcconfig: add callsign again
2020-11-23 kevanscpuset_setproc: use the appropriate parent for new...
2020-11-23 kevansfreebsd32: take the _umtx_op struct definitions back
2020-11-23 kevanskern: dup: do not assume oldfde is valid
2020-11-22 melifaroRefactor rib iterator functions.
2020-11-22 manuif_dwc: Correctly configure the DMA engine based on...
2020-11-22 manurelease: rpi3: Copy the bcm2710 variant of the rpi2
2020-11-22 mavFix debug build after 367926.
2020-11-22 vmaffionenetmap: bridge: improve readability
2020-11-22 vmaffionenetmap: valectl: switch to libnetmap
2020-11-22 vmaffionenetmap: nmreplay: switch to libnetmap
2020-11-22 vmaffionenetmap: lb: switch to libnetmap
2020-11-22 vmaffionenetmap: pkt-gen: switch to libnetmap
2020-11-22 vmaffionenetmap: bridge: switch to libnetmap
2020-11-22 kevans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 mavFix build after 367926.
2020-11-22 kevans_umtx_op: move compat32 definitions back in
2020-11-22 rewfd: free old file descriptor tables when not shared
2020-11-22 mavMake handlers and atpds overflows unlikely.
2020-11-22 mavDo not parent all busdma tags to the payload tag.
2020-11-22 mavRemove remnants of execthrottle and maxalloc parameters.
2020-11-21 kibStop using eventhandlers for itimers subsystem exec...
2020-11-21 mrImprove number reading by rounding up to a next unit...
2020-11-21 vmaffionenetmap: bridge, pkt-gen: fix man page typo
2020-11-21 vmaffionenetmap: bridge: update man page with more information
2020-11-21 kibRemove unused prototype.
2020-11-21 kibStop using eventhandler to invoke umtx_exec hook.
2020-11-21 npcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 mavUnlucky change...
2020-11-21 mavFix stupid math mistake in r366922.
2020-11-20 rmacklemDocument the new "tls" NFS mount option.
2020-11-20 rmacklemUpdate man page for new TLS export options.
2020-11-20 mckusickOnly attempt a VOP_UNLOCK() when the vn_lock() has...
2020-11-20 bdreweryAdd lists for customizing legacy and bootstrap-tools.
2020-11-20 mavIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 alfredo[POWERPC] print uprintf_signal 'type' field in hex
2020-11-20 alfredo[POWERPC64LE,POWEPCSPE] set default kernel config for...
2020-11-20 mavCleanup DMA handling.
2020-11-20 jtlWhen copying types from one CTF container to another...
2020-11-20 gbehostapd.conf(5): Add missing 'l'
2020-11-20 gbemoused(8): Fix a few mandoc warnings
2020-11-20 gbecrashinfo(8): Fix a few mandoc warnings
2020-11-20 gbehostapd.conf(5): Fix a mandoc warning
2020-11-20 gbesyslog.conf(5): Fix a few mandoc warnings
2020-11-20 gbesnmp_wlan(3): Fix mandoc warnings
2020-11-20 gbeiscsi.conf(5): Fix a mandoc warning
2020-11-20 gbedevmatch(8): Fix section ordering
2020-11-20 mhorneriscv: always initialize the static kernel environment
2020-11-20 kibmsdosfs: suspend around unmount or remount rw->ro.
2020-11-20 mhorneMake net/ifq.h C++ friendly
2020-11-20 0mpRevert r367291 (KEYWORD: shutdown for rc.d/zfs)
2020-11-20 kibUnlock channels when any of them are locked, when retur...
2020-11-20 tuexenFix an issue I introuced in r367530: tcp_twcheck()...
2020-11-20 kibmsdosfs: Add trivial support for suspension.
2020-11-20 gbecamcontrol(8): Fix some warnings spotted by mandoc
2020-11-20 manuif_dwc: Add checksum offloading support
2020-11-20 manuif_dwc: Add flow control support
2020-11-20 manuif_awg: Add a awg_dma_start_tx function that trigger...
2020-11-20 manuif_dwc: Use if_ function where appropriate
2020-11-20 manuif_dwc: Reorder functions and sort them by usage
2020-11-20 manuif_awg: Reorder functions and sort them by usage
2020-11-20 manuif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 manuif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 manuif_awg: Add awg_stop_dma and use it in awg_stop
2020-11-20 manuif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 manuif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_awg: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 manuif_dwc: Split init code into sub function
2020-11-20 manuif_awg: Split init code into sub function
2020-11-20 manuif_awg: Remove the taskqueue for miibus_statchg
2020-11-20 kppf tests: Basic source tracking test
2020-11-20 kppf: Fix incorrect assertion
2020-11-20 eugenbzgrep: make flag --no-filename work
2020-11-20 mmelAlso pass interrupt binding request to non-root interru...
2020-11-20 sjgMerge bmake-20201117
2020-11-20 mavMicrooptimize cam_num_doneqs math in xpt_done().
2020-11-20 sjgtag bmake-20201117
2020-11-20 sjgImport bmake-20201117
2020-11-20 mavFix r367857 build without ISP_TARGET_MODE.
2020-11-20 mavRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 wulfpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 emasteaddr2line: swap if conditions for diff reduction in...
2020-11-19 mjgpipe: thundering herd problem in pipelock
2020-11-19 fernapefstat(1): Add EXAMPLES section
2020-11-19 fernapegrep(1): Add more EXAMPLES
2020-11-19 markjcallout(9): Fix a race between CPU migration and callou...
2020-11-19 mhorneAdd an option for entering KDB on recursive panics
next