cvs commit: src/sys/arm/at91 kb920x_machdep.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:01:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 kb920x_machdep.c Log: MFC: configure peripheral I/O pins better Revision ChangesPath 1.8.2.2 +59 -3 src/sys/arm/at91/kb920x_machdep.c __

cvs commit: src/sys/arm/at91 files.at91

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:01:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 files.at91 Log: MFC: at91_spi now depends on spibus Revision ChangesPath 1.5.2.2 +3 -1 src/sys/arm/at91/files.at91

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:02:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 std.at91 std.kb920x Log: MFC: Merge common options into std files Revision ChangesPath 1.1.2.2 +1 -0 src/sys/arm/at91/std.at91 1.2.2.2 +4 -

cvs commit: src/sys/arm/conf KB920X

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:03:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/conf KB920X Log: MFC: Tweaks to config file Revision ChangesPath 1.7.2.2 +11 -16src/sys/arm/conf/KB920X _

cvs commit: src/sys/arm/include in_cksum.h

2006-07-19 Thread Warner Losh
imp 2006-07-19 21:41:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/include in_cksum.h Log: MFC: Merge the change from inline function to prototype. Revision ChangesPath 1.2.2.1 +1 -10 src/sys/arm/include/in_cksum.h

cvs commit: src/sys/arm/include in_cksum.h

2006-07-19 Thread Warner Losh
imp 2006-07-19 21:53:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/include in_cksum.h Log: MFC: Also need do_pseudo from -current. Doh! Revision ChangesPath 1.2.2.2 +15 -1 src/sys/arm/include/in_cksum.h ___

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-07-19 Thread Warner Losh
imp 2006-07-19 21:54:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 uart_dev_at91usart.c Log: Fix MisMFC: Current uses SER_* and stable uses UART_* Revision ChangesPath 1.6.2.3 +10 -10src/sys/arm/at91/uart_dev_at

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-07-19 Thread Warner Losh
imp 2006-07-19 22:00:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 uart_dev_at91usart.c Log: MFp4: Merge #defines for uart_{,un}lock() Revision ChangesPath 1.6.2.4 +2 -0 src/sys/arm/at91/uart_dev_at91usart.c __

cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread Warner Losh
imp 2006-07-20 22:42:48 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Remove ALPHA optimization pointer for gcc flags. Add ARM optimization pointer for gcc flags. Revision ChangesPath 1.53 +1 -1 src/share/mk/bsd.cpu.mk

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

2006-07-21 Thread Warner Losh
imp 2006-07-21 19:13:06 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: If we get an error w/o atapi sense information, just print a newline to terminate the message we started. I get non-terminated messages when reading audio tracks w/o

cvs commit: src/sys/conf options src/sys/sys sysctl.h

2006-07-24 Thread Warner Losh
imp 2006-07-24 17:34:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options sys/sys sysctl.h Log: MFC: NO_SYSCTL_DESCR option. RevisionChangesPath 1.510.2.12 +2 -0 src/sys/conf/options 1.13

cvs commit: src/sys/conf files

2006-07-24 Thread Warner Losh
imp 2006-07-24 17:54:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files Log: MFC: Add ability to configure subset of miibus subsystem, down to the individual phys. This can save about 64k in kernel size. Revision Cha

cvs commit: src/sys/dev/usb uplcom.c usbdevs

2006-07-24 Thread Warner Losh
imp 2006-07-24 19:47:00 UTC FreeBSD src repository Modified files: sys/dev/usb uplcom.c usbdevs Log: Add a few more devices to the supported list. Specifically, the PHAROS and the silly dongly I just bought at Radio Shack. Revision ChangesPath 1.37

cvs commit: src/lib/libc/gen tls.c

2006-07-26 Thread Warner Losh
imp 2006-07-26 16:56:56 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c Log: Remove stale comment about arm Revision ChangesPath 1.10 +0 -2 src/lib/libc/gen/tls.c ___ cvs-all@freebsd.org m

Re: cvs commit: src/sys/dev/em if_em.c if_em.h

