n, syslogd, and inetd.
>
> May be there is a sense to have some utility in the system so that an admin
> could protect any process he wanted? E.g. something like in the attach.
>
Hi.
You might want to look at is sysutils/scprotect in ports.
Not sure that
2010/9/24 Kostik Belousov :
> On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote:
>> On 16 September 2010 11:56, Dag-Erling Smorgrav wrote:
>> > Author: des
>> > Date: Thu Sep 16 07:56:34 2010
>> > New Revision: 212723
>> > URL: http://svn.fr
On 16 September 2010 11:56, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Thu Sep 16 07:56:34 2010
> New Revision: 212723
> URL: http://svn.freebsd.org/changeset/base/212723
>
> Log:
> Implement proc/$$/environment.
>
[...]
> /*
> * Filler function for proc/pid/environ
> */
> static int
>
is a very useful feature.
Will you MFC it to RELENG_8?
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
onth can be partially closed.
Thanks.
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
. Is it intentional?
I though something more like this was meant in svn log:
while (waitpid(...) < 0)
if (errno != EINTR) {
warn("waitpid");
return (-1);
}
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
_INITFLAGS_NEW_COMM_SUPPORTED 1
+#define AAC_INITFLAGS_DRIVER_USES_UTC_TIME 0x10
+#define AAC_INITFLAGS_DRIVER_SUPPORTS_PM 0x20
u_int32_t MaxIoCommands; /* max outstanding commands */
u_int32_t MaxIoSize; /* largest I/O
command */
static int
> sbuf_extendsize(int size)
Hi,
as I can see, the next (and maybe preferred) model is used in system headers:
#ifdef CTASSERT
CTASSERT(...);
#endif
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
unload right
after nfs_unmount()?
Warning: memory type rpc leaked memory on destroy (3 allocations, 1216
bytes leaked).
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
TW I tried to make tags from src/ (with clean obj, if that
matters) and the target
began to build my gcc (cc/cc_tools) after going through various world paths.
Is that intended?
%%%
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
;ipi6_ifindex)
+ if (optp != NULL && (!optp->ip6po_pktinfo ||
+ !optp->ip6po_pktinfo->ipi6_ifindex))
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
That probably fixes universe failure on powerpc, mips, arm,
sparc64 for me..
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
adap
> }
>
>
> +/** igb_sysctl_tdh_handler - Handler function
> + * Retrieves the TDH value from the hardware
> + */
> +static int igb_sysctl_tdh_handler(SYSCTL_HANDLER_ARGS)
> +{
^^
This function definition (and three ones below) breaks style(9):
"
e some time (maybe since before 4.4-lite :)
>
> Submitted by: bde
>
Yeah, I didn't quite get at all why it was ever undefed in those arches which
didn't use it in "excessively bogus" proprietary parts...
--
wbr,
pluknet
:13 2010
> (r209773)
> @@ -1626,7 +1626,7 @@ flowtable_init(const void *unused __unus
> EVENTHANDLER_PRI_ANY);
> flowclean_freq = 20*hz;
> }
> -SYSINIT(flowtable_init, SI_SUB_SMP, SI_ORDER_MIDDLE,
> +SYSINIT(flowtable_init, SI_SUB_KTHREAD_INIT, SI_ORDER_FIRST,
>
> environ.7 \
> ffs.7 \
> @@ -27,5 +28,9 @@ MAN= adding_user.7 \
>
> MLINKS= intro.7 miscellaneous.7
> MLINKS+= security.7 securelevel.7
> +MLINKS+= c99.7 c.7
> +MLINKS+= c99.7 c79.7
Hi, should it be MLINKS+= c99.7 c78.7 instead?
You cite c78 in manpage, b
05-19 [OBD]
Bibliography
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
killed by OOM. When killed process waits for a page allocation, try to
> satisfy the request as fast as possible.
>
> Sponsored by: Sandvine Incorporated
>
Great, thank you!
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lis
On 13 May 2010 07:37, Ken Smith wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 5/12/10 11:13 PM, pluknet wrote:
>> On 13 May 2010 01:20, Christian Brueffer wrote:
>>> Author: brueffer
>>> Date: Wed May 12 21:20:04 2010
>>> New Rev
On 13 May 2010 01:20, Christian Brueffer wrote:
> Author: brueffer
> Date: Wed May 12 21:20:04 2010
> New Revision: 208002
> URL: http://svn.freebsd.org/changeset/base/208002
>
> Log:
> Note 8.0-RELEASE.
>
> PR: 143824
> Submitted by: pluknet
inode *);
voidsoftdep_revert_mkdir(struct inode *, struct inode *);
Fixing is not obvios for me.
Some of non-SU stub functions return 0, and some of them panic.
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.o
too.
> - Try rename(2) in move_file() first.
> - Bump PKG_INSTALL_VERSION to 20100401.
>
> PR: bin/145101 [1], bin/139492 [2], bin/144919 [3]
> bin/144920 [4], bin/144921 [5]
> Submitted by: gcooper [1,2,3,4,5]
--
wbr,
pluknet
__
Approved by: trasz
>
Just interesting, what about other 172 files (112 of them in sys/).
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
+ if (!addr_is_bound(ifsa))
> + continue;
>
> if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa))
> continue;
>
Hi, Warner.
Was this change intentional?
Thanks.
--
wbr,
pluknet
___
, TKIP(+MIC) and CCMP ciphers.
> +.Pp
> +The
> +.Nm
> +driver can be configured at runtime with
> +.Xr ifconfig 8
> +or on boot with
> +.Xr hostname.if 5 .
hostname.if(5) is something that only exists in OpenBSD.
I think the following would be better:
For more inform
available block is located.
> + * If no block preference is given the following hierarchy is used
> + * to allocate a block:
> + * 1) allocate a block in the cylinder group that contains the
> + * inode for the file.
> + * 2) qu
Note: that 800108 should have been 800501 with that but as there is no
> functional problem here, it'll just stay as is. [1]
>
> This will make pkg_add -r use packages-8-stable for stable/8 rather
> than packages-8.0-release.
>
> Reported by: Paride Legovini (pl ninthfloor
o long ago (Net/2 or bit earlier),
it became a popular expression to designate a recipe for freeing
resources when you just can't wait for garbage collection (c). :)
http://digg.com/programming/Die_You_Gravy_Sucking_Pig_Dog
--
wbr,
pluknet
___
svn-
different things) interface in Solaris.
Look at getpflags(2)/setpflags(2).
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
appeared in
> +.Fx 8.0 .
Please don't forget to change it to 7.3.
Thank you again!
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
rt 0x1000-0x10ff mem 0x9790-0x9793,0x9794
-0x9797 irq 16 at device 0.0 on pci1
mfi0: Reserved 0x4 bytes for rid 0x10 type 3 at 0x9790
mfi0: Megaraid SAS driver Ver 3.00
mfi0: Max fw cmds= 1008, sizing driver pool to 128
See also http://archiv
00, "/packages-7-stable" },
> - { 80, 899000, "/packages-8-current" },
> + { 80, 899000, "/packages-8-stable" },
> + { 90, 999000, "/packages-9-current" },
The last chunk
udes . It seems removing the #include fixes the build.
>
Moreover, this file should go to ObsoleteFiles.inc.
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Hi.
Am I right that td_estcpu is only updated under SCHED_4BSD ?
(well, user's ki_estcpu is not used in top anyway. ps shows all zeroes
under SCHED_ULE (as it should then though). I'm just interested.)
--
wbr,
pluknet
___
svn-src-all@f
on this system you provided?
>
> Thanks,
>
> - Murray
>
I know the guy (he works in that company) who installed FreeBSD
on such configuration. I will try to ask him to extract dmesg messages.
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing
The largest tested memory configuration I ever heard was with 128GB
running on current :p.
Link to conf (in russian): http://www.etegro.com/rus/items/24/2.html
--
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman
36 matches
Mail list logo