search for: oberg

Displaying 15 results from an estimated 15 matches for "oberg".

Did you mean: berg
2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
...coalescing and it sounds like > this would fall under that work. Do you have references to papers > that talk about the various algorithms? Some suggestions: @InProceedings{Budimlic02, AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, YEAR = "2002", TITLE = "Fast copy coalescing and live-range identification", BOOKTITLE = "PLDI", PAGES = "25-32", PUBLISHER = "ACM Press" } @InProceedings{Sreedhar99, AUTHOR = "Vug...
2007 Apr 14
6
[LLVMdev] Regalloc Refactoring
...> this would fall under that work. Do you have references to papers >> that talk about the various algorithms? > > Some suggestions: > > @InProceedings{Budimlic02, > AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey > and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, > YEAR = "2002", > TITLE = "Fast copy coalescing and live-range identification", Yep, this is the one I was thinking of. It is available online here: http://www.cs.rice.edu/~keith/LACSI/pldi02.pdf > And I have a quite fast algo t...
2007 Apr 16
0
[LLVMdev] Regalloc Refactoring
...l under that work. Do you have references to papers >>> that talk about the various algorithms? >> Some suggestions: >> >> @InProceedings{Budimlic02, >> AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey >> and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, >> YEAR = "2002", >> TITLE = "Fast copy coalescing and live-range identification", > > Yep, this is the one I was thinking of. It is available online here: > http://www.cs.rice.edu/~keith/LACSI/pldi02.pdf I was just l...
2002 Dec 10
2
Migrating W2K AD to Samba?
After a frightening experience with W2K Active Directory, we've been considering an "emergency migration" to Samba. I've been looking at both 2.2.7 and the latest 3.0 alpha, but have found little information about migrating from W2K. Most information seems to be about Windows NT PDC. What I've tried is to pull the information from the AD tree with pwdump3 and put it in the
2004 Oct 04
0
FreeBSD Security Advisory FreeBSD-SA-04:15.syscons
...5.syscons Security Advisory The FreeBSD Project Topic: Boundary checking errors in syscons Category: core Module: sys_dev_syscons Announced: 2004-10-04 Credits: Christer Oberg Affects: FreeBSD 5.x releases Corrected: 2004-09-30 17:49:15 UTC (RELENG_5, 5.3-BETA6) 2004-10-04 17:04:25 UTC (RELENG_5_2, 5.2.1-RELEASE-p11) CVE Name: CAN-2004-0919 FreeBSD only: YES For general information regarding FreeBSD Security Advisories, including desc...
2016 Mar 21
3
[Bug 1059] New: Using wildcard interface names in an anonymous set fails on big endian
...fails on big endian Product: nftables Version: unspecified Hardware: ppc OS: other Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: magnus.oberg at westermo.se I'm running on a PPC platform, big endian. I'm getting this error at run-time: /var/run/nftables.rules:10:6-12: Error: Byteorder mismatch: expected big endian, got host endian iifname { "vlan1", "vi-vlan1_*" } ip daddr 33.44.5.6/32 ip protocol 6 tc...
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
Chris Lattner wrote: > On Thu, 12 Apr 2007, David Greene wrote: >> As I work toward improving LLVM register allocation, I've >> come across the need to do some refactoring. > > cool. :) One request: Evan is currently out on vacation until Monday. > This is an area that he is very interested in and will want to chime in > on. Please don't start anything
2005 May 05
0
FreeBSD Security Advisory FreeBSD-SA-05:07.ldt
...t Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure in i386_get_ldt Category: core Module: sys_i386 Announced: 2005-05-06 Credits: Christer Oberg Affects: All FreeBSD/i386 4.x releases since 4.7-RELEASE All FreeBSD/i386 5.x and FreeBSD/amd64 5.x releases prior to 5.4-RELEASE Corrected: 2005-05-06 02:40:19 UTC (RELENG_5, 5.4-STABLE) 2005-05-06 02:40:49 UTC (RELENG_5_4, 5.4-RELEASE)...
2005 May 05
0
FreeBSD Security Advisory FreeBSD-SA-05:07.ldt
...t Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure in i386_get_ldt Category: core Module: sys_i386 Announced: 2005-05-06 Credits: Christer Oberg Affects: All FreeBSD/i386 4.x releases since 4.7-RELEASE All FreeBSD/i386 5.x and FreeBSD/amd64 5.x releases prior to 5.4-RELEASE Corrected: 2005-05-06 02:40:19 UTC (RELENG_5, 5.4-STABLE) 2005-05-06 02:40:49 UTC (RELENG_5_4, 5.4-RELEASE)...
2004 Oct 04
1
FreeBSD Security Advisory FreeBSD-SA-04:15.syscons
...5.syscons Security Advisory The FreeBSD Project Topic: Boundary checking errors in syscons Category: core Module: sys_dev_syscons Announced: 2004-10-04 Credits: Christer Oberg Affects: FreeBSD 5.x releases Corrected: 2004-09-30 17:49:15 UTC (RELENG_5, 5.3-BETA6) 2004-10-04 17:04:25 UTC (RELENG_5_2, 5.2.1-RELEASE-p11) CVE Name: CAN-2004-0919 FreeBSD only: YES For general information regarding FreeBSD Security Advisories, including desc...
2007 Apr 16
3
[LLVMdev] Regalloc Refactoring
...ces to papers >>>> that talk about the various algorithms? >>> Some suggestions: >>> >>> @InProceedings{Budimlic02, >>> AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. >>> Harvey >>> and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, >>> YEAR = "2002", >>> TITLE = "Fast copy coalescing and live-range identification", >> >> Yep, this is the one I was thinking of. It is available online here: >> http://www.cs.rice.edu/~keith/LACSI/pldi0...
2009 Sep 15
4
Protecting against kernel NULL-pointer derefs
All, Given the amount of NULL-pointer dereference vulnerabilities in the FreeBSD kernel that have been discovered of late, I've started looking at a way to generically protect against the code execution possibilities of such bugs. By disallowing userland to map pages at address 0x0 (and a bit beyond), it is possible to make such NULL-pointer deref bugs mere DoS'es instead of code
2006 Jan 27
2
Disk/Boot problems when upgrading BIOS
I don''t know if it''s caused by ZFS or drivers/disks, but the symptoms are as follows. M-bord ASUS KN8-E Deluxe with Athlon 64. Running snv_30. When upgrading BIOS to current, the machine can''t boot anymore and crashes just after GRUB booting the Solaris kernel. BIOS contains SATA upgrades and I''ve got a newer SATA II disk installed. When downgrading to BIOS
2002 Dec 12
1
Rejoining domain with W2K
I have successfully installed Samba 2.2.7a as a PDC and has added the "add user script" to automatically create machine accounts. This worked very well when I added my client machine the first time. It successfully joined the domain and I was able to login as a user. I then removed the machine from the domain and put it in an unrelated workgroup and then tried to re-join the Samba
2006 Aug 11
1
PrintPreview extremely slow with Samba network printers
I am using Microsoft .NET (2.0) PrintPreviewDialog to preview reports, and all works well when the Windows default printer is set to a local printer or a network printer on a Windows server, but if I set it to a Samba network printer, it slows down to a crawl. With a Windows server network printer, it takes about 10 seconds to render 100 pages. With a Samba network printer, it takes over 5