On Sat, Nov 05, 2005 at 09:04:53PM +, Poul-Henning Kamp wrote:
>
> phk 2005-11-05 21:04:53 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/puc puc.c
> Log:
> Now that fast interrupts can be shared we can use them in puc.
>
> Revision Changes
On Sat, Nov 05, 2005 at 11:42:53PM +0100, Poul-Henning Kamp wrote:
>
> In message <[EMAIL PROTECTED]>, Marius Strobl writes:
>
> >PUC_FASTINTR used to cause problems on sparc64 [...]
> >[...] I'm unsure about the
> >details, e.g. the endless loop migh
On Mon, Nov 07, 2005 at 11:44:53AM +0100, Poul-Henning Kamp wrote:
>
> In message <[EMAIL PROTECTED]>, Marius Strobl writes:
> >
> >On Sat, Nov 05, 2005 at 11:42:53PM +0100, Poul-Henning Kamp wrote:
> >>
> >> In message <[EMAIL PROTECTED]>, Marius
marius 2005-11-22 14:21:03 UTC
FreeBSD src repository
Modified files:
sys/dev/ofw openfirm.c
Log:
Remove unused function and variables.
Revision ChangesPath
1.15 +0 -19 src/sys/dev/ofw/openfirm.c
___
cvs-a
marius 2005-11-22 16:37:45 UTC
FreeBSD src repository
Modified files:
sys/conf files.powerpc files.sparc64
sys/dev/ofw ofw_bus_if.m
Added files:
sys/dev/ofw ofw_bus_subr.c ofw_bus_subr.h
Log:
- Add a new method ofw_bus_default_get_devinf
marius 2005-11-22 16:39:44 UTC
FreeBSD src repository
Modified files:
sys/sparc64/central central.c
sys/sparc64/ebus ebus.c
sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h
sys/sparc64/pci ofw_pcibus.c
sys/sparc64/sbus dma_sbus.c sbus.c
marius 2005-11-22 17:12:49 UTC
FreeBSD src repository
Modified files:
sys/conf files files.powerpc
Log:
Move zs.c from files to files.powerpc as zs(4) by now is only supported
on powerpc (more or less...). That way people updating from FreeBSD 5 to
FreeBSD 6 and
marius 2005-11-22 17:25:10 UTC
FreeBSD src repository
Modified files:
sys/conf files.sparc64
Log:
Conditionalize the compilation of the envctrl.c front-end of pcf(4)
additionally on ebus(4) as the 'SUNW,envctrl' devices (as well as
'SUNW,envctrltwo' and 'SUNW,ras
marius 2005-11-22 17:32:51 UTC
FreeBSD src repository
Modified files:
sys/modules/i2c/controllers/pcf Makefile
Log:
- Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c depend
on it.
- Sync with sys/conf/files* and build pcf_isa.c only on i386 for now.
- Try
On Tue, Nov 22, 2005 at 01:07:12PM -0500, John Baldwin wrote:
>
> On Tuesday 22 November 2005 12:12 pm, Marius Strobl wrote:
> > marius 2005-11-22 17:12:49 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/conf
marius 2005-11-22 21:34:26 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci psycho.c psychoreg.h psychovar.h
Log:
Some clean-up, style changes and changes that will reduce differences
between this driver and other Host-PCI bridge drivers based on this one:
marius 2005-11-22 22:32:50 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci psycho.c psychovar.h
Log:
- Add a workaround (change the interrupt map mask to compare the full
INO) for incorrect interrupt map entries on E250 machines. These
incorrect entries c
On Tue, Nov 22, 2005 at 03:39:09PM -0700, Scott Long wrote:
>
> Marius Strobl wrote:
>
> > marius 2005-11-22 22:32:50 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/sparc64/pci psycho.c psychovar.h
&g
marius 2005-11-28 19:04:34 UTC
FreeBSD ports repository (src committer)
Modified files:
ftp/ftp-tls Makefile distinfo pkg-descr pkg-plist
Log:
Update to version 20051021, which after the original author has died now
is hosted at http://www.ford-hutchinson.com/~fh-1-pf
marius 2012-03-08 12:36:22 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtoolsMakefile
Log:
Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.
Approved by:netchild
Revision Changes
marius 2012-03-09 15:42:10 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtools-devel Makefile distinfo
Log:
Update to 3.01a07. For the changes since 3.01a06 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a07
Approved by:netchild
Featu
marius 2005-11-29 21:21:24 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrdao Makefile distinfo
sysutils/cdrdao/files patch-configure
sysutils/gcdmaster Makefile
Log:
- Update to 1.2.1. Relevant parts from the release notes:
Cd
marius 2005-11-30 13:13:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/ofw/libofw elf_freebsd.c ofw_console.c ofw_memory.c
openfirm.c
Log:
MFC: elf_freebsd.c 1.10, ofw_console.c 1.11, ofw_memory.c 1.7, openfirm.c 1.12
marius 2005-11-30 13:19:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/ofw/libofw libofw.h
Log:
MFC: 1.11
Use an ihandle_t to store the instance handle of an opened device
instead of a phandle_t (package handle). Since both are typedefed
marius 2005-11-30 13:24:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/ofw/libofw devicename.c
Log:
MFC: 1.16
In ofw_parsedev() check the return value of malloc() and protect
against a NULL pointer dereference when ofw_parsedev() is call
marius 2005-11-30 13:37:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/ofw/libofw ofw_disk.c
Log:
MFC: 1.13
- Add a workaround for the fact that OFW doesn't guarantee that
devices can be opened multiple times simultaneously but we're
marius 2005-11-30 16:09:10 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 genassym.c locore.S mem.c
Log:
Remove superfluous inclusion of upa.h.
Revision ChangesPath
1.58 +0 -1 src/sys/sparc64/sparc64/genassym.c
1.22 +0 -1 src/sy
marius 2005-11-30 16:13:49 UTC
FreeBSD src repository
Modified files:
sys/sparc64/fhc clkbrd.c
sys/sparc64/sparc64 eeprom.c rtc.c
Log:
Remove superfluous bzero()'ing of the softc.
Revision ChangesPath
1.2 +0 -1 src/sys/sparc64/fhc/clkbrd.c
1.1
marius 2005-12-03 11:59:26 UTC
FreeBSD src repository
Modified files:
sys/powerpc/powermac macio.c maciovar.h
Log:
Convert to use the recently introduced set of ofw_bus_gen_get_*() for
providing the ofw_bus KOBJ interface.
Tested by: grehan
Revision Changes
marius 2005-12-03 13:08:05 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci psycho.c psychoreg.h
Log:
- Improve the comment regarding the workaround for the E250 interrupt map
bug by explaining what the problem is and how the workaround works.
- Fix some cos
marius 2005-12-03 16:36:54 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci psycho.c
Log:
- Register the PCI bus error interrupt handler according to which half of
the bridge (PCI bus A or B) we are attaching to rather than registering
both handlers at onc
marius 2005-12-03 18:11:26 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci apb.c ofw_pci.c ofw_pcib_subr.c
ofw_pcibus.c
sys/sparc64/isa ofw_isa.c
Log:
- Adhere style(9) (don't use function calls in initializers, use uintXX_t
marius 2005-12-03 18:14:47 UTC
FreeBSD src repository
Modified files:
sys/sparc64/central central.c
Log:
Remove unused sc_node from softc.
Revision ChangesPath
1.10 +0 -2 src/sys/sparc64/central/central.c
___
cvs
marius 2005-12-03 18:52:31 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci ofw_pcib.c
Log:
- Adhere style(9) (don't use function calls in initializers).
- Use FBSDID.
Revision ChangesPath
1.5 +5 -3 src/sys/sparc64/pci/ofw_pcib.c
_
marius 2005-12-03 19:52:21 UTC
FreeBSD src repository
Modified files:
sys/sparc64/include ofw_upa.h
sys/sparc64/pci ofw_pci.h psycho.c
sys/sparc64/isa ofw_isa.c
Log:
- Move the declaration of struct upa_ranges and the UPA_RANGE_* macros
from sys/sparc64/
marius 2005-12-05 12:32:20 UTC
FreeBSD src repository
Modified files:
sys/dev/dc if_dc.c
Log:
- Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing of
the eaddr array (introduced in rev. 1.174) prior to writing to it. As
dc_read_eeprom() is told
marius 2005-12-06 16:37:01 UTC
FreeBSD src repository
Modified files:
sys/sys ktr.h
Log:
Extend the scope of #ifndef LOCORE to also cover the prototype of
ktr_tracepoint() and the macros using it. This allows this header
to be included in .S files for obtaining
marius 2005-12-06 16:38:08 UTC
FreeBSD src repository
Modified files:
sys/sparc64/include ktr.h
sys/sparc64/sparc64 genassym.c
Log:
Use directly in .S files instead of exporting the
KTR_* class macros via genassym.c. Together with sys/sys/ktr.h
rev. 1.34 this has the
marius 2005-12-08 10:56:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf files files.powerpc
Log:
MFC: sys/conf/files 1.1066, sys/conf/files.powerpc 1.47
Move zs.c from files to files.powerpc as zs(4) by now is only supported
on
marius 2005-12-12 16:07:11 UTC
FreeBSD src repository
Modified files:
sys/sparc64/pci ofw_pcib_subr.c
Log:
Fix a bug introduced in rev. 1.5; for retrieving the device_t of the
parent bridge of a PCI-PCI bridge we need two device_get_parent().
Revision ChangesPat
marius 2005-12-20 14:26:11 UTC
FreeBSD ports repository (src committer)
Modified files:
security/antivir-milter Makefile distinfo pkg-plist
security/antivir-milter/files patch-script::avupdater
Added files:
security/antivir-milter/files patch-doc::RELEASE_NOTES
Log:
marius 2005-12-20 14:52:25 UTC
FreeBSD ports repository (src committer)
Added files:
security/antivir-milter/files patch-pgp::README
Log:
Re-add file forgotten in update to 1.1.2-1.
Approved by:netchild
Revision ChangesPath
1.3 +16 -0 ports/securit
marius 2006-01-12 11:40:39 UTC
FreeBSD src repository
Modified files:
sys/sparc64/include in_cksum.h
Log:
- The inline asm in this file uses output operands before all input
operands are consumed so use the appropriate constraint modifier.
Before this change GCC used on
marius 2006-01-12 13:18:49 UTC
FreeBSD src repository
Modified files:
sys/boot/common module.c
Log:
In moduledir_readhints() cast the value returned by sizeof() to ssize_t
when checking whether it's greater than a struct stat st_size in order
to also catch the case when
marius 2006-01-16 09:24:48 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtools-devel Makefile distinfo
sysutils/cdrtools-devel/files patch-ad
patch-cdrecord::cdrecord.dfl
patch-rscsi
marius 2006-01-21 12:38:35 UTC
FreeBSD src repository
Modified files:
sys/i386/confGENERIC
Log:
Remove the commented out entry of the old ISA-only le(4) driver which
was retired 22 months ago.
MFC after: 1 day
Revision ChangesPath
1.438 +0 -3
marius 2006-01-23 14:33:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/common module.c
Log:
MFC: 1.26
In moduledir_readhints() cast the value returned by sizeof() to ssize_t
when checking whether it's greater than a struct stat st_si
marius 2006-01-23 14:19:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/i386/confGENERIC
Log:
MFC: 1.438
Remove the commented out entry of the old ISA-only le(4) driver which
was retired 22 months ago.
Revision ChangesPath
marius 2006-01-23 14:45:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sparc64/include in_cksum.h
Log:
MFC: 1.3
- The inline asm in this file uses output operands before all input
operands are consumed so use the appropriate constraint modi
marius 2006-01-23 14:56:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys ktr.h
Log:
MFC: 1.34
Extend the scope of #ifndef LOCORE to also cover the prototype of
ktr_tracepoint() and the macros using it. This allows this header
marius 2006-01-23 15:04:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sparc64/include ktr.h
sys/sparc64/sparc64 genassym.c
Log:
MFC: sys/sparc64/include/ktr.h 1.6, sys/sparc64/sparc64/genassym.c 1.59
Use directly in .S files instead of
marius 2006-01-23 16:21:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sparc64/pci psycho.c psychoreg.h psychovar.h
Log:
MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57,
sys/sparc64/pci/psychoreg.h 1.10 - 1.11,
sys/sparc64/pci/psychovar.
marius 2006-01-23 16:32:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/uart uart_bus_ebus.c
Log:
Revert the hack introduced in rev. 1.6.2.1, a fix/workaround for the
underlying problem was committed in sys/sparc64/pci/psycho.c 1.55 and
marius 2006-01-23 16:39:20 UTC
FreeBSD src repository
Removed files: (Branch: RELENG_5)
sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.h
Log:
Remove files which are unused in this branch.
Revision ChangesPath
1.1.2.1 +0 -722src/sys/sparc64/sb
marius 2006-01-23 16:50:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/sparc64/pci psycho.c psychoreg.h psychovar.h
Log:
MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57,
sys/sparc64/pci/psychoreg.h 1.10 - 1.11,
sys/sparc64/pci/psychovar.
marius 2006-01-26 19:04:19 UTC
FreeBSD src repository
Modified files:
sys/dev/auxioauxio.c
Log:
- Only touch the LED bit of the (LED) AUXIO register when turning the
system LED on or off. Unlike the EBus LED AUXIO register where the
remaining bits are unused the
marius 2006-01-26 21:14:32 UTC
FreeBSD src repository
Modified files:
sys/sparc64/central central.c
sys/sparc64/ebus ebus.c
sys/sparc64/fhc fhc_central.c fhc_nexus.c
sys/sparc64/pci psycho.c
sys/sparc64/sbus dma_sbus.c sbus.c
Log:
- Registe
marius 2006-01-30 21:43:15 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sbus dma_sbus.c
Log:
Revert the part of rev. 1.3 which enabled the chaining of the DMA engine
interrupt handler for the LANCE devices and remove dma_setup_intr(). We
just can't completely i
marius 2006-01-30 21:47:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/auxioauxio.c
Log:
MFC: 1.5
- Only touch the LED bit of the (LED) AUXIO register when turning the
system LED on or off. Unlike the EBus LED AUXIO register wher
marius 2006-01-30 22:30:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sparc64/central central.c
sys/sparc64/ebus ebus.c
sys/sparc64/fhc fhc_central.c fhc_nexus.c
sys/sparc64/pci psycho.c
sys/sparc64/sbus dma_sbus.c
marius 2006-01-31 12:50:02 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sbus lsi64854.c lsi64854var.h
Log:
o lsi64854_enet_intr():
- Like lsi64854_scsi_intr() return -1 in case there was a DMA error so
the caller can distinguish it from a normal interrupt
marius 2006-01-31 14:48:58 UTC
FreeBSD src repository
Added files:
sys/dev/le am7990.c am79900.c am79900reg.h
am79900var.h am7990reg.h am7990var.h
if_le_ledma.c if_le_pci.c lance.c
lancereg.h lanc
On Tue, Jan 31, 2006 at 05:58:56PM +0300, Gleb Smirnoff wrote:
> On Tue, Jan 31, 2006 at 02:48:58PM +0000, Marius Strobl wrote:
> M> marius 2006-01-31 14:48:58 UTC
> M>
> M> FreeBSD src repository
> M>
> M> Added files:
> M> sys/dev/le
On Tue, Jan 31, 2006 at 08:01:57AM -0700, Scott Long wrote:
> Marius Strobl wrote:
> > marius 2006-01-31 14:48:58 UTC
> >
> > FreeBSD src repository
> >
> > Added files:
> > sys/dev/le am7990.c am79900.c am79900reg.h
> >
On Tue, Jan 31, 2006 at 11:17:13AM -0500, John Baldwin wrote:
> On Tuesday 31 January 2006 09:48, Marius Strobl wrote:
> > marius 2006-01-31 14:48:58 UTC
> >
> > FreeBSD src repository
> >
> > Added files:
> > sys/dev/le
marius 2006-01-31 22:34:13 UTC
FreeBSD src repository
Modified files:
sys/conf files files.sparc64 NOTES
sys/modules Makefile
sys/sparc64/conf GENERIC
Added files:
sys/modules/le Makefile
Log:
Hook up le(4) to the build. For now it
marius 2006-01-31 22:40:25 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
Added files:
share/man/man4 le.4
Log:
Add a man page for le(4), based on the NetBSD one.
Revision ChangesPath
1.337 +1 -0 src/share/man/man4/Make
marius 2006-01-31 22:41:59 UTC
FreeBSD src repository
Modified files:
share/man/man4 vlan.4
Log:
Add le(4) to the list of devices supporting VLAN-sized frames natively.
Revision ChangesPath
1.29 +5 -1 src/share/man/man4/vlan.4
marius 2006-01-31 22:45:51 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.sparc64 sbus.4
Log:
Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.
Revision ChangesPath
1.2 +2 -1 src/share/man/man4/man4.sparc64/sbus.4
marius 2006-01-31 23:04:55 UTC
FreeBSD src repository
Modified files:
share/man/man4 pcn.4
Log:
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A
PCnet-PCI II.
- Ch
On Fri, Oct 07, 2005 at 02:32:16AM +, Tom Rhodes wrote:
>
> trhodes 2005-10-07 02:32:16 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/man/man4 an.4 ath.4 aue.4 awi.4 axe.4 bfe.4 bge.4
> cdce.4 cm.4 cue.4 dc.4 de.4 ed.4 em.4
>
On Tue, Jan 31, 2006 at 04:39:09PM +0100, Marius Strobl wrote:
> On Tue, Jan 31, 2006 at 08:01:57AM -0700, Scott Long wrote:
> > Marius Strobl wrote:
> > > marius 2006-01-31 14:48:58 UTC
> > >
> > > FreeBSD src repository
> > >
> > >
marius 2006-02-02 14:57:00 UTC
FreeBSD src repository
Modified files:
share/man/man4 le.4
Log:
Correct and improve the description of le(4) vs. pcn(4); apparently I
was thinking from the pcn(4) perspective instead of the le(4) one when
writing the former version as le(
marius 2006-02-03 12:35:42 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_sbus.c
Log:
- Don't shift the clock frequency in MHz left by 8 before assigning it
to sbus_mdvec.dv_clock as sbus_mdvec.dv_clock is meant to be specified
in MHz. While this was
marius 2006-02-04 23:27:17 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_bus_ebus.c uart_cpu_sparc64.c
Log:
- Add support for using LOM (Lights Out Management) and RSC (Remote System
Control) devices as console. These are microcontrollers which are eit
marius 2006-02-04 23:30:09 UTC
FreeBSD src repository
Modified files:
etc/etc.sparc64 ttys
Log:
Enable getty(8) on ttyu2 by default in order to get machines that use a
RSC (Remote System Control) connected via uart2 as console working out
of the box. On machines that us
marius 2006-02-12 22:20:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 pcn.4
Log:
MFC: 1.15
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
rev. 1.77 (also applies to RELENG_6), i.e. remove Am53C97
marius 2006-02-12 22:23:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
share/man/man4 pcn.4
Log:
MFC: 1.15 (partial)
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
rev. 1.77 (also applies to RELENG_%), i.e. remo
marius 2006-02-12 22:57:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/isp isp_sbus.c
Log:
MFC: 1.17
- Don't shift the clock frequency in MHz left by 8 before assigning it
to sbus_mdvec.dv_clock as sbus_mdvec.dv_clock is meant t
marius 2006-02-13 11:30:40 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
sys/dev/le am7990.c am79900.c am79900reg.h
am79900var.h am7990reg.h am7990var.h
if_le_ledma.c if_le_pci.c lance.c
marius 2006-02-13 11:39:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf NOTES files files.sparc64
sys/modules Makefile
sys/sparc64/conf GENERIC
Added files: (Branch: RELENG_6)
sys/modules/le Ma
marius 2006-02-13 11:45:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 Makefile
Added files: (Branch: RELENG_6)
share/man/man4 le.4
Log:
MFC: share/man/man4/Makefile 1.337, src/share/man/man4/le.4 1.2
Add
marius 2006-02-13 11:46:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 vlan.4
Log:
MFC: 1.29
Add le(4) to the list of devices supporting VLAN-sized frames natively.
Approved by:re (scottl)
Revision ChangesPath
marius 2006-02-13 11:47:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4/man4.sparc64 sbus.4
Log:
MFC: 1.2
Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.
Approved by:re (scottl)
Revision Changes
marius 2006-02-15 09:16:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/puc puc_ebus.c
sys/dev/uart uart_bus_ebus.c uart_cpu_sparc64.c
Log:
MFC: src/sys/dev/puc/puc_ebus.c 1.6, sys/dev/uart/uart_bus_ebus.c 1.9,
sys/dev
marius 2006-02-15 09:17:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/etc.sparc64 ttys
Log:
MFC: 1.12
Enable getty(8) on ttyu2 by default in order to get machines that use a
RSC (Remote System Control) connected via uart2 as console work
marius 2006-02-15 16:56:38 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 eeprom.c
Log:
For E250 and E450 enable the watchdog part of the MK48Txx as it just
works there.
MFC after: 3 days
Revision ChangesPath
1.11 +19 -1 src/sys/
marius 2006-02-15 16:57:30 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.sparc64 eeprom.4
Log:
- Add info regarding the watchdog part of the MK48Txx.
- Add a missing .Tn before Mostek.
MFC after: 3 days
Revision ChangesPath
1.2 +41
marius 2006-02-18 15:53:48 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtools-devel Makefile distinfo
sysutils/cdrtools-devel/files patch-cdda2wav::interface.c
patch-cdda2wav::mycdrom.h
Added files:
sysutils/c
marius 2006-02-18 15:55:40 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtoolsMakefile
sysutils/cdrtools/files patch-ad patch-cdda2wav::interface.c
patch-readcd::readcd.c
Log:
- Replace the fix to make `readcd -sca
On Sat, Feb 18, 2006 at 03:53:48PM +, Marius Strobl wrote:
> marius 2006-02-18 15:53:48 UTC
>
> FreeBSD ports repository (src committer)
>
> Modified files:
> sysutils/cdrtools-devel Makefile distinfo
> sysutils/cdrtools-devel/files patch-
marius 2006-02-19 11:54:46 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 db_trace.c exception.S
Log:
- Don't bother traversing trap frames in stack_save(). This fixes panics
when option DEBUG_LOCKS is used. Trap frames are determined by checking
whether
marius 2006-02-19 22:56:35 UTC
FreeBSD ports repository (src committer)
Modified files:
security/ssh2Makefile pkg-message pkg-plist
security/ssh2/files patch-apps::ssh::Makefile.in
patch-apps::ssh::sshd2_config
Added files:
security/ssh2
On Sun, Feb 19, 2006 at 06:10:51PM -0500, Kris Kennaway wrote:
> On Sun, Feb 19, 2006 at 10:56:35PM +0000, Marius Strobl wrote:
> > marius 2006-02-19 22:56:35 UTC
> >
> > FreeBSD ports repository (src committer)
> >
> > Modified files:
> > se
On Mon, Feb 20, 2006 at 03:58:17AM -0500, Kris Kennaway wrote:
> On Mon, Feb 20, 2006 at 09:39:15AM +0100, Marius Strobl wrote:
> > On Sun, Feb 19, 2006 at 06:10:51PM -0500, Kris Kennaway wrote:
> > > On Sun, Feb 19, 2006 at 10:56:35PM +0000, Marius Strobl wrote:
> > >
On Mon, Feb 20, 2006 at 05:00:16AM -0500, Kris Kennaway wrote:
> On Mon, Feb 20, 2006 at 10:38:42AM +0100, Marius Strobl wrote:
>
> > > > Yes, the package builders should no longer report left over files
> > > > as a side-effect. But is a port really required to cl
marius 2006-02-20 12:38:28 UTC
FreeBSD ports repository (src committer)
Modified files:
ftp/ftpd-tls Makefile pkg-message pkg-plist
Added files:
ftp/ftpd-tls/files ftpd-tls.sh.in
Removed files:
ftp/ftpd-tls/files ftpd-tls.sh
Log:
- Switch to a rc.d star
marius 2006-02-20 20:10:14 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/afbinit Makefile pkg-message pkg-plist
Added files:
sysutils/afbinit/files afbinit.sh.in
Removed files:
sysutils/afbinit/files patch-debian::afbinit.init
Log:
- Swi
marius 2006-02-20 20:25:47 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/cdrtools-devel pkg-plist
Log:
Add btcflash(1) installed since 2.01.01a07,1.
Reported by:kris
Approved by:netchild (in principle)
Revision ChangesPath
1.15
marius 2006-02-21 20:20:43 UTC
FreeBSD src repository
Modified files:
sys/dev/le am7990.c am79900.c
Log:
- In the interrupt handler clear the interrupt source flags before
processing the interrupt events. If we clear them afterwards we
can completely miss some
On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote:
> Scott,
>
> [...]
>
> > So what do we need to do to get this enabled and running by default and
> > get rid of the USB keyboard hack in the loader, as well as make the
> > keyboard flags sane and predictable?
>
<...>
>
> i thi
On Mon, Feb 27, 2006 at 02:33:52PM -0800, Maksim Yevmenkin wrote:
> On 2/27/06, Marius Strobl <[EMAIL PROTECTED]> wrote:
> > On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote:
> > > Scott,
> > >
> > > [...]
> > >
> > > &
marius 2006-03-04 17:31:07 UTC
FreeBSD ports repository (src committer)
Modified files:
security/vuxml vuln.xml
Log:
Document a SSH.COM SFTP server format string vulnerability affecting
the security/ssh2 port.
Approved by:portmgr (erwin)
Revision Changes
marius 2006-03-04 17:36:07 UTC
FreeBSD ports repository (src committer)
Modified files:
security/ssh2Makefile
Added files:
security/ssh2/files patch-lib::sshfilexfer::sshfilexfers.c
Log:
Add a patch which fixes a format string vulnerability in the SFTP server.
marius 2006-03-06 12:15:26 UTC
FreeBSD ports repository (src committer)
Modified files:
security/vuxml vuln.xml
Log:
Add the ssh2-nox11 slave port to the list of ports affected by
VID 594ad3c5-a39b-11da-926c-0800209adf0e.
Prodded by: Dmitry Pryanishnikov <[EMAIL
1 - 100 of 791 matches
Mail list logo