2006-08-04 Thread Warner Losh
From: Colin Percival <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h Date: Fri, 04 Aug 2006 01:14:54 -0700 > Yar Tikhiy wrote: > > Yeah, it's a thing to watch out for. As are __TIME__ and __DATE__. > > FWIW, the following files in 6.1-RELEASE/i386 contain build timest

Re: cvs commit: src/sys/dev/em if_em.c if_em.h

2006-08-04 Thread Warner Losh
From: Gleb Smirnoff <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h Date: Fri, 4 Aug 2006 13:54:14 +0400 > Prafulla, > > On Thu, Aug 03, 2006 at 07:05:05PM +, Prafulla Deuskar wrote: > P> pdeuskar2006-08-03 19:05:05 UTC > P> > P> FreeBSD src repository > P

cvs commit: src/usr.sbin/kldxref kldxref.c

2006-08-05 Thread Warner Losh
imp 2006-08-05 18:22:11 UTC FreeBSD src repository Modified files: usr.sbin/kldxref kldxref.c Log: Use safe strlcpy rather than unsafe strncpy. After marcel's last fix, there was still one overflow possible. strlcpy is faster anyway because it doesn't unexpectedly z

cvs commit: src/sys/dev/pccard pccard_cis.c

2006-08-08 Thread Warner Losh
imp 2006-08-09 00:05:54 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: Thomas Wintergerst reports that when this tsleep went away, certain cards stopped working. Specifically the AVM B1 PCMCIA Card no longer detected. Its CIS chain rea

Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c

2006-08-08 Thread Warner Losh
From: [EMAIL PROTECTED] (Dag-Erling Smørgrav) Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c Date: Sun, 06 Aug 2006 18:45:42 +0200 > Bruce M Simpson <[EMAIL PROTECTED]> writes: > > Log: > > Add identifier for the Epson CX3650 all-in-one scanner function. > > This enables the sca

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

2006-08-09 Thread Warner Losh
imp 2006-08-09 18:23:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Most platforms map the actual drive geometry to the firmware's notion of geometry. However, some platforms have a more complicated mapping of the firmware values to th

cvs commit: src/sys/pc98/include md_var.h src/sys/pc98/pc98 pc98_machdep.c

2006-08-09 Thread Warner Losh
imp 2006-08-09 18:25:07 UTC FreeBSD src repository Modified files: sys/pc98/include md_var.h sys/pc98/pc98pc98_machdep.c Log: Add pc98 specific code to adjust the firmware geometry when it differs from the actual geometry. This enables support of disks lar

cvs commit: src/sys/arm/at91 at91_st.c

2006-08-09 Thread Warner Losh
imp 2006-08-09 20:58:56 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: Hook into the watchdog device, if present. Also, turn off the watchdog timer stuff when we boot because the boot blocks are turning it on... Revision ChangesP

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

2006-08-09 Thread Warner Losh
imp 2006-08-09 23:37:30 UTC FreeBSD src repository Modified files: sys/i386/i386machdep.c Log: Minor style(9) nit. Revision ChangesPath 1.633 +2 -2 src/sys/i386/i386/machdep.c ___ cvs-all@freebsd.org mai

cvs commit: src/sys/i386/isa clock.c src/sys/i386/conf XBOX

2006-08-09 Thread Warner Losh
imp 2006-08-09 23:47:38 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c sys/i386/confXBOX Log: Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a different TIMER_FREQ value than default. Accomplish this via the conf

cvs commit: src/sys/boot/arm Makefile

2006-08-09 Thread Warner Losh
imp 2006-08-10 06:29:15 UTC FreeBSD src repository Added files: sys/boot/arm Makefile Log: Add a dummy makefile to keep build happy Revision ChangesPath 1.1 +5 -0 src/sys/boot/arm/Makefile (new) ___ cv

cvs commit: src/sys Makefile src/sys/boot Makefile

2006-08-09 Thread Warner Losh
imp 2006-08-10 06:29:43 UTC FreeBSD src repository Modified files: sys Makefile sys/boot Makefile Log: Don't need to special case arm here anymore Revision ChangesPath 1.38 +0 -2 src/sys/Makefile 1.30 +0 -2 s

