Author: rdivacky
Date: Sat May 2 07:02:31 2009
New Revision: 191737
URL: http://svn.freebsd.org/changeset/base/191737
Log:
Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.
Suggested by: ru
Approved by: ed (mentor)
Modified:
head/usr.bin/ncal/ncal.1
head/usr.bin
Author: zec
Date: Sat May 2 08:16:26 2009
New Revision: 191738
URL: http://svn.freebsd.org/changeset/base/191738
Log:
Make indentation more uniform accross vnet container structs.
This is a purely cosmetic / NOP change.
Reviewed by: bz
Approved by: julian (mentor)
Verified by:
Author: obrien
Date: Sat May 2 08:22:49 2009
New Revision: 191739
URL: http://svn.freebsd.org/changeset/base/191739
Log:
Virgin import of Christos Zoulas's FILE 5.00.
Added:
vendor/file/dist/Magdir/wireless
vendor/file/dist/Makefile.am-src (contents, props changed)
vendor/file/dist/cdf
Author: dchagin
Date: Sat May 2 10:06:49 2009
New Revision: 191741
URL: http://svn.freebsd.org/changeset/base/191741
Log:
Move extern variable definitions to the header file.
Approved by: kib (mentor)
MFC after:1 month
Modified:
head/sys/amd64/linux32/linux32_sysvec.c
head/sys/
Author: dchagin
Date: Sat May 2 10:51:40 2009
New Revision: 191742
URL: http://svn.freebsd.org/changeset/base/191742
Log:
Linux socketpair() call expects explicit specified protocol for
AF_LOCAL domain unlike FreeBSD which expects 0 in this case.
Approved by: kib (mentor)
MFC after:
Author: hrs
Date: Sat May 2 11:59:56 2009
New Revision: 191743
URL: http://svn.freebsd.org/changeset/base/191743
Log:
Fix typos:
s,Novatal,Novatel,
s,/sys/dev/u3g.c,/sys/dev/usb/serial/u3g.c,
MFC after: 3 days
Modified:
head/share/man/man4/u3g.4
Modified: head/shar
Author: mav
Date: Sat May 2 12:20:43 2009
New Revision: 191744
URL: http://svn.freebsd.org/changeset/base/191744
Log:
Add support for using i8254 and rtc timers as event sources for amd64 SMP
system. Redistribute hard-/stat-/profclock events to other CPUs using IPIs.
Modified:
head/sys/amd
Author: mav
Date: Sat May 2 12:59:47 2009
New Revision: 191745
URL: http://svn.freebsd.org/changeset/base/191745
Log:
Add support for using i8254 and rtc timers as event sources for i386 SMP
system. Redistribute hard-/stat-/profclock events to other CPUs using IPI.
Modified:
head/sys/i386/
Author: thompsa
Date: Sat May 2 15:14:18 2009
New Revision: 191746
URL: http://svn.freebsd.org/changeset/base/191746
Log:
Create a taskqueue for each wireless interface which provides a serialised
sleepable context for net80211 driver callbacks. This removes the need for USB
and firmware ba
Author: hrs
Date: Sat May 2 16:23:44 2009
New Revision: 191748
URL: http://svn.freebsd.org/changeset/base/191748
Log:
- Update Errata for 7.2R: disc1 booting problem on some motherboards.
- Update &release.*;
- Fix a typo.
Approved by: re (implicit)
Modified:
stable/7/release/doc/e
Author: marius
Date: Sat May 2 18:06:15 2009
New Revision: 191749
URL: http://svn.freebsd.org/changeset/base/191749
Log:
MFC: r190756
Fix logic in MOD_LOAD handler to call dcons_attach after all successful
dcons_drv_init invocations. Testing return value for 0 does not work for
cases w
Author: sam
Date: Sat May 2 20:16:55 2009
New Revision: 191753
URL: http://svn.freebsd.org/changeset/base/191753
Log:
make superg/fast-frames state dynamically-allocated (and indirect off
the com structure instead of embedded); this reduces the overhead when
not configured and reduces visib
Author: sam
Date: Sat May 2 20:18:18 2009
New Revision: 191754
URL: http://svn.freebsd.org/changeset/base/191754
Log:
whitespace
Modified:
head/sys/net80211/ieee80211_adhoc.c
Modified: head/sys/net80211/ieee80211_adhoc.c
==
Author: sam
Date: Sat May 2 20:21:21 2009
New Revision: 191755
URL: http://svn.freebsd.org/changeset/base/191755
Log:
o dump tx/rx seq#'s for qos tid's
o improve check for when to dump rx ampdu state
Modified:
head/sys/net80211/ieee80211_ddb.c
Modified: head/sys/net80211/ieee80211_ddb.c
=
Author: sam
Date: Sat May 2 20:25:22 2009
New Revision: 191756
URL: http://svn.freebsd.org/changeset/base/191756
Log:
promote ieee80211_seq typedef
Modified:
head/sys/net80211/ieee80211.h
head/sys/net80211/ieee80211_ht.h
head/sys/net80211/ieee80211_node.h
Modified: head/sys/net80211/iee
Author: sam
Date: Sat May 2 20:28:55 2009
New Revision: 191757
URL: http://svn.freebsd.org/changeset/base/191757
Log:
don't say "ac WME_AC_BE"; remove "ac"
Modified:
head/sys/net80211/ieee80211_ddb.c
Modified: head/sys/net80211/ieee80211_ddb.c
===
In message: <200905012143.n41lh4us054...@svn.freebsd.org>
Alexander Motin writes:
: Author: mav
: Date: Fri May 1 21:43:04 2009
: New Revision: 191733
: URL: http://svn.freebsd.org/changeset/base/191733
:
: Log:
: Add resume methods to i8254 and atrtc devices.
This likely obviates
M. Warner Losh wrote:
: Author: mav
: Date: Fri May 1 21:43:04 2009
: New Revision: 191733
: URL: http://svn.freebsd.org/changeset/base/191733
:
: Log:
: Add resume methods to i8254 and atrtc devices.
This likely obviates the need for pmtimer.c now. You might want to
investigate...
Yes,
Author: kmacy
Date: Sat May 2 22:22:00 2009
New Revision: 191759
URL: http://svn.freebsd.org/changeset/base/191759
Log:
fix XEN compilation
Modified:
head/sys/i386/xen/mp_machdep.c
Modified: head/sys/i386/xen/mp_machdep.c
=
Author: mav
Date: Sat May 2 22:30:33 2009
New Revision: 191760
URL: http://svn.freebsd.org/changeset/base/191760
Log:
Avoid comparing negative signed to positive unsignad values. It was
leading to a bug, when C-state does not decrease on sleep shorter then
declared transition latency. Fixin
In message: <49fcc404.6090...@freebsd.org>
Alexander Motin writes:
: M. Warner Losh wrote:
: > : Author: mav
: > : Date: Fri May 1 21:43:04 2009
: > : New Revision: 191733
: > : URL: http://svn.freebsd.org/changeset/base/191733
: > :
: > : Log:
: > : Add resume methods to i8254 and
Author: nyan
Date: Sun May 3 02:37:13 2009
New Revision: 191761
URL: http://svn.freebsd.org/changeset/base/191761
Log:
MFi386: revision 191745
Add support for using i8254 and rtc timers as event sources for i386 SMP
system. Redistribute hard-/stat-/profclock events to other CPUs usin
On Sat, 2 May 2009, Dmitry Chagin wrote:
Linux socketpair() call expects explicit specified protocol for
AF_LOCAL domain unlike FreeBSD which expects 0 in this case.
...
@@ -859,7 +859,10 @@ linux_socketpair(struct thread *td, stru
return (EINVAL);
bsd_args.type = a
Author: imp
Date: Sun May 3 04:01:43 2009
New Revision: 191762
URL: http://svn.freebsd.org/changeset/base/191762
Log:
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
Broadcom BCM43xx chipsets. This driver uses the v3 firmware that
needs to be fetched separately. A por
On Sun, May 03, 2009 at 04:01:43AM +, Warner Losh wrote:
> Author: imp
> Date: Sun May 3 04:01:43 2009
> New Revision: 191762
> URL: http://svn.freebsd.org/changeset/base/191762
>
> Log:
> Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
> Broadcom BCM43xx chipsets.
A
Author: mav
Date: Sun May 3 04:58:44 2009
New Revision: 191763
URL: http://svn.freebsd.org/changeset/base/191763
Log:
Remove unused variable and fix spelling in comment.
Modified:
head/sys/dev/acpica/acpi_cpu.c
Modified: head/sys/dev/acpica/acpi_cpu.c
===
Warner Losh wrote:
Author: imp
Date: Sun May 3 04:01:43 2009
New Revision: 191762
URL: http://svn.freebsd.org/changeset/base/191762
Log:
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
Broadcom BCM43xx chipsets. This driver uses the v3 firmware that
needs to be fetch
Warner Losh пишет:
> Author: imp
> Date: Sun May 3 04:01:43 2009
> New Revision: 191762
> URL: http://svn.freebsd.org/changeset/base/191762
>
> Log:
> Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
> Broadcom BCM43xx chipsets. This driver uses the v3 firmware that
> n
Author: mav
Date: Sun May 3 06:25:37 2009
New Revision: 191764
URL: http://svn.freebsd.org/changeset/base/191764
Log:
Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.
Modified:
head/sys/dev/acpica/acpi_cpu.c
Modified: head/sys/dev/acpica/acpi_cpu.c
=
29 matches
Mail list logo