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,
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
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
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
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
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@
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
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
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
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
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
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
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
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
__
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
__
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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.
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
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
__
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
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
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
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
___
> 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
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
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 +
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
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
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
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
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
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
_
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
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
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
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
__
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
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
___
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
___
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
__
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.
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
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
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
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
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
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/
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
_
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
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
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
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
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
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
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
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
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
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
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)
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
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 (
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
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 -
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
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
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:
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)
_
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
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
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)
__
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
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 +
501 - 600 of 1433 matches
Mail list logo