cvs commit: src/sys/boot/arm/at91/libat91 xmodem.c

2006-08-10 Thread Warner Losh
imp 2006-08-10 17:54:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 xmodem.c Log: MFp4: Increase character timeout to 10. Make it a #define for easier changes in the future. This helps with getting started and to overcome the really sucky level

cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 17:59:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h Log: MFp4: Tweaks for our board. Revision ChangesPath 1.2 +1 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h __

cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:02:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200.h Log: MFp4: Catchup with migration of some defines. Revision ChangesPath 1.2 +1 -317src/sys/boot/arm/at91/libat91/at91rm9200.h __

cvs commit: src/sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:07:01 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c Log: MFp4: These will migrate to the boot specific directories because they are too hard to share between the different boot loaders. Revision Change

cvs commit: src/sys/boot/arm/at91/libat91 eeprom.h lib.h p_string.c p_string.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:07:49 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 lib.h p_string.c Removed files: sys/boot/arm/at91/libat91 eeprom.h p_string.h Log: MFp4: consolidate #include files down to lib.h Revision ChangesPath 1.2 +0

cvs commit: src/sys/boot/arm/at91/libat91 emac.c emac.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:11:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 emac.c emac.h Log: MFp4: Numerous changes from p4 to try to improve tftp downloading, reduce code footprint, etc. While some problems still remain, the reliability of tftp is muc

cvs commit: src/sys/boot/arm/at91/libat91 Makefile spi_flash.c spi_flash.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:14:36 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Added files: sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h Log: MFp4: Remove obsolete files in list Add spi flash reading routines Revisio

cvs commit: src/sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:19:45 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h Log: MFp4: remove obsolete files Revision ChangesPath 1.2 +0 -54 src/sys/boot/arm/at91/libat91/env_vars.h (dead) 1.2 +0 -55

cvs commit: src/sys/boot/arm/at91 Makefile.inc

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:22:56 UTC FreeBSD src repository Modified files: sys/boot/arm/at91Makefile.inc Log: MFp4: Reach over into the arm tree to grab some at91 definitions. Better warnings Lots of build tweaks Revision ChangesPath 1.3 +23 -6 src/

cvs commit: src/sys/boot/arm/at91/libat91 eeprom.c

2006-08-10 Thread Warner Losh
imp 2006-08-10 18:03:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 eeprom.c Log: MFp4: Make it clearer that the address passed to the eeprom routines is really an offset within the eeprom device, and not a IIC address. Revision ChangesPat

cvs commit: src/sys/boot/arm/at91/bootiic Makefile arm_init.S env_vars.c env_vars.h loader_prompt.c loader_prompt.h main.c

2006-08-10 Thread Warner Losh
imp 2006-08-10 19:55:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic Makefile arm_init.S main.c Added files: sys/boot/arm/at91/bootiic env_vars.c env_vars.h loader_prompt.c loader_prompt.h Log: MFp4: Integrate a bo

cvs commit: src/sys/dev/exca excareg.h

2006-08-12 Thread Warner Losh
imp 2006-08-12 08:53:54 UTC FreeBSD src repository Modified files: sys/dev/exca excareg.h Log: The TOPIC97 and TOPIC100 seem to have a special register in the exca space that enables low voltage operation (and maybe other stuff). Enable the bits in this register s

cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c pccbbreg.h

2006-08-12 Thread Warner Losh
imp 2006-08-12 09:06:55 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c pccbb_pci.c pccbbreg.h Log: Batch of changes: o when turning off the socket for a 16-bit card, write 0 to INTR register rather than just tying to just clear the rest bit. th

cvs commit: src/sys/conf files

2006-08-14 Thread Warner Losh
imp 2006-08-14 21:09:37 UTC FreeBSD src repository Modified files: sys/conf files Log: Do not include ucom as a dependency line to enable inclusion of the serial line usb drivers that depend on it. Instead, let the compile fail rather than silently not includ

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

2006-08-15 Thread Warner Losh
imp 2006-08-15 15:48:58 UTC FreeBSD src repository Modified files: sys/i386/xboxxbox.c Log: No need for opt_global.h here Revision ChangesPath 1.3 +0 -1 src/sys/i386/xbox/xbox.c ___ cvs-all@freebsd.org

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

