the new options -A, -B and -3 are missing in usage(). also you might want to
have a look at the BUGS section of getopt(3) regarding the '-3' switch.
cheers.
alex
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-a
John Baldwin schrieb am 2010-03-11:
> On Thursday 11 March 2010 12:01:28 pm Alexander Best wrote:
> > thanks for the commit. :)
> > a few thoughts:
> > 1) why does stepping remain to be printed in dec while family and
> >model are in
> > hex? is this the way amd/intel cpu docs refer to
> > st
Author: nwhitehorn
Date: Mon Mar 15 00:27:40 2010
New Revision: 205163
URL: http://svn.freebsd.org/changeset/base/205163
Log:
Fix two small bugs. The PowerPC 970 does not support non-coherent memory
access, and reflects this by autonomously writing LPTE_M into PTE entries.
As such, we should
Author: yongari
Date: Sun Mar 14 23:23:57 2010
New Revision: 205161
URL: http://svn.freebsd.org/changeset/base/205161
Log:
It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI
configuration space on Yukon Ultra(88E8056) such that accesses to
these registers were NOPs which in turn make
On Sat, Mar 13, 2010 at 10:04 AM, Robert Watson wrote:
>
> On Sat, 13 Mar 2010, Rui Paulo wrote:
>
There's a lengthy discussion about this on another mailing list.
This is unlikely to be changed and emailing the committer who provided
valuable time on this code wastes his time
On Sat, Mar 13, 2010 at 11:05:11PM +1100, Bruce Evans wrote:
> On Fri, 12 Mar 2010, Pyun YongHyeon wrote:
>
> >Log:
> > Reorder interrupt handler a bit such that producer/consumer
> > index of status block is read first before acknowledging the
> > interrupts. Otherwise bge(4) may get stale status
We can close this ticket now.
There is something else we should do related to the aac driver itself?
Maybe handling the problem reported in the last filled PR?
Attilio
-- Forwarded message --
From: Attilio Rao
Date: 2010/3/14
Subject: svn commit: r205160 - head/sys/dev/aac
To: s
Author: attilio
Date: Sun Mar 14 22:38:18 2010
New Revision: 205160
URL: http://svn.freebsd.org/changeset/base/205160
Log:
Checkin a facility for specifying a passthrough FIB from userland.
arcconf tool by Adaptec already seems to use for identifying the
Serial Number of the devices.
Some
Author: imp
Date: Sun Mar 14 19:04:42 2010
New Revision: 205158
URL: http://svn.freebsd.org/changeset/base/205158
Log:
Go ahead and add USB support to the generic config.
Modified:
head/sys/mips/conf/AR71XX
Modified: head/sys/mips/conf/AR71XX
=
Author: rwatson
Date: Sun Mar 14 18:59:11 2010
New Revision: 205157
URL: http://svn.freebsd.org/changeset/base/205157
Log:
Abstract out initialization of most aspects of struct inpcbinfo from
their calling contexts in {IP divert, raw IP sockets, TCP, UDP} and
create new helper functions: in_
Author: gavin
Date: Sun Mar 14 16:03:36 2010
New Revision: 205156
URL: http://svn.freebsd.org/changeset/base/205156
Log:
Merge r202461 from head:
Implement an "-x" option to cp(1), for compatibility with Linux and
feature parity with du(1) and similar: When set, cp(1) will not traver
Author: gavin
Date: Sun Mar 14 15:49:04 2010
New Revision: 205155
URL: http://svn.freebsd.org/changeset/base/205155
Log:
Add extra Xrefs
PR: docs/114184
Submitted by: Julian Stacey
MFC after:1 week
Modified:
head/share/man/man4/ndis.4
Modified: head/share/man/man4/nd
Author: jilles
Date: Sun Mar 14 14:24:35 2010
New Revision: 205154
URL: http://svn.freebsd.org/changeset/base/205154
Log:
sh: Do not abort on a redirection error on a compound command.
Redirection errors on subshells already did not abort the shell because
the redirection is executed in t
Author: jilles
Date: Sun Mar 14 13:51:12 2010
New Revision: 205153
URL: http://svn.freebsd.org/changeset/base/205153
Log:
sh: Add test for redirection error on subshell (should not abort).
Added:
head/tools/regression/bin/sh/errors/redirection-error5.0 (contents, props
changed)
Added: hea
Author: gavin
Date: Sun Mar 14 13:32:40 2010
New Revision: 205152
URL: http://svn.freebsd.org/changeset/base/205152
Log:
Merge r183385 from head (by cognet)
Advertise bit 26 as sse2.
PR: kern/130724
Approved by: cognet
Modified:
stable/7/sys/compat/linprocfs/linprocfs
Author: kib
Date: Sun Mar 14 13:29:09 2010
New Revision: 205151
URL: http://svn.freebsd.org/changeset/base/205151
Log:
Remove dot at the end of errx() message.
Noted by: bde
MFC after:3 days
Modified:
head/tools/regression/posixsem2/semtest.c
Modified: head/tools/regression/po
Author: jilles
Date: Sun Mar 14 13:07:40 2010
New Revision: 205150
URL: http://svn.freebsd.org/changeset/base/205150
Log:
MFC r204410: Include terminated threads in ps's process cpu time field.
When a kinfo_proc is filled, first fill_kinfo_proc_only() fills in
ki_runtime using p->p_rux.ru
Author: kib
Date: Sun Mar 14 13:05:48 2010
New Revision: 205149
URL: http://svn.freebsd.org/changeset/base/205149
Log:
Adjust style, fix typo, do not print errno because it is meaningless there.
This test fails for now.
MFC after:3 days
Modified:
head/tools/regression/posixsem2/sem
Author: kib
Date: Sun Mar 14 13:04:09 2010
New Revision: 205148
URL: http://svn.freebsd.org/changeset/base/205148
Log:
Make it compile on LP64 arches.
MFC after:3 days
Modified:
head/tools/regression/posixsem/posixsem.c
Modified: head/tools/regression/posixsem/posixsem.c
===
On Sat, 13 Mar 2010, Garrett Cooper wrote:
Log:
?Free the memory allocated via strdup.
Why bother?
1. Memory is infinite :-).
2. Memory is infinite relative to sysctl's requirements, especially for
this strdup. Normally this strdup is never reached. It is normally
reached a whole 1 tim
last.
#
+# 20100314: removal of regexp.h
+OLD_FILES+=usr/include/regexp.h
+OLD_FILES+=usr/share/man/man3/regexp.3.gz
+OLD_FILES+=usr/share/man/man3/regsub.3.gz
# 20100303: actual removal of utmp.h
OLD_FILES+=usr/include/utmp.h
# 20100227: [ia64] removed and
Modified: head/include/Mak
21 matches
Mail list logo