cvs commit: src/lib/librt sigev_thread.c

2006-03-10 Thread David Xu
davidxu 2006-03-10 08:01:23 UTC FreeBSD src repository Modified files: lib/librtsigev_thread.c Log: Block all signals in helper threads except those should not be blocked. Revision ChangesPath 1.7 +9 -6 src/lib/librt/sigev_thread.c

Re: cvs commit: src/sys/kern vfs_mount.c vfs_subr.c vfs_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ffs ffs_extern.h ffs_softdep.c ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c ufs_quota.c ufsmount.h

2006-03-10 Thread Pawel Jakub Dawidek
On Wed, Mar 08, 2006 at 11:43:39PM +, Tor Egge wrote: + tegge 2006-03-08 23:43:39 UTC + + FreeBSD src repository + + Modified files: + sys/kern vfs_mount.c vfs_vnops.c vfs_subr.c + sys/sys vnode.h mount.h + sys/ufs/ffs ffs_extern.h

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-03-10 Thread Dag-Erling Smørgrav
Ade Lovett [EMAIL PROTECTED] writes: On Mar 07, 2006, at 16:59 , Dag-Erling Smørgrav wrote: .la files are useless on an ELF system Cite, please? Given that around 35% of our libtool-using ports already installed .la files prior to this change, as well as extensive use of them in Linux and

Re: cvs commit: src/release Makefile

2006-03-10 Thread Dag-Erling Smørgrav
This talk of KERNELS reminds me of a patchset I've had for quite a while. Currently, 'make buildkernel' builds all the kernels you list in KERNCONF, but installs only one, to /boot/kernel. I've patched my tree so it installs all of them into /boot/${KERN_IDENT}. The reason why I haven't

cvs commit: src/lib/libc/include un-namespace.h

2006-03-10 Thread David Xu
davidxu 2006-03-10 09:58:19 UTC FreeBSD src repository Modified files: lib/libc/include un-namespace.h Log: Add entries for new pthread stubs. Revision ChangesPath 1.15 +30 -0 src/lib/libc/include/un-namespace.h

cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml

2006-03-10 Thread Dmitry Morozovsky
marck 2006-03-10 10:12:47 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.236 - 1.237 article.sgml Obtained from: The FreeBSD Russian Documentation Project Revision ChangesPath 1.14

Re: cvs commit: src/sys/i386/i386 mpapic.c

2006-03-10 Thread Yar Tikhiy
On Thu, Mar 09, 2006 at 04:23:15PM +, John Baldwin wrote: jhb 2006-03-09 16:23:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/i386/i386mpapic.c Log: Revert the previous change. Even though Intel insists that the behavior

Re: cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.c

2006-03-10 Thread Alexander Leidinger
Jung-uk Kim [EMAIL PROTECTED] wrote: jkim2006-03-09 22:49:44 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h smbios.c Log: - Implement serial numbers, UUID, and asset tag (turned off by default). Use 'BOOT_SENSITIVE_INFO=YES' variable to

cvs commit: src/include Makefile

2006-03-10 Thread Ruslan Ermilov
ru 2006-03-10 11:00:12 UTC FreeBSD src repository Modified files: include Makefile Log: - Fix variable assignment to be portable. - Line up continuations. Submitted by: bde Revision ChangesPath 1.255 +6 -6 src/include/Makefile

cvs commit: src/include Makefile

2006-03-10 Thread Ruslan Ermilov
ru 2006-03-10 11:07:39 UTC FreeBSD src repository Modified files: include Makefile Log: Hopefully fix all nearby style bugs that Bruce has mentioned. Revision ChangesPath 1.256 +8 -8 src/include/Makefile

cvs commit: src/sys/dev/ata ata-all.c

2006-03-10 Thread S�ren Schmidt
sos 2006-03-10 12:20:54 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: write the right unit # on verbose output. Revision ChangesPath 1.270 +2 -1 src/sys/dev/ata/ata-all.c ___