2006-08-15 Thread Warner Losh
imp 2006-08-15 18:11:25 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: add comment about why we include opt_global.h Revision ChangesPath 1.12 +4 -0 src/sys/arm/arm/elf_trampoline.c _

cvs commit: doc/share/pgpkeys imp.key

2006-08-15 Thread Warner Losh
imp 2006-08-15 21:54:04 UTC FreeBSD doc repository Modified files: share/pgpkeysimp.key Log: Regen key after latest hard disk fiasaco Revision ChangesPath 1.6 +40 -31doc/share/pgpkeys/imp.key ___ cvs-al

cvs commit: src/sys/boot/arm/at91/boot0iic Makefile doit.c main.c

2006-08-16 Thread Warner Losh
imp 2006-08-16 23:14:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0iic Makefile main.c Removed files: sys/boot/arm/at91/boot0iic doit.c Log: MFp4: Simplify life a little for such a simple program. Revision ChangesPath 1.2 +

cvs commit: src/sys/boot/arm/at91/boot0spi Makefile doit.c main.c

2006-08-16 Thread Warner Losh
imp 2006-08-16 23:18:07 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0spi Makefile main.c Removed files: sys/boot/arm/at91/boot0spi doit.c Log: MFp4: Tidy up a bit. Make sure that the burned image matches the downloaded one. Revision C

cvs commit: src/sys/boot/arm/at91/bootiic loader_prompt.c src/sys/boot/arm/at91/bootspi Makefile arm_init.S arm_init.s env_vars.c env_vars.h loader_prompt.c loader_prompt.h main.c src/sys/boot/arm/at9

2006-08-16 Thread Warner Losh
imp 2006-08-16 23:39:58 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic loader_prompt.c sys/boot/arm/at91/bootspi Makefile main.c sys/boot/arm/at91/libat91 Makefile emac.c emac.h Added files: sys/boot/arm/at91/bootspi arm_init.S env_vars.c env

cvs commit: src/sys/boot/arm/at91/bootspi arm_init.S

2006-08-16 Thread Warner Losh
imp 2006-08-17 00:14:32 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootspi arm_init.S Log: MFp4: changes since .s -> .S rename. Use correct header for size Revision ChangesPath 1.2 +17 -2 src/sys/boot/arm/at91/bootspi/arm_init.S __

cvs commit: src/sys/dev/usb usb_port.h

2006-08-17 Thread Warner Losh
imp 2006-08-17 22:42:56 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't put a ; after while (0) Submitted by: jmg Revision ChangesPath 1.79 +2 -2 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/compat/freebsd32 freebsd32.h src/sys/compat/ndis ntoskrnl_var.h src/sys/dev/arl if_arlreg.h src/sys/dev/ath if_athvar.h src/sys/dev/ips ips.h src/sys/fs/msdosfs denode.h src/sys/ge

2006-08-17 Thread Warner Losh
imp 2006-08-17 22:50:33 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32.h sys/compat/ndis ntoskrnl_var.h sys/dev/arl if_arlreg.h sys/dev/ath if_athvar.h sys/dev/ips ips.h sys/fs/msdosfs denode

cvs commit: src/sys/boot/arm Makefile src/sys/boot/arm/at91 Makefile Makefile.inc linker.cfg src/sys/boot/arm/at91/boot0 Makefile README arm_init.s linker.cfg main.c src/sys/boot/arm/at91/boot0iic Mak

2006-08-17 Thread Warner Losh
imp 2006-08-17 22:57:09 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/boot/arm Makefile sys/boot/arm/at91Makefile Makefile.inc linker.cfg sys/boot/arm/at91/boot0 Makefile README arm_init.s linker.cfg mai

cvs commit: src/bin/ed main.c

2006-08-17 Thread Warner Losh
imp 2006-08-17 23:00:33 UTC FreeBSD src repository Modified files: bin/ed main.c Log: while(0); -> while (0) in multiline macro Revision ChangesPath 1.29 +1 -1 src/bin/ed/main.c ___ cvs-all@freebs

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

