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

2008-07-09 Thread Warner Losh
imp 2008-07-09 16:47:55 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_csreg.h Log: SVN rev 180388 on 2008-07-09 16:47:55Z by imp Improve the EEPROM parsing, based on finding a datasheet that describes it in detail. When setting media,

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

2008-07-22 Thread Warner Losh
imp 2008-07-23 06:14:21 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: SVN rev 180731 on 2008-07-23 06:14:21Z by imp Turn of SSP for mips for now until support is added to the base architecture. Revision ChangesPath 1.47

cvs commit: src/sys/conf kern.mk

2008-07-22 Thread Warner Losh
imp 2008-07-23 06:16:34 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: SVN rev 180732 on 2008-07-23 06:16:34Z by imp Disable SSP for mips until support is added to the base architecture. Revision ChangesPath 1.57 +1 -1

cvs commit: src/sys/boot Makefile

2008-07-23 Thread Warner Losh
imp 2008-07-23 07:23:33 UTC FreeBSD src repository Modified files: sys/boot Makefile Log: SVN rev 180733 on 2008-07-23 07:23:33Z by imp Only descend into the boot directory for the architecture if it actually exists and is a directory or symlink to a direct

cvs commit: src/lib/libkvm kvm_mips.c

2008-07-23 Thread Warner Losh
imp 2008-07-23 07:24:55 UTC FreeBSD src repository Added files: lib/libkvm kvm_mips.c Log: SVN rev 180734 on 2008-07-23 07:24:55Z by imp First cut at doing the kvm file needed for mips. Obtained from: gonzo@ Revision ChangesPath 1.4 +90

cvs commit: src/secure/lib/libcrypto opensslconf-mips.h

2008-07-23 Thread Warner Losh
imp 2008-07-23 17:38:33 UTC FreeBSD src repository Added files: secure/lib/libcrypto opensslconf-mips.h Log: SVN rev 180767 on 2008-07-23 17:38:33Z by imp Merge from p4: Implement openssl config needed for mips. Submitted by: gonzo@ Reviewed by:simon@

cvs commit: src/sys/dev/wi if_wi.c

2008-07-26 Thread Warner Losh
imp 2008-07-26 17:04:30 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: SVN rev 180826 on 2008-07-26 17:04:30Z by imp Register the interrupt handler at the end of wi_attach rather than at the beginning. There's a race in the shared interru

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

2008-07-26 Thread Warner Losh
imp 2008-07-26 18:31:39 UTC FreeBSD src repository Modified files: share/man/man4 wi.4 Log: SVN rev 180829 on 2008-07-26 18:31:39Z by imp Add a few clarifications to this man page. Also, add a table that describes the minimum versions of each feature and each ch

cvs commit: src/sys/dev/wi if_wi.c if_wivar.h

2008-07-28 Thread Warner Losh
imp 2008-07-28 17:00:37 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c if_wivar.h Log: SVN rev 180919 on 2008-07-28 17:00:37Z by imp Export the hardware type (as number and name), the secondary firmware revision and (on Prism cards) the primary

cvs commit: src/sys/dev/usb usbdevs

2007-08-29 Thread Warner Losh
imp 2007-08-29 21:00:57 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add devices for the forthcoming zyd driver, ported from NetBSD, by Weongyo Jeong. Submitted by: Weongyo Jeong Approved by: re@ Revision ChangesPath 1.327

cvs commit: src/sys/modules/zyd Makefile

2007-08-29 Thread Warner Losh
imp 2007-08-29 21:04:26 UTC FreeBSD src repository Added files: sys/modules/zyd Makefile Log: Makefile for building zyd kernel module. Submitted by: Weongyo Jeong Approved by: re@ (kensmith) Revision ChangesPath 1.1 +10 -0 src/sys/modules/zyd

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

2007-08-29 Thread Warner Losh
imp 2007-08-29 21:08:14 UTC FreeBSD src repository Added files: share/man/man4 zyd.4 Log: Bring in the man page for zyd, ported from NetBSD, complete with bogus Bill Paul copyright. Not sure what the right copyright is, but this file has been through 22 reversions

cvs commit: src/sys/dev/usb if_zyd.c if_zydfw.h if_zydreg.h

