Displaying 1 50 of 324,164 commits (0.017s)

OpenBSD — distrib/sets/lists/base md.mvme88k, distrib/sets/lists/comp mi md.mvme88k

    sync
Delta File
+8 -0 distrib/sets/lists/man/mi
+2 -1 distrib/sets/lists/comp/mi
+1 -0 distrib/sets/lists/comp/md.mvme88k
+1 -0 distrib/sets/lists/comp/md.armish
+1 -0 distrib/sets/lists/comp/md.hppa
+1 -0 distrib/sets/lists/comp/md.i386
+12 -0 12 files not shown
+26 -1 18 files

OpenBSD — share/man/man4/man4.mvme68k vme.4

    s/mvme88k/mvme68k/ in Dt;
Delta File
+2 -2 share/man/man4/man4.mvme68k/vme.4
+2 -2 1 file

OpenBSD — sys/arch/arm/include pmap7.h

    Get rid of the pmap7 header now that we merged it into the pmap one.
Delta File
+0 -716 sys/arch/arm/include/pmap7.h
+0 -716 1 file

OpenBSD — gnu/usr.bin/cc/libgcov Makefile

    Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlike
    FreeBSD).
Delta File
+2 -1 gnu/usr.bin/cc/libgcov/Makefile
+2 -1 1 file

OpenBSD — gnu/gcc/gcc libgcov.c

    Replace strcpy() calls with strlcpy() to avoid triggering warnings when
    linking against -lgcov.
Delta File
+2 -2 gnu/gcc/gcc/libgcov.c
+2 -2 1 file

OpenBSD — gnu/usr.bin/cc Makefile, gnu/usr.bin/cc/libgcov Makefile

    Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.
    This makes gcc -fprofile-arcs work again.
    
    Regression reported by Azwaw OUSADOU on tech@, thanks for noticing and sorry
    for the delay fixing this.
Delta File
+87 -0 gnu/usr.bin/cc/libgcov/Makefile
+2 -1 gnu/usr.bin/cc/Makefile
+89 -1 2 files

OpenBSD — sys/arch/beagle/include pmap.h

    Bring beagle back to the other pmap header now that it's merged.
Delta File
+2 -2 sys/arch/beagle/include/pmap.h
+2 -2 1 file

OpenBSD — sys/arch/arm/arm pmap.c, sys/arch/arm/include pmap.h

    Modify pmap to work with the pmap header used on armv7. Merge both
    headers so that we only need one of them.
    
    "Go for it." miod@
Delta File
+122 -47 sys/arch/arm/include/pmap.h
+29 -21 sys/arch/arm/arm/pmap.c
+151 -68 2 files

OpenBSD — sys/arch/arm/arm cpufunc.c

    Mask out the TEX remap and the Access Flag bits when setting the
    system control register. Also actually use the mask.
    
    ok miod@
Delta File
+4 -3 sys/arch/arm/arm/cpufunc.c
+4 -3 1 file

OpenBSD — usr.bin/mandoc mdoc_term.c

    Should termp_xx_pre() ever get called for a macro it cannot handle,
    use abort(3), just like in the three other comparable cases in this file,
    instead of ignoring the problem and causing a null pointer access.
    Cosmetical issue reported by Ulrich Spoerlein <uqs at spoerlein.net>
    found by Coverity Scan CID 976115.
    No functional change.
Delta File
+3 -2 usr.bin/mandoc/mdoc_term.c
+3 -2 1 file

OpenBSD — share/man/man4/man4.mvme68k vme.4 dart.4

    low-hanging stuff borrowed from mvme88k
Delta File
+89 -0 share/man/man4/man4.mvme68k/vme.4
+61 -0 share/man/man4/man4.mvme68k/dart.4
+49 -0 share/man/man4/man4.mvme68k/memc.4
+46 -0 share/man/man4/man4.mvme68k/cl.4
+15 -16 share/man/man4/man4.mvme68k/intro.4
+12 -12 share/man/man4/man4.mvme68k/pcctwo.4
+27 -26 5 files not shown
+299 -54 11 files