2006-08-17 Thread Warner Losh
imp 2006-08-18 00:01:29 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Appened ull to a really large integer constant to fix build on i386 Revision ChangesPath 1.170 +1 -1 src/sys/dev/ata/ata-chipset.c _

cvs commit: src/sys/boot/arm/at91/boot0 Makefile

2006-08-18 Thread Warner Losh
imp 2006-08-18 20:26:54 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 Makefile Log: Support compiling as part of world Revision ChangesPath 1.4 +1 -1 src/sys/boot/arm/at91/boot0/Makefile _

cvs commit: src/sys/boot/arm Makefile

2006-08-18 Thread Warner Losh
imp 2006-08-18 21:37:27 UTC FreeBSD src repository Modified files: sys/boot/arm Makefile Log: Build at91 Revision ChangesPath 1.2 +1 -1 src/sys/boot/arm/Makefile ___ cvs-all@freebsd.org mailing list ht

cvs commit: src/sys/boot/ficl/arm sysdep.c sysdep.h

2006-08-18 Thread Warner Losh
imp 2006-08-18 21:41:43 UTC FreeBSD src repository Added files: sys/boot/ficl/armsysdep.c sysdep.h Log: Copy powerpc ficl files sysdep files (maybe we need a common one) Revision ChangesPath 1.1 +101 -0src/sys/boot/ficl/arm/sysdep.c (new) 1.1

cvs commit: src/sys Makefile

2006-08-18 Thread Warner Losh
imp 2006-08-18 21:43:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys Makefile Log: MFC: don't special case arm Revision ChangesPath 1.33.2.2 +0 -2 src/sys/Makefile ___ c

cvs commit: src/sys/dev/usb usbdevs

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:20:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb usbdevs Log: MFC: Merge all the usb devices from current. I need one, and there's no reason not to merge them all. RevisionChangesPath 1.232.2.1

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

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:23:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb uplcom.c Log: MFC: Radio Shack USB Cable Prolific Pharos Willcom W-SIM HAMLET exagerate XUR232 No functional changes

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

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:54:45 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Add a few devices that have been added recently. Revision ChangesPath 1.14 +4 -0 src/share/man/man4/uplcom.4 ___

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

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:56:00 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Bump date, forgotten in 1.13 Revision ChangesPath 1.15 +1 -1 src/share/man/man4/uplcom.4 ___ cvs-all@freebsd

cvs commit: src/bin/date netdate.c

2006-08-19 Thread Warner Losh
imp 2006-08-20 06:31:24 UTC FreeBSD src repository Modified files: bin/date netdate.c Log: Use strlcpy in place of strncpy + setting the last character NUL. To be safe, memset the entire msg to '0'. Revision ChangesPath 1.19 +2 -2 src/bin/

cvs commit: src/bin/df df.c

2006-08-19 Thread Warner Losh
imp 2006-08-20 06:32:40 UTC FreeBSD src repository Modified files: bin/df df.c Log: Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing data that's alreday 0. In another, it saves us from zeroing data that will be overwritten again.

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml

2011-03-08 Thread Warner Losh
On 03/08/2011 10:51, Kostik Belousov wrote: On Tue, Mar 08, 2011 at 05:46:12PM +, Johann Kois wrote:e jkois 2011-03-08 17:46:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: PR: docs/150124 Fix/Update

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml

2011-03-09 Thread Warner Losh
On 03/09/2011 03:04, Johann Kois wrote: On 08.03.2011 19:48, Remko Lodder wrote: On Mar 8, 2011, at 7:24 PM, Johann Kois wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2011 18:51, Kostik Belousov wrote: On Tue, Mar 08, 2011 at 05:46:12PM +, Johann Kois wrote: jkois

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/bsdinstall chapter.sgml

2011-10-12 Thread Warner Losh
On Oct 12, 2011, at 11:12 AM, Benedict Reuschling wrote: > Your thoughts on this? Two spaces are the one true way. It has been that way for a very long time. These articles are much like the recursive make considered harmful articles. Or those crazy people that think that the caps lock belon