Re: cvs commit: src/release Makefile

2006-03-10 Thread Scott Long
Dag-Erling Smørgrav wrote: This talk of KERNELS reminds me of a patchset I've had for quite a while. Currently, 'make buildkernel' builds all the kernels you list in KERNCONF, but installs only one, to /boot/kernel. I've patched my tree so it installs all of them into /boot/${KERN_IDENT}. The

cvs commit: src/sys/conf files

2006-03-10 Thread S�ren Schmidt
sos 2006-03-10 19:10:06 UTC FreeBSD src repository Modified files: sys/conf files Log: Add device atausb Revision ChangesPath 1.1101+1 -0 src/sys/conf/files ___ cvs-all@freebsd.org mailing list

cvs commit: ports/misc/kcd Makefile ports/misc/kcd-devel Makefile

2006-03-10 Thread Kris Kennaway
kris2006-03-11 01:19:17 UTC FreeBSD ports repository Modified files: misc/kcd Makefile misc/kcd-devel Makefile Log: Mark IGNORE on 7.x: the configure script attempts to force a memory allocation failure by using setrlimit(RLIMIT_DATA, ...) and doing

cvs commit: src/sys/sys ata.h src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-queue.c ata-raid.c atapi-cd.c atapi-fd.c atapi-fd.h

2006-03-10 Thread S�ren Schmidt
sos 2006-03-10 12:30:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys ata.h sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-queue.c ata-raid.c atapi-cd.c atapi-fd.c

cvs commit: src/sys/dev/ath if_ath.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:17:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: fix harmless merge botches Approved by:re Revision ChangesPath 1.94.2.15 +1 -2 src/sys/dev/ath/if_ath.c

cvs commit: src/bin/chflags chflags.1

2006-03-10 Thread Tom Rhodes
trhodes 2006-03-10 12:37:19 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 Log: Use .Cm for all key words, not just the ones I added. More in line with mdoc(7) according to ru. Requested by: ru Revision ChangesPath 1.28 +12

cvs commit: src/sbin/ifconfig ifconfig.8

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:05:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ifconfigifconfig.8 Log: MFC 1.115: explain what list chan displays Approved by:re (scottl, hrs) Revision ChangesPath 1.95.2.14 +23 -4

cvs commit: src/sys/boot/i386/libi386 smbios.c

2006-03-10 Thread Jung-uk Kim
jkim2006-03-10 23:33:28 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 smbios.c Log: Micro-optimize invalid UUID check. Revision ChangesPath 1.5 +3 -1 src/sys/boot/i386/libi386/smbios.c ___

cvs commit: src/sys/dev/cs if_cs.c

2006-03-10 Thread Philip Paeps
philip 2006-03-10 23:50:53 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT flag isn't enough - the filter needs to be set up too, or no multicast frames are accepted.

cvs commit: src/sys/ufs/ufs ufs_inode.c src/sys/ufs/ffs ffs_snapshot.c ffs_vfsops.c src/sys/kern vfs_vnops.c src/sys/sys mount.h

2006-03-10 Thread Tor Egge
tegge 2006-03-11 01:08:37 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c sys/ufs/ffs ffs_snapshot.c ffs_vfsops.c sys/kern vfs_vnops.c sys/sys mount.h Log: Block secondary writes while expunging

Re: cvs commit: src/release Makefile

2006-03-10 Thread Dag-Erling Smørgrav
Scott Long [EMAIL PROTECTED] writes: Dan Sobral and I have talked about exactly this in the past. What you want to do is merge libregex into the loader and add the calling shims so that it can be accessd as 4th words. [...] I'd have to learn Forth first. Can you recommend a good (and short)

cvs commit: src/sys/dev/iwi if_iwi.c if_iwivar.h

2006-03-10 Thread Damien Bergamini
damien 2006-03-10 18:55:30 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwivar.h Log: fix the locking. Revision ChangesPath 1.29 +72 -26src/sys/dev/iwi/if_iwi.c 1.9 +1 -2 src/sys/dev/iwi/if_iwivar.h

