Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-16 | add pxeboot to i386 and amd64 contents, add ofwboot to macppc. | Alexandre Anriot | |
help and ok miod@ | |||
2006-08-16 | Not a bug, but change the ID strings for devices with hardware rev | Brad 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-16 | don't quirk the earthmates | Jason Wright | |
2006-08-16 | sync | Theo de Raadt | |
2006-08-16 | Xr ucycom | Jason Wright | |
2006-08-16 | my english blows. | Jason Wright | |
2006-08-16 | add man page for ucycom | Jason Wright | |
2006-08-16 | Belkin RT2601USB. | Jonathan Gray | |
2006-08-16 | Belkin RT2601USB. | Jonathan Gray | |
2006-08-16 | regen | Jonathan Gray | |
2006-08-16 | Belkin RT2601USB. | Jonathan Gray | |
2006-08-16 | fix an .Xr; | Jason McIntyre | |
2006-08-16 | factor inetd connection, TCP listen and main TCP accept loop out of main() | Damien Miller | |
into separate functions to improve readability; ok markus@ | |||
2006-08-16 | document the name argument to rw_init. | David Gwynne | |
ok mbalmer@ jmc@ pedro@ | |||
2006-08-16 | document updating ports, mention sqlports, update documentation for | Marc Espie | |
REPORT_PROBLEMS. | |||
2006-08-16 | Send out a second delayed gratuitous ARP request after | Marco 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-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray 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-16 | remove the sparc64 workarounds for the jumbo frame receive ring sizes now | Brad Smith | |
that the iommu code has been fixed. | |||
2006-08-15 | The Hindenburg crashed at 6th May 1937 and not 6th March 1939 | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-08-15 | the war is over. everybody get naked! | Michael Shalayeff | |
2006-08-15 | Remove DPRINTF from watchdog routine. To noisy even for debug mode. | Marcus Glocker | |
2006-08-15 | Allocate as many iommu page lists as necessary to match the size request | Miod 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-15 | Some VS4k/90 have the uVAX bit set in confdata, do not report them as uVAXens. | Miod Vallat | |
2006-08-15 | A more reliable LCSPX probe, based on information from Blaz Antonic, tested | Miod Vallat | |
by aanriot@ | |||
2006-08-15 | sync | Theo de Raadt | |
2006-08-15 | - Belkin F5D705C is a zyd(4) | Niall O'Higgins | |
2006-08-15 | need to print leading space now | Kevin Steves | |
2006-08-15 | Remove obsolete macros. | Marcus Glocker | |
Pointed out by deraadt@ | |||
2006-08-15 | a start at the port of ucycom from netbsd (I have an delorme earthmate and | Jason Wright | |
it's damn well going to work correctly soon) | |||
2006-08-15 | spacing | Theo de Raadt | |
2006-08-15 | Some KNF and comment cleanup. | Marcus Glocker | |
2006-08-15 | Improve watchdog handler. | Marcus Glocker | |
ok jsg@ | |||
2006-08-15 | stupid error: increment not decrement here. | Kevin Steves | |
2006-08-15 | remove the all architectures comment. | Brad Smith | |
2006-08-15 | Belkin refer to their rum device as F5D7050 ver 3 not A. | Jonathan Gray | |
2006-08-15 | Quote a product so troff doesn't eat part of the string. | Jonathan Gray | |
ok jmc@ | |||
2006-08-15 | when there's normal sense data i think the command completed ok, there's | David Gwynne | |
just extra data. say there's no residual if that's the case. | |||
2006-08-15 | try to deal appropriate with errors from the io command reply | David Gwynne | |
2006-08-15 | Xr uark | Theo de Raadt | |
2006-08-14 | files_differ() should return -1 on error, according to comments. Make | Ray Lai | |
it so. Add checks for all return values. ``put it in'' xsa@ | |||
2006-08-14 | Fix bogus scanning mode. | Marcus Glocker | |
2006-08-14 | say which type of header is unknown | Theo de Raadt | |
2006-08-14 | split line | Theo de Raadt | |
2006-08-14 | And some more KNF. | Marco Peereboom | |
2006-08-14 | KNF | Marco Peereboom | |
2006-08-14 | More KNF; no functional change. | Marco Peereboom | |
2006-08-14 | Really do what I intended on SMALL_KERNEL configurations. | Miod Vallat | |
2006-08-14 | First in a series of KNF. No functional change. | Marco Peereboom | |
2006-08-14 | replace a incorrect number with a proper define. this is a no-op change | Brad Smith | |
since E1000_FDX_COLLISION_DISTANCE and E1000_HDX_COLLISION_DISTANCE use the same values. From glebius@FreeBSD |