libc - Take care of minor buffer overrun in link_ntoa()
[dragonfly.git] / sys /
2016-12-06 zrjvkernel: Add a dummy cpu_smp_stopped() function (unbrea...
2016-12-06 Matthew Dillonkernel - Increase worst-case maximum exec rate
2016-12-05 Matthew Dillonkernel - Remove unused process_exit and process_exec...
2016-12-05 Matthew Dillonkernel - Spiff up locks a bit
2016-12-05 Matthew Dillonkernel - Make kern_proc cache-friendly
2016-12-05 Tomohiro Kusumisbin/hammer: Add hammer strip command
2016-12-05 Matthew Dillonkernel - Remove debugging kprintf
2016-12-05 Matthew Dillonkernel - Try to idle cpus when in panic()
2016-12-05 Matthew Dillonkernel - more kmalloc and nlookup performance optimizations
2016-12-05 Matthew Dillonkernel - Skip vmm_shutdown() when in a panic
2016-12-04 Imre Vadászsyscons - Set cons_unavail when blanking framebuffer...
2016-12-04 Imre Vadászdrm: Use fb_blank hooks from drm_fb_helper.c as a sysco...
2016-12-04 Imre Vadászkernel: Fix stop_cpus()/restart_cpus() usages when...
2016-12-04 Matthew Dillonkernel - Overhaul namecache operations to reduce SMP...
2016-12-04 Matthew Dillonkernel - Reduce spinning on shared spinlocks
2016-12-04 Matthew Dillonhammer - Remove global VOP counters
2016-12-02 Matthew Dillonkernel - Fix smbfs readdir and umount
2016-12-02 Matthew Dillonkernel - Remove NETSMBCRYPTO option (make it the default)
2016-12-02 Sascha Wildnerkernel: Remove some ep(4) driver remains.
2016-12-02 Matthew Dillonsmbfs - Fix mount_smbfs authentication error (but ...
2016-12-01 Imre Vadászsyscons - Add need_unlock arg to sc_clean_up and sc_wai...
2016-12-01 Matthew Dillonkernel - Cleanup macros
2016-12-01 Matthew Dillonkernel - Fix bug in socket_wait() (used by samba)
2016-12-01 Sascha Wildner<sys/{ipc,stat}.h>: Remove duplicate inclusion of ...
2016-11-29 François Tigeotdrm/i915: build firmware handling code
2016-11-29 François Tigeotfirmware(9): Change type of data pointer
2016-11-29 Imre Vadászsyscons - Add range check for color value in KDSBORDER...
2016-11-29 Imre Vadászsyscons - Add option for the default terminal border...
2016-11-28 Sascha Wildnerboot/efi: Add paging to the 'memmap' and 'configuration...
2016-11-28 Sascha Wildnerboot/efi: Add three new commands, efi-show, efi-set...
2016-11-28 Matthew Dillonhammer2 - Revamp flush and xopq mechanism, stabilization
2016-11-28 Matthew Dillonkernel - Remove buffer flush debug message
2016-11-28 Matthew Dillonkernel - Fix deadlock in vm_page_repurpose()
2016-11-28 Sascha Wildnerkernel/ath: Limit check index variables before using...
2016-11-28 Sascha Wildnerboot/efi: Use strtoul().
2016-11-28 Sascha Wildner<machine/limits.h>: Add some i386 limits which libstand...
2016-11-28 Imre Vadászsyscons - Clean up log messages for KMS console.
2016-11-28 Imre Vadászdrm: Improve integration with syscons. Move taskqueue...
2016-11-28 Imre Vadászsyscons - Make sure we draw the terminal border during...
2016-11-27 Sascha Wildnerkernel/efirt: Make efirt compilable into the kernel...
2016-11-27 Sascha Wildnerkernel/efirt: Hook efirt.ko into the build.
2016-11-27 Sascha WildnerMove efirt.ko's source to sys/dev/misc/efirt.
2016-11-27 Tomohiro Kusumisys/dev/disk/dm: Make init/destroy handlers optional
2016-11-27 Tomohiro Kusumisys/dev/disk/dm: Remove dm_table_init_target() call...
2016-11-27 Imre Vadászsyscons - Fix syscons with UEFI fb when drm fb is regis...
2016-11-27 Imre Vadászkernel/pc64: Don't fill uefi framebuffer with 0x77...
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove obvious/redundant/disabled...
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove dm_dev::dev_type
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove dm/targets/ directory and move...
2016-11-26 Imre Vadászsyscons - Remove unneeded NULL check from register_fram...
2016-11-26 Imre Vadászsyscons - Handle kms framebuffer activation better...
2016-11-26 Imre Vadászdrm/radeon: restore the fbdev mode in lastclose
2016-11-26 Imre Vadásziwm - Reduce gratuitous differences with Linux iwlwifi...
2016-11-25 zrjdrm/linux: add circ_buf.h needed for guc client bits
2016-11-25 François Tigeotdrm/linux: Add request_firmware_nowait()
2016-11-25 François Tigeotdrm/linux: Improve request_firmware() compatibility
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-23 Sascha WildnerSync ACPICA with Intel's version 20161117.
2016-11-23 Sascha Wildnerkernel/if_re: Adjust permissions.
2016-11-23 Sepherosa Ziehaure: Leverage Realtek driver's chip/PHY initialization...
2016-11-23 Matthew Dillonefi - Add EFI run-time ABI support (3)
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support (2)
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support
2016-11-22 Tomohiro Kusumisys/dev/disk/dm: Sync with Linux changes in flakey...
2016-11-22 Sepherosa Ziehauudp: Don't propagate connect error, as long as the...
2016-11-19 Imre Vadászdrm: Use struct fb_info * as arg for syscons fb restore...
2016-11-19 Sascha Wildneri386 removal, part 61/x: Adjust some further #ifdefs.
2016-11-19 Sascha WildnerRemove some old architecture handling.
2016-11-19 Sascha Wildneri386 removal, part 58/x: Remove <sys/link_aout.h>.
2016-11-19 Matthew Dillondrm - Fix lock order reversal
2016-11-18 Matthew Dillonkernel - Fix swap warning message when swap is full
2016-11-18 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment
2016-11-17 Imre Vadászwlan - Don't check bgscanidle setting in net80211 for...
2016-11-17 zrjdrm/linux: add sg_pcopy_{from/to}_buffer()
2016-11-17 François Tigeotdrm/linux: Add ida_simple_get()
2016-11-17 zrjdrm/linux: add few ida_* functions.
2016-11-15 François Tigeotdrm/linux: Add cache_line_size()
2016-11-15 zrjdrm/linux: add atomic64_cmpxchg()
2016-11-15 François Tigeotdrm/i915/trace: Add missing include files
2016-11-15 François Tigeotdrm/linux: MODULE_FIRMWARE is defined in linux/module.h
2016-11-15 zrjdrm/linux: implement div64_u64_rem() helper in math64.h
2016-11-14 zrjLINT64: Fix buildkernel with WANT_HAMMER2=yes.
2016-11-13 Imre Vadászif_iwm - Check sc->sc_attached flag in suspend/resume...
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Fix comments
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Remove wrong comment
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_HEAD_DOALIGN()
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Change unused ondisk redo_mtime to...
2016-11-12 Imre Vadászif_iwm - Move iwm_read_firmware() call into iwm_attach().
2016-11-12 Imre Vadászif_iwm - Attach to new AC3168 and AC8265 chipsets ...
2016-11-12 Imre Vadásziwmfw - Add version 22 firmwares for AC3168 and AC8265...
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Add hammer_xlate_to_undo()
2016-11-11 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_UNDO_DOALIGN()
2016-11-11 François Tigeotdrm/linux: Add clamp_val()
2016-11-11 François Tigeotdrm/linux: Add ktime_get_boottime and ktime_ms_delta()
2016-11-09 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ZONE_LAYER2_NEXT_OFFSET()
2016-11-09 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ZONE_LAYER1_NEXT_OFFSET()
2016-11-08 Imre Vadászif_iwm - Advertise full-offload scan support, fixes...
2016-11-08 Imre Vadászwlan - Import initial full-offload scan support from...
2016-11-08 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_BUFSIZE_DOALIGN() and variants
next