Author: jilles
Date: Sun Dec 12 22:59:34 2010
New Revision: 216400
URL: http://svn.freebsd.org/changeset/base/216400
Log:
sh: Various simplifications to jobs.c:
* Prefer kill(-X) to killpg(X).
* Remove some dead code.
* No additional SIGINT is needed if int_pending() is already true.
Author: joel (doc committer)
Date: Sun Dec 12 21:26:12 2010
New Revision: 216399
URL: http://svn.freebsd.org/changeset/base/216399
Log:
Remove the advertising clause from UCB copyrighted files in sbin. This
is in accordance with the information at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.I
Author: jilles
Date: Sun Dec 12 21:18:16 2010
New Revision: 216398
URL: http://svn.freebsd.org/changeset/base/216398
Log:
sh: Fix some tests that used sh instead of ${SH}
so they tested the wrong sh.
This was caused because these tests were committed after the sh -> ${SH}
change but wer
Author: tuexen
Date: Sun Dec 12 20:50:44 2010
New Revision: 216397
URL: http://svn.freebsd.org/changeset/base/216397
Log:
Bugfix: Do correct accounting using the MIB counters when an
association is aborted via sctp_abort_association().
MFC after: 3 days.
Modified:
head/sys/neti
On 2010-12-12 21:06, Kostik Belousov wrote:
-LDFLAGS= -export-dynamic
+LDFLAGS= -Wl,-export-dynamic
.if ${MK_OPENSSL} != "no"
CFLAGS+= -DHAVE_LIBCRYPTO
I believe this was already discussed ? Traditional cc driver behaviour
is to pass all unparsed flags and potential file names to the linke
On Sun, Dec 12, 2010 at 04:18:43PM +0100, Dimitry Andric wrote:
> On 2010-12-11 16:42, Shteryana Shopova wrote:
> >This is now fixed. However I wouldn't expect bsnmpd(1) compiled with
> >clang to work - it didn't run last time I checked several months ago,
> >and I still get the same error -
> >
>
Hi,
The attached patch worked.
The output of readelf with the patch is in the
http://people.freebsd.org/~syrinx/readelf.txt, the file also contains
the output of readelf main.o without the patch and with gcc. The
output of readelf bsnmpd compiled with clang and gcc is in
http://people.freebsd.org
Author: jilles
Date: Sun Dec 12 16:56:16 2010
New Revision: 216395
URL: http://svn.freebsd.org/changeset/base/216395
Log:
sh: Add a test for r216387 (long arithmetic expression in here document).
Added:
head/tools/regression/bin/sh/expansion/arith7.0 (contents, props changed)
Added: head/t
Author: kib
Date: Sun Dec 12 16:16:39 2010
New Revision: 216394
URL: http://svn.freebsd.org/changeset/base/216394
Log:
In fpudna()/npxdna(), mark FPU context initialized and optionally
mark user FPU context initialized, if current context is user context.
It was reversed in r215865, by inade
On 2010-12-11 16:42, Shteryana Shopova wrote:
This is now fixed. However I wouldn't expect bsnmpd(1) compiled with
clang to work - it didn't run last time I checked several months ago,
and I still get the same error -
udo /usr/sbin/bsnmpd -d -c /root/snmpd.config
snmpd[80050]: lm_load: open /usr
Author: trasz
Date: Sun Dec 12 13:04:30 2010
New Revision: 216393
URL: http://svn.freebsd.org/changeset/base/216393
Log:
Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.
Note that to run it, you need not only ZFSv28, but also a modified setfacl(1),
which is not in the t
On Sat, Dec 11, 2010 at 05:42:23PM +0200, Shteryana Shopova wrote:
> Hi,
>
> This is now fixed. However I wouldn't expect bsnmpd(1) compiled with
> clang to work - it didn't run last time I checked several months ago,
> and I still get the same error -
>
> udo /usr/sbin/bsnmpd -d -c /root/snmpd.c
Author: bschmidt
Date: Sun Dec 12 10:27:11 2010
New Revision: 216392
URL: http://svn.freebsd.org/changeset/base/216392
Log:
MFC r216195:
For 6000 series and newer devices the DC calibration results are no
longer requested of the boot firmware. Instead of sending those results
to the runtim
Author: jh
Date: Sun Dec 12 08:52:13 2010
New Revision: 216391
URL: http://svn.freebsd.org/changeset/base/216391
Log:
Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the
current ruleset to 0 with command "devfs ruleset 0" triggered a KASSERT
in devfs_ruleset_create().
14 matches
Mail list logo