cvs commit: ports/emulators/gxemul Makefile distinfo

2010-06-14 Thread Warner Losh
imp 2010-06-14 21:19:11 UTC FreeBSD ports repository Modified files: emulators/gxemul Makefile distinfo Log: Upgrade to latest gxemul 0.6.0. Submitted by: Tassilo Philipp Feature safe: yes Revision ChangesPath 1.23 +6 -2 ports/emulators/gx

cvs commit: www/en/projects/ideas ideas.xml

2009-03-12 Thread Warner Losh
imp 2009-03-12 07:30:50 UTC FreeBSD doc repository Modified files: en/projects/ideasideas.xml Log: Remove size reduction item... I don't think this is the right place for it. Revision ChangesPath 1.96 +1 -30 www/en/projects/ideas/ideas.xml

cvs commit: ports/net Makefile ports/net/bwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist

2009-05-09 Thread Warner Losh
imp 2009-05-09 21:41:50 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/bwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist Log: Firmware port for bwi driver. Revision ChangesPath 1.2104+1 -0 ports/ne

cvs commit: ports/games/seahaven Makefile distinfo

2010-01-18 Thread Warner Losh
imp 2010-01-19 06:54:44 UTC FreeBSD ports repository Modified files: games/seahaven Makefile distinfo Log: Update to 1.50. Improves game play a little. Revision ChangesPath 1.22 +1 -2 ports/games/seahaven/Makefile 1.7 +3 -3 ports/game

cvs commit: ports/sysutils/b43-fwcutter Makefile distinfo ports/sysutils/b43-fwcutter/files patch-fwcutter_list.h

2010-02-18 Thread Warner Losh
imp 2010-02-18 22:20:30 UTC FreeBSD ports repository Modified files: sysutils/b43-fwcutter Makefile distinfo Added files: sysutils/b43-fwcutter/files patch-fwcutter_list.h Log: Upgrade to b43-fwcutter 0.12 which supports v4 firmware cutting. Submitted by: Weongyo

cvs commit: ports/net/bwn-firmware-kmod Makefile distinfo pkg-descr pkg-plist

2010-02-18 Thread Warner Losh
imp 2010-02-18 22:22:48 UTC FreeBSD ports repository Added files: net/bwn-firmware-kmod Makefile distinfo pkg-descr pkg-plist Log: Port to extract the v4.x firmware for Broadcom airforce parts. Necessary for the up-coming bwn driver. Marked NO_PACKAGE because we can't re

cvs commit: ports/net Makefile

2010-02-18 Thread Warner Losh
imp 2010-02-18 22:25:25 UTC FreeBSD ports repository Modified files: net Makefile Log: Add bwn-firmware-kmod to the mix. Feature safe: yes Revision ChangesPath 1.2181+1 -0 ports/net/Makefile __

cvs commit: ports/net/bwn-firmware-kmod Makefile

2010-03-06 Thread Warner Losh
imp 2010-03-07 07:03:21 UTC FreeBSD ports repository Modified files: net/bwn-firmware-kmod Makefile Log: Make it possible to automatically load the right bwn firmware from new bwn driver. Feature safe: yes Revision ChangesPath 1.2 +2 -2 ports/net

cvs commit: ports/devel/p5-Acme-Damn Makefile Makefile.man distinfo pkg-descr pkg-plist

2010-03-08 Thread Warner Losh
imp 2010-03-08 22:02:53 UTC FreeBSD ports repository Added files: devel/p5-Acme-Damn Makefile Makefile.man distinfo pkg-descr pkg-plist Log: Add Acme::Damn, required for graphics/gscan2pdf to run. This provides a way to unbless a blessed perl ob

cvs commit: ports/devel/p5-Acme-Damn Makefile

2010-03-08 Thread Warner Losh
imp 2010-03-08 22:34:34 UTC FreeBSD ports repository Modified files: devel/p5-Acme-Damn Makefile Log: I botched specification of p5-Test-Exception, so tinerbox failed because p5-Test-Exception was already built and installed Revision ChangesPath 1.2