2007-08-29 Thread Warner Losh
imp 2007-08-29 21:16:50 UTC FreeBSD src repository Added files: sys/dev/usb if_zyd.c if_zydfw.h if_zydreg.h Log: A port of the zyd driver from NetBSD by . This supports the ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network devices. Not (yet) connected to

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

2007-09-02 Thread Warner Losh
imp 2007-09-02 07:04:50 UTC FreeBSD src repository Modified files: share/man/man4 zyd.4 Log: Remove extra copy of the man page that has been noted by many people. Approved by: re@ Revision ChangesPath 1.2 +0 -206src/share/man/man4/zyd.4 __

cvs commit: src/share/man/man4 Makefile

2007-09-02 Thread Warner Losh
imp 2007-09-02 07:09:25 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Connect zyd.4 to the build. Approved by: re@ Revision ChangesPath 1.393 +2 -1 src/share/man/man4/Makefile __

cvs commit: CVSROOT access

2007-09-09 Thread Warner Losh
imp 2007-09-09 19:45:19 UTC FreeBSD src repository Modified files: .access Log: bsd has turned in his commit bit for safe keeping. Approved by: core@ Revision ChangesPath 1.833 +0 -1 CVSROOT/access

cvs commit: src/lib/libc/sys Makefile.inc ntp_adjtime.2 ntp_gettime.2

2007-09-15 Thread Warner Losh
imp 2007-09-15 14:33:55 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc ntp_adjtime.2 Removed files: lib/libc/sys ntp_gettime.2 Log: Use better manuals for these ntp system calls. These were replaced by the netbsd versions, and t

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

2007-09-15 Thread Warner Losh
imp 2007-09-15 23:30:10 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: Zyd needs be under Giant because USB is under Giant. Submitted by: Weongyo Jeong Reviewed by: sam@ Approved by: re@ (blanket) Revision ChangesPath 1.4

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

2007-09-16 Thread Warner Losh
imp 2007-09-16 07:48:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: Kill overly verbose messages about setting bus width. Approved by: re@ (blanket) Revision ChangesPath 1.4 +2 -5 src/sys/arm/at91/at91_mci.c

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

2007-09-16 Thread Warner Losh
imp 2007-09-16 07:51:03 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: Kill bogus printf debugs. Approved by: re@ (blanket) Revision ChangesPath 1.5 +0 -7 src/sys/arm/at91/at91_pmc.c

cvs commit: src/sys/conf NOTES

2007-09-19 Thread Warner Losh
imp 2007-09-19 18:12:44 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add mmc and mmcsd, and correct a couple of comments. They are commented out until I can re-test them on all our architectures. I had re@ approval to commit this a long tim

cvs commit: src/sys/dev/usb if_axe.c if_axereg.h

2007-09-25 Thread Warner Losh
imp 2007-09-25 20:47:25 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c if_axereg.h Log: Add support for the AX88178 and AX88772 based devices. Submitted by: sam@ Approved by: re@ (blanket) Revision ChangesPath 1.54 +212 -21

cvs commit: src/sys/dev/usb if_axe.c if_axereg.h

2007-09-25 Thread Warner Losh
imp 2007-09-25 21:08:33 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c if_axereg.h Log: if_axe.c 1.54 and if_axereg.h 1.15 were obtained from OpenBSD. Pointed out by: sam@ Obtained from: openbsd (prev rev) Approved by: re@ Pointy stick to

cvs commit: www/en/internal core-vote.sgml

2007-10-11 Thread Warner Losh
imp 2007-10-12 05:18:55 UTC FreeBSD doc repository Modified files: en/internal core-vote.sgml Log: Insert missing 'may'. Revision ChangesPath 1.10 +2 -2 www/en/internal/core-vote.sgml ___ cvs-all@freeb

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

2007-10-17 Thread Warner Losh
imp 2007-10-18 05:06:58 UTC FreeBSD src repository Modified files: sys/arm/include armreg.h Log: Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (which got them from NetBSD). Revision ChangesPath 1.7 +14 -2 src/sys/arm/include/armr

cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_arm11.S cpufunc_asm_armv5.S cpufunc_asm_armv5_ec.S identcpu.c src/sys/arm/include cpuconf.h cpufunc.h

