gcc80: Include <stdlib.h> for alloca() prototype.
[dragonfly.git] / sys /
2018-05-14 Sepherosa Ziehaux86_64/lapic: Use function pointer for EOI.
2018-05-14 Sascha Wildnerkernel: Include <sys/ttydefaults.h> where appropriate.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-13 Sascha Wildneripfw3: Fix kernel building without DEBUG in the config...
2018-05-13 Sascha WildnerFix LINT64 for the recent ipfw3 changes.
2018-05-13 François Tigeotkernel: Remove vm_zeroidle.c
2018-05-13 François Tigeotdrm/linux: Add cond_resched()
2018-05-12 Matthew Dillonkernel - pack struct fid
2018-05-12 Matthew Dillontmpfs - Fix tmpfs_fid, fix NFS exports
2018-05-12 Bill Yuanipfw3_nat: highspeed lockless in-kernel NAT
2018-05-09 Matthew Dillonvkernel - Adjust to fix buildkernel
2018-05-08 Matthew Dillonkernel - Refactor copyin, copyout
2018-05-08 Matthew Dillonkernel - Rearrange struct vm_zone slightly
2018-05-08 Matthew Dillonkernel - Refactor bcmp, bcopy, bzero, memset
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-08 Matthew Dillonkernel - Adjust pv caching a little
2018-05-08 Matthew Dillonkernel - Flesh out Spectre mitigation support
2018-05-08 Matthew Dillonkernel - Fix CVE-2018-8897, debug register issue
2018-05-07 Sascha Wildnerkernel/nfs: Use the correct prototype for sys_nfssvc().
2018-05-07 Sepherosa Ziehauigb: Dump registers.
2018-05-07 Sascha Wildnermrsas(4): Remove wrong extra arg from MR_LdBlockSizeGet().
2018-05-07 François Tigeotdrm/i915: Start building i915_gpu_error.c
2018-05-07 François Tigeotdrm/linux: Add scnprintf()
2018-05-07 François Tigeotdrm/linux: Add or improve various *printf functions
2018-05-07 François Tigeotdrm/linux: Start using stop_machine.h
2018-05-06 François Tigeotdrm/linux: Add do_gettimeofday()
2018-05-06 François Tigeotdrm: Sync include directives with Linux
2018-05-05 Sascha Wildnerlibc/termios: Sync a bit with FreeBSD.
2018-05-05 Sascha Wildnerlibc: Add strsuftoll{,x}()
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-05 zrjboot/pc32: Avoid issues at -O2.
2018-05-04 Matthew Dillonkernel - Remove kthread exit debug kprintf()s
2018-05-04 Matthew Dillonkernel - Fix spinlock bug introduced with windowing (2)
2018-05-02 Matthew Dillonkernel - Fix spinlock bug introduced with windowing
2018-05-01 Sepherosa Ziehauigb: Bring in WOL configuration from FreeBSD.
2018-05-01 Sepherosa Ziehaunetgraph7: Protect so_rcv properly
2018-04-29 Matthew Dillonkernel - Refactor machdep.cpu_idle_hlt
2018-04-28 Matthew Dillonhammer - Add missing lock
2018-04-28 Matthew Dillonkernel - Adjust the scheduler to fix nice +N glitches
2018-04-27 Matthew Dillonkernel - Improve indefinite macros a bit
2018-04-27 Matthew Dillonkernel - Add two debug variables to struct globaldata
2018-04-27 Matthew Dillonkernel - Fix several usched nits
2018-04-25 François Tigeotdrm: Implement parts of the Linux irq subsystem
2018-04-25 Sascha Wildnerkernel/mpr: Remove unused malloc type.
2018-04-24 Sascha WildnerRemove <sys/ioctl_compat.h>.
2018-04-24 Sascha WildnerAdd FreeBSD's mpr(4) driver for LSI Fusion-MPT 3/3...
2018-04-24 Sascha Wildner<sys/proc.h>: Fix unused macro name (number == bit...
2018-04-23 Sepherosa Ziehaux86_64/ioapic: Make sure that legacy IRQ only appears...
2018-04-23 Matthew Dillonkernel - Remove cache ping-pong on common scheduler...
2018-04-23 Matthew Dillonkernel - More deterministic systat -pv lock name output
2018-04-23 Matthew Dillonkernel - Improve lockf performance
2018-04-23 Matthew Dillonkernel - Improve namecache performance
2018-04-23 Matthew Dillonkernel - Improve kern_dup() performance
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlo...
2018-04-23 Matthew Dillonkernel - Fix statistics accounting bug in kfree()
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlocks
2018-04-23 Matthew Dillonkernel - Remove performance pessimization with INVARIANTS
2018-04-23 Matthew Dillonkernel - cleanup kern_descrip.c
2018-04-23 Matthew Dillonkernel - Localize [in]activevnodes globals, improve...
2018-04-23 Matthew Dillontmpfs - Move dnode lock to improve unlink performance
2018-04-23 Matthew Dillonkernel - Minor rollup cleanup
2018-04-22 Sascha WildnerLINT64: Fix typo.
2018-04-22 Matthew Dillonkernel - Remove SMP bottlenecks on uidinfo, descriptors...
2018-04-22 zrjbsd.kern.mk: Handle gcc80 better in buildkernel.
2018-04-22 Matthew Dillonkernel - Remove SMP bottlenecks on uidinfo, descriptors...
2018-04-22 Matthew Dillonkernel - Refactor lwkt_token pool hash
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-21 Sascha Wildnerkernel: Disable TCP_SIGNATURE in preparation for removi...
2018-04-21 Sascha Wildner<sys/mbuf.h>: Fix packet tag comments.
2018-04-21 Matthew Dillonkernel - Fix duplicate da0 or da* and locked up boot
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Use ksnprintf() (sync with NetBSD)
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Fix a comment
2018-04-19 Bill Yuanipfw3nat: remove the state from the proper tree
2018-04-20 Matthew Dillonkernel - Increase vm_object hash table
2018-04-20 Matthew Dillonkernel - Implement td_limit reflection of p_limit
2018-04-19 Matthew Dillonkernel - Handle spinlock indefinite wait edge case
2018-04-18 Sascha Wildnerkernel/LINT64: Fix comment.
2018-04-18 Sascha WildnerRemove some old tty related code, such as <sgtty.h...
2018-04-18 Antonio Huete Jimenezbpf - Add BIOC{S,G}FEEDBACK ioctls
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Remove a comment which is no longer appli...
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Add some more DLTs
2018-04-18 Matthew Dillonhammer2 - Add vfs.hammer2.limit_dirty_inodes
2018-04-18 Matthew Dillonkernel - Add dirty vnode management facility
2018-04-17 Sepherosa Ziehauinet6/pim: Return IPPROTO_DONE if the mbuf is freed.
2018-04-17 Matthew Dillonkernel - Improve spinlock performance a bit
2018-04-16 Sascha Wildnerkernel: Add -Wmissing-include-dirs to our kernel build.
2018-04-16 Sascha Wildnerkernel/acpica: Remove ${.OBJDIR}/include from Makefile...
2018-04-15 Sepherosa Ziehaukern: Unbreak compilation w/o INVARIANTS
2018-04-14 Sascha Wildner<sys/elf_common.h>: Add an Elf_Nhdr definition.
2018-04-13 Bill Yuanipfw3: remove legacy macros
2018-04-13 Bill Yuanipfw3nat: move the implementation back to *.c file
2018-04-13 Matthew Dillonnvme - Improve likelihood of dump success
2018-04-13 Matthew Dillonkernel - Improve SPINLOCK, acpi_timer performance under...
2018-04-13 Bill Yuanipfw3layer2: misc
2018-04-13 Bill Yuanipfw3basic: misc
2018-04-13 Bill Yuanipfw3nat: kernel NAT without libalias
2018-04-13 Bill Yuanipfw3basic: fix `to me`
2018-04-13 Bill Yuanipfw3nat: a cleanup callout to purge the expired transl...
2018-04-13 Bill Yuanipfw3nat: show translations
next