On 31 July 2010 04:08, Rui Paulo wrote:
> Author: rpaulo
> Date: Sat Jul 31 00:08:18 2010
> New Revision: 210668
> URL: http://svn.freebsd.org/changeset/base/210668
>
> Log:
> pci_if.h is required to build atacore.
>
> Modified:
> head/sys/modules/ata/atacore/Makefile
>
> Modified: head/sys/modu
Author: joel (doc committer)
Date: Sat Jul 31 10:01:15 2010
New Revision: 210669
URL: http://svn.freebsd.org/changeset/base/210669
Log:
Spelling fixes.
Modified:
head/share/man/man9/DEVICE_PROBE.9
head/share/man/man9/VFS_VGET.9
head/share/man/man9/bios.9
head/share/man/man9/kproc.9
he
On 31 Jul 2010, at 08:00, pluknet wrote:
> On 31 July 2010 04:08, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Sat Jul 31 00:08:18 2010
>> New Revision: 210668
>> URL: http://svn.freebsd.org/changeset/base/210668
>>
>> Log:
>> pci_if.h is required to build atacore.
>>
>> Modified:
>> head/sys
Author: joel (doc committer)
Date: Sat Jul 31 12:14:28 2010
New Revision: 210676
URL: http://svn.freebsd.org/changeset/base/210676
Log:
Fix a bunch of typos and spelling mistakes.
Modified:
head/share/man/man4/ae.4
head/share/man/man4/asmc.4
head/share/man/man4/ata.4
head/share/man/man4
Author: nwhitehorn
Date: Sat Jul 31 13:22:34 2010
New Revision: 210677
URL: http://svn.freebsd.org/changeset/base/210677
Log:
Add support for the IBM Full-System Simulator (Mambo). This code has been
developed against the 970 and Cell simulators.
Added:
head/sys/powerpc/mambo/
head/sys/po
Author: rpaulo
Date: Sat Jul 31 14:26:10 2010
New Revision: 210678
URL: http://svn.freebsd.org/changeset/base/210678
Log:
Import the librtld_db library. This is needed by userland DTrace.
This is not yet enabled in the build because I also need to import a new
version of libproc.
Sponso
Author: kib
Date: Sat Jul 31 14:30:11 2010
New Revision: 210679
URL: http://svn.freebsd.org/changeset/base/210679
Log:
Report the time left for the sleep on SIGINFO.
Be stricter in the checking of interval specification.
PR: bin/139345
MFC after:3 weeks
Modified:
head/bin/sleep
Author: rpaulo
Date: Sat Jul 31 14:32:54 2010
New Revision: 210680
URL: http://svn.freebsd.org/changeset/base/210680
Log:
Add LIBRTLD_DB.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/bsd.libnames.mk
Modified: head/share/mk/bsd.libnames.mk
Author: rpaulo
Date: Sat Jul 31 14:36:34 2010
New Revision: 210681
URL: http://svn.freebsd.org/changeset/base/210681
Log:
Add librtld_db.
Sponsored by: The FreeBSD Foundation
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==
Author: rpaulo
Date: Sat Jul 31 14:52:29 2010
New Revision: 210682
URL: http://svn.freebsd.org/changeset/base/210682
Log:
libproc is going to be i386/amd64 only with the next update.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
===
Author: rpaulo
Date: Sat Jul 31 14:53:43 2010
New Revision: 210683
URL: http://svn.freebsd.org/changeset/base/210683
Log:
Simplify the Makefile. The i386 and amd64 sections are equal.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
==
Author: rpaulo
Date: Sat Jul 31 14:57:33 2010
New Revision: 210684
URL: http://svn.freebsd.org/changeset/base/210684
Log:
Add libproc.
Sponsored by: The FreeBSD Foundation
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
=
Author: bz
Date: Sat Jul 31 15:31:23 2010
New Revision: 210686
URL: http://svn.freebsd.org/changeset/base/210686
Log:
MFp4 @181628:
Free the rtentry after we diconnected it from the FIB and are counting
it as rttrash. There might still be a chance we leak it from a different
code path
On Sat, 31 Jul 2010, Bjoern A. Zeeb wrote:
Author: bz
Date: Sat Jul 31 15:31:23 2010
New Revision: 210686
URL: http://svn.freebsd.org/changeset/base/210686
Log:
MFp4 @181628:
Free the rtentry after we diconnected it from the FIB and are counting
it as rttrash. There might still be a chance
Author: rpaulo
Date: Sat Jul 31 16:10:20 2010
New Revision: 210688
URL: http://svn.freebsd.org/changeset/base/210688
Log:
New version of libproc. Changes are:
* breakpoint setup support
* register query
* symbol to address mapping and vice-versa
* more misc utility functions based on the
Author: rpaulo
Date: Sat Jul 31 16:11:11 2010
New Revision: 210689
URL: http://svn.freebsd.org/changeset/base/210689
Log:
Bump the shared library major version due to ABI conflicts.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libproc/Makefile
Modified: head/lib/libproc/Makef
Author: rpaulo
Date: Sat Jul 31 16:12:47 2010
New Revision: 210690
URL: http://svn.freebsd.org/changeset/base/210690
Log:
Build librtld_db.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
==
Author: rpaulo
Date: Sat Jul 31 17:09:37 2010
New Revision: 210691
URL: http://svn.freebsd.org/changeset/base/210691
Log:
dtrace(1) now depends on libutil and librtld_db.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/usr.sbin/dtrace/Makefile
Modified: head/cddl/usr.sbin/dtrac
Author: rpaulo
Date: Sat Jul 31 17:10:55 2010
New Revision: 210692
URL: http://svn.freebsd.org/changeset/base/210692
Log:
Update to the new proc_detach() function.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.c
Modified: head/
On Sat, Jul 31, 2010 at 02:30:11PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Jul 31 14:30:11 2010
> New Revision: 210679
> URL: http://svn.freebsd.org/changeset/base/210679
>
> Log:
> Report the time left for the sleep on SIGINFO.
> Be stricter in the checking of interval spe
Author: rpaulo
Date: Sat Jul 31 17:13:14 2010
New Revision: 210693
URL: http://svn.freebsd.org/changeset/base/210693
Log:
libdtrace, dtrace(1) and lockstat(1) are for i386 and amd64 only right
now.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/lib/Makefile
head/cddl/usr.sb
Author: rpaulo
Date: Sat Jul 31 17:14:54 2010
New Revision: 210694
URL: http://svn.freebsd.org/changeset/base/210694
Log:
Revert SHLIB_MAJOR to 2.
As discussed with kan@, since DTrace is the only consumer of libproc
right now, there's no need for a major shlib bump.
Modified:
head/lib/
Author: rpaulo
Date: Sat Jul 31 17:23:37 2010
New Revision: 210695
URL: http://svn.freebsd.org/changeset/base/210695
Log:
proc_wait() was replaced by proc_wstatus(). Right now this call is
useless because userland support is not working on HEAD, but this makes
libdtrace compile again.
S
Author: kib
Date: Sat Jul 31 17:41:58 2010
New Revision: 210696
URL: http://svn.freebsd.org/changeset/base/210696
Log:
Deal with proper format for printing time_t.
Reported by: ache
MFC after:3 weeks
Modified:
head/bin/sleep/sleep.c
Modified: head/bin/sleep/sleep.c
==
On Sat, Jul 31, 2010 at 08:54:34PM +0400, Andrey Chernov wrote:
> On Sat, Jul 31, 2010 at 02:30:11PM +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Sat Jul 31 14:30:11 2010
> > New Revision: 210679
> > URL: http://svn.freebsd.org/changeset/base/210679
> >
> > Log:
> > Report the tim
Author: rpaulo
Date: Sat Jul 31 17:58:44 2010
New Revision: 210697
URL: http://svn.freebsd.org/changeset/base/210697
Log:
lockstat(1) now depends on libutil and librtld_db.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/usr.sbin/lockstat/Makefile
Modified: head/cddl/usr.sbin/l
Author: jchandra
Date: Sat Jul 31 19:11:38 2010
New Revision: 210698
URL: http://svn.freebsd.org/changeset/base/210698
Log:
Use fuword32() to fetch instructions, this will work on both 32 and 64 bit
compilation.
Modified:
head/sys/mips/mips/trap.c
Modified: head/sys/mips/mips/trap.c
==
Author: jchandra
Date: Sat Jul 31 19:13:08 2010
New Revision: 210699
URL: http://svn.freebsd.org/changeset/base/210699
Log:
Use PTR_ADDU to change sp, so that it works for n64 too.
Modified:
head/sys/mips/mips/swtch.S
Modified: head/sys/mips/mips/swtch.S
=
Author: imp
Date: Sat Jul 31 19:25:51 2010
New Revision: 210700
URL: http://svn.freebsd.org/changeset/base/210700
Log:
Adds the async option for journaled file systems (UFS + journaling)
Submitted by: kris moore (kris at pcbsd org)
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-
Author: imp
Date: Sat Jul 31 19:27:43 2010
New Revision: 210701
URL: http://svn.freebsd.org/changeset/base/210701
Log:
Fixes a bug when installing with a ZFS on root (/) and UFS /boot
partition. Don't stamp the zfs boot-loader in this case.
Submitted by: kris moore
Modified:
head/usr.s
On Sat, Jul 31, 2010 at 07:25:51PM +, Warner Losh wrote:
> Author: imp
> Date: Sat Jul 31 19:25:51 2010
> New Revision: 210700
> URL: http://svn.freebsd.org/changeset/base/210700
>
> Log:
> Adds the async option for journaled file systems (UFS + journaling)
>
> Submitted by: kris
Author: joel (doc committer)
Date: Sat Jul 31 21:09:49 2010
New Revision: 210702
URL: http://svn.freebsd.org/changeset/base/210702
Log:
Spelling fixes.
Modified:
head/bin/ln/ln.1
head/sbin/camcontrol/camcontrol.8
head/sbin/hastd/hast.conf.5
head/sbin/ifconfig/ifconfig.8
head/sbin/isco
Author: bz
Date: Sat Jul 31 21:33:18 2010
New Revision: 210703
URL: http://svn.freebsd.org/changeset/base/210703
Log:
Document the mandatory argument to the arptimer() and
nd6_llinfo_timer() functions with a KASSERT().
Note: there is no need to return after panic.
In the legacy IP case,
Author: nwhitehorn
Date: Sat Jul 31 21:35:15 2010
New Revision: 210704
URL: http://svn.freebsd.org/changeset/base/210704
Log:
Improve hash coverage for kernel page table entries by modifying the kernel
ESID -> VSID map function. This makes ZFS run stably on PowerPC under
heavy loads (repeate
"Pawel Jakub Dawidek" wrote:
>On Sat, Jul 31, 2010 at 07:25:51PM +, Warner Losh wrote:
>> Author: imp
>> Date: Sat Jul 31 19:25:51 2010
>> New Revision: 210700
>> URL: http://svn.freebsd.org/changeset/base/210700
>>
>> Log:
>> Adds the async option for journaled file systems (UFS + journ
35 matches
Mail list logo