summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-17Jump scroll support for vt100 and sun wscons emulations, helps macppc andMiod Vallat
zaurus a lot, tested by many; ok deraadt@
2006-08-17EHCI_NULL is already endian swapped. Don't swap it back.Christopher Pascoe
ok dlg
2006-08-17(128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)).Kenneth R Westerback
Makes all FD_BSIZE() defines the same. No object code change.
2006-08-17Xr to mskTheo de Raadt
2006-08-16syncTheo de Raadt
2006-08-16Add msk(4) and mskc(4) man pages by extending the sk(4) page.Mark Kettenis
2006-08-16remove unecessary debugging stuffJason Wright
2006-08-16Add msck(4) and msk(4).Mark Kettenis
ok deraadt@
2006-08-16Add mskc(4) and msk(4).Mark Kettenis
ok deraadt@
2006-08-16syncTheo de Raadt
2006-08-16Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 GigabitMark Kettenis
ethernet controllers. It works well enough to commit over. There's a lot code duplication from sk(4) though that needs to be reduced.
2006-08-16add pxeboot to i386 and amd64 contents, add ofwboot to macppc.Alexandre Anriot
help and ok miod@
2006-08-16Not a bug, but change the ID strings for devices with hardware revBrad Smith
0x30000000 and 0x38000000 to both be 8168B/8111B. According to RealTek, they're both the same device, but 0x30000000 is an earlier silicon spin. From wpaul@FreeBSD
2006-08-16don't quirk the earthmatesJason Wright
2006-08-16syncTheo de Raadt
2006-08-16Xr ucycomJason Wright
2006-08-16my english blows.Jason Wright
2006-08-16add man page for ucycomJason Wright
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-16regenJonathan Gray
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-16fix an .Xr;Jason McIntyre
2006-08-16factor inetd connection, TCP listen and main TCP accept loop out of main()Damien Miller
into separate functions to improve readability; ok markus@
2006-08-16document the name argument to rw_init.David Gwynne
ok mbalmer@ jmc@ pedro@
2006-08-16document updating ports, mention sqlports, update documentation forMarc Espie
REPORT_PROBLEMS.
2006-08-16Send out a second delayed gratuitous ARP request afterMarco Pfatschbacher
we've won the MASTER election. This seems to be necessary w/ some wacky L3 switches, that only learn by looking at ARP packets. Fixes PR 5148. OK mcbride@
2006-08-16Improve rcs_buf_load() by setting errno appropriately on failure andRay Lai
never print errors or quit on error. Fix usages of rcs_buf_load() and rcs_set_description. Also plug an fd leak. OK xsa@
2006-08-16remove the sparc64 workarounds for the jumbo frame receive ring sizes nowBrad Smith
that the iommu code has been fixed.
2006-08-15The Hindenburg crashed at 6th May 1937 and not 6th March 1939Jasper Lievisse Adriaanse
ok mickey
2006-08-15the war is over. everybody get naked!Michael Shalayeff
2006-08-15Remove DPRINTF from watchdog routine. To noisy even for debug mode.Marcus Glocker
2006-08-15Allocate as many iommu page lists as necessary to match the size requestMiod Vallat
in bus_dmamap_create() again, but this time add a few extra pages to cope with fragmented data (such as mbufs). Tested by many.
2006-08-15-r only applies to blacklists. ok beck@Kjell Wooding
2006-08-15Some VS4k/90 have the uVAX bit set in confdata, do not report them as uVAXens.Miod Vallat
2006-08-15A more reliable LCSPX probe, based on information from Blaz Antonic, testedMiod Vallat
by aanriot@
2006-08-15syncTheo de Raadt
2006-08-15- Belkin F5D705C is a zyd(4)Niall O'Higgins
2006-08-15need to print leading space nowKevin Steves
2006-08-15Remove obsolete macros.Marcus Glocker
Pointed out by deraadt@
2006-08-15a start at the port of ucycom from netbsd (I have an delorme earthmate andJason Wright
it's damn well going to work correctly soon)
2006-08-15spacingTheo de Raadt
2006-08-15Some KNF and comment cleanup.Marcus Glocker
2006-08-15Improve watchdog handler.Marcus Glocker
ok jsg@
2006-08-15stupid error: increment not decrement here.Kevin Steves
2006-08-15remove the all architectures comment.Brad Smith
2006-08-15Belkin refer to their rum device as F5D7050 ver 3 not A.Jonathan Gray
2006-08-15Quote a product so troff doesn't eat part of the string.Jonathan Gray
ok jmc@
2006-08-15when there's normal sense data i think the command completed ok, there'sDavid Gwynne
just extra data. say there's no residual if that's the case.
2006-08-15try to deal appropriate with errors from the io command replyDavid Gwynne