On Wed, 21 Jan 2009, John Baldwin wrote:
Author: jhb
Date: Wed Jan 21 23:10:06 2009
New Revision: 187576
URL: http://svn.freebsd.org/changeset/base/187576
Log:
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
Looks like there might be some kinks still:
ppc0: port 0x378-0x37f,0x7
Author: jeff
Date: Thu Jan 22 06:21:30 2009
New Revision: 187580
URL: http://svn.freebsd.org/changeset/base/187580
Log:
- Update my copyright.
- Print human readable time as a float with two digits of precision. Use
ns now as well since clock periods are well into the hundreds of
Author: takawata
Date: Thu Jan 22 05:05:56 2009
New Revision: 187579
URL: http://svn.freebsd.org/changeset/base/187579
Log:
Rename sc_is_pseudo to sc_nobulk member in ufoma_softc.
That was pseudo ucom because it used home brew tty interface.
Now, it is integrated to usb serial framework, so
Author: n_hibma
Date: Wed Jan 21 23:10:43 2009
New Revision: 187577
URL: http://svn.freebsd.org/changeset/base/187577
Log:
Sync this file with HEAD r183874.
- Remove a redundant MOD_LOAD function
- Reduce the attach priority for the attach function to give other
drivers, like the to be c
Author: jhb
Date: Wed Jan 21 23:10:06 2009
New Revision: 187576
URL: http://svn.freebsd.org/changeset/base/187576
Log:
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
- To avoid having a bunch of locks that end up always getting acquired as
a group, give each ppc(4) device a mu
On Wednesday 21 January 2009 05:00 pm, Bjoern A. Zeeb wrote:
> On Wed, 21 Jan 2009, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Wed Jan 21 20:44:42 2009
> > New Revision: 187566
> > URL: http://svn.freebsd.org/changeset/base/187566
> >
> > Log:
> > Change __FreeBSD_version to prepare for merging
On Wed, 21 Jan 2009, Jung-uk Kim wrote:
Author: jkim
Date: Wed Jan 21 20:44:42 2009
New Revision: 187566
URL: http://svn.freebsd.org/changeset/base/187566
Log:
Change __FreeBSD_version to prepare for merging r184102.
Modified:
head/sys/contrib/altq/altq/altq_subr.c
Modified: head/sys/contri
Author: jhb
Date: Wed Jan 21 21:48:46 2009
New Revision: 187575
URL: http://svn.freebsd.org/changeset/base/187575
Log:
Fix build.
Pointy hat to:jhb
Modified:
stable/6/sys/kern/vfs_syscalls.c
Modified: stable/6/sys/kern/vfs_syscalls.c
=
Author: jkim
Date: Wed Jan 21 21:31:44 2009
New Revision: 187574
URL: http://svn.freebsd.org/changeset/base/187574
Log:
MFC: Make sure legacy replacement route is turned off when enbling HPET.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sy
Author: tabthorpe (ports committer)
Date: Wed Jan 21 21:29:00 2009
New Revision: 187573
URL: http://svn.freebsd.org/changeset/base/187573
Log:
- Document targets run-depends-list and build-depends-list
PR: docs/127575
Submitted by: Walter Venable
Approved by: keramida
MFC
Author: jkim
Date: Wed Jan 21 21:28:21 2009
New Revision: 187572
URL: http://svn.freebsd.org/changeset/base/187572
Log:
MFC: Set tsc_is_invariant for some known AMD CPUs even if BIOS does not
advertise it.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/amd64/amd64/identcpu.c
sta
Author: jkim
Date: Wed Jan 21 21:01:02 2009
New Revision: 187570
URL: http://svn.freebsd.org/changeset/base/187570
Log:
MFC: Do not use PowerNow! if FID or VID is missing.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/
Author: jkim
Date: Wed Jan 21 20:57:54 2009
New Revision: 187569
URL: http://svn.freebsd.org/changeset/base/187569
Log:
MFC: Use power management information for AMD CPUs from identcpu.c.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev
Author: joerg
Date: Wed Jan 21 20:57:28 2009
New Revision: 187568
URL: http://svn.freebsd.org/changeset/base/187568
Log:
Add the dresden elektronik SensorTerminalBoard which uses an FT245.
Modified:
head/sys/dev/usb/uftdi.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/uftdi.c
==
Author: jkim
Date: Wed Jan 21 20:53:36 2009
New Revision: 187567
URL: http://svn.freebsd.org/changeset/base/187567
Log:
MFC: Turn off CPU frequency change notifiers when the TSC is P-state
invariant or it is forced by setting 'kern.timecounter.invariant_tsc'
tunable to non-zero.
Modified:
Author: jkim
Date: Wed Jan 21 20:44:42 2009
New Revision: 187566
URL: http://svn.freebsd.org/changeset/base/187566
Log:
Change __FreeBSD_version to prepare for merging r184102.
Modified:
head/sys/contrib/altq/altq/altq_subr.c
Modified: head/sys/contrib/altq/altq/altq_subr.c
=
Author: jkim
Date: Wed Jan 21 20:16:11 2009
New Revision: 187565
URL: http://svn.freebsd.org/changeset/base/187565
Log:
MFC: Detect Advanced Power Management Information for AMD CPUs.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/amd64/amd64/identcpu.c
stable/7/sys/amd64/amd64/in
Author: jhb
Date: Wed Jan 21 20:08:17 2009
New Revision: 187564
URL: http://svn.freebsd.org/changeset/base/187564
Log:
Fix a few style bogons.
Submitted by: bde
Modified:
head/sys/kern/vfs_subr.c
head/sys/ufs/ufs/ufs_vnops.c
Modified: head/sys/kern/vfs_subr.c
=
Author: jhb
Date: Wed Jan 21 20:05:12 2009
New Revision: 187563
URL: http://svn.freebsd.org/changeset/base/187563
Log:
Regen.
Modified:
stable/7/sys/compat/freebsd32/freebsd32_proto.h
stable/7/sys/compat/freebsd32/freebsd32_syscall.h
stable/7/sys/compat/freebsd32/freebsd32_syscalls.c
st
Author: ed
Date: Wed Jan 21 19:43:10 2009
New Revision: 187562
URL: http://svn.freebsd.org/changeset/base/187562
Log:
Add Unicode rendering to the teken demo application.
Some time ago I tried adding Unicode rendering to the teken demo
application, but I didn't get it working. It seems I
Author: jhb
Date: Wed Jan 21 18:54:35 2009
New Revision: 187561
URL: http://svn.freebsd.org/changeset/base/187561
Log:
MFC: Add a new KTR tracepoint in the KTR_CALLOUT class to note when a
callout routine finishes executing.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/p
Author: jhb
Date: Wed Jan 21 18:52:33 2009
New Revision: 187559
URL: http://svn.freebsd.org/changeset/base/187559
Log:
MFC: Add 32-bit compat system calls for VFS_AIO.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/compat/freebsd32/syscalls.master
stable/7/sys/contrib/pf/ (props
Author: cperciva
Date: Wed Jan 21 18:47:52 2009
New Revision: 187558
URL: http://svn.freebsd.org/changeset/base/187558
Log:
Fix typo: FreeBSD 6.4 is at -p3, not at -p9.
Approved by: so (cperciva)
Modified:
releng/6.4/UPDATING
Modified: releng/6.4/UPDATING
==
Author: jhb
Date: Wed Jan 21 18:38:12 2009
New Revision: 187555
URL: http://svn.freebsd.org/changeset/base/187555
Log:
MFC: Use ints and a pointer to represent the spare fields used by the old
sigevent structure rather than using a char array with explicit knowledge
about padding.
Modified:
Author: jhb
Date: Wed Jan 21 18:35:48 2009
New Revision: 187554
URL: http://svn.freebsd.org/changeset/base/187554
Log:
MFC: Reorder modules during initialization to ensure that MOD_QUIESCE
and MOD_UNLOAD events are posted to kernel modules in the reverse order
of MOD_LOAD events.
Modified:
Author: jhb
Date: Wed Jan 21 18:32:43 2009
New Revision: 187553
URL: http://svn.freebsd.org/changeset/base/187553
Log:
MFC: Invoke MOD_QUIESCE on all modules in a linker file (kld) before
unloading any modules.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props ch
Author: jhb
Date: Wed Jan 21 18:26:10 2009
New Revision: 187552
URL: http://svn.freebsd.org/changeset/base/187552
Log:
MFC: Don't leak a reference on the /compat/linux vnode everytime
the linprocfs 'mtab' file is read.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/compat/linprocf
Author: imp
Date: Wed Jan 21 17:49:23 2009
New Revision: 187551
URL: http://svn.freebsd.org/changeset/base/187551
Log:
Default to normal bus timing mode on SD cards. In practice, most
cards people have today support high speed mode, so the timing field
would be initialized to bus_timing_hs,
Author: imp
Date: Wed Jan 21 17:39:11 2009
New Revision: 187548
URL: http://svn.freebsd.org/changeset/base/187548
Log:
o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.
o Only set 4-bit caps on those boards that have 4-bit caps (this means that
because we don't
Author: imp
Date: Wed Jan 21 17:34:14 2009
New Revision: 187546
URL: http://svn.freebsd.org/changeset/base/187546
Log:
Fix minor style nit for file consistency.
Modified:
head/sys/dev/mmc/mmc.c
Modified: head/sys/dev/mmc/mmc.c
=
Author: thompsa
Date: Wed Jan 21 17:33:45 2009
New Revision: 187545
URL: http://svn.freebsd.org/changeset/base/187545
Log:
Bump my size limit.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
===
Author: jkim
Date: Wed Jan 21 17:32:26 2009
New Revision: 187544
URL: http://svn.freebsd.org/changeset/base/187544
Log:
MFC: r184976
- Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].
- If the flag is set and auto-select fails, assume disk is not present.
- Set disk
Author: imp
Date: Wed Jan 21 17:28:24 2009
New Revision: 187543
URL: http://svn.freebsd.org/changeset/base/187543
Log:
Make the command reporting be under boot verbose.
Also, report a few other things under boot verbose.
Small style nit to make new code look like old code in this file.
Modi
Author: n_hibma
Date: Wed Jan 21 17:23:06 2009
New Revision: 187542
URL: http://svn.freebsd.org/changeset/base/187542
Log:
Couple of pointy hats to me, please. Not only did I make an unnecessary
commit, I actually managed to screw up the revert as well.
Submitted by: quite a few people...
Author: jhb
Date: Wed Jan 21 17:16:03 2009
New Revision: 187541
URL: http://svn.freebsd.org/changeset/base/187541
Log:
MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed
the maximum number of scatter/gather elements supported in the bus dma tag.
Modified:
stable/6/sys/
Author: jhb
Date: Wed Jan 21 17:13:31 2009
New Revision: 187540
URL: http://svn.freebsd.org/changeset/base/187540
Log:
MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed
the maximum number of scatter/gather elements supported in the bus dma tag.
Modified:
stable/7/sys/
Author: jkim
Date: Wed Jan 21 17:07:46 2009
New Revision: 187539
URL: http://svn.freebsd.org/changeset/base/187539
Log:
MFC: Add support for AMD64 Family 10h processors.
PR: kern/128331
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
sta
Author: jhb
Date: Wed Jan 21 17:07:23 2009
New Revision: 187538
URL: http://svn.freebsd.org/changeset/base/187538
Log:
Regen.
Modified:
stable/6/sys/compat/freebsd32/freebsd32_proto.h
stable/6/sys/compat/freebsd32/freebsd32_syscall.h
stable/6/sys/compat/freebsd32/freebsd32_syscalls.c
st
Author: jhb
Date: Wed Jan 21 17:03:55 2009
New Revision: 187537
URL: http://svn.freebsd.org/changeset/base/187537
Log:
MFC: Split most of getdirentries() out into a kern_getdirentries() and add
a freebsd32 frontend to fix a data corruption bug with 32-bit binaries.
Modified:
stable/6/sys/
Author: jhb
Date: Wed Jan 21 16:28:15 2009
New Revision: 187536
URL: http://svn.freebsd.org/changeset/base/187536
Log:
MFC: Add support for installing 32-bit system calls from kernel modules.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/compat/freebsd32/freebsd32_misc.c
stable/6
Author: jhb
Date: Wed Jan 21 16:14:43 2009
New Revision: 187535
URL: http://svn.freebsd.org/changeset/base/187535
Log:
MFC: Add support for installing 32-bit system calls from kernel modules.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/compat/freebsd32/freebsd32_misc.c
stable/7
Author: kib
Date: Wed Jan 21 15:51:15 2009
New Revision: 187534
URL: http://svn.freebsd.org/changeset/base/187534
Log:
MFC r183211:
Initialize birthtime fields in vn_stat() to prevent stat(2) from
returning uninitialized birthtime. Most file systems don't initialize
birthtime properly in t
Author: jhb
Date: Wed Jan 21 15:25:00 2009
New Revision: 187533
URL: http://svn.freebsd.org/changeset/base/187533
Log:
MFC: Use existing GDB routines for parsing the section table of klds in
the 'add-kld' command.
Modified:
stable/6/gnu/usr.bin/gdb/kgdb/ (props changed)
stable/6/gnu/usr
Author: jhb
Date: Wed Jan 21 15:19:38 2009
New Revision: 187532
URL: http://svn.freebsd.org/changeset/base/187532
Log:
MFC: Use existing GDB routines for parsing the section table of klds in
the 'add-kld' command.
Modified:
stable/7/gnu/usr.bin/gdb/kgdb/ (props changed)
stable/7/gnu/usr
Author: kib
Date: Wed Jan 21 15:06:53 2009
New Revision: 187531
URL: http://svn.freebsd.org/changeset/base/187531
Log:
MFC r185170. r185556:
Busy ufs filesystem around block of code that does ".." lookup.
Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED.
Modified:
Author: emaste
Date: Wed Jan 21 15:04:06 2009
New Revision: 187530
URL: http://svn.freebsd.org/changeset/base/187530
Log:
MFC r181693:
Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the
space that redzone adds to the allocation for storing its metadata is at
le
Author: jhb
Date: Wed Jan 21 15:01:36 2009
New Revision: 187529
URL: http://svn.freebsd.org/changeset/base/187529
Log:
MFC: If we are unable to obtain a frequency list from either ACPI or the
static tables, then attempt to build a simple list containing just the high
and low frequencies if t
Author: kib
Date: Wed Jan 21 14:51:38 2009
New Revision: 187528
URL: http://svn.freebsd.org/changeset/base/187528
Log:
Move the code from ufs_lookup.c used to do dotdot lookup, into
the helper function. It is supposed to be useful for any filesystem
that has to unlock dvp to walk to the ".."
Author: jhb
Date: Wed Jan 21 14:43:35 2009
New Revision: 187527
URL: http://svn.freebsd.org/changeset/base/187527
Log:
Now that vfs_markatime() no longer requires an exclusive lock due to
the VOP_MARKATIME() changes, use a shared vnode lock for mmap().
Submitted by: ups
Modified:
head/
Author: jhb
Date: Wed Jan 21 14:42:00 2009
New Revision: 187526
URL: http://svn.freebsd.org/changeset/base/187526
Log:
Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:
VOP_MARKATIME() since unlike the rest of VOP_SETATTR(), VA_MARKATIME
can be performed while holding a shar
Author: mav
Date: Wed Jan 21 14:22:06 2009
New Revision: 187525
URL: http://svn.freebsd.org/changeset/base/187525
Log:
Fix copy/paste mistake in variable name. This could lead to using incorrect
bus frequency.
Modified:
head/sys/dev/mmc/mmc.c
Modified: head/sys/dev/mmc/mmc.c
==
On 2009-01-21 13:11, Ulrich Spörlein wrote:
> Just picking a random commit, but since a couple of days, nearly all
> commits to stable/7/sys contain the props changed line for
>
>> Modified:
>> stable/7/sys/ (props changed)
>> stable/7/sys/contrib/pf/ (props changed)
>> stable/7/sys/dev/
Just picking a random commit, but since a couple of days, nearly all
commits to stable/7/sys contain the props changed line for
> Modified:
> stable/7/sys/ (props changed)
> stable/7/sys/contrib/pf/ (props changed)
> stable/7/sys/dev/ath/ath_hal/ (props changed)
> stable/7/sys/dev/cx
Author: phk
Date: Wed Jan 21 10:51:54 2009
New Revision: 187524
URL: http://svn.freebsd.org/changeset/base/187524
Log:
Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009.
Modified:
head/share/zoneinfo/leapseconds
Modified: head/share/zoneinfo/leapseconds
==
On Tue, January 20, 2009 11:17 pm, Maksim Yevmenkin wrote:
> Author: emax
> Date: Tue Jan 20 22:17:05 2009
> New Revision: 187494
> URL: http://svn.freebsd.org/changeset/base/187494
>
> Log:
> Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.
>
> Reviewed by:HPS, alfred
>
55 matches
Mail list logo