[RFC] remove dead code from link_elf.c

2014-05-15 Thread Oliver Pinter
Hi all! I found that the SPARSE_MAPPING used only in sys/kern/link_elf.c file, and no other place in kernel, nor in generated codes in /usr/obj/... op@pandora-d opBSD.git> git grep -i SPARSE_MAPPING sys/kern/link_elf.c:#ifdef SPARSE_MAPPING sys/kern/link_elf.c:#ifdef SPARSE_MAPPING sys/kern/link_

typo in callout(9) documentation

2014-05-06 Thread Oliver Pinter
Hi Davide! See the attached patch. 0001-fix-callout-9-man-page.patch Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsub

MFC of Revision 261913

2014-05-06 Thread Oliver Pinter
Hi Des! Can you merge back the r261913 commit to stable/10 or is this a POLA violation? Thanks, Oliver ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-curre

Re: [CFT] ASLR and PIE on amd64

2014-04-28 Thread Oliver Pinter
Updated aslr + segvguard SNAPSHOT patches, see the attachments. freebsd-stable-10-r265039-aslr-segvguard-SNAPSHOT.diff : against stable/10 @r265039 freebsd-current-r265046-aslr-segvguard-SNAPSHOT.diff : against current @r265046 To apply the patch, use this command: patch -p1 < freebsd-stable-1

Re: [CFT] ASLR and PIE on amd64

2014-04-08 Thread Oliver Pinter
On 4/2/14, Shawn Webb wrote: > On Apr 02, 2014 04:54 PM +0200, Oliver Pinter wrote: >> On 4/2/14, Oliver Pinter wrote: >> > On 3/31/14, Shawn Webb wrote: >> >> On Mar 31, 2014 02:07 AM +0200, Oliver Pinter wrote: >> >>> On 3/22/14, Shawn Webb wro

Re: another Make (maybe) problem

2014-04-04 Thread Oliver Pinter
On 4/3/14, Robert Huff wrote: > Warner Losh writes > >> > Can you prune down your make.conf to find the minimal line(s) that >> > cause this? >> >> Yes, but each run will take about three hours >> >> Starting with an empty make.conf, > > Empty make.conf = same result. >

Re: [CFT] ASLR and PIE on amd64

2014-04-02 Thread Oliver Pinter
On 4/2/14, Oliver Pinter wrote: > On 3/31/14, Shawn Webb wrote: >> On Mar 31, 2014 02:07 AM +0200, Oliver Pinter wrote: >>> On 3/22/14, Shawn Webb wrote: >>> > Hey All, >>> > >>> > First off, I hope that even as a non-committer, it'

Re: Adding Encryption Algorithm to Kernel

2014-04-02 Thread Oliver Pinter
On 4/2/14, Shady Elhamy wrote: > Hi > > I am working on a project and i want to add an encryption algorithm to > freeBSD kernel. > > What are the steps ? Which files should i change ? > > I have searched the internet and the forums and mailing lists, but couldn't > find anything. I was hoping you

Re: [CFT] ASLR and PIE on amd64

2014-04-01 Thread Oliver Pinter
On 3/31/14, Shawn Webb wrote: > On Mar 31, 2014 02:07 AM +0200, Oliver Pinter wrote: >> On 3/22/14, Shawn Webb wrote: >> > Hey All, >> > >> > First off, I hope that even as a non-committer, it's okay that I post >> > a call for testing. If not,

Re: [CFT] ASLR and PIE on amd64

2014-03-30 Thread Oliver Pinter
On 3/22/14, Shawn Webb wrote: > Hey All, > > First off, I hope that even as a non-committer, it's okay that I post > a call for testing. If not, please excuse my newbishness in this > process. This is my first time submitting a major patch upstream to > FreeBSD. > > Over the past few months, I've

Re: iwn0: iwn_intr: fatal firmware error (10-STABLE + iwn2230)

2014-03-14 Thread Oliver Pinter
No change. Same like before. On 1/12/14, Adrian Chadd wrote: > Just try copying the whole iwn driver from -head to -10. > > -a > > > On 12 January 2014 05:27, Oliver Pinter wrote: >> Hi all! >> >> I got this firmware crash with 10-STABLE + backported iwn

PANIC: freebsd-10-stable - acquiring blockable sleep lock with spinlock or critical section held (sleep mutex) Giant @ /usr/src/sys/dev/usb/input/ukbd.c:1929

2014-03-09 Thread Oliver Pinter
Hi All! I have this kernel panic: Unread portion of the kernel message buffer: <118>[1212013] Mar 9 21:44:10 pandora-d syslogd: exiting on signal 15 [1212048] Waiting (max 60 seconds) for system process `vnlru' to stop...done [1212048] panic: acquiring blockable sleep lock with spinlock or criti

[ARM] FYI: Broadcom Open-Sources VideoCore IV 3D Graphics Stack

2014-03-02 Thread Oliver Pinter
license: 3 clause BSD http://www.phoronix.com/scan.php?page=news_item&px=MTYxODQ http://blog.broadcom.com/chip-design/android-for-all-broadcom-gives-developers-keys-to-the-videocore-kingdom/ ___ freebsd-current@freebsd.org mailing list http://lists.free

Re: SOLVED: Problem with -fno-strict-overflow (was: Re: RFC: (Unconditionally) enable -fno-strict-overflow for kernel builds)

2013-12-19 Thread Oliver Pinter
On 12/19/13, Stefan Esser wrote: > Am 30.11.2013 14:56, schrieb Konstantin Belousov: >> I propose to unconditionally add the switch -fno-strict-overflow >> to the kernel compilation. See the patch at the end of message for >> exact change proposed. >> >> What does it do. It disallows useless and

Re: Centrino Wireless N2230 support

2013-12-07 Thread Oliver Pinter
Hi Adrian! Please commit the attached patch, to fix iwn2030 when compiled in to kernel. On 12/7/13, Adrian Chadd wrote: > Hi, > > I don't plan a backport of any of this just yet. > > I'd like to let the changes shake out a bit first. There's been some > reports about things not working between 1

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
of network dropped from 113MByte/s to 70+/-15 MByte/s machdep.idle_mwait=1/0 has no effect machdep.idle=htl has no effect On 11/5/13, Oliver Pinter wrote: > dmesg corrected > > On 11/5/13, Oliver Pinter wrote: >> On 11/5/13, Adrian Chadd wrote: >>> Ok, so it's on

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
dmesg corrected On 11/5/13, Oliver Pinter wrote: > On 11/5/13, Adrian Chadd wrote: >> Ok, so it's only hitting C1. It's not going into C2. >> >> Is this a dual core CPU with hyperthreading enabled, or a quad core CPU? > > quad core, i5-4670 > >> &g

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
issed interrupts or > interrupts that aren't immediately causing the driver thread to be > scheduled (and thus things enter HLT until the next interrupt.) I had > to deal with this crap on MIPS for quite some time. > > sysctl machdep.idle=hlt > > > > -adrian > >

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
? I'd like to see what sleep > state(s) your CPU is entering. > > Thanks! > > > -adrian > > > On 5 November 2013 06:07, Oliver Pinter wrote: >> Hi all! >> >> The machine is a Haswell machine, the disc performance was very poor >> (20-30MBy

[10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
Hi all! The machine is a Haswell machine, the disc performance was very poor (20-30MByte/sec). When I change the kern.eventtimer.idletick from 0 to 1, the normal performance restored back to normal (70-90MByte/sec). The default eventtimer was LAPIC. On other machine Q9300, this was fully reprodu

Re: Panic when starting X with Intel KMS

2013-07-20 Thread Oliver Pinter
On 7/20/13, Gustau Pérez i Querol wrote: > Al 17/07/2013 21:05, En/na Gustau Pérez i Querol ha escrit: >> Hi, >> >>I'm having panics or hard freezes when starting X with an Intel >> video card. The machine is able to start old X+twm without problems >> but when I try gnome3 (in normal or fallb

Re: VFCF_JAIL

2013-06-29 Thread Oliver Pinter
Sorry for the noise, I found this revert: https://github.com/freebsd/freebsd/commit/51861f0c71f2b3945937dbef2e27efaf6e19fe92 On 6/30/13, Oliver Pinter wrote: > Hi! > > Why needed the VFCF_JAIL flag in this commit? And why not reflected > this change in the commit messag

VFCF_JAIL

2013-06-29 Thread Oliver Pinter
Hi! Why needed the VFCF_JAIL flag in this commit? And why not reflected this change in the commit message? https://github.com/freebsd/freebsd/commit/b08615c213db4d34132dea8c42770d1635e903fc PS.: the svnweb.freebsd.org is out of sync.. ___ freebsd-curre

Re: gccmakedep fix - 20130619

2013-06-18 Thread Oliver Pinter
On 6/19/13, John Marino wrote: > On 6/19/2013 01:00, Oliver Pinter wrote: >> Hi all! >> >> Attached a fix to gccmakedep. > > > So > 1) There's already multiple PRs on this, including one I just submitted: > http://www.freebsd.org/cgi/query-pr.cgi?pr

gccmakedep fix - 20130619

2013-06-18 Thread Oliver Pinter
Hi all! Attached a fix to gccmakedep. diff --git a/devel/gccmakedep/Makefile b/devel/gccmakedep/Makefile index b7e8cf6..07c3ef3 100644 --- a/devel/gccmakedep/Makefile +++ b/devel/gccmakedep/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/gccmakedep .if (${OSVERSION} >= 900506 && ${OSVERSION} < 10

Re: fix r249601

2013-05-10 Thread Oliver Pinter
updated version On 5/10/13, Oliver Pinter wrote: > Hello! > > See the attached patch. This fixed the stdext features enumeration. > fix-stdext-enumeration-r249601.diff Description: Binary data ___ freebsd-current@freebsd.org maili

fix r249601

2013-05-09 Thread Oliver Pinter
Hello! See the attached patch. This fixed the stdext features enumeration. 0001-fix-stdext-enumeration-in-identcpu.patch Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: forwarding/ipfw/pf evolution (in pps) on -current

2013-04-25 Thread Oliver Pinter
nice work! On 4/24/13, Olivier Cochard-Labbé wrote: > Hi all, > > here is the result of my simple-and-dummy bench script regarding > forwarding/ipfw/pf performance evolution on -current on a single-core > server with one flow only. > It's the result of more than 810 bench tests (including reboot

swapcontext rewrite broke some software

2013-04-16 Thread Oliver Pinter
Hi! After this commit: commit ac0cfc7fcb1b51ee6aeacfd676fa6dfbe11eefb5 Author: davidxu Date: Wed Apr 10 02:40:03 2013 + swapcontext wrapper can not be implemented in C, the stack pointer saved in the context becomes invalid when the function returns, same as setjmp, it must be

Re: panic at serial boot

2013-04-02 Thread Oliver Pinter
On 4/2/13, m...@kernel32.de wrote: > Hi again, > > Am 2013-04-02 21:52, schrieb Konstantin Belousov: >> On Tue, Apr 02, 2013 at 08:23:20PM +0200, m...@kernel32.de wrote: >> >> Try breaking into the debugger and see where it progresses. To do >> this, >> you would need to boot with the 'boot -d' co

Re: ports/177488: qemu-1.4

2013-03-30 Thread Oliver Pinter
and one more On 3/30/13, Oliver Pinter wrote: > yes this is git head, sorry > > On 3/30/13, Juergen Lock wrote: >> On Sat, Mar 30, 2013 at 02:36:35AM +0100, Oliver Pinter wrote: >>>[..] >>> >>> disable some unneeded function, and make qemu 1.4 compilabl

Re: ports/177488: qemu-1.4

2013-03-30 Thread Oliver Pinter
yes this is git head, sorry On 3/30/13, Juergen Lock wrote: > On Sat, Mar 30, 2013 at 02:36:35AM +0100, Oliver Pinter wrote: >>[..] >> >> disable some unneeded function, and make qemu 1.4 compilable on FreeBSD >> 9.1 >> > > I think you are building qemu gi

Re: ports/177488: qemu-1.4

2013-03-29 Thread Oliver Pinter
;Responsible:freebsd-ports-bugs >> >Synopsis: qemu-1.4 >> >Arrival-Date: Sat Mar 30 01:20:00 UTC 2013 >> disable some unneeded function, and make qemu 1.4 compilable on FreeBSD 9.1 > From 579cf589ca45e6fd7e15d7c214dfa63b57ae4163 Mon Sep 17 00:00:00 2001 F

Re: hwpmc support for haswell

2013-03-23 Thread Oliver Pinter
On 3/23/13, hiren panchasara wrote: > On Thu, Jan 31, 2013 at 6:26 PM, hiren panchasara > wrote: >> On Thu, Jan 31, 2013 at 5:47 PM, Davide Italiano >> wrote: >>> On Fri, Feb 1, 2013 at 2:17 AM, hiren panchasara >>> wrote: Hi, I've prepared a patch to add core and uncore events s

Re: system 20% busy at all times?

2013-02-19 Thread Oliver Pinter
try other event timer source http://comments.gmane.org/gmane.os.freebsd.bugs/59695 On 2/19/13, Eggert, Lars wrote: > Hi, > > I have a system running -CURRENT that in top(1) is showing ~20% CPU usage > for the system at all times. Any ideas what could be causing this, or how I > would go about di

svn2git exporter is down on git-beta.freebsd.org?

2013-01-27 Thread Oliver Pinter
Hi All! The svn2git exporter is down on git-beta.freebsd.org? The last update was 2013.jan.15. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubs

Re: [RFC/RFT] calloutng

2012-12-15 Thread Oliver Pinter
On 12/15/12, Bruce Evans wrote: > On Fri, 14 Dec 2012, Oliver Pinter wrote: > >> 635 - return tticks; >> 636 + getbinuptime(&pbt); >> 637 + bt.sec = data / 1000; >> 638 + bt.frac = (data % 1000) * (uint64_t)1844674407309000LL; >> 63

Re: [RFC/RFT] calloutng

2012-12-14 Thread Oliver Pinter
Hi! 635 - return tticks; 636 + getbinuptime(&pbt); 637 + bt.sec = data / 1000; 638 + bt.frac = (data % 1000) * (uint64_t)1844674407309000LL; 639 + bintime_add(&bt, &pbt); 640 + return bt; 641 } What is this 1844674407309000LL constant? 783 @@ -275,7

git.freebsd.org is down?

2012-10-14 Thread Oliver Pinter
Hi All! I got this message, when I why try to pull from git.freebsd.org: ---8<--- fatal: unable to connect git.freebsd.org: git.freebsd.org[0: 69.147.83.33]: errno=Connection refused git.freebsd.org[1: 2001:4f8:fff6::21]: errno=No route to host ---8<--- The IPv6 related are ok, while this machin

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/27/12, Oliver Pinter wrote: > On 9/26/12, Garrett Cooper wrote: >> On Wed, Sep 26, 2012 at 2:18 PM, Oliver Pinter >> wrote: >>> On 9/26/12, Garrett Cooper wrote: >>>> On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter >>>> wrote: >>>

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/26/12, Garrett Cooper wrote: > On Wed, Sep 26, 2012 at 2:18 PM, Oliver Pinter > wrote: >> On 9/26/12, Garrett Cooper wrote: >>> On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter >>> wrote: >>>> Hi all! >>>> >>>> This patch f

Re: [PATCH] unbreak imake build when clang set as base compiler

2012-09-26 Thread Oliver Pinter
On 9/26/12, Garrett Cooper wrote: > On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter > wrote: >> Hi all! >> >> This patch fixed the problem, when buildig imake on a machine where >> clang is the base the compiler (WITH_CLANG_IS_CC). > > (Picking a random message

[PATCH] unbreak gccmakedep build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig gccmakedep (yeah, gcc...) on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_gccmakedep_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-current@freebsd.o

[PATCH] unbreak imake build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig imake on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_imake_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-current@freebsd.org mailing list http://li

[PATCH] unbreak XDM build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig xdm on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_xdm_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.

UEFI secure bootloader from ferdora

2012-06-03 Thread Oliver Pinter
https://github.com/mjg59/shim http://hup.hu/cikkek/20120603/a_fedora_megoldasa_az_uefi_secure_boot_mizeriara http://mjg59.dreamwidth.org/12368.html?thread=406864 ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: [RFC, RFT] LDM support (aka Windows Dynamic Volumes)

2012-03-12 Thread Oliver Pinter
On 3/12/12, Adrian Chadd wrote: > 2012/3/11 Andrey V. Elsukov : >> On 11.03.2012 23:31, Adrian Chadd wrote: >>> This is awesome! >>> >>> Is it just read-only, or does it allow creation/destruction of LDM >>> volumes? >> >> It is read-only, but you can partially destroy LDM metadata on given disk.

Re: add k3772z 3g modem support for FreeBSD-9

2012-03-07 Thread Oliver Pinter
Hi! usb/165815 On 3/7/12, Adrian Chadd wrote: > Hi! > > Would you please submit this as a PR? > > That way it Doesn't get (as) lost. > > Thanks! > > > adrian > > On 6 March 2012 16:53, Oliver Pinter wrote: >> Hi all! >> >> I

add k3772z 3g modem support for FreeBSD-9

2012-03-06 Thread Oliver Pinter
Hi all! I wrote a patch, to add support for Vodafone K3772-Z 3g modem. -- Oliver Pinter (Tresorium) commit 092aa1246e1dde0ffe11a7bc06b540f4fa5851c9 Author: Oliver Pinter Date: Wed Mar 7 01:47:51 2012 +0100 added support for Vodafone 3772-Z to u3g driver ugen1.2: at usbus1

Re: Enhancing the user experience with tcsh

2012-02-10 Thread Oliver Pinter
On 2/10/12, Eitan Adler wrote: > In conf/160689 (http://www.freebsd.org/cgi/query-pr.cgi?pr=160689) > there has been some discussion about changing the default cshrc file. > > I'd like to commit something like the following based on Chris's patch > at the end of the thread. This post is an attempt

Re: [RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Oliver Pinter
On Friday 06 January 2012 19:35:31 Sergey Kandaurov wrote: > On 6 January 2012 21:50, Oliver Pinter wrote: > > Hi All! > > > > When svn installed and the source stored in git, then now the version > > detection failed. The attached patch fixed this situation. &g

[RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Oliver Pinter
Hi All! When svn installed and the source stored in git, then now the version detection failed. The attached patch fixed this situation. -- Oliver Pinter (Tresorium) From a84c998c251a83ba3fa3c734b7fbc6fe1af17c6a Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Tue, 3 Jan 2012 12:17:43

Re: [RFC] Enable nxstack by default

2011-11-15 Thread Oliver Pinter
On 11/15/11, Jeremie Le Hen wrote: > Hi, > > On Wed, Oct 19, 2011 at 12:37:44AM +0200, Oliver Pinter wrote: >> In NetBSD has been some PaX feature [0] implemented. (ASLR, W^X >> (~nxstack), mprotect restriction, veriexec, mmap randomization[2]...) >> >> [

Re: Is fork() hook ever possible?

2011-11-14 Thread Oliver Pinter
On 11/15/11, Andrey Chernov wrote: > On Mon, Nov 14, 2011 at 06:08:55PM -0500, David Schultz wrote: >> Not quite. OpenBSD's implementation is more careful. I just >> noticed a funny thing about FreeBSD's KERN_ARND sysctl: If the >> random device isn't (or can't be) loaded, KERN_ARND silently >>

Re: Using Instruction Pointer address in debug interfaces [Was: Re: vm_page_t related KBI [Was: Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3]]

2011-11-09 Thread Oliver Pinter
On 11/9/11, Arnaud Lacombe wrote: > Hi, > > On Tue, Nov 8, 2011 at 9:35 PM, Julian Elischer wrote: >> On 11/8/11 5:52 PM, Arnaud Lacombe wrote: >>> >>> Hi, >>> >>> On Tue, Nov 8, 2011 at 7:08 PM, Julian Elischer >>> wrote: On 11/8/11 10:49 AM, Arnaud Lacombe wrote: > > Hi,

[PATCH][acpi_thermal] add dimension

2011-11-06 Thread Oliver Pinter
Hi all! $subject From c46f65c2d53ef3bd8bcc877bb9da518a524d7c1b Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Sun, 6 Nov 2011 20:49:16 +0100 Subject: [PATCH] specify polling_rate dimension Signed-off-by: Oliver Pinter diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica

Re: possible mountroot regression

2011-10-19 Thread Oliver Pinter
On 10/19/11, Olivier Smedts wrote: > Hello, > > 2011/10/19 Marcel Moolenaar : >> >> On Oct 18, 2011, at 9:04 AM, Andriy Gapon wrote: >> >>> Would you be able to commit a variant of this patch sans the 'x' part? >>> >> >> Yes, soonish. If people like the 'x' change I can do that in a followup >> co

Re: [RFC] Enable nxstack by default

2011-10-18 Thread Oliver Pinter
-20050527.diff On 10/19/11, Arnaud Lacombe wrote: > Hi, > > 2011/10/18 Kostik Belousov : >> On Tue, Oct 18, 2011 at 01:06:27PM -0400, Arnaud Lacombe wrote: >>> Hi, >>> >>> On Tue, Oct 18, 2011 at 12:53 PM, Oliver Pinter >>> wrote:

Re: [RFC] Enable nxstack by default

2011-10-18 Thread Oliver Pinter
On 10/18/11, Arnaud Lacombe wrote: > Hi, > > On Tue, Oct 18, 2011 at 11:44 AM, Garrett Cooper wrote: >> On Tue, 18 Oct 2011, Arnaud Lacombe wrote: >> >>> Hi, >>> >>> On Tue, Oct 18, 2011 at 5:07 AM, Kostik Belousov >>> wrote: >>

Re: [RFC] Enable nxstack by default

2011-10-18 Thread Oliver Pinter
Looks good to me. On 10/18/11, Kostik Belousov wrote: > On Mon, Oct 17, 2011 at 09:30:56PM +0200, Oliver Pinter wrote: >> Hi all! >> >> I think, it's the time to enable the nxstack feature. Any comments, >> pros, cons? > > I dragged the change long enough f

[RFC] Enable nxstack by default

2011-10-17 Thread Oliver Pinter
Hi all! I think, it's the time to enable the nxstack feature. Any comments, pros, cons? From 2641987c35b025fa92adba402535a71aa1a4f7ce Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Mon, 17 Oct 2011 21:14:58 +0200 Subject: [PATCH] enable nxstack by default Signed-off-by: Oliver Pinter

Re: [PATCH] Make top -P an interactive toggle

2011-07-08 Thread Oliver Pinter
On 7/8/11, Alexander Best wrote: > On Fri Jul 8 11, John Baldwin wrote: >> This patch lets you use 'P' while top is running to toggle between per-CPU >> and >> global CPU stats. > > very cool. i always thought that being able to interactivly enable/disable > per-cpu stats in top would be a useful

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Oliver Pinter
On 7/6/11, Hartmann, O. wrote: > On 07/06/11 21:36, Steve Kargl wrote: >> On Wed, Jul 06, 2011 at 03:18:35PM -0400, Arnaud Lacombe wrote: >>> Hi, >>> >>> On Wed, Jul 6, 2011 at 12:28 PM, Steve Kargl >>> wrote: On Wed, Jul 06, 2011 at 05:29:24PM +0200, O. Hartmann wrote: > I use SCHED_UL

[head] does not build arm

2011-02-13 Thread Oliver Pinter
Hi all! I try to build 9-CURRENT for arm, but become this error: tcp_output.o(.text+0x2b00): In function `tcp_addoptions': : undefined reference to `__ucmpdi2' *** Error code 1 Stop in /usr/home/op/xtalin/build/arm.arm/usr/9-CURRENT.git/sys/DB-88F5XXX. *** Error code 1 the command is: # make bu

Re: BSDInstall: merging to HEAD

2011-01-21 Thread Oliver Pinter
Hi all! Is there available any bootmgr(boot0)-like boot manager for GPT? On 1/21/11, Nathan Whitehorn wrote: > On 01/20/11 17:21, Doug Barton wrote: >> On 01/20/2011 14:47, Nathan Whitehorn wrote: >>> On 01/20/11 16:44, Doug Barton wrote: On 01/20/2011 14:15, Chuck Swiger wrote: > On Ja

Re: TTY task group scheduling

2010-11-19 Thread Oliver Pinter
wrote: > On Fri, Nov 19, 2010 at 1:10 PM, Oliver Pinter > wrote: >> http://lkml.org/lkml/2010/11/16/392 >> >> On 11/18/10, O. Hartmann wrote: >>> On 11/18/10 02:30, grarpamp wrote: >>>> Just documenting regarding interactive performance

Re: TTY task group scheduling

2010-11-19 Thread Oliver Pinter
http://lkml.org/lkml/2010/11/16/392 On 11/18/10, O. Hartmann wrote: > On 11/18/10 02:30, grarpamp wrote: >> Just documenting regarding interactive performance things. >> This one's from Linux. >> >> http://www.phoronix.com/scan.php?page=article&item=linux_2637_video&num=1 > > Well, > it would be

Re: www/chromium crashing whole system

2010-11-19 Thread Oliver Pinter
can you try disable the chrome sandbox feature? chmod -s chrome-sandbox mv chrome-sandbox chrome-sandbox.disabled_feature and after this, the problem is still represented? under linux with grsec path, with enabled sandbox, do not started, I know, that is a fully different problem On 11/19/10, A

Re: gptboot rewrite, bootonce, etc.

2010-09-19 Thread Oliver Pinter
Hi PJD! Can you this patcheset release for 7-STABLE? On 9/19/10, Boris Samorodov wrote: > Hi! > > On Sat, 18 Sep 2010 01:45:42 +0200 Pawel Jakub Dawidek wrote: > >> My company was in need for functionality similar to nextboot(8), but on >> boot loader level, so we can have two partitions we boot

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Oliver Pinter
iscsi initiator paniced over 4 dev, and the code has limitations of devices, it is hardcoded to 4 9f2ae5be (scottl 2007-07-24 15:35:02 + 39) #define ISCSIDEV"iscsi" 9f2ae5be (scottl 2007-07-24 15:35:02 + 40) 9f2ae5be (scottl 2007-07-24 15:35:02 + 41) #define ISCSI_MAX_TARGET

stackgap

2010-06-12 Thread Oliver Pinter
Hi All! The linked[1][2] stackgap patches why not included in FreeBSD tree? I used this patches for a long while (~2 year ago), without problem. And I have an updated patch for 7-STABLE: http://peonia.teteny.elte.hu/freebsd/patches/stable/stable/20091229025818-randomize_mmap.patch [1] http://peop

<    1   2