summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-08-15Xr uarkTheo de Raadt
2006-08-14files_differ() should return -1 on error, according to comments. MakeRay Lai
it so. Add checks for all return values. ``put it in'' xsa@
2006-08-14Fix bogus scanning mode.Marcus Glocker
2006-08-14say which type of header is unknownTheo de Raadt
2006-08-14split lineTheo de Raadt
2006-08-14And some more KNF.Marco Peereboom
2006-08-14KNFMarco Peereboom
2006-08-14More KNF; no functional change.Marco Peereboom
2006-08-14Really do what I intended on SMALL_KERNEL configurations.Miod Vallat
2006-08-14First in a series of KNF. No functional change.Marco Peereboom
2006-08-14replace a incorrect number with a proper define. this is a no-op changeBrad Smith
since E1000_FDX_COLLISION_DISTANCE and E1000_HDX_COLLISION_DISTANCE use the same values. From glebius@FreeBSD