cvs commit: ports/devel/p5-Acme-Damn Makefile Makefile.man

2010-03-08 Thread Warner Losh
imp 2010-03-08 23:57:47 UTC FreeBSD ports repository Modified files: devel/p5-Acme-Damn Makefile Removed files: devel/p5-Acme-Damn Makefile.man Log: Makefile.man is too small to be needed, move this back to Makefile Submitted by: danfe@ Revision Changes

cvs commit: ports/devel/p5-Acme-Damn pkg-plist

2010-03-08 Thread Warner Losh
imp 2010-03-09 03:52:07 UTC FreeBSD ports repository Modified files: devel/p5-Acme-Damn pkg-plist Log: Add missing files from plist. Revision ChangesPath 1.2 +4 -1 ports/devel/p5-Acme-Damn/pkg-plist ___ cvs-

cvs commit: ports/devel/p5-Acme-Damn pkg-plist

2010-03-09 Thread Warner Losh
imp 2010-03-09 14:56:33 UTC FreeBSD ports repository Modified files: devel/p5-Acme-Damn pkg-plist Log: Add forgotten entry Revision ChangesPath 1.3 +2 -1 ports/devel/p5-Acme-Damn/pkg-plist ___ cvs-all@freebs

cvs commit: www/en/projects/ideas ideas.xml

2010-03-15 Thread Warner Losh
imp 2010-03-15 17:58:35 UTC FreeBSD doc repository Modified files: en/projects/ideasideas.xml Log: Add MIPS super pages Revision ChangesPath 1.146 +25 -1 www/en/projects/ideas/ideas.xml ___ cvs-all@freebsd.or

cvs commit: ports/games/seahaven Makefile distinfo ports/games/seahaven/files patch-Makefile patch-auto.C patch-configure patch-configure.in

2011-07-17 Thread Warner Losh
imp 2011-07-17 21:51:22 UTC FreeBSD ports repository Modified files: games/seahaven Makefile distinfo games/seahaven/files patch-configure Added files: games/seahaven/files patch-Makefile patch-configure.in Removed files: games/seahaven/files patch-auto.C

cvs commit: src/sys/arm/at91 at91_twi.c

2008-05-28 Thread Warner Losh
imp 2008-05-28 14:35:15 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: Release the resources for the registers for the TWI device with SYS_RES_MEMORY to match how we allocate them... Noticed by: Ian Lepore Revision ChangesPath

cvs commit: src/sys/dev/pccard pccard_cis.c

2008-06-01 Thread Warner Losh
imp 2008-06-01 20:55:38 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: SVN rev 179483 on 2008-06-01 20:55:34Z by imp Slight simplification of the power parsing code, as well as using autoincrement in some places where it makes sense.

cvs commit: src/usr.sbin/timed/timed timed.c

2008-06-01 Thread Warner Losh
imp 2008-06-02 04:50:56 UTC FreeBSD src repository Modified files: usr.sbin/timed/timed timed.c Log: SVN rev 179485 on 2008-06-02 04:50:47Z by imp getopt returns an int, not a char. Make sure that we store the variable in an int to avoid casting to an unsigned value w

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

2008-06-02 Thread Warner Losh
imp 2008-06-03 05:47:42 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179507 on 2008-06-03 05:47:28Z by imp Correct logic error that would prevent cs pccards from working on systems where the CardBus bridge was connected to a APIC

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

2008-06-03 Thread Warner Losh
imp 2008-06-04 06:07:29 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179532 on 2008-06-04 06:07:13Z by imp o Improve the probe code dealing with interrupts. o When forced to be 10baseT, don't require that the 10baseT interface

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

2008-06-04 Thread Warner Losh
imp 2008-06-05 05:51:35 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179553 on 2008-06-05 05:51:19Z by imp Fix the media auto code by breaking it :-). Auto now just means 'use 10BaseT' since it required 10BaseT to have carrier t

cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h

2008-06-05 Thread Warner Losh
imp 2008-06-06 04:56:27 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h Log: SVN rev 179591 on 2008-06-06 04:56:27Z by imp Remove unused fields in softc. If they are ever

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

