461,592 commits found in 136 milliseconds
Properly enable FPU on Sam460ex.
Enable voyagerfb mode setting on Sam460ex.
NetBSD /src lk1gJhB — sys/dev/ic sm502reg.h, sys/dev/pci/voyager voyagerfb.c files.voyager Implement DDC and mode setting on SM502.
Enabled via kernel VOYAGERFB_MODE_SETTING option, disabled by default,
since I can't test on Gdium.
NetBSD /src itP152I — sys/arch/evbppc/sam460ex machdep.c, sys/arch/powerpc/include/ibm4xx dcr4xx.h Fix up EHCI handoff from firmware on Sam460ex.
Sam460ex uses an external ULPI PHY. EHCI HCRESET resets only the on-chip
core, never the external PHY, so it inherited the bad state. Workaround
that.
Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the
KASSERTS into errors instead. Reported by Andrew Griffiths.
Prevent a DoS attack by stuffing the server with too many fragments that
can lead to resource exhaustion and memory corruption. Reported by Andrew
Griffiths
Validate the rpc readdir and readdirplus cnt, siz to prevent integer overflows
that will corrupt memory. Reported by Andrew Griffiths
Fix memory leak. ns_frag holds the unprocessed fragments that needs to be freed.
Reported by Andrew Griffiths
eliminate stray space between tabs
Fix spelling of VLAN and make comment match code more clearly.
NetBSD /src SUGuWKK — distrib/sets/lists/tests mi, tests/net/if_pppoe t_pppoe_keepalive.sh Makefile Added test case for PPPoE keepalive
NetBSD /src kswWHJ0 — sys/net if_spppsubr.c, sys/rump/net/lib/libpppoe pppoe_component.c Make SPPP_KEEPALIVE_INTERVAL configurable for rump_server
This allows changing the keepalive interval when running inside
rump_server, which is useful for testing.
ebus(4) : minor fixes, use wayback machine URL for the Sun manual
Add information about newer EBus implementations.
Add bge (3X-DEGXA-T*) to the INSTALL configuration too.
Requested by Janne Ramstedt.
We have not yet imported the new bind
doc/TODO: BIND and Postfix updated
Enable SM502 audio on Sam460ex.
Add support for AC97 audio component of SM502 Multimedia Companion chip.
While here, endinaness fixes for the framebuffer part.
NetBSD /src vrsSRIZ — sys/arch/evbppc/conf SAM460EX, sys/arch/evbppc/include sam460ex.h Improve console handling on Sam460ex.
While here: support prefetchable PCI window and fix configuration
space accesses on PPC460EX.
xhci: Add missing UHF_PORT_POWER support to xhci_roothub_ctrl_locked()
m_print(): Support TH_ACK flag
NetBSD /src p5wYj69 — sys/arch/evbppc/conf files.sam460ex, sys/arch/evbppc/include sam460ex.h Make FDT parsing in Sam460ex port less bad.
Avoid messing directly with libfdt.
NetBSD /src 4fiFS3r — sys/arch/evbppc/conf SAM460EX, sys/arch/evbppc/include sam460ex.h Add support for Sam460ex by ACube Systems.
Still very much work in progress, but already bootable to multiuser
and CPU support itself seems stable.
aarch64: Remove an isb and add a comment why it's not needed.
Welcome to 11.0_RC5!
reminder for protocols
Put back CVSID (Tobias Nygren)
Ticket #1272
Pull up following revision(s) (requested by kre in ticket #1272):
sys/sys/fcntl.h: revision 1.59
PR standards/60335 -- expose O_EXEC for Posix 7 & beyond