cvs commit: src/sys/kern kern_exit.c sys_process.c

2006-10-25 Thread David Xu
davidxu 2006-10-25 06:18:04 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c sys_process.c Log: Move sigqueue_take() call into proc_reparent(), this fixed bugs where proc_reparent() is called but sigqueue_take() is forgotten. Revision Changes

cvs commit: src/sys/kern kern_umtx.c

2006-10-25 Thread David Xu
davidxu 2006-10-25 06:28:23 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Eliminate an unnecessary `if' statement. Revision ChangesPath 1.50 +2 -1 src/sys/kern/kern_umtx.c ___

cvs commit: src/sys/kern kern_umtx.c

2006-10-25 Thread David Xu
davidxu 2006-10-25 06:38:46 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: In order to eliminate a branch, convert opcode to unsigned integer. Revision ChangesPath 1.51 +2 -2 src/sys/kern/kern_umtx.c

cvs commit: src/contrib/gcc function.c

2006-10-25 Thread Bruce Evans
bde 2006-10-25 07:29:22 UTC FreeBSD src repository Modified files: contrib/gcc function.c Log: Fixed -mprofiler-epilogue. The garbage collector apparently doesn't understand that non-local variables can never be collected, and when it collected the static

cvs commit: src/sys/arm/at91 at91_sscreg.h

2006-10-25 Thread Warner Losh
imp 2006-10-25 07:58:18 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_sscreg.h Log: MFp4: Status register bits Revision ChangesPath 1.3 +14 -0 src/sys/arm/at91/at91_sscreg.h ___

cvs commit: src/sys/arm/at91 std.at91 std.kb920x

2006-10-25 Thread Warner Losh
imp 2006-10-25 08:00:11 UTC FreeBSD src repository Modified files: sys/arm/at91 std.at91 std.kb920x Log: MFp4: Move the parameters that are basically dictated by the AT91 organization to that file. Revision ChangesPath 1.3 +5 -0

cvs commit: src/usr.sbin/fdcontrol fdcontrol.8 src/usr.sbin/smbmsg smbmsg.8

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 10:44:59 UTC FreeBSD src repository Modified files: usr.sbin/fdcontrol fdcontrol.8 usr.sbin/smbmsg smbmsg.8 Log: Force the use of the tbl(1) preprocessor. Revision ChangesPath 1.21 +1 -1 src/usr.sbin/fdcontrol/fdcontrol.8

cvs commit: www/en/donations wantlist.sgml

2006-10-25 Thread Ceri Davies
ceri2006-10-25 11:46:30 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Update my needs. Revision ChangesPath 1.420 +5 -13 www/en/donations/wantlist.sgml ___

cvs commit: www/en/donations wantlist.sgml

2006-10-25 Thread Ceri Davies
ceri2006-10-25 11:53:55 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Fix an old typo. Revision ChangesPath 1.421 +2 -2 www/en/donations/wantlist.sgml ___

cvs commit: src/sys/dev/usb ukbd.c

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 12:22:19 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27: : revision 1.27 : date: 2000/05/28 12:43:24; author: ache; state: Exp; lines: +3 -2 :

cvs commit: src/sys/security/mac mac_framework.h

2006-10-25 Thread Robert Watson
rwatson 2006-10-25 13:14:25 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h Log: Remove extra _MAC_ from #ifdef guard. Revision ChangesPath 1.74 +1 -1 src/sys/security/mac/mac_framework.h

cvs commit: src/sys/dev/atkbdc atkbd.c

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 13:35:42 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbd.c Log: Fix LEDs not working when atkbd is an active keyboard and the physical keyboard is attached only after the system has already booted. If USB keyboard is also present,

cvs commit: src/sys/i386/i386 mp_machdep.c

2006-10-25 Thread John Baldwin
jhb 2006-10-25 14:44:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/i386/i386mp_machdep.c Log: Ignore I/O APICs that aren't really there (return 0x when you try to talk to them) if they aren't listed as the destination of any

cvs commit: src/sys/boot/ficl Makefile src/sys/boot/i386 Makefile.inc

2006-10-25 Thread John Baldwin
jhb 2006-10-25 15:03:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/boot/ficlMakefile sys/boot/i386Makefile.inc Log: MFC: Add -march=i386 for the amd64 build to generate smaller binaries. Approved by:re (hrs)

Re: cvs commit: src/sys/kern kern_exit.c

2006-10-25 Thread John Baldwin
On Tuesday 24 October 2006 18:54, David Xu wrote: On Wednesday 25 October 2006 02:30, John Baldwin wrote: On Monday 23 October 2006 18:47, David Xu wrote: On Monday 23 October 2006 23:33, John Baldwin wrote: On Saturday 21 October 2006 19:59, David Xu wrote: davidxu 2006-10-21

cvs commit: src/share/timedef da_DK.ISO8859-1.src da_DK.UTF-8.src

2006-10-25 Thread Florent Thoumie
flz 2006-10-25 15:16:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/timedefda_DK.ISO8859-1.src da_DK.UTF-8.src Log: MFC: De-capitalize days and months' names. src/share/timedef/da_DK.UTF-8.src: rev 1.1 - 1.2

cvs commit: src/share/man/man4 ng_pppoe.4

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 15:23:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 ng_pppoe.4 Log: MFC: 1.37 (grammar), 1.38 (markup), 1.39 (grammar and typos). Approved by:re (blanket) Revision ChangesPath 1.31.2.3 +19

cvs commit: src/share/man/man4 syscons.4

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 15:26:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 syscons.4 Log: MFC: 1.42 (kill redundant .Pp), 1.43 (hw.syscons.kbd_kbdkey - hw.syscons.kbd_debug) 1.44 (Fix ttyv* device names). Approved by:

Re: truss status

2006-10-25 Thread Darren Reed
On Mon, Jul 24, 2006 at 06:18:36PM +0930, Daniel O'Connor wrote: On Monday 24 July 2006 16:55, Peter Jeremy wrote: On Mon, 2006-Jul-24 13:36:19 +0930, Daniel O'Connor wrote: Ktrace is almost useless out of the box because for any non-trivial operation you run out of requests. Some

Re: cvs commit: src/sys/net if_bridge.c

2006-10-25 Thread Darren Reed
On Sat, Apr 29, 2006 at 05:37:25AM +, Andrew Thompson wrote: thompsa 2006-04-29 05:37:25 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Add support for fragmenting ipv4 packets. The packet filter may reassemble the ip

Re: cvs commit: src/sys/net if_bridge.c

2006-10-25 Thread Andrew Thompson
On Wed, Oct 25, 2006 at 05:53:02PM +, Darren Reed wrote: On Sat, Apr 29, 2006 at 05:37:25AM +, Andrew Thompson wrote: thompsa 2006-04-29 05:37:25 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Add support for fragmenting

cvs commit: src/sys/arm/arm nexus.c

2006-10-25 Thread Olivier Houchard
cognet 2006-10-25 21:00:08 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c Log: Setup multiple interrupts if needed. Revision ChangesPath 1.8 +5 -2 src/sys/arm/arm/nexus.c ___

cvs commit: src/sys/arm/arm nexus.c

2006-10-25 Thread Olivier Houchard
cognet 2006-10-25 21:11:46 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c Log: Let allow to teardown multiple irqs as well. Revision ChangesPath 1.9 +3 -1 src/sys/arm/arm/nexus.c ___

cvs commit: ports/x11-toolkits/gtk20 Makefile

2006-10-25 Thread Joe Marcus Clarke
marcus 2006-10-25 21:19:26 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Fix gtkprint with users that have cups-base installed, but who are using lpr instead of CUPS for printing. With this fix, CUPS users should be able to print to file,

cvs commit: src/usr.bin/awk Makefile tran.c.diff

2006-10-25 Thread Ruslan Ermilov
ru 2006-10-25 21:23:21 UTC FreeBSD src repository Modified files: usr.bin/awk Makefile Added files: usr.bin/awk tran.c.diff Log: Fix a bug converting a variable from the numeric type to a string. PR: bin/104795 MFC after: 3

cvs commit: ports/x11/gnome-applets Makefile pkg-plist

2006-10-25 Thread Michael Johnson
ahze2006-10-25 23:13:02 UTC FreeBSD ports repository Modified files: x11/gnome-appletsMakefile pkg-plist Log: - Fix plist on !i386 !amd64 Approved by:portmgr (marcus) Revision ChangesPath 1.97 +1 -0 ports/x11/gnome-applets/Makefile 1.54

Re: truss status

2006-10-25 Thread Daniel O'Connor
On Thursday 26 October 2006 02:42, Darren Reed wrote: On a related note, do you think it would be possible to allow ktrace to use pipes? Have a look at NetBSD, it has something like this...although it is not without issues as ktrace doesn't stop the program to prevent missing events due to

cvs commit: ports/sysutils/screen Makefile distinfo

2006-10-25 Thread Cy Schubert
cy 2006-10-26 04:27:46 UTC FreeBSD ports repository Modified files: sysutils/screen Makefile distinfo Log: Update 4.0.2 -- 4.0.3 to fix two security bugs in the utf8 combining characters handling. http://lists.gnu.org/archive/html/screen-users/2006-10/msg00028.html