2007-10-17 Thread Warner Losh
imp 2007-10-18 05:33:06 UTC FreeBSD src repository Modified files: sys/arm/arm cpufunc.c identcpu.c sys/arm/include cpuconf.h cpufunc.h Added files: sys/arm/arm cpufunc_asm_arm11.S cpufunc_asm_armv5.S cpufunc_asm_armv5_e

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

2007-10-17 Thread Warner Losh
imp 2007-10-18 05:43:45 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mcireg.h Log: correct guard variable names. Revision ChangesPath 1.2 +3 -3 src/sys/arm/at91/at91_mcireg.h ___ cvs-al

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-18 Thread Warner Losh
tions, but I just know the driver not > the attachment framework. > IIRC Warner Losh did the hint based attachment framework, so he will > likely be able to help you about this. I have a similar driver to the ds1672 as well that's waiting to go into the tree. I'll be happy to an

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-18 Thread Warner Losh
> If someone wants to support Poul in his raid against the _idea_ of the > framework _without_ providing technical arguments against the _idea_, One of my main objections to the framework is that it precludes user-level sensors without some hokey interface for the userland sensor to write into

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

2007-10-25 Thread Warner Losh
imp 2007-10-25 07:05:38 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 emac_init.c Log: Load the bytes into the EMAC's MAC address register in the proper order. The kernel used to shuffle them around to get things right, but that was recently fixed.

cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC

2007-10-25 Thread Warner Losh
imp 2007-10-26 02:20:29 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/confGENERIC Log: Add usb serial devices by default. I'm tired of telling people how to do this that should know better :-). Revision ChangesPath

cvs commit: src/sys/amd64/conf GENERIC

2007-10-25 Thread Warner Losh
imp 2007-10-26 02:35:42 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Ooops. Put back Invariants and witness Submitted by: csjp Revision ChangesPath 1.487 +4 -4 src/sys/amd64/conf/GENERIC __

cvs commit: src/sys/dev/pci pci_user.c

2007-10-25 Thread Warner Losh
imp 2007-10-26 05:02:47 UTC FreeBSD src repository Modified files: sys/dev/pci pci_user.c Log: Simplify the old compat #ifdefs. Revision ChangesPath 1.24 +12 -22src/sys/dev/pci/pci_user.c ___ cvs-all@fr

cvs commit: src/sys/boot/common ufsread.c

2007-10-26 Thread Warner Losh
imp 2007-10-26 15:00:34 UTC FreeBSD src repository Modified files: sys/boot/common ufsread.c Log: The arm boot code uses this function as well. Redefining cgbase() saves about 500 bytes in the boot code. While the AT91RM9200 has 12k of space for the boot loader, wh

cvs commit: src/include pthread_np.h

2007-10-28 Thread Warner Losh
imp 2007-10-29 00:31:54 UTC FreeBSD src repository Modified files: include pthread_np.h Log: Remove 3rd clause and renumber after getting permission from the author (quite some time ago). Revision ChangesPath 1.17 +1 -4 src/include/pthread

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

2007-10-29 Thread Warner Losh
imp 2007-10-29 21:01:50 UTC FreeBSD src repository Modified files: sys/arm/at91 ohci_atmelarm.c Log: kill commented out line of code. Revision ChangesPath 1.4 +0 -1 src/sys/arm/at91/ohci_atmelarm.c ___

Re: cvs commit: src Makefile.inc1

2007-10-31 Thread Warner Losh
> 3) With a bit of hackery around rtld(8), it becomes possible to do > destructive > cross-installs, e.g., i386->amd64 over the live system. > but this can lead to security issues.) That's why a destructive > cross-install isn't possible w/o hackery yet. Does this mean I can now 'side

cvs commit: src ObsoleteFiles.inc

2007-11-08 Thread Warner Losh
imp 2007-11-08 17:43:13 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: etc/defaults/pccard.conf has been relegated to the scrapheap of history, note its newly minted obsolete status here. Revision ChangesPath 1.117 +2

cvs commit: src/etc/defaults Makefile pccard.conf

2007-11-08 Thread Warner Losh
imp 2007-11-08 17:41:35 UTC FreeBSD src repository Modified files: etc/defaults Makefile Removed files: etc/defaults pccard.conf Log: Another vestige of OLDCARD that needs to be retired. Prodded by: jhb@ Revision ChangesPath 1.8 +

Re: cvs commit: src/sys/i386/bios apm.c