2008-06-05 Thread Warner Losh
imp 2008-06-06 05:02:01 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs_isa.c Log: SVN rev 179593 on 2008-06-06 05:02:01Z by imp cs has detach, remove bogus ifdef. Remove dedundant initialization of error to 0. Revision ChangesPath 1.1

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

2008-06-05 Thread Warner Losh
imp 2008-06-06 05:02:36 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs_pccard.c Log: SVN rev 179594 on 2008-06-06 05:02:36Z by imp Simplify error checking when reading the function Revision ChangesPath 1.22 +1 -3 src/sys/d

cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h

2008-06-05 Thread Warner Losh
imp 2008-06-06 05:25:24 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h Log: SVN rev 179597 on 2008-06-06 05:25:24Z by imp Minor clean up to shave about 1.5k off the size of the drive

cvs commit: src/sys/dev/cs if_cs_isa.c if_cs_pccard.c

2008-06-06 Thread Warner Losh
imp 2008-06-06 16:10:10 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs_isa.c if_cs_pccard.c Log: SVN rev 179618 on 2008-06-06 16:10:10Z by imp Forgot to commit these files too :-( Revision ChangesPath 1.12 +2 -2 src/sys/dev/cs

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

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:22:07 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179620 on 2008-06-06 17:22:07Z by imp o Remove unused cs_debug tunable. I think I added it and then nothing with it. Bad imp. Removing us dips us under 10,

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

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:27:19 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179621 on 2008-06-06 17:27:19Z by imp Tweak a comment and a constant to restore old 30ms upper bound. cs_readreg takes ~2us not ~1us to run. Revision Chan

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

2008-06-10 Thread Warner Losh
imp 2008-06-10 19:31:09 UTC FreeBSD src repository Modified files: sys/dev/usb uplcom.c Log: SVN rev 179713 on 2008-06-10 19:31:09Z by imp Add Belkin F5U257 to the mix. Submitted by: wilko@ Revision ChangesPath 1.52 +2 -0 src/sys/dev

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

2008-06-10 Thread Warner Losh
imp 2008-06-10 19:33:31 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: SVN rev 179714 on 2008-06-10 19:33:31Z by imp Add Belkin F5U257 to the mix. Revision ChangesPath 1.17 +2 -0 src/share/man/man4/uplcom.4 ___

cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h

2008-06-20 Thread Warner Losh
imp 2008-06-20 16:58:15 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c sys/sys bus.h Log: SVN rev 179893 on 2008-06-20 16:58:15Z by imp Split out the probing magic of device_probe_and_attach into device_probe() so that it c

cvs commit: src/sys/dev/pccard pccarddevs

2008-07-05 Thread Warner Losh
imp 2008-07-06 06:17:39 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: SVN rev 180314 on 2008-07-06 06:17:39Z by imp Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) where appropriate (versions not appropriate to merge omitted):

cvs commit: src/sys/dev/ed if_ed_pccard.c

2008-07-05 Thread Warner Losh
imp 2008-07-06 06:19:19 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: SVN rev 180315 on 2008-07-06 06:19:19Z by imp Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD. Revision ChangesPath 1.114 +2 -0

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

2008-07-05 Thread Warner Losh
imp 2008-07-06 06:24:02 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: SVN rev 180316 on 2008-07-06 06:24:02Z by imp Add two corega cards and annotate 8041 V2 chipset. Revision ChangesPath 1.58 +2 -2 src/share/man/man4/ed.

cvs commit: src/sys/mips/adm5120 adm5120_machdep.c adm5120reg.h admpci.c console.c files.adm5120 if_admsw.c if_admswreg.h if_admswvar.h obio.c obiovar.h std.adm5120 uart_bus_adm5120.c uart_cpu_adm5120

2008-07-06 Thread Warner Losh
imp 2008-07-06 21:09:29 UTC FreeBSD src repository Added files: sys/mips/adm5120 adm5120_machdep.c adm5120reg.h admpci.c console.c files.adm5120 if_admsw.c if_admswreg.h if_admswvar.h obio.c obiovar.

<    1   2   3   4   5   6   7   8   9   10   >