On 06/17/10 14:55, Jilles Tjoelker wrote:
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote:
On 06/17/10 03:03, Andrey Chernov wrote:
Jilles Tjoelker writes:
Log:
sh: Add filename completion.
FWIW, what I actually do is set the shell for both root and my
unprivileged user to
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote:
> I've been very supportive of Jilles work up to this point, and I think
> he's done a great job of making our sh functional and compliant as a
> scripting shell. However in my mind adding completion (and his suggested
> inclusion of t
On 06/18/10 22:08, Robert Watson wrote:
On Fri, 18 Jun 2010, Lawrence Stewart wrote:
True but I figured on large SMP systems where the potential to process
more is likely, 32bit counters per cpu may be enough to avoid overflow
but the aggregate number of events may exceed a 32bit variable. I
s
Hi Rui,
On 06/15/10 01:37, Rui Paulo wrote:
Author: rpaulo
Date: Mon Jun 14 15:37:48 2010
New Revision: 209158
URL: http://svn.freebsd.org/changeset/base/209158
Log:
MFV hostapd& wpa_supplicant 0.6.10.
Added:
[snip]
head/contrib/wpa/hostapd/radiotap.h
- copied unchanged from r
Author: lstewart
Date: Sat Jun 19 02:30:10 2010
New Revision: 209325
URL: http://svn.freebsd.org/changeset/base/209325
Log:
- Rename the internal for loop iterator to "_i" to avoid potential shadowing
of
external variables named "i". The "_" prefix is reserved for infrastructure
type co
Author: alc
Date: Fri Jun 18 23:14:16 2010
New Revision: 209321
URL: http://svn.freebsd.org/changeset/base/209321
Log:
Catch up with the page and page queues locking changes.
Modified:
head/sys/dev/cxgb/ulp/tom/cxgb_vm.c
Modified: head/sys/dev/cxgb/ulp/tom/cxgb_vm.c
=
Author: alc
Date: Fri Jun 18 22:12:12 2010
New Revision: 209320
URL: http://svn.freebsd.org/changeset/base/209320
Log:
Eliminate unnecessary page queues locking.
Modified:
head/sys/fs/nwfs/nwfs_io.c
head/sys/fs/smbfs/smbfs_io.c
Modified: head/sys/fs/nwfs/nwfs_io.c
=
Author: jchandra
Date: Fri Jun 18 21:40:32 2010
New Revision: 209318
URL: http://svn.freebsd.org/changeset/base/209318
Log:
Add support for newer XLS chips/boards in the GMAC driver.
Improved processor id code in board.h, remove unnecessary macros.
Approved by: rrs(mentor)
Modified:
h
Author: nwhitehorn
Date: Fri Jun 18 21:24:17 2010
New Revision: 209316
URL: http://svn.freebsd.org/changeset/base/209316
Log:
Missed commit in r209310: the IRQ number in INTR_VEC() should have
parantheses around it to allow arithmetic expressions to be passed.
Submitted by: Andreas Tobler
Author: jchandra
Date: Fri Jun 18 20:07:30 2010
New Revision: 209314
URL: http://svn.freebsd.org/changeset/base/209314
Log:
Merge jmallett@'s n64 work into HEAD - changeset 5
Remove unnecessary locking and sched_pin() call while creating a temporary
mapping.
Changes from http://svn.f
Author: kib
Date: Fri Jun 18 18:51:09 2010
New Revision: 209313
URL: http://svn.freebsd.org/changeset/base/209313
Log:
Only enable kdtrace hook in the LINT on the architectures that implement it.
Modified:
head/sys/amd64/conf/NOTES
head/sys/conf/NOTES
head/sys/i386/conf/NOTES
Modified: h
Author: mav
Date: Fri Jun 18 18:18:03 2010
New Revision: 209312
URL: http://svn.freebsd.org/changeset/base/209312
Log:
Do not print first digits of IRQ number if whole number doesn't fit.
Modified:
head/usr.bin/systat/vmstat.c
Modified: head/usr.bin/systat/vmstat.c
==
Author: nwhitehorn
Date: Fri Jun 18 17:39:56 2010
New Revision: 209310
URL: http://svn.freebsd.org/changeset/base/209310
Log:
Add MSI support for PCI devices attached to the CPC925 and CPC945 bridges
found in Apple and IBM G5 systems.
Modified:
head/sys/powerpc/ofw/ofw_pcib_pci.c
head/sys
Author: nwhitehorn
Date: Fri Jun 18 16:29:03 2010
New Revision: 209307
URL: http://svn.freebsd.org/changeset/base/209307
Log:
Missed change to sun4v while adding iparent lookup to the OFW interrupt
map interface.
Modified:
head/sys/sun4v/sun4v/hv_pci.c
Modified: head/sys/sun4v/sun4v/hv_pci
Author: kan
Date: Fri Jun 18 16:07:24 2010
New Revision: 209305
URL: http://svn.freebsd.org/changeset/base/209305
Log:
Do not allow EOF token to be put back into input buffer.
This reimplements previous change from r20930 in more generic way.
MFC after:1 week
Modified:
head/cddl
Author: nwhitehorn
Date: Fri Jun 18 14:28:57 2010
New Revision: 209302
URL: http://svn.freebsd.org/changeset/base/209302
Log:
Add support for the Keywest I2C controller in Apple uninorth northbridges.
Although the Keywest registers have only 1 byte of content, they are
secretly 4-byte regist
Author: nwhitehorn
Date: Fri Jun 18 14:20:54 2010
New Revision: 209301
URL: http://svn.freebsd.org/changeset/base/209301
Log:
Revert changes accidentally committed as part of r209298.
Modified:
head/sys/dev/iicbus/iiconf.c
Modified: head/sys/dev/iicbus/iiconf.c
==
Author: nwhitehorn
Date: Fri Jun 18 14:17:45 2010
New Revision: 209300
URL: http://svn.freebsd.org/changeset/base/209300
Log:
Following r209299, level interrupts are low by default on PPC, so remove
the hack here to reprogram the interrupt for K2 SATA devices.
Modified:
head/sys/dev/ata/chi
Author: nwhitehorn
Date: Fri Jun 18 14:16:24 2010
New Revision: 209299
URL: http://svn.freebsd.org/changeset/base/209299
Log:
Change the default interrupt polarity on PowerPC systems from high to low.
On Apple systems at least, all the level interrupts are wired active low.
Before this chang
Author: nwhitehorn
Date: Fri Jun 18 14:06:27 2010
New Revision: 209298
URL: http://svn.freebsd.org/changeset/base/209298
Log:
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
OFW interrupt map interface to also return the device's interrupt parent.
MFC after:8.1-
On Fri, 18 Jun 2010, Lawrence Stewart wrote:
True but I figured on large SMP systems where the potential to process more
is likely, 32bit counters per cpu may be enough to avoid overflow but the
aggregate number of events may exceed a 32bit variable. I suspect you're
right though and that if
Author: kib
Date: Fri Jun 18 11:10:39 2010
New Revision: 209295
URL: http://svn.freebsd.org/changeset/base/209295
Log:
Add unwind annotations to the asm part of crt1 on i386. Terminate the
process with SIGTRAP if _start1() unexpectedly returns.
Reviewed by: kan
MFC after:2 weeks
M
Author: kib
Date: Fri Jun 18 11:09:51 2010
New Revision: 209294
URL: http://svn.freebsd.org/changeset/base/209294
Log:
Often reported issue with newer ld is:
error in /usr/lib/crtendS.o(.eh_frame); no .eh_frame_hdr table will be
created.
The issue is that crtend is compiled with unwind t
Author: tuexen
Date: Fri Jun 18 09:01:44 2010
New Revision: 209289
URL: http://svn.freebsd.org/changeset/base/209289
Log:
Fix a rece condition in the shutdown handling.
The race condition resulted in a panic.
MFC after: 3 days
Modified:
head/sys/netinet/sctp.h
head/sys/netinet/sctp_u
Author: dougb
Date: Fri Jun 18 08:11:52 2010
New Revision: 209286
URL: http://svn.freebsd.org/changeset/base/209286
Log:
Add the address for i.root-servers.net
Modified:
head/etc/namedb/named.root
Modified: head/etc/namedb/named.root
=
25 matches
Mail list logo