2007-11-14 Thread Warner Losh
From: Kris Kennaway <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/i386/bios apm.c Date: Wed, 14 Nov 2007 11:01:32 +0100 > Julian Elischer wrote: > > julian 2007-11-14 05:43:55 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/biosapm.c > > Log

Re: cvs commit: src/contrib/binutils/opcodes ppc-dis.c

2007-11-26 Thread Warner Losh
From: "David O'Brien" <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/contrib/binutils/opcodes ppc-dis.c Date: Mon, 26 Nov 2007 09:31:27 -0800 > On Sat, Nov 24, 2007 at 12:10:08AM +, John Birrell wrote: > > On Sat, Nov 24, 2007 at 01:03:30AM +0100, Kris Kennaway wrote: > > > John Birrell wrot

cvs commit: src/usr.bin/make Makefile.dist

2008-03-03 Thread Warner Losh
imp 2008-03-04 05:35:27 UTC FreeBSD src repository Modified files: usr.bin/make Makefile.dist Log: Linux requires -D__dead2= and -D__unused= to get rid of the sys/cdef.h-isms in the make source. The variant of linux I tried it on doesn't have arc4random, so -Darc

cvs commit: src/usr.bin/make main.c

2008-03-03 Thread Warner Losh
imp 2008-03-04 06:08:59 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98 instead of i386. Revision ChangesPath 1.165 +7 -8 src/usr.bin/make/main.c

cvs commit: src/usr.bin/make arch.c

2008-03-04 Thread Warner Losh
imp 2008-03-04 15:56:18 UTC FreeBSD src repository Modified files: usr.bin/make arch.c Log: is necessary for using INT_MIN, so included it here explicitly rather than relying on name space pollution to pull it in for us. NB: The usage of INT_MIN is somewhat

cvs commit: src/usr.sbin/moused Makefile

2008-03-05 Thread Warner Losh
imp 2008-03-06 02:13:53 UTC FreeBSD src repository Modified files: usr.sbin/moused Makefile Log: This breaks the arm build, back it out until that's fixed Revision ChangesPath 1.11 +1 -1 src/usr.sbin/moused/Makefile _

cvs commit: src/usr.sbin/moused Makefile

2008-03-05 Thread Warner Losh
imp 2008-03-06 04:09:06 UTC FreeBSD src repository Modified files: usr.sbin/moused Makefile Log: The breakage from increased warns has been fixed, back out my back out Revision ChangesPath 1.12 +1 -1 src/usr.sbin/moused/Makefile

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

2008-03-08 Thread Warner Losh
imp 2008-03-09 05:10:22 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c sys/sys bus.h Log: Any driver that relies on its parent to set the devclass has no way to know if has siblings that need an actual probe. Introduce a specai

cvs commit: src/share/man/man9 DEVICE_PROBE.9

2008-03-08 Thread Warner Losh
imp 2008-03-09 05:31:32 UTC FreeBSD src repository Modified files: share/man/man9 DEVICE_PROBE.9 Log: Document all the BUS_PROBE_* values. Note to the mdoc gods: This may need some teaks. Revision ChangesPath 1.22 +45 -1 src/share/man/man9/DEVI

cvs commit: src/sys/kern subr_bus.c

2008-03-09 Thread Warner Losh
imp 2008-03-10 01:48:25 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Tiny bit of KNF to make bus_setup_intr() look like the rest of this function. Revision ChangesPath 1.206 +18 -19src/sys/kern/subr_bus.c __

cvs commit: src/sys/ia64/isa isa_dma.c src/sys/sys bus_dma.h

2008-03-14 Thread Warner Losh
imp 2008-03-15 06:44:45 UTC FreeBSD src repository Modified files: sys/ia64/isa isa_dma.c sys/sys bus_dma.h Log: BUS_DMA_ISA is left over from Alpha, and is not used in the tree at all. The reference in ia64 code is due to cutNpaste in its history

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

2008-03-18 Thread Warner Losh
imp 2008-03-18 07:21:30 UTC FreeBSD doc repository Modified files: en/projects/ideasideas.xml Log: Add some suggested skills to the projects I suggested to Murray Revision ChangesPath 1.52 +52 -10www/en/projects/ideas/ideas.xml ___

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

