search for: svnweb

Displaying 20 results from an estimated 89 matches for "svnweb".

2012 Jun 16
2
SA-12:04 commit on RELENG_8_1 incorrect?
Hi, This was the commit of SA-12:04.sysret to RELENG_7_4, which makes sense to me: http://svnweb.freebsd.org/base/releng/7.4/sys/amd64/amd64/trap.c?r1=216618&r2=236953 But when it was applied to RELENG_8_1, it looks wrong, as if it was applied in the wrong place. The indentation is broken, and the code inserted looks like it wouldn't be effective: http://svnweb.freebsd.org/base/rele...
2015 Feb 10
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...tic symbols into extern symbols, together with a hidden visibility attribute (as suggested by Rafael Espíndola), similar to the fix I posted in this FreeBSD port bug: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192286 > > E.g., you can use these patches: > > https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__entry_x86-64_tls.h?view=markup > https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__entry_x86_tls.h?view=markup > https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__entry_x86_tsd.h?v...
2015 Feb 14
4
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...a hidden visibility attribute (as suggested by Rafael Espíndola), similar to the fix I posted in this FreeBSD port bug: >>> >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192286 >>> >>> E.g., you can use these patches: >>> >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__entry_x86-64_tls.h?view=markup >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__entry_x86_tls.h?view=markup >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__mapi__e...
2013 Jul 22
1
FreeBSD 9 and PERC H200
I got a Dell T110-II server on 2013-July-19. It has two 1Tbyte drives that the PERC H200 controls, RAID 1. I tried to install FreeBSD-9.1-RELEASE from a DVD from FreebsdMall. The autopart segfaulted, evidently because it could not find any disks. I think there is a PR about the segfaulting (bad bug, no messages). I worked around the problem by going to the loader prompt when the initial
2015 Feb 16
2
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwithllvm-toolchain v3.6.0rc2
...píndola), similar to the fix I posted in this FreeBSD port bug: > >> >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192286 > >> >>> > >> >>> E.g., you can use these patches: > >> >>> > >> >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src_ > >> >>> _ma > >> >>> pi__entry_x86-64_tls.h?view=markup > >> >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src_ > >> >>> _m > >> >>&g...
2013 Dec 13
1
Upgrading from FreeBSD10-B3 to FreeBSD10-RC1 borked
Followed the instructions here: http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html The upgrade borked. Error message: Can't find 'kernel' When I checked with ls /boot/kernel/, the directory does exist. :-( Since the system has encrypted root partion with ZFSonROOT, I tried to follow instructions at https://forums.freebsd.org/viewtopic.php?&t=8958 to boot
2015 Feb 16
1
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwith llvm-toolchain v3.6.0rc2
...ibility attribute (as suggested by Rafael Espíndola), similar to the fix I posted in this FreeBSD port bug: > >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192286 > >>> > >>> E.g., you can use these patches: > >>> > >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__ma > >>> pi__entry_x86-64_tls.h?view=markup > >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src__m > >>> api__entry_x86_tls.h?view=markup > >>> https://svnweb.freebsd.org/po...
2013 Aug 07
1
Some missong patches in 9.2-RC2
Hello, I went through my local patches against base/releng/, 9.2 in that case. There are some fixes which are noct in 9.2-RC1: - Regarding kerberized builds: http://lists.freebsd.org/pipermail/freebsd-bugs/2011-April/043902.html - Regarding mfi and >2TB corruption, seems MFC reminder failed http://www.freebsd.org/cgi/query-pr.cgi?pr=173291 - Regarding mount failok (seems r230226 got lost?)
2012 Jul 23
2
Intel D2500cc video problem: no scrolling
Dear colleagues, in the process of upgrading my home router I'm trying to utilise Intel D2500CC mini-ITX motherboard[1]. Both stable/9 and head suffer from no scrolling issue: from the beginning of booting the kernel, all output overrides the last line on the screen, while others keep the loader phase. Provided the board has multiple serial ports and the final target (headless
2016 Dec 02
4
Questions about libFLAC and SSE/SSE2/...
...m-optimizations (for other OSes). Debian adds "--disable-asm-optimizations --disable-sse --disable-altivec" to OPTFLAGS (see /debian/rules file inside <http://http.debian.net/debian/pool/main/f/flac/flac_1.3.1-4.debian.tar.xz> ) FreeBSD just comments out this option: <https://svnweb.freebsd.org/ports/head/audio/flac/files/patch-configure?view=markup#l28> Maybe it makes sense to remove this option? 3. What's the intended meaning of --enable-sse / --disable-sse options? What should they do/enable/disable?
2016 Sep 12
2
lld: add build-time control for including ELF / COFF / Mach-O linkers?
...f our contrib code. I didn't bother adding build support for the source files for non-ELF linkers. Is this something that'd be reasonable / desirable to have extended and implemented upstream, in the CMake build and perhaps a bit of an #ifdef mess in tools/lld/lld.cpp::main()? [1] https://svnweb.freebsd.org/changeset/base/305070
2015 Feb 09
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote: > Hi Sedat, > > On 07/02/15 22:42, Sedat Dilek wrote: >> [ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ] >> >> Hi, >> >> I already reported this when playing 1st time with my llvm-toolchain >> v3.6.0rc2 and mesa v10.3.7 [1]. >> The issue still
2009 Jan 02
1
FreeBSD 7.1 svn186551
Hi All! I have the question, why reverted the ICH10 support from 7.1? This is the svn commit: http://svnweb.freebsd.org/viewvc/base/releng/?pathrev=186551 What is the PR number of the base of this commit or what is the problem description? I have a motherboard with ich10r with 3 sata2 disc (hitachi) + 1 sata dvd-rw (samsung), without any problem. Sorry for bad spelling or english
2013 Apr 03
14
ocaml bindings
...s that if you just to a simple hello world and you''re using certain bindings (eg: xeneventch): you get missing symbols. (others appear to be fine). I know next to nothing about ocaml, and it could be my build process, but i kinda need some help about this. this is my spec file: http://svnweb.mageia.org/packages/cauldron/xen/current Thanks in advance PS: we''re at version freeze and release freeze is pretty soon :-S
2013 Jan 13
0
New freebsd-ops-announce mailing list
...enough to send to the main freebsd-announce list. The list is moderated and expected to be low traffic. You can sign up for the new list at: https://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce The kind of issues we expect to announce on the new list is: * svn0.us-west.FreeBSD.org and svnweb.FreeBSD.org are currently having performance issues due to pressing nullfs harder than most normal people do (a bugfix is in the works). * We now have SSL/TLS certificates for HTTPS on www.FreeBSD.org, wiki.FreeBSD.org, svnweb.FreeBSD.org, and lists.FreeBSD.org. * wiki.FreeBSD.org now redirects all...
2016 Jun 22
4
Help building llvm on freebsd 8.4
I am trying to build LLVM from source in FreeBSD 8.4. Here are the steps i carried out 1. Downloaded the source from http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz 2. Extracted the source into a folder. 3. Created a build directory and inside it ran $ cmake ../llvm-3.8.0.src 4. Started the build using $cmake --build . It throws the following error
2016 Sep 12
2
lld: add build-time control for including ELF / COFF / Mach-O linkers?
...gt; What's the motivation to not build COFF and Mach-O parts? If you don't need > it, you could just leave it. Are you trying to reduce the executable size? It was just easier to remove coff::link() and mach_o::link() from lld.cpp than to add them to our own build infrastructure https://svnweb.freebsd.org/base/projects/clang390-import/usr.bin/clang/lld/Makefile?view=markup We get a slightly faster build and a slightly smaller binary, but I was motivated more by laziness than those factors. That is, it would have taken more work to include features that would be unused.
2014 Feb 26
1
FreeBSD/ZFS/S3FS usage and development questions
...system on FreeBSD. It does work if sysvol is moved to a volume that is able to be mounted with the acls flag. I will reference a ticket I started with FreeNAS here: https://bugs.freenas.org/issues/4351 As of version 9.2.1.1 s3fs is now the default using the workaround known for FreeBSD. http://svnweb.freebsd.org/ports/head/net/samba41/files/README.FreeBSD.in?revision=340872&view=markup It seems to work well for the most part and things like smbstatus work. However I've noticed the inability to create any group policy objects. So I started thinking about the sysvolreset command. Am I...
2016 Dec 03
1
Questions about libFLAC and SSE/SSE2/...
...derstand, Debian 9.0 Stretch will support i386/x86 _architecture_, it just won't support 386/486/586 _processors_. It will work on i686+ CPUs, and some of them (Pentium Pro, II, III, Athlon, Athlon XP) don't support SSE2. >> FreeBSD just comments out this option: >> <https://svnweb.freebsd.org/ports/head/audio/flac/files/patch-configure?view=markup#l28> >> >> Maybe it makes sense to remove this option? > > Without knowing why FreeBSD disabled it, I'd prefer not to change it. Probably because they want to build libFLAC so that it supports older proces...
2012 Apr 30
1
FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)
I've been deploying FreeBSD 9 without issue on a number of near-identical servers for a client, but have run into an interesting annoyance when I hit the two DB servers. These DB servers have an LSI 3ware 9750-8i (running a 6 disk RAID 10 in a single 3TB virtual volume) which puts them apart from the other two servers in this cluster (which don't show either issue I am about to