Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-17 | Jump scroll support for vt100 and sun wscons emulations, helps macppc and | Miod Vallat | |
zaurus a lot, tested by many; ok deraadt@ | |||
2006-08-17 | EHCI_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-17 | Xr to msk | Theo de Raadt | |
2006-08-16 | sync | Theo de Raadt | |
2006-08-16 | Add msk(4) and mskc(4) man pages by extending the sk(4) page. | Mark Kettenis | |
2006-08-16 | remove unecessary debugging stuff | Jason Wright | |
2006-08-16 | Add msck(4) and msk(4). | Mark Kettenis | |
ok deraadt@ | |||
2006-08-16 | Add mskc(4) and msk(4). | Mark Kettenis | |
ok deraadt@ | |||
2006-08-16 | sync | Theo de Raadt | |
2006-08-16 | Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 Gigabit | Mark 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-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 | |