OpenBSD — sys/arch/arm/arm cpufunc.c

    Make sure we executed the instruction before continuing. Also
    replace calls to drain the write buffer with the correct ones for armv7.
    
    ok miod@
Delta File
+6 -3 sys/arch/arm/arm/cpufunc.c
+6 -3 1 file

OpenBSD — sys/arch/arm/arm cpufunc.c

    Use the actual armv7 dcache_inv_range function instead of the wbinv one.
    
    ok miod@
Delta File
+2 -2 sys/arch/arm/arm/cpufunc.c
+2 -2 1 file

OpenBSD — share/man/man4/man4.mvme88k memc.4 Makefile

    One more manpage, after prodding from jmc@
Delta File
+46 -0 share/man/man4/man4.mvme88k/memc.4
+4 -4 share/man/man4/man4.mvme88k/Makefile
+3 -4 share/man/man4/man4.mvme88k/pcctwo.4
+3 -3 share/man/man4/man4.mvme88k/intro.4
+56 -11 4 files

OpenBSD — usr.bin/mandoc tree.c

    Remove the variable sz because it's invariantly == 0,
    along with the dead code testing whether it's positive.
    Reported by Ulrich Spoerlein <uqs at spoerlein.net>,
    found by Coverity Scan CID 975717.
    
    While here, remove the now unused **params array as well,
    which Coverity apparently missed, at least it wasn't reported...
Delta File
+3 -8 usr.bin/mandoc/tree.c
+3 -8 1 file

OpenBSD — sys/dev/pci/drm/i915 i915_gem_tiling.c

    Sync with Linux.  Mostly comment and whitespace changes, but adds some missing
    locking, and enables some #ifdef'ed out code.
Delta File
+95 -77 sys/dev/pci/drm/i915/i915_gem_tiling.c
+95 -77 1 file

OpenBSD — usr.bin/mandoc chars.c

    Even though the size of a pointer should not depend on the type of the
    data pointed to, pass the size of the right pointer type to calloc;
    cosmetic issue reported by Ulrich Spoerlein <uqs at spoerlein.net>
    found in Coverity Scan CID 978734.
    No binary change - ok cmp(1).
Delta File
+2 -2 usr.bin/mandoc/chars.c
+2 -2 1 file

OpenBSD — share/man/man4/man4.mvme88k pcctwo.4 dart.4

    tweak previous;
Delta File
+4 -3 share/man/man4/man4.mvme88k/pcctwo.4
+3 -3 share/man/man4/man4.mvme88k/dart.4
+3 -3 share/man/man4/man4.mvme88k/cl.4
+10 -9 3 files

OpenBSD — share/man/man4/man4.mvme88k dart.4 cl.4

    More manpages. Fix configuration stanzas to match current GENERIC.
Delta File
+62 -0 share/man/man4/man4.mvme88k/dart.4
+48 -0 share/man/man4/man4.mvme88k/cl.4
+8 -8 share/man/man4/man4.mvme88k/le.4
+5 -8 share/man/man4/man4.mvme88k/syscon.4
+6 -6 share/man/man4/man4.mvme88k/angelfire.4
+4 -5 share/man/man4/man4.mvme88k/pcctwo.4
+18 -16 5 files not shown
+151 -43 11 files

OpenBSD — usr.bin/mg dir.c

    Use adjustname() for path. ok jasper@
Delta File
+7 -9 usr.bin/mg/dir.c
+7 -9 1 file

OpenBSD — sys/arch/mvme88k/dev nvram.c

    Missing bits intended to go with the previous commit but lost in diff splitting:
    Split inittodr/resettodr code from actual tod routines, to allow for
    multiple tod routines in the near future.
    
    Use the mi clock_ymdhms_to_secs and clock_secs_to_ymdhms routines.