2008-03-19 Thread Warner Losh
imp 2008-03-19 12:20:44 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Add support for MACHINE_ARCH == mips, plus a few generic CPU types that will be supported in the forth coming FreeBSD/mips port. Revision ChangesPath 1.66

cvs commit: src/sbin/devd token.l

2008-03-21 Thread Warner Losh
imp 2008-03-21 20:38:28 UTC FreeBSD src repository Modified files: sbin/devdtoken.l Log: No need to be gratuitously style(9) non-compliant here, even though C++ lets me get away with it. Revision ChangesPath 1.7 +1 -1 src/sbin/devd/token.l

cvs commit: src/sys/conf NOTES

2008-04-02 Thread Warner Losh
imp 2008-04-02 16:17:19 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add zyd, ural, and rum. They were missing. Revision ChangesPath 1.1479+10 -0 src/sys/conf/NOTES ___ cvs-all@free

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

2008-04-02 Thread Warner Losh
imp 2008-04-03 06:07:45 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Remove unnecessary #define. Revision ChangesPath 1.29 +0 -1 src/sys/arm/at91/kb920x_machdep.c ___ cv

cvs commit: src/sys/arm/xscale/ixp425 avila_machdep.c

2008-04-02 Thread Warner Losh
imp 2008-04-03 06:14:23 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 avila_machdep.c Log: KERNBASE + 0x0020 is the same thing as KERNVIRTADDR on this platform, so use the latter in preference to the former. This makes the fake_preload setup be the

cvs commit: src/sys/arm/arm machdep.c src/sys/arm/at91 kb920x_machdep.c src/sys/arm/include machdep.h src/sys/arm/sa11x0 assabet_machdep.c src/sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep.c

2008-04-03 Thread Warner Losh
imp 2008-04-03 16:44:50 UTC FreeBSD src repository Modified files: sys/arm/arm machdep.c sys/arm/at91 kb920x_machdep.c sys/arm/include machdep.h sys/arm/sa11x0 assabet_machdep.c sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep

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

2008-04-03 Thread Warner Losh
imp 2008-04-03 20:36:44 UTC FreeBSD src repository Modified files: lib/libc/gen err.c Log: Minor style(9) nit: move to using ANSI definition of functions. Revision ChangesPath 1.15 +5 -19 src/lib/libc/gen/err.c

cvs commit: src/sbin/restore dirs.c interactive.c

2008-04-03 Thread Warner Losh
imp 2008-04-03 20:37:38 UTC FreeBSD src repository Modified files: sbin/restore dirs.c interactive.c Log: Use safer string handling. Reviewed by: security-team Revision ChangesPath 1.32 +4 -5 src/sbin/restore/dirs.c 1.19 +4 -6 sr

cvs commit: src/sys/conf Makefile.arm

2008-04-03 Thread Warner Losh
imp 2008-04-03 20:42:36 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: Always build kernel.tramp. This should be helpful for a lot of people, as well making sure it doesn't break. Revision ChangesPath 1.36 +2 -0 src/

cvs commit: src/share/man/man9 sleep.9

2008-04-04 Thread Warner Losh
imp 2008-04-04 16:59:58 UTC FreeBSD src repository Modified files: share/man/man9 sleep.9 Log: Add note about PZERO being obsolete, because so much code uses it. Feel free to improve the verbage, since this was a compromise between conflicting feedback I got on my o

cvs commit: src/sys/arm/sa11x0 assabet_machdep.c

2008-04-04 Thread Warner Losh
imp 2008-04-04 18:22:16 UTC FreeBSD src repository Modified files: sys/arm/sa11x0 assabet_machdep.c Log: Fix stupid typo Revision ChangesPath 1.24 +1 -1 src/sys/arm/sa11x0/assabet_machdep.c ___ cvs-all@fr

cvs commit: src/sys/conf Makefile.arm

2008-04-04 Thread Warner Losh
imp 2008-04-04 19:33:10 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: If you build a compiler with TARGET_BIG_ENDIAN, and then try to build a little endian kernel, things break. Be explicit about the endian choice by setting it in the

cvs commit: src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/mips reloc.c rtld_machdep.h rtld_start.S

