dragonfly.git
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-17 Sascha Wildnertcsh: Remove MINIX specific file.
2018-05-17 zrjgcc80: Add missing atomic variants in libgcov.
2018-05-17 zrjgcc80: Partially implement TOOLCHAIN_CHECKING.
2018-05-17 zrjcollect2(1): Trim sources that create empty objects.
2018-05-17 zrjas(1): Trim sources that create empty objects.
2018-05-16 Sascha WildnerSync ACPICA with Intel's version 20180508 (from previou...
2018-05-16 Sascha WildnerBring in an errno.9 manual page (based on NetBSD's).
2018-05-15 Sascha WildnerUpdate the pciconf(8) database.
2018-05-15 Sascha Wildnerkernel/ipfw3: Remove unused malloc type.
2018-05-15 Sascha WildnerRemove some headers via 'make upgrade'.
2018-05-14 zrjLTO: Few workarounds for gcc80 -flto.
2018-05-14 zrjbsd.sys.mk: Add handling for gcc80.
2018-05-14 zrjworld: Lower WARNS for bmake/tcsh contrib.
2018-05-14 zrjgcc80: Mark few sources as special for narrowing.
2018-05-14 zrjgcc80: Activate workaround for libgcc_pic.a.
2018-05-14 zrjgcc80: Hook into the buildworld as optional compiler.
2018-05-14 zrjgcc80: Add pregenerated manpages.
2018-05-14 zrjgcc80: Add pregenerated headers.
2018-05-14 zrjgcc80: Bring in makefiles but leave them unhooked.
2018-05-14 zrjgcc80: Handle TZ specific "%+" format in strftime.
2018-05-14 zrjgcc80: Remove throw() from protos in libstdc++ headers.
2018-05-14 zrjgcc80: Include <stdlib.h> for alloca() prototype.
2018-05-14 zrjgcc80: Add alternative variant of pthread presence...
2018-05-14 zrjgcc80: Adjust search paths for base compiler layout.
2018-05-14 zrjgcc80: Adjust default dynamic linker search location.
2018-05-14 zrjgcc80: Document changes in contrib sources.
2018-05-14 zrjAdd READMEs for new vendor/GCC80 branch.
2018-05-14 Sepherosa Ziehaux86_64/lapic: Use function pointer for EOI.
2018-05-14 Sascha Wildnerlibc/termios: #undef TTYDEFCHARS after including <termi...
2018-05-14 Sascha Wildnerkernel: Include <sys/ttydefaults.h> where appropriate.
2018-05-14 Sascha Wildnerhammer2(8)/svc(8): Include <sys/ttycom.h> for ioctls.
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-11 Sascha Wildnermtree(8): Fix crc() prototype.
2018-05-11 Sascha Wildnerrpc.yppasswdd(8): Fix ok_shell() prototype.
2018-05-10 Sascha Wildnertcp_wrappers: Remove mystdarg.h and simplify code.
2018-05-10 Sascha Wildnermount{,_ufs}(8): Remove unnecessary code to prevent...
2018-05-09 Matthew Dillonvkernel - Adjust to fix buildkernel
2018-05-08 Sascha Wildnerckdist(1): Sync with FreeBSD.
2018-05-08 zrjImport GCC-8 to a new vendor branch
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-08 Sascha WildnerRaise WARNS to 1 in gnu/usr.bin/cvs.
2018-05-08 Sascha Wildnerconfig.8: Mention NO_KERNEL_OLD_STRIP.
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 Sascha WildnerSync zoneinfo database with tzdata2018e from ftp:/...
2018-05-06 Sascha Wildnerppp(8): Don't go via <sys/tty.h> for bringing in <termi...
2018-05-06 Sascha Wildner<unistd.h>: Remove 'restrict' from symlink().
2018-05-06 Sascha Wildner<libgen.h>: Add comments about POSIX diffs for {base...
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 WildnerAdd NetBSD's orders(7) manual page.
2018-05-05 Sascha Wildnerlibc/termios: Sync a bit with FreeBSD.
2018-05-05 Sascha Wildnerlibc: Add strsuftoll{,x}()
2018-05-05 Sascha Wildnerlibc/{un,}vis: Remove some useless junk. _DIAGASSERT...
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-05 Sascha WildnerMakefile_upgrade.inc: Move dot.rhosts to the right...
2018-05-05 zrjlibc/stdtime: Avoid signed overflow in mktime.
2018-05-05 zrjboot/pc32: Avoid issues at -O2.
2018-05-05 zrjlibstand/quad.h: Rename __qdivrem() to __udivmoddi4().
2018-05-05 zrjcalloc - Work around gcc-8 bug (2).
2018-05-05 zrjwatch(8): Add fallthrough.
2018-05-05 zrjrtadvd(8): Suppress implicit-fallthrough.
2018-05-05 zrjtset(1): Suppress implicit-fallthrough.
2018-05-05 zrjlimits(1): Add fallthrough.
2018-05-05 zrjident(1): Suppress implicit-fallthrough warnings.
2018-05-05 zrjps(1): Add fallthrough.
2018-05-05 zrjsed(1): Suppress implicit-fallthrough.
2018-05-05 zrjdma(8): Use FALLTHROUGH consistently.
2018-05-05 zrjmount_smbfs(8): Mark usage() as dead.
2018-05-05 Eitan Adler[skel] chase previous commit with file removal
2018-05-05 Eitan AdlerRemove rhosts from default template
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-03 Tomohiro Kusumisbin/mount_autofs: Use __DECONST() instead of local...
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 Dillonsystat - Enhance -pv display
2018-04-28 Sascha WildnerAvoid absolute SYMLINKS in cpio(1), tar(1) and mailwrap...
2018-04-28 Matthew Dillonhammer - Add missing lock
next