Delta File
+48 -146 sys/arch/mvme88k/dev/nvram.c
+48 -146 1 file

OpenBSD — sys/dev/ic mfi.c

    enw->new in comment;
    spotted by krw, missed by jsg, and forwarded From: Alexey Suslikov
Delta File
+2 -2 sys/dev/ic/mfi.c
+2 -2 1 file

OpenBSD — usr.sbin/rtadvd rrenum.c

    gabage->garbage in log string;
    from Henning Petersen, netbsd pr 47823
Delta File
+2 -2 usr.sbin/rtadvd/rrenum.c
+2 -2 1 file

OpenBSD — usr.bin/mg fileio.c

    and and -> and
Delta File
+2 -2 usr.bin/mg/fileio.c
+2 -2 1 file

OpenBSD — usr.bin/mg tutorial

    Update last updated date.
Delta File
+1 -1 usr.bin/mg/tutorial
+1 -1 1 file

OpenBSD — libexec/ld.so/m88k rtld_machine.c

    Try and support the non-PIC TEXTREL relocations which may creep in binaries
    when linked against non-pic material (such as linking against libgcc without
    passing -fpic or -fPIC on the commandline).
    
    Given the large userland address space (4GB) and random library placement, it
    is unlikely that these relocations can ever suceed anyway (DISP26 only allows
    for a 256MB offset); _dl_exit() in that case, after printing a warning message.
    That's better than dumping core.
Delta File
+48 -16 libexec/ld.so/m88k/rtld_machine.c
+48 -16 1 file

OpenBSD — sys/arch/luna88k/dev omrasops.c

    Fix 'the right-of-cursor background color is inverted when we do
    delete-after-cursor' bug on luna88k wscons console, by adding the same
    operation in om_putchar() to om_erasecols() and om_eraserows().
    
    ok miod@
Delta File
+8 -6 sys/arch/luna88k/dev/omrasops.c
+8 -6 1 file

OpenBSD — distrib/notes/mvme88k hardware

    AngelFire'r'us
Delta File
+11 -7 distrib/notes/mvme88k/hardware
+11 -7 1 file

OpenBSD — share/man/man4/man4.mvme88k angelfire.4 vme.4

    more man page material for jmc@ to chew on
Delta File
+45 -0 share/man/man4/man4.mvme88k/angelfire.4
+10 -5 share/man/man4/man4.mvme88k/vme.4
+5 -3 share/man/man4/man4.mvme88k/intro.4
+3 -3 share/man/man4/man4.mvme88k/Makefile
+63 -11 4 files

OpenBSD — sys/arch/mvme88k/compile .cvsignore, sys/arch/mvme88k/conf RAMDISK GENERIC

    Preliminary support for MVME180 and MVME181 boards. On-board serial ports
    and VME controller are supported; tod chip isn't supported yet (coming soon).
    MVME236 memory boards are not supported and won't likely be (unless I get my
    hands on one).
    
    MVME181-1 boots multiuser (slowly) with MVME328 SCSI and MVME376 Ethernet
    despite only having 8MB of memory onboard.
    
    MVME180 untested; might need tweaking to get MVME SCSI and Ethernet boards
    supported.
    
    Many thanks to Matti Nummi for lending me an MVME181 board.
Delta File
+709 -0 sys/arch/mvme88k/mvme88k/m181_machdep.c
+168 -0 sys/arch/mvme88k/dev/angelfire.c
+62 -50 sys/arch/mvme88k/conf/RAMDISK
+54 -46 sys/arch/mvme88k/conf/GENERIC
+42 -39 sys/arch/mvme88k/conf/M187
+65 -16 sys/arch/mvme88k/dev/dart.c
+280 -93 13 files not shown
+1,380 -244 19 files

