]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
make_dev: avoid unused assignments on non debug builds
[FreeBSD/FreeBSD.git] / sys /
2018-05-19 mmacymake_dev: avoid unused assignments on non debug builds
2018-05-19 mmacymqueue: avoid unused variables
2018-05-19 mmacyphysio: avoid uninitialized variables
2018-05-19 mmacycache_lookup remove unused variable and initialize...
2018-05-19 mmacyfilt_timerdetach: only assign to old if we're going...
2018-05-19 mmacygetnextevent: put variable only used by KTR under ifdef KTR
2018-05-19 mmacysimplify control flow so that gcc knows we never pass...
2018-05-19 mmacytty: conditionally assign to ret value only used by...
2018-05-19 jhibbitspowerpc64: Add OPAL definitions
2018-05-19 mmacyremove unused locked variable in lockmgr_unlock_fast_path
2018-05-19 mmacysignotify: don't create a stack local that isn't used...
2018-05-19 mmacysysv_msg initialize saved_msgsz
2018-05-19 mmacyremove unused variable
2018-05-19 mmacyfix uninitialized variable warning in reader locks
2018-05-19 mmacyadd DBGSET macro to conditionally assign to a variable...
2018-05-19 mmacyfix uninitialized variable warning
2018-05-19 mmacysys_process.c fix set but not used warning
2018-05-19 mmacysubr_epoch.c fix unused variable warnings
2018-05-19 jhibbitsFix a manual copy from the original diff for r333825
2018-05-19 jhibbitsAdd yet another option for gathering available memory
2018-05-19 jhibbitsAdd some Hypervisor interrupt definitions
2018-05-19 mmacypidctrl Actually use the variables that we assign to...
2018-05-19 mmacyfix gcc8 unused variable and set but not used variable...
2018-05-19 sjgMerge bmake-20180512
2018-05-19 mmacySilence non-actionable warnings in vendor code
2018-05-18 mmacyAnnotate td_pre_epoch_prio in struct thread
2018-05-18 mjglockmgr: avoid atomic on unlock in the slow path
2018-05-18 traszStop claiming the device-side USB serial interfaces...
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 jhbBe more robust against garbage input on a TOE TLS TX...
2018-05-18 mmacyepoch(9): allocate net epochs earlier in boot
2018-05-18 mmacyepoch(9): assert that epoch is allocated post-configure
2018-05-18 mmacyepoch: move epoch variables to read mostly section
2018-05-18 emasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 emasteamd64 GENERIC: correct whitespace on smartpqi entry
2018-05-18 mmacyepoch(9): Make epochs non-preemptible by default
2018-05-18 sbrunoQuiesce a couple pages of clang warnings with a cast...
2018-05-18 emastemuge(4): style and comment cleanup
2018-05-18 markjDon't increment addl_page_shortage for wired pages.
2018-05-18 emastemuge(4): sync register names with Microchip's lan7800.h
2018-05-18 sbrunobnxt(4)
2018-05-18 cognetInstead of ignoring the VFP registers, set the dumppcb...
2018-05-18 andrewEnable the Qualcomm MSM UART driver. This is needed...
2018-05-18 mjgamd64: tweak the read_frequently section
2018-05-18 npcxgbe(4): Implement ifnet callbacks that deal with...
2018-05-18 mmacynetmap: pull fix for 32-bit support from upstream
2018-05-18 emastevt: add more cp437 mappings for vga textmode
2018-05-18 mmacyepoch: actually allocate the counters we've assigned...
2018-05-18 mmacyepoch: add non-preemptible "critical" variant
2018-05-17 brooksUse strsep() to parse init_path in start_init().
2018-05-17 cognetIn pmap_get_tables(), check that the L2 is indeed a...
2018-05-17 cognetIn vfp_save_state(), don't bother trying to save the...
2018-05-17 mmacyepoch: skip poll function call in hardclock unless...
2018-05-17 rmacklemAdd a missing nfsrv_freesession() call for an unlikely...
2018-05-17 mmacypowerpc: fix LINT build
2018-05-17 mmacyepoch(9): schedule pcpu callback task in hardclock...
2018-05-17 traszAdd a "multifunction" device side USB template, which...
2018-05-17 mmacyepoch(9): eliminate the need to wait when polling for...
2018-05-17 mmacyepoch(9): fix potential deadlock
2018-05-17 mmacyepoch(9): missed add from r333755
2018-05-17 mmacyepoch(9): restore thread priority on exit if it was...
2018-05-17 mmacyck: add support for executing callbacks outside of...
2018-05-17 mmacyAF_UNIX: make unix socket locking finer grained
2018-05-17 andreastFix build if USB_DEBUG is defined.
2018-05-17 traszFix off-by-one in usb_decode_str_desc(). Previously...
2018-05-17 sbrunoRetire vxge(4).
2018-05-17 manuaw_spi: Fix some silly clock mistake
2018-05-17 emasteAdd driver for Microchip LAN78xx USB3-GigE controller
2018-05-17 manualwinner: Add missing files in r333708
2018-05-17 manuallwinner: Add h3 spi driver
2018-05-17 avgfix a problem with bad performance after wakeup caused...
2018-05-17 manumx25l: Add mx25l1606e
2018-05-17 npcxgbe(4): Fix s->neq miscalculation in r333698.
2018-05-17 markjFix a race in vm_page_pagequeue_lockptr().
2018-05-17 markjFix netdump configuration when VIMAGE is enabled.
2018-05-17 mmacyFix powerpc64 LINT
2018-05-17 mmacyFix i386 build
2018-05-17 lstewartPlug a memory leak and potential NULL-pointer dereferen...
2018-05-17 npcxgbe(4): Allocate offload Tx queues when a card has...
2018-05-17 mmacyepoch(9): make recursion lighter weight
2018-05-17 npcxgbe(4): Add NIC_ETHOFLD to the NIC capabilities allow...
2018-05-17 mmacyepoch(9): Guarantee forward progress on busy sections
2018-05-16 mckusickFix warning found by Coverity.
2018-05-16 mckusickRevert change made in base r171522
2018-05-16 mmacyhwpmc: Implement per-thread counters for PMC sampling
2018-05-16 mmacyFix !netmap build post r333686
2018-05-16 shurdWork around lack of TX IRQs in iflib for netmap
2018-05-16 cemteken: Unbreak syscons' use of teken
2018-05-16 npcxgbe(4): Fall back to a failsafe configuration built...
2018-05-16 jhbInclude kernel modules for MALTA kernels.
2018-05-16 jhbExport a breakpoint() function to userland for riscv.
2018-05-16 emasteClean up vt source whitespace issues
2018-05-16 dumbbellvt(4): Resume vt_timer() in vtterm_post_input() only
2018-05-16 dumbbellteken, vt(4): New callbacks to lock the terminal once
2018-05-16 avgfollowup to r332730/r332752: set kdb_why to "trap"...
2018-05-16 emasteAttempt to fix build by removing EOF backslash-newline
2018-05-15 gallatinUnhook DEBUG_BUFRING from INVARIANTS
2018-05-15 npcxgbe(4): Add support for two more flash parts.
2018-05-15 impHold the reference count until the CCB is released
2018-05-15 npcxgbe(4): Claim some more T5 and T6 boards.
next