2008-04-04 Thread Warner Losh
Juniper mips repositories. Warner Losh, Randall Seager, Oleksandr Tymoshenko and Olivier Houchard worked to merge, debug and integrate this code. This code may also contain code derived from NetBSD. Revision ChangesPath 1.1 +357 -0src/libexec/rtld-elf/mips/reloc.c (new

cvs commit: src/share/mk sys.mk

2008-04-04 Thread Warner Losh
imp 2008-04-04 21:12:40 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: MFp4 (mips2-jnpr): o Default to -O on mips as well as arm. -O2 has been strongly implicated in many problems in the past, so we're taking a conservative approach unt

cvs commit: src/usr.bin/gprof gprof.h

2008-04-04 Thread Warner Losh
imp 2008-04-04 21:33:42 UTC FreeBSD src repository Modified files: usr.bin/gprofgprof.h Log: Add mips support. Revision ChangesPath 1.26 +3 -0 src/usr.bin/gprof/gprof.h ___ cvs-all@freebsd.org mailing l

cvs commit: src/usr.bin/xlint/lint1 param.h

2008-04-04 Thread Warner Losh
imp 2008-04-04 21:35:13 UTC FreeBSD src repository Modified files: usr.bin/xlint/lint1 param.h Log: MFp4(mips2-jnpr): Add mips support. Revision ChangesPath 1.10 +3 -0 src/usr.bin/xlint/lint1/param.h ___

cvs commit: src/bin/ls print.c

2008-04-05 Thread Warner Losh
imp 2008-04-05 21:26:25 UTC FreeBSD src repository Modified files: bin/ls print.c Log: Turn a tab into a space. This fixes a misalignment for ls -l. Tabs Noticed by: Antoine Brodin Revision ChangesPath 1.78 +2 -2 src/bin/ls/print.c __

cvs commit: src/usr.sbin/config main.c

2008-04-10 Thread Warner Losh
imp 2008-04-10 22:57:54 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: Fix a bug introduced by DEFAULTS feature. When the config file doesn't exist, we make a directory and then say "oops, that file isn't there" leaving the directory behind.

cvs commit: src/sys/conf Makefile.mips files.mips ldscript.mips ldscript.mips.cfe options.mips

2008-04-12 Thread Warner Losh
mips2 code base. This represents the work of Juniper Engineers, plus Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Revision ChangesPath 1.1 +74 -0 src

cvs commit: src/sys/mips/conf ADM5120 ADM5120.hints IDT IDT.hints MALTA MALTA.hints QEMU SENTRY5 SENTRY5.hints src/sys/mips/compile .cvsignore

2008-04-13 Thread Warner Losh
forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and

cvs commit: src/sys/mips/include _bus.h _bus_octeon.h _inttypes.h _limits.h _stdint.h _types.h am29lv081b.h archtype.h asm.h asmacros.h atomic.h bootinfo.h bswap.h bus.h bus_dma.h bus_octeon.h cache.h

2008-04-13 Thread Warner Losh
preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier

cvs commit: src/sys/mips/mips autoconf.c busdma_machdep.c cache.c cache_mipsNN.c copystr.S cpu.c db_disasm.c db_interface.c db_trace.c dump_machdep.c elf_machdep.c exception.S fp.S gdb_machdep.c genas

2008-04-13 Thread Warner Losh
whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch

cvs commit: src/sys/mips/mips32/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_

2008-04-13 Thread Warner Losh
preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier

cvs commit: src/sys/mips/conf ADM5120 MALTA

2008-04-13 Thread Warner Losh
imp 2008-04-13 22:04:56 UTC FreeBSD src repository Modified files: sys/mips/confADM5120 MALTA Log: fix comments for these files. Noticed by: stass Revision ChangesPath 1.2 +1 -1 src/sys/mips/conf/ADM5120 1.2 +1 -1 src/sys/mips/

cvs commit: src/sys/mips/conf SENTRY5

2008-04-14 Thread Warner Losh
imp 2008-04-15 02:09:28 UTC FreeBSD src repository Modified files: sys/mips/confSENTRY5 Log: Remove $P4$ tag. Rumor has it that p4 importer hates it. Revision ChangesPath 1.2 +0 -1 src/sys/mips/conf/SENTRY5 _

cvs commit: src/sys/amd64/include pcb_ext.h

2008-04-14 Thread Warner Losh
imp 2008-04-15 02:10:14 UTC FreeBSD src repository Removed files: sys/amd64/includepcb_ext.h Log: This file is unused on amd64. Revision ChangesPath 1.11 +0 -32 src/sys/amd64/include/pcb_ext.h (dead) ___ cvs

cvs commit: src/sys/mips/include pcb_ext.h

2008-04-14 Thread Warner Losh
imp 2008-04-15 02:11:57 UTC FreeBSD src repository Removed files: sys/mips/include pcb_ext.h Log: Copied from amd64, where it wasn't used, into mips, where it wasn't used. Remove it. Revision ChangesPath 1.2 +0 -4 src/sys/mips/include/pcb_ext.h (d

cvs commit: src/sys/mips/include ns16550.h src/sys/mips/mips machdep.c mainbus.c

2008-04-14 Thread Warner Losh
imp 2008-04-15 02:50:07 UTC FreeBSD src repository Modified files: sys/mips/mipsmachdep.c mainbus.c Removed files: sys/mips/include ns16550.h Log: This isn't used, so remove it. It isn't relevant to most mips platforms. Revision ChangesPath 1.2

cvs commit: src/sys/mips/mips copystr.S

2008-04-14 Thread Warner Losh
imp 2008-04-15 05:31:19 UTC FreeBSD src repository Modified files: sys/mips/mipscopystr.S Log: Add copyright notice and license to reflect origin of most of the routines in this file. Remove 'place holder' copyright since the amount that's actually original is sm

cvs commit: src/sys/mips/mips cache.c

2008-04-14 Thread Warner Losh
imp 2008-04-15 05:35:01 UTC FreeBSD src repository Modified files: sys/mips/mipscache.c Log: This file shows signs of heavy borrowing from NetBSD's cache.c file, so credit its authors with contributions to this file. Remove prototype copyright notice, although on

cvs commit: src/lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S

2008-04-15 Thread Warner Losh
imp 2008-04-16 05:06:12 UTC FreeBSD src repository Added files: lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: FreeBSD/mips libc support. Merged

cvs commit: src/lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S

2008-04-15 Thread Warner Losh
imp 2008-04-16 05:08:27 UTC FreeBSD src repository Modified files: lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: Turns out the machine/asm.h isn't needed here

cvs commit: src/lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S

2008-04-15 Thread Warner Losh
imp 2008-04-16 05:11:25 UTC FreeBSD src repository Removed files: lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: Doh! Extra mips in the path. Re

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

2008-04-25 Thread Warner Losh
imp 2008-04-26 05:46:29 UTC FreeBSD src repository Modified files: sys/dev/usb if_udav.c usbdevs Log: Add support for the Davicom DM9601. Submitted by: William Grzybowski Revision ChangesPath 1.36 +2 -5 src/sys/dev/usb/if_udav.c 1.348

cvs commit: src/lib/libc/mips Makefile.inc SYS.h Symbol.map _fpmath.h arith.h gd_qnan.h src/lib/libc/mips/gdtoa Makefile.inc arith.h src/lib/libc/mips/gen Makefile.inc _set_tp.c _setjmp.S fabs.S fabs.

2008-04-26 Thread Warner Losh
imp 2008-04-26 12:08:02 UTC FreeBSD src repository Added files: lib/libc/mipsMakefile.inc SYS.h Symbol.map _fpmath.h arith.h gd_qnan.h lib/libc/mips/gdtoa Makefile.inc arith.h lib/libc/mips/genMakefile.inc _set_tp.c _setjmp.S fabs.S

cvs commit: src/lib/libthr/arch/mips Makefile.inc

2008-04-26 Thread Warner Losh
imp 2008-04-26 12:17:57 UTC FreeBSD src repository Added files: lib/libthr/arch/mips Makefile.inc Log: Bring in mips threads support from perforce mips2-jnpr branch. Revision ChangesPath 1.1 +5 -0 src/lib/libthr/arch/mips/Makefile.inc (new)

cvs commit: src/lib/msun/mips Makefile.inc Symbol.map fenv.c fenv.h

2008-04-26 Thread Warner Losh
imp 2008-04-26 12:20:29 UTC FreeBSD src repository Added files: lib/msun/mipsMakefile.inc Symbol.map fenv.c fenv.h Log: Add mips support to libm, from mips2-jnpr perforce branch. Revision ChangesPath 1.1 +4 -0 src/lib/msun/mips/Makefile.inc (new

cvs commit: src/gnu/usr.bin/gdb/arch/mips Makefile config.h init.c

2008-04-26 Thread Warner Losh
imp 2008-04-26 12:22:46 UTC FreeBSD src repository Added files: gnu/usr.bin/gdb/arch/mips Makefile config.h init.c Log: FreeBSD/mips gdb build suspport. From the mips2-jnpr branch. Revision ChangesPath 1.1 +13 -0 src/gnu/usr.bin/gdb/arch/mips/Makefile (

cvs commit: src UPDATING

2008-04-26 Thread Warner Losh
imp 2008-04-27 04:07:36 UTC FreeBSD src repository Modified files: .UPDATING Log: Add a breif example for the wlan change. Include an explicit pointer to rc.conf(5) to remind people where to look for all the details. People without network connectivit

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

2008-04-28 Thread Warner Losh
imp 2008-04-29 00:51:21 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add Epson DX8400 scanner. PR: 123148 Submitted by: Bill Squire Revision ChangesPath 1.349 +1 -0 src/sys/dev/usb/usbdevs 1.91 +1 -

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

2008-04-28 Thread Warner Losh
imp 2008-04-29 00:53:12 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: mention DX8400/50 Revision ChangesPath 1.33 +3 -2 src/share/man/man4/uscanner.4 ___ cvs-all@freebsd.org ma

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

2008-04-29 Thread Warner Losh
From: Luigi Rizzo <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c Date: Tue, 29 Apr 2008 10:56:27 +0200 > On Tue, Apr 29, 2008 at 12:51:21AM +0000, Warner Losh wrote: > > imp 2008-04-29 00:51:21 UTC > > > > FreeBSD src rep

cvs commit: src UPDATING

2008-04-29 Thread Warner Losh
imp 2008-04-29 19:55:18 UTC FreeBSD src repository Modified files: .UPDATING Log: More recommendations Revision ChangesPath 1.527 +3 -1 src/UPDATING ___ cvs-all@freebsd.org mailing list http:

cvs commit: src/sys/mips/include am29lv081b.h

2008-05-02 Thread Warner Losh
imp 2008-05-02 18:03:00 UTC FreeBSD src repository Removed files: sys/mips/include am29lv081b.h Log: This file is unused, so remove it for now. Revision ChangesPath 1.2 +0 -111src/sys/mips/include/am29lv081b.h (dead) _

cvs commit: src/sys/mips/mips mips_subr.c src/sys/mips/include cp0.h

2008-05-03 Thread Warner Losh
imp 2008-05-03 19:57:45 UTC FreeBSD src repository Removed files: sys/mips/mipsmips_subr.c sys/mips/include cp0.h Log: These files are unused, so remove them for now. If they turn out to be needed later, they can be restored. Revision ChangesPath

cvs commit: src/sys/dev/usb usbdevs

2008-05-03 Thread Warner Losh
imp 2008-05-03 20:06:15 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: A couple of cameras that I recently bought Revision ChangesPath 1.351 +2 -0 src/sys/dev/usb/usbdevs ___ cvs-al

cvs commit: src/etc/etc.mips ttys

2008-05-04 Thread Warner Losh
imp 2008-05-05 05:35:47 UTC FreeBSD src repository Added files: etc/etc.mips ttys Log: Mips ttys file. Copied from i386 version with removal of the vga entries. Revision ChangesPath 1.1 +808 -0src/etc/etc.mips/ttys (new) __

cvs commit: src/lib/libthr/arch/mips/include pthread_md.h src/lib/libthr/arch/mips/mips pthread_md.c

2008-05-10 Thread Warner Losh
imp 2008-05-11 05:54:52 UTC FreeBSD src repository Added files: lib/libthr/arch/mips/include pthread_md.h lib/libthr/arch/mips/mips pthread_md.c Log: Commit missing mips libthr support that I thought I'd committed earlier Revision ChangesPath 1.1 +85 -0

cvs commit: src/sys/sys elf_common.h

2008-08-01 Thread Warner Losh
imp 2008-08-02 01:20:10 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: SVN rev 181147 on 2008-08-02 01:20:10Z by imp Add ELF relocation types for mips. Obtained from: mips/include/elf.h Revision ChangesPath 1.24 +

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