OpenBSD — sys/arch/mvme88k/conf files.mvme88k, sys/arch/mvme88k/dev vme.c syscon.c

    Replace the bunch of md_* function pointers with a `struct board' containing
    function pointers for all the board-specific code.
    
    Add a bunch of `struct board' methods to cover most, if not all, of the
    `per-board' logic. This allows most of the md drivers to be cleaned up and
    no longer need to embed board-specific knowledge.
Delta File
+441 -220 sys/arch/mvme88k/mvme88k/m188_machdep.c
+50 -283 sys/arch/mvme88k/dev/vme.c
+147 -93 sys/arch/mvme88k/mvme88k/m197_machdep.c
+201 -13 sys/arch/mvme88k/mvme88k/m1x7_machdep.c
+66 -146 sys/arch/mvme88k/mvme88k/machdep.c
+115 -0 sys/arch/mvme88k/include/board.h
+171 -415 14 files not shown
+1,191 -1,170 20 files

OpenBSD — share/man/man9 mbuf_tags.9

    i got SEE ALSO completely wrong ;(
    sorry mpi!
Delta File
+5 -5 share/man/man9/mbuf_tags.9
+5 -5 1 file

OpenBSD — sys/arch/mvme88k/include intr.h cpu.h

    Move interrupt-related defines from <machine/cpu.h> to <machine/intr.h>.
    No functional change.
Delta File
+94 -1 sys/arch/mvme88k/include/intr.h
+3 -35 sys/arch/mvme88k/include/cpu.h
+97 -36 2 files

OpenBSD — sys/arch/mvme88k/conf files.mvme88k, sys/arch/mvme88k/dev nvram.c nvramreg.h

    Split inittodr/resettodr code from actual tod routines, to allow for
    multiple tod routines in the near future.
    
    Use the mi clock_ymdhms_to_secs and clock_secs_to_ymdhms routines.
Delta File
+97 -105 sys/arch/mvme88k/mvme88k/locore.S
+104 -0 sys/arch/mvme88k/mvme88k/clock.c
+36 -57 sys/arch/mvme88k/dev/nvram.c
+2 -7 sys/arch/mvme88k/mvme88k/machdep.c
+6 -2 sys/arch/mvme88k/mvme88k/clockvar.h
+2 -2 sys/arch/mvme88k/dev/nvramreg.h
+2 -1 sys/arch/mvme88k/conf/files.mvme88k
+249 -174 7 files

OpenBSD — sys/arch/m88k/m88k process.S

    Unnecessary include
Delta File
+1 -2 sys/arch/m88k/m88k/process.S
+1 -2 1 file

OpenBSD — sys/arch/m88k/include cmmu.h m8820x.h, sys/arch/m88k/m88k m8820x_machdep.c pmap.c

    Extend cmmu routines to return the caching mode to use for page tables.
    
    Alter the 88200-specific code to enforce cache-inhibited page tables for
    extremely old 88200 versions, and to disable write-back caching on systems
    where xmem instructions do not behave correctly when applied to write-back
    cached addresses.
    
    No change introduced on 88110 systems, as well as most 88100 systems; the
    affected systems are 88100 systems with 88100 revision < 10 and/or 88200
    revision < 7; that is, only early MVME181 and MVME188 (not 188A) systems.
Delta File
+70 -7 sys/arch/m88k/m88k/m8820x_machdep.c
+26 -31 sys/arch/m88k/m88k/pmap.c
+17 -8 sys/arch/mvme88k/mvme88k/m88110.c
+5 -3 sys/arch/m88k/include/cmmu.h
+4 -1 sys/arch/m88k/include/m8820x.h
+2 -2 sys/arch/m88k/include/pmap.h
+124 -52 6 files

OpenBSD — sys/arch/m88k/include psl.h asm.h

    Fix comments telling that the `serial mode' bit in PSR only applies to 88110,
    it also exists on 88100. While there, do not allow userland to set it.
Delta File
+4 -4 sys/arch/m88k/include/psl.h
+2 -2 sys/arch/m88k/include/asm.h
+6 -6 2 files

OpenBSD — usr.bin/mg tutorial

    Describe the file -> buffer semantic.
    
    Reviewed and suggestions from jmc@.
Delta File
+13 -19 usr.bin/mg/tutorial
+13 -19 1 file

OpenBSD — sys/arch/alpha/include intr.h, sys/arch/armish/include intr.h

    Add a dummy IPL_MPSAFE definition.
    
    ok miod@, mikeb@
Delta File
+4 -2 sys/arch/zaurus/include/intr.h
+4 -2 sys/arch/armish/include/intr.h
+4 -2 sys/arch/beagle/include/intr.h
+4 -1 sys/arch/sgi/include/intr.h
+4 -1 sys/arch/octeon/include/intr.h
+4 -1 sys/arch/loongson/include/intr.h
+23 -7 8 files not shown
+47 -16 14 files

OpenBSD — sys/arch/sparc64/dev pci_machdep.c, sys/arch/sparc64/include intr.h

    Implement IPL_MPSAFE for pci bus interrupt handlers.
Delta File
+9 -2 sys/arch/sparc64/dev/pci_machdep.c
+4 -2 sys/arch/sparc64/include/intr.h
+13 -4 2 files

OpenBSD — share/man/man9 mbuf_tags.9

    Sync with reality.
    
    ok henning@, yasuoka@, jmc@
Delta File
+44 -27 share/man/man9/mbuf_tags.9
+44 -27 1 file

OpenBSD — share/man/man9 Makefile

    Link m_dup_pkthdr(9) to mbuf(9)
    
    ok blambert@, jmc@
Delta File
+3 -2 share/man/man9/Makefile
+3 -2 1 file

OpenBSD — sys/dev/pci/drm/i915 i915_drv.c

    wsmoused support
Delta File
+12 -2 sys/dev/pci/drm/i915/i915_drv.c
+12 -2 1 file

OpenBSD — sys/dev/rasops rasops.c rasops.h

    Implement wsmoused support based on the new multiple screen support.  Only
    works if the RI_VCONS flag is specified when initializing a rasops_info
    descriptor.
Delta File
+24 -7 sys/dev/rasops/rasops.c
+2 -1 sys/dev/rasops/rasops.h
+26 -8 2 files

OpenBSD — gnu/usr.bin/binutils/gas expr.c

    Don't reject '++' and '--' in expressions.  Some versions of gcc emit these.
    Fix found upstream.
    
    ok miod@, martynas@
Delta File
+9 -6 gnu/usr.bin/binutils/gas/expr.c
+9 -6 1 file

OpenBSD — sys/net rtsock.c

    MFC rtsock fix to OPENBSD_5_3:
    
    -/--------------------------
    revision 1.126
    date: 2013/05/17 11:13:37;  author: krw;  state: Exp;  lines: +2 -1
    Do not attempt to delete the undeletable RNF_ROOT route.
    
    Discovered & fix tested by Peter J Philip.
    
    ok claudio@ blambert@
    -/--------------------------
Delta File
+2 -1 sys/net/rtsock.c
+2 -1 1 file

OpenBSD — usr.sbin/nginx/src/http/modules ngx_http_proxy_module.c

Delta File
+4 -0 usr.sbin/nginx/src/http/modules/ngx_http_proxy_module.c
+4 -0 1 file

OpenBSD — sys/net rtsock.c

    Do not attempt to delete the undeletable RNF_ROOT route.
    
    Discovered & fix tested by Peter J Philip.
    
    ok claudio@ blambert@
Delta File
+2 -1 sys/net/rtsock.c
+2 -1 1 file

OpenBSD — regress/usr.bin/ssh scp.sh

    use a file extention that's not special on some platforms.  from portable
Delta File
+4 -4 regress/usr.bin/ssh/scp.sh
+4 -4 1 file

OpenBSD — regress/usr.bin/ssh portnum.sh

    use a more portable negated if structure.  from portable
Delta File
+4 -2 regress/usr.bin/ssh/portnum.sh
+4 -2 1 file