Re: readdir/telldir/seekdir problem (i think)

2015-04-29 Thread Julian Elischer
On 4/25/15 5:52 AM, Jilles Tjoelker wrote: On Fri, Apr 24, 2015 at 04:28:12PM -0400, John Baldwin wrote: Yes, this isn't at all safe. There's no guarantee whatsoever that the offset on the directory fd that isn't something returned by getdirentries has any meaning. In particular, the size of t

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #990

2015-04-29 Thread jenkins-admin
See ___ 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"

Jenkins build is back to normal : FreeBSD_HEAD #2712

2015-04-29 Thread jenkins-admin
See ___ 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"

Jenkins build is back to normal : FreeBSD_HEAD_i386 #56

2015-04-29 Thread jenkins-admin
See ___ 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"

Build failed in Jenkins: FreeBSD_HEAD #2711

2015-04-29 Thread jenkins-admin
See Changes: [gnn] Brief demo script showing the various values that can be read via the new SIFTR statically defined tracepoint (SDT). Reviewed by:bz, markj [jhb] Don't free mbufs when stopping an interface in netmap mode. Curre

Build failed in Jenkins: FreeBSD_HEAD #2710

2015-04-29 Thread jenkins-admin
See Changes: [andrew] Add pmap_mapbios and pmap_unmapbios. These will be needed to support acpi. Sponsored by: The FreeBSD Foundation [smh] Correct date typo in UPDATING MFC after: 1 month X-MFC-With: r282208 Sponsored by: M

Re: Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread Garrett Cooper
On Apr 29, 2015, at 8:18, O. Hartmann wrote: > Am Wed, 29 Apr 2015 05:47:18 -0700 > David Wolfskill schrieb: > >> Running: >> >> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46 >> r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015 >> r...@g1-254.catwhisker.org:/common/S3

Build failed in Jenkins: FreeBSD_HEAD_i386 #55

2015-04-29 Thread jenkins-admin
See Changes: [scottl] Improve support for blacklisting bad memory locations. The user can supply a text file with a list of physical memory addresses to exclude, and have it loaded at boot time via the provided example in loader.con

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Bryan Drewery
On 4/29/2015 6:03 AM, Edward Tomasz Napierała wrote: > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places. I'd like to add "options RACCT", "options RCTL", and "options > RACCT_DISABLED",

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Allan Jude
On 2015-04-29 07:03, Edward Tomasz Napierała wrote: > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places. I'd like to add "options RACCT", "options RCTL", and "options > RACCT_DISABLED", t

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Edward Tomasz Napierała
On 0429T0441, timp wrote: > Hi! > Does it mean I will manage to use rctl to set limits without recompiling > GENERIC? If so, then it's extremely nice news! Yes. You will still need to enable it using a tunable, though, as explained by rctl(8) error message: rctl: RACCT/RCTL present, but disabled

Re: Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread O. Hartmann
Am Wed, 29 Apr 2015 05:47:18 -0700 David Wolfskill schrieb: > Running: > > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46 > r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015 > r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 > > After updating sources

Build failed in Jenkins: FreeBSD_HEAD #2709

2015-04-29 Thread jenkins-admin
See Changes: [gnn] Make it possible to statically link SIFTR into the kernel as a new option. Reviewed by:bz Discussed with: lstewart MFC after: 2 weeks [trasz] Remove oldnfs leftovers from mountd(8). Reviewed by:rmacklem

Build failed in Jenkins: FreeBSD_HEAD_i386 #54

2015-04-29 Thread jenkins-admin
See Changes: [trasz] Add kern.racct.enable tunable and RACCT_DISABLED config option. The point of this is to be able to add RACCT (with RACCT_DISABLED) to GENERIC, to avoid having to rebuild the kernel to use rctl(8). Differential Re

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #989

2015-04-29 Thread jenkins-admin
See ___ 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"

Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread David Wolfskill
Running: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46 r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015 r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 After updating sources to r282213, buildworld fails: ... >>> stage 4.4: building everythin

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread timp
Hi! Does it mean I will manage to use rctl to set limits without recompiling GENERIC? If so, then it's extremely nice news! -- View this message in context: http://freebsd.1045724.n5.nabble.com/Enabling-RACCT-RCTL-in-GENERIC-tp6008374p6008378.html Sent from the freebsd-current mailing list arch

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Jov
​It's great,please do it​. Jov blog: http:amutu.com/blog 2015-04-29 19:03 GMT+08:00 Edward Tomasz Napierała : > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places

Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Edward Tomasz Napierała
Hi. With the patch I've just committed, the cost of compiling with RACCT and RCTL is just a subroutine call and an unlocked variable check, in a few places. I'd like to add "options RACCT", "options RCTL", and "options RACCT_DISABLED", to GENERIC on amd64, and MFC it before 10.2. What do you thi

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #988

2015-04-29 Thread jenkins-admin
See ___ 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"