Hi Alastair,
That sounds like a bug! Please report it on Bugzilla.
Yours,
Robert Clausecker
Am Sun, Apr 13, 2025 at 02:51:17AM + schrieb Alastair Hogge:
> Hello,
>
> I am updating a 15-CURRENT host from
> 1016b3c344350fa5968f16852e5e4e388c51d817[1] (2025-03-08 18:28:50
From: owner-freebsd-curr...@freebsd.org on
behalf of Robert Austen
Sent: April 9, 2025 10:44 AM
To: Zhenlei Huang
Cc: freebsd-current@freebsd.org ;
freebsd-...@freebsd.org ; Kristof Provost
; Cy Schubert
Subject: Re: pfil_default_to_drop
You don't
ing with the kernel Makefile + CONF structure than
with my changes lol.
From: Zhenlei Huang
Sent: April 9, 2025 1:48 AM
To: Robert Austen
Cc: freebsd-current@freebsd.org ;
freebsd-...@freebsd.org ; Kristof Provost
; Cy Schubert
Subject: Re: pfil_default_to_dro
s?
let sysadmin use whatever option they see fit?
they shouldn't have to write something to get the result they want (or need),
like I had to..
From: Cy Schubert
Sent: April 9, 2025 8:39 AM
To: Zhenlei Huang
Cc: Robert Austen ;
freebsd-current@freebsd.
ll,
so it's a simple mechanism for those that want more than PF_DEFAULT_TO_DROP can
ever provide.
thanks!
From: Zhenlei Huang
Sent: April 7, 2025 7:55 PM
To: Robert Austen
Cc: freebsd-current@freebsd.org ;
freebsd-...@freebsd.org ; Kristof Provost
Subject:
From: Robert Austen
Sent: April 7, 2025 4:33 PM
To: freebsd-current@freebsd.org ;
freebsd-...@freebsd.org
Subject: Fw: pfil_default_to_drop
From: Robert Austen
Sent: April 7, 2025 4:21 PM
To: freebsd-current@freebsd.org
00 CET 2025
> guru@jet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
>
> What would be the correct way to fix this? Re-run 'make buildworld'
> again? Or copying the shared lib libmd.so.6 into place?
The simplest solution is to clear the object directory and do a fresh world
build.
libmd.so.6 was turned into libmd.so.7 as part of a recent API change. It should
also work to link libmd.so.7 to libmd.so.6.
Yours,
Robert Clausecker
--
() ascii ribbon campaign - for an encoding-agnostic world
/\ - against html email - against proprietary attachments
(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} obj)
---8<---8<---8<---8<---
Yours,
Robert Clausecker
--
() ascii ribbon campaign - for an encoding-agnostic world
/\ - against html email - against proprietary attachments
y all dynamically linked programs link
these libraries anyway.
Yours,
Robert Clausecker
--
() ascii ribbon campaign - for an encoding-agnostic world
/\ - against html email - against proprietary attachments
ls.
>
FYI gpart doesn't allow you to create disklabel with more than 8 items
either.
robert@venus ~ 563$ doas mdconfig -l
md0
robert@venus ~ 564$ doas mdconfig -lv
md0 vnode 40M /usr/home/robert/test_disk.img
robert@venus ~ 565$ doas gpart backup md0
MBR 4
1 freebsd 1 81
On Tue, Jan 9, 2024, at 04:47, void wrote:
> On Mon, Jan 08, 2024 at 12:41:02PM -0800, Xin LI wrote:
>>On Sun, Jan 7, 2024 at 5:27 AM void wrote:
>>
>>> Hi,
>>>
>>> Does /var/mail still need atime?
>>>
>>> I've installed a ufs2-based -current main-n267425-aa1223ac3afc on
>>> rpi4/8BG which install
On Tue, Jan 9, 2024, at 05:13, void wrote:
> On Tue, Jan 09, 2024 at 09:47:59AM +0100, Olivier Certner wrote:i
>
>> So, to me, at this point, it still sounds more than a gimmick
>> than something really useful. If someone has a precise use case
>> for it and motivation, than of course please go
On Mon, Jan 8, 2024, at 14:41, Xin LI wrote:
>
>
> On Sun, Jan 7, 2024 at 5:27 AM void wrote:
>> Hi,
>>
>> Does /var/mail still need atime?
>>
>> I've installed a ufs2-based -current main-n267425-aa1223ac3afc on
>> rpi4/8BG which installs into one / . If it's mounted with noatime,
>> will it h
Hi Glen,
Am Mon, Dec 25, 2023 at 06:01:36PM +0300 schrieb Gleb Popov:
> On Mon, Dec 25, 2023 at 5:38 PM Robert Clausecker wrote:
> >
> > Greetings!
> >
> > I am happy to announce that the FreeBSD Foudation sponsored amd64 libc
> > SIMD enhancement work has land
ding world WITHOUT_MACHDEP_OPTIMIZATIONS.
Please see simd(7) as well as the blog post:
https://freebsdfoundation.org/blog/a-sneak-peek-simd-enhanced-string-functions-for-amd64/
for more details.
Yours,
Robert Clausecker
--
() ascii ribbon campaign - for an encoding-agnostic world
/\ - against html email
tecture triple for one of those. FreeBSD keeps them distinct.)
>
> However, the armv6 part of that is wrong: The infrastructure supports
> only one 32-bit alternative for a given kernel, not a family of them at
> once . . .
See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256
orld has both "make cleanworld" and
"make cleandir"; is that sufficient?
Respectfully,
Robert Huff
ed in the head by a mule" look>
What have I done wrong?
More importantly: how do I fix it?
Respectfully,
Robert Huff
Hi Warner,
Thank you for your response.
Am Sun, Sep 10, 2023 at 09:53:03AM -0600 schrieb Warner Losh:
> On Sun, Sep 10, 2023, 7:36 AM Robert Clausecker wrote:
>
> > Hi Warner,
> >
> > I have pushed a fix. It should hopefully address those failing tests.
> > The
address space or (b) I could change
memcmp() to crash loudly if it detects such a case. I could also
(c) leave memcmp() as is. Which of these three choices is preferable?
Yours,
Robert Clausecker
Am Sun, Sep 10, 2023 at 05:51:43AM -0600 schrieb Warner Losh:
> On Sat, Sep 9, 2023, 10:51 PM Rob
:
http://fuz.su/~fuz/freebsd/0001-lib-libc-amd64-string-memchr.S-fix-behaviour-with-ov.patch
Please check if it does the trick for you. If yes, I'll go ahead and
push it tomorrow-ish.
Yours,
Robert Clausecker
Am Sat, Sep 09, 2023 at 07:12:29PM +0200 schrieb Dag-Erling Smørgrav:
> Antoin
Wrong(tm).
Respectfully,
Robert Huff
itional useful
information.
Respectfully,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
freebsd-current@freebsd.org mailing list
https://lists.fr
Me:
> Try September 26 as a reference date.
s/September 26/September 6/ ; src = r365372
Respectfully,
Robert "Gotcha, ya little bugger!" Huff
___
freebsd-curren
n of current, so also b)
updated to the latest drm-current-kmod and gpu-firmware.
Question: is there a way for the less sophisticated user
to tell whether the cause is in the drm knod or the firmware kmod?
Hope this helps,
Robert Huff
... then they didn't again.
Respectfully,
Robert Huff
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubsc
t image of open jaw and glassy-eyed stare]
The GPU is a Radeon HD 3300, and at one point this used to work.
Help, please?
Respectfully,
Robert Huff
___
freebsd-current@
; built
successfully; built the kernel - successfully; and installed kernel
then world with no hiccups.
Thanks to everyone for their help.
Respectfully,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask
lly,
Robert "ENOBRAIN" Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to &qu
tfully,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any m
he PORTS_thing if you
> really want it upgrade kernel again
If I understand things correctly: things in the PORTS_MODULES
list are upgraded _after_ the kernel is completely rebuilt.
I am hitting this _during_ the rebuild.
So the question becomes: _will_ removing the IGN
That does not involve reinstalling the
OS.)
Anxiously,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
freebsd-current@freebsd.org maili
e src.conf(5).
Actually make.conf(5).
Respectfully,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
freebsd-current@freebsd.org mailing lis
at would be the SOURCE option?
Further: if I have that set ... does that mean I can remove it
from PORTS_MODULES?
(And I assume a note about this will appear in UPDATING?)
Respectfully,
understood.
You are telling me I need to update this _before_ buildkernel?
Perplexedly,
Robert Huff
--
Hello ... my name is SARS-CoV-2.
You are not wearing a mask?
Prepare to die!
___
free
klight_device *bd = to_backlight_device(dev);
^
12 errors generated.
*** Error code 1
(Full build log available on request.)
Don't see anything applicable in UPDATING.
This is w
(The configuration file is appended.)
There's nothing in UPDATING to suggest a cause, and I haven't
seen anything on this list. This implies it's my fault.
Help, please?
Respectfully,
Robert Huff
#
# JER
ppened. How do I recover? Is
there a bootstrap process?
> or have done an earlier
> buildworld where
> they explicitly disabled clang, so the intrinsics headers never get
> installed.
Other than a custom kernel config fi
ject/clang/lib/Basic/SourceManager.cpp:1228:
In file included from /usr/include/emmintrin.h:13:
/usr/include/xmmintrin.h:27:10: fatal error: 'mm_malloc.h' file not found
#include
^
1 error generated.
*** Error code 1
So ... progress (yes?), but not success. :-(
What next?
Respectfully,
Robert Huff
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
sr/src/amd64.amd64/tmp/legacy/usr/include -fno-exceptions
-fno-rtti -std=c++14 -stdlib=libc++ -Wno-c++11-extensions -c
/usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp -o
Basic/SourceManager.o
> /usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp:1228:10:
> fatal error:
Have y'all ever seen reviews.freebsd.org?
On Sunday, December 29, 2019, Garance A Drosehn wrote:
> On 29 Dec 2019, at 2:17, Steve Kargl wrote:
>
> > On Sun, Dec 29, 2019 at 01:34:28AM -0500, Garance A Drosehn wrote:
> >>>
> >>> An interested user will need to add that support. AFAIK, factor(6)
cards.
On Sat, 23 Nov 2019, 05:56 Clay Daniels, wrote:
> That's super cool, JMG! I will have to try this out. Thanks, Clay
>
> On Fri, Nov 22, 2019 at 9:47 PM John-Mark Gurney wrote:
>
>> Robert wrote this message on Fri, Nov 22, 2019 at 22:24 +0100:
>> > Thanks al
, and I think 12-stable would
>> probably be a better option ... I am willing to try out 13-CURRENT though.
>>
>> Does anyone have advice? Could someone point me to snapshot of 13-CURRENT
>> that'd include the commit I need?
>>
>> Thanks
>> Robert
>>
Thank you.
Seems better to wait for 12-STABLE to be updated... Do you know how often
snapshots are built?
I subscribed to freebsd-snapshots as well.
Robert
On Fri, 22 Nov 2019 at 20:38, Jung-uk Kim wrote:
> On 19. 11. 22., Thomas The Tank Engine wrote:
> > Hello all,
> >
> &
gt; In short. I am an antisemitist. But this has nothing to do with
> real Jews. Despite that, the situation in Israel is
> a catastrophe, and in Jemen, but let's just not talk about it.
> Will ya?
>
> --steffen
> |
> |Der Kragenbaer,The moon bear,
> |
x27;re talking about have the
same response I did. :-)
Respectcfully,
Robert Huff
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsu
t;if_em.h"?
Respectfully,
Robert Huff
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
lem elsewhere?
>
> Just remove them. They haven't actually done anything in a long time.
Done.
Paying it forward: is there anything else in the default/DENERIC
config files which should suffer the same fate?
Respectfully,
le. (Full config file is appended.)
Googling found nothing useful; didn't find anything in src/UPDATING.
Is this me, or is the problem elsewhere?
Respectfully,
Robert Huff
#
# JERUSALEM -- kernel configuration file fo
. A GENERIC kernel will include suitable
> +compatibility options to run binaries from older branches.
Maybe not perfect, but _much_ better.
Thanks.
Respectfully,
Robert Huff
___
fr
REEBSD11 is needed.
>
> Yes, that text needs to be made more generic to say that you will need
> COMPAT_FREEBSD. Though we've also had some major branches that
> didn't get a COMPAT_FREEBSD option.
Are any of those still supported?
EBSD6
and COMPAT_FREEBSD7.
still apply?
(It seems ... irrational ... one would need compatibility stuff
going back to FreeBSD 4 to rebuild/update FreeBSD 13.)
Respectfully,
Robert
t of which card/gpu is
currently known to work with which drm(-kmod) version, perhaps
gathered from those involved with development? (Is this based on work
from Linux? If so, do they have a list?)
Respectfully,
Robert Huff
_
sh install?
Respectrfully,
Robert Huff
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> -Original Message-
> From: Hans Petter Selasky [mailto:h...@selasky.org]
> Sent: Tuesday, January 3, 2017 8:23 AM
> To: Moore, Robert ; Edward Tomasz Napierala
> ; O. Hartmann
> Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir
> Zakharov
>
Not sure I understand. The fix has been committed, and is part of version
20161222.
> -Original Message-
> From: Hans Petter Selasky [mailto:h...@selasky.org]
> Sent: Monday, January 2, 2017 12:30 AM
> To: Moore, Robert ; Edward Tomasz Napierala
> ; O. Hartmann
ACPICA version 20161222 happened today, with a fix for the problem below.
> -Original Message-
> From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd-
> a...@freebsd.org] On Behalf Of Moore, Robert
> Sent: Wednesday, December 21, 2016 7:21 AM
> To: Edward Tomas
We have fixed this issue for the latest version of ACPICA that will happen this
week, probably 22 december.
> -Original Message-
> From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd-
> a...@freebsd.org] On Behalf Of Edward Tomasz Napierala
> Sent: Wednesday, December 21, 2016 3:1
FreeBSD 11.0 i386 Stable
I successfully upgraded from FreeBSD 10.3 to 11.0 Stable on 23 September 2016.
Upon refreshing and rebuilding world to catch the 28 September 2016 Release
update,
buildworld failed using the same build options that had worked for the 22 Sept
code.
Tail:
--- all_subdir_
led latest current on a machine here. I noticed
>>> the following message in dmesg after a reboot:
>>>
>>> _secure_path: cannot stat /etc/login.conf: Not permitted in capability mode
>>>
>>> I don't remember seeing this before.
>>
>> Hi Jo
build you generate the .c/.h. In
practice, you always use the ntp_parser.c/.h that come pre-built and build with
that. As jkim shows, the generated file can be quite different.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net
In memoriam to Ondine, our 2nd child
00, 640x480. But seems it
does not change anything.
Regards,
Robert.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
re the guy most likely to
need to do commits/MFCs to oldnfs.
I think removing it is fine, but as early as possible (as John says) to give
our -CURRENT users time to stop working around bugs and start reporting them
:-).
Robert
___
freebsd-current@free
On 2 September 2014 13:30, Michelle Sullivan wrote:
> Andrew Berg wrote:
> > On 2014.09.01 22:09, Michelle Sullivan wrote:
> >
> >> That's my point - there was a patch waiting to submit that knowingly
> >> broke pkg_install at midnight on the day after the EOL... the EOL
> >> shouldn't be an EOL
MA_QUEUED ?
^
1 error generated.
*** Error code 1
Stop.
make[3]: stopped in /usr/src/sbin/camcontrol
*** Error code 1
Is anyone else seeing this? If not, what have I most likely mangled?
(make.conf and src.conf are appended.)
ing a headless server where
> you won't be doing X forwarding, and so want versions of tools that are
> command-line-only. If you're explicitly choosing not to install the GUI for
> Vim, the odds are you won't want Firefox either...
Seems logical, yes :)
Thanks.
--
that server, the display taken into
account in the client machine (e.g. through ssh -X).
Or did I missed something?
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
__
Warner Losh writes:
What happens if you say ‘DEBUG_FLAGS+= -gdwarf-2’ instead of a
naked -g?
Experiment in progress ...
... same result as before. (Dang.)
What next?
Robert Huff
___
freebsd
b) I have run "make", but not "make install" in
/usr/src/rescue
can I re-run "make buildworld" in /usr/src and have it Do The Right
Thing? (Independent errors notwithstanding.)
Respectfully,
Robert Huff
___
Jilles Tjoelker writes:
> These messages are harmless, but are fixed by r264167.
And so they were. Thank you.
Now back to the original issue.
Robert Huff
___
freebsd-current@freebsd.org mail
licate
script for target "regress_subdir_libnv" ignored
make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: using
previous script for "regress_subdir_libnv" defined here
make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: duplicate
scr
On 4/4/2014 4:05 AM, Oliver Pinter wrote:
Is there any change in src.conf?
There is no src.conf. (See original post.)
Robert Huff
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org
w very little about make, but I have seen additional debugging
options in the man page. Are there any particular ones which are likely
to be helpful?
2) Is there a way to just re-try the affected part of buildworld?
Thanks,
Rober
make.conf,
Robert Huff
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
com/roberthuff/bwl.bz2
"make.conf" is appended. There is no "src.conf".
I never seen anything like this before; nothing like has come across
current@ (recently); and nothing in src/UPDATING appears relevant.
Help, please?
also garbage collect the micro-test suites for IPX and AppleTalk in
src/tools/regression.
Robert
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curren
sh process stuck in 'vmo_de' state
and procstat -kk would give me EBUSY:
I recently updated my 11-CURRENT development VM and am encountering the same
problem while doing buildworld.
Robert
___
freebsd-current@freebsd.org mailing list
http
Base ntpd also include SNTP which is a lightweight NTPv3 client.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
___
freebsd-current@freebsd.org m
Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386
10.0 Release.
A)
Clang is needed to compile FreeBSD 10 due to use of the updated libstdc++ in
world.
My workaround was to upgrade FreeBSD 9.2 to Clang 3.3 in the base system
and remove GCC 4.2.1 from base 9.2.
This
On 26 Nov 2013, at 12:10, Anthony Perkins wrote:
> On Mon, Nov 25, 2013 at 09:58:12PM +, Mark Robert Vaughan Murray
> wrote:
>>
>> You may want to extend your idea a bit and do what par (ports/textproc/par)
>> does. This is a paragraph reformatter that takes
On 25 Nov 2013, at 12:54, Anthony Perkins wrote:
> I've added an option to 'fmt' to ignore lines beginning with the
> greater-than symbol, so that whole email replies can be piped through
> fmt (e.g. via vi from mutt) without needing to repeat the command
> for each of my paragraphs.
>
> This i
On 23 Nov 2013, at 10:24, Don Lewis wrote:
> On 23 Nov, Mark Robert Vaughan Murray wrote:
>> Hi *
>>
>> Anyone else seeing panics like this?
>>
>> This is CURRENT, amd64, 2 CPUs, source synced on Thursday 21st Nov evening
>> GMT sometime.
>>
Hi *
Anyone else seeing panics like this?
This is CURRENT, amd64, 2 CPUs, source synced on Thursday 21st Nov evening GMT
sometime.
+panic: uma_zalloc_arg: Returning an empty bucket.
+cpuid = 1
+KDB: stack backtrace:
+db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe003c7dd820
On 21 Nov 2013, at 12:11, Dimitry Andric wrote:
> These duplicated settings are not oversights, just artifacts of how
> bsd.own.mk works. The defaults are simply different for different
> arches, e.g. WITH_CLANG is the default for x86, powerpc and LE arm, but
> WITHOUT_CLANG is the default for
On 20 Nov 2013, at 10:58, freebsdonline wrote:
> Stanisław Halik wrote:
>> but what do you ask for? Also, can text
>> attachments be put here? For posterity's sake, better not to link to them.
> It is poor hardware as you said but FreeBSD should run well on it. I also
> have Alix boards running
Hi
I noticed we have some duplicated WITH_*/WITHOUT_* options; presumably this is
an oversight?
[graveyard] /usr/src/tools/build/options 08:37 am # for i in WITH_* ; do if [
-e WITHOUT_${i##WITH_} ] ; then echo WITHOUT_${i##WITH_} ${i} ; fi; done
WITHOUT_CLANG WITH_CLANG
WITHOUT_CLANG_FULL WIT
On 19 Nov 2013, at 00:22, Stanisław Halik wrote:
> Hey,
>
> random_harvestq eats much, much CPU on alix2c3:
>
> CPU: Geode(TM) Integrated Processor by AMD PCS (498.06-MHz 586-class CPU)
> glxsb0: mem
> 0xefff4000-0xefff7fff irq 9 at device 1.2 on pci0
>
> Could you please add a sysctl/loade
github, modify a few config files if
needed and make.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
___
freebsd-current@freebsd.org mailing lis
On 28 Sep 2013, at 19:32, Konstantin Belousov wrote:
>> It easy to reproduce. Just kldload mac_portacl and /etc/rc.d/syslogd restart
>
> This is due to priv_check_cred() call in mac_portacl.c:rules_check().
> The call causes recusion into the mac framework from the mac callba
According to Ollivier Robert:
> You are right, I wanted to say r226837 which is the "code" one.
FYI I've finally merged r226837,r226839 as r254856 in stable/9 as it is a
prerequesite to apply jmg's patch. I've asked re@ whether they would consider
this for 9.2.
so you may get less good debugging output. if_lagg is a nice place
>> to use rmlocks, as reconfigurations are very rare, and it's really all about
>> long-term data stability.
>
> Robert, what do you think about a quick swap of the ifnet structures to
> counter b
According to Adrian Chadd:
> .. well, where'd you point it to?
On my own machine I generate the packages myself with poudriere because I have
multiple jails I update. On a more generic machine, I use pkg-test.freebsd.org.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve!
on about; and (3)
historically, rmlocks have not fully implemented WITNESS so you may get less
good debugging output. if_lagg is a nice place to use rmlocks, as
reconfigurations are very rare, and it's really all about long-term data
stability.
Robert
__
wanted to say r226837 which is the "code" one.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr
In memoriam to Ondine : http://ondine.keltia.net/
___
freebsd-current@freebsd.org mailing list
http://lists
ext few days on my new AES-NI enabled machine.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mai
know. There is no src.conf; make.conf is appended.
Robert Huff
CFLAGS= -O -pipe -g
STRIP=
SYMVER_ENABLED= yes
X_WINDOW_SYSTEM=xorg
HAVE_MOTIF= yes
KERNCONF=JERUSALEM
# To avoid building various parts of the base system:
#
buildworld.log
rm -rf /usr/obj
make -v cleandir
date > ./buildworld.time
make -v -d l buildworld >& ./buildworld.log
tail -n 50 /usr/src/buildworld.log | sendmail huff
Robert Huff
___
freebsd-current@
echo make` -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64
TARGET_ARCH=amd64 buildworld
usage: bmake [-BeikNnqrstWwX]
[-C directory] [-D variable] [-d flags] [-f makefile]
[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
[-V variable] [vari
Craig Rodrigues writes:
> On Sat, Jun 1, 2013 at 10:47 AM, Robert Huff wrote:
>> cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake
>> -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H
>> -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H
>> -D_PATH_DEF
t although aspects of the TCB are protected by priv(9),
others are protected by DAC (or optionally MAC). This is simply an "unclean"
bit of the UNIX design, and something we end up accepting because the notion of
TCB protection generally does involve some lack of cleanliness, since i
1 - 100 of 1319 matches
Mail list logo