cvs commit: src/sys/alpha/alpha interrupt.c src/sys/alpha/isa isa.c src/sys/amd64/amd64 intr_machdep.c local_apic.c src/sys/amd64/include intr_machdep.h src/sys/amd64/isa atpic.c src/sys/arm/arm intr.

2006-03-10 Thread John Baldwin
jhb 2006-03-10 19:37:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/alpha interrupt.c sys/alpha/isaisa.c sys/amd64/amd64 intr_machdep.c local_apic.c sys/amd64/includeintr_machdep.h sys/amd64/isa

cvs commit: src/sys/dev/ath if_ath.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:10:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.133: improve tx/rx buf printing routines Approved by:re (mux) Revision ChangesPath 1.94.2.12 +25 -18

cvs commit: ports/net/cnet Makefile distinfo

2006-03-10 Thread Erwin Lansing
erwin 2006-03-10 17:35:29 UTC FreeBSD ports repository Modified files: net/cnet Makefile distinfo Log: While the port compiles and installs/deinstalls OK, on systems with modern gcc versions (like 5 and 6) the resulting binary is unusable. Fix this by

cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h

2006-03-10 Thread Damien Bergamini
damien 2006-03-10 19:59:09 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwireg.h Log: make use of the firmware(9) subsystem. use intel's firmware version 3.0 layout. Revision ChangesPath 1.30 +70 -157 src/sys/dev/iwi/if_iwi.c

cvs commit: src/sys/conf files.i386 files.pc98 src/share/man/man4/man4.i386 Makefile src/sys/i386/conf NOTES src/sys/modules Makefile

2006-03-10 Thread Roman Kurakin
rik 2006-03-10 23:27:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files.i386 files.pc98 share/man/man4/man4.i386 Makefile sys/i386/confNOTES sys/modules Makefile Log: MFC: Add support

Re: cvs commit: src/sys/i386/i386 mpapic.c

2006-03-10 Thread John Baldwin
On Friday 10 March 2006 05:20 am, Yar Tikhiy wrote: On Thu, Mar 09, 2006 at 04:23:15PM +, John Baldwin wrote: jhb 2006-03-09 16:23:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/i386/i386mpapic.c Log: Revert the previous

Re: cvs commit: src/share/mk bsd.README

2006-03-10 Thread Dag-Erling Smørgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: On Thu, Mar 09, 2006 at 01:33:38AM +, Warner Losh wrote: Log: Now that we now spell NO_MAN=xxx MAN=, update the docs. I object. 1) This is not common: grep '^NO_MAN=' {bin,usr.bin,sbin,usr.sbin}/*/Makefile |wc -l 10 grep

Re: cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.c

2006-03-10 Thread Ceri Davies
On Thu, Mar 09, 2006 at 10:49:44PM +, Jung-uk Kim wrote: jkim2006-03-09 22:49:44 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h smbios.c Log: - Implement serial numbers, UUID, and asset tag (turned off by default). Use

cvs commit: src/share/man/man4/man4.i386 ce.4 src/sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.h src/sys/modules/ce Makefile

2006-03-10 Thread Roman Kurakin
rik 2006-03-10 22:57:36 UTC FreeBSD src repository Added files: (Branch: RELENG_6) share/man/man4/man4.i386 ce.4 sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.h sys/modules/ce Makefile Log: MFC:

cvs commit: src/sys/modules/ata/atausb Makefile

2006-03-10 Thread S�ren Schmidt
sos 2006-03-10 19:15:21 UTC FreeBSD src repository Added files: sys/modules/ata/atausb Makefile Log: Add atausb module Revision ChangesPath 1.1 +10 -0 src/sys/modules/ata/atausb/Makefile (new) ___

cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h

2006-03-10 Thread Damien Bergamini
damien 2006-03-10 20:35:09 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwireg.h Log: o acknowledge interrupts early in the interrupt handler o stop processing interrupts after a firmware fatal error or a radio kill o clarify the possible

cvs commit: src/tools/tools/ncpus Makefile acpi.c biosmptable.c ncpus.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:04:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) tools/tools/ncpusMakefile acpi.c biosmptable.c ncpus.c Log: MFC: sync with HEAD Approved by:re (scottl, hrs) Revision ChangesPath 1.1.2.2 +6 -2

Re: cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.c

2006-03-10 Thread Jung-uk Kim
On Friday 10 March 2006 05:37 am, Alexander Leidinger wrote: Jung-uk Kim [EMAIL PROTECTED] wrote: jkim2006-03-09 22:49:44 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h smbios.c Log: - Implement serial numbers, UUID, and asset

cvs commit: src UPDATING

2006-03-10 Thread Warner Losh
imp 2006-03-10 18:40:31 UTC FreeBSD src repository Modified files: .UPDATING Log: Add note about 'audit' group. Add note about the '_dhcp' user. While one is expected to run mergemaster -p before installworld, make a note of the points where this

cvs commit: src/sys/dev/ata ata-usb.c

2006-03-10 Thread S�ren Schmidt
sos 2006-03-10 19:08:52 UTC FreeBSD src repository Added files: sys/dev/ata ata-usb.c Log: Module that adds support for using USB storage devices through the ATA framework. Mainly written to be able to use USB Flash keys. This is work in progress so use with

cvs commit: src/sys/dev/ath if_ath.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:12:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.134: fix build w/o AR_DEBUG Approved by:re (mux) Revision ChangesPath 1.94.2.13 +10 -3 src/sys/dev/ath/if_ath.c

cvs commit: src/sys/dev/ath if_ath.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:14:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.135: drop softc lock around copyin/copyout Approved by:re (mux) Revision ChangesPath 1.94.2.14 +2 -0

cvs commit: src/sys/dev/ath if_ath.c

2006-03-10 Thread Sam Leffler
sam 2006-03-10 22:08:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.130: use ath_hal_gettxintrtxqs so we only process h/w tx queues that have an interrupt pending Approved by:re (mux)

Re: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h

2006-03-10 Thread Sam Leffler
Damien Bergamini wrote: damien 2006-03-10 19:59:09 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwireg.h Log: make use of the firmware(9) subsystem. use intel's firmware version 3.0 layout. This forces everyone to update their firmware to

Re: cvs commit: ports/net/cnet Makefile distinfo

2006-03-10 Thread Ion-Mihai Tetcu
On Fri, 10 Mar 2006 17:35:29 + (UTC) Erwin Lansing [EMAIL PROTECTED] wrote: erwin 2006-03-10 17:35:29 UTC FreeBSD ports repository Modified files: net/cnet Makefile distinfo Log: While the port compiles and installs/deinstalls OK, on systems with

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-03-10 Thread Ade Lovett
On Mar 10, 2006, at 00:58 , Dag-Erling Smørgrav wrote: The purpose of .la files is to record dependencies between libraries. I am fully aware of .la files do. Really. The ELF format stores these dependencies in the libraries themselves, so the .la files serve no purpose, and it's actually

cvs commit: src/etc/isdn Makefile src ObsoleteFiles.inc

2006-03-10 Thread Yar Tikhiy
yar 2006-03-11 07:28:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/isdn Makefile .ObsoleteFiles.inc Log: MFC: Two years ago, in rev. 1.12, a typo slipped in etc/isdn/Makefile: a control variable

cvs commit: src/etc/isdn Makefile

2006-03-10 Thread Yar Tikhiy
yar 2006-03-11 07:36:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) etc/isdn Makefile Log: MFC: Two years ago, in rev. 1.12, a typo slipped in etc/isdn/Makefile: a control variable was misspelled as `SCRIPTS_NAME_isdntel.sh'