Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-16 | regen | Pedro Martelletto | |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto | |
2006-10-16 | More details on multipath. | Ryan Thomas McBride | |
ok henning + style suggestions from jmc | |||
2006-10-16 | tab needed instead of space to format this correctly; | Jason McIntyre | |
2006-10-16 | s/ip/ip6/ | Ryan Thomas McBride | |
2006-10-16 | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | Ryan Thomas McBride | |
2006-10-16 | Add multipath variables. | Ryan Thomas McBride | |
2006-10-16 | added amltypes.h stack mod | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | Place bus_dmamap_sync() around malo_send_cmd this should help porting to | Claudio Jeker | |
other archs later. OK mglocker@ | |||
2006-10-15 | fix parent driver match in brgphy_reset(), simplify code a bit as well, don't | Brad Smith | |
need to bring in the bnx(4) softc. Tested on bge, bnx, gem, sk ok krw@ kettenis@ | |||
2006-10-15 | attach to the Broadcom BCM5787 PHY. | Brad Smith | |
Tested by Benjamin Black <ben at layer8 dot net> | |||
2006-10-15 | More serious firmware load error messages. | Marcus Glocker | |
ok claudio@ | |||
2006-10-15 | initial man page for malo.4 | Theo de Raadt | |
2006-10-15 | Add $OpenBSD$ tag | Claudio Jeker | |
2006-10-15 | Add $OpenBSD$ tag | Claudio Jeker | |
2006-10-15 | First stubs for a new driver for the Marvell Libertas chips. | Claudio Jeker | |
The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@ | |||
2006-10-15 | Yet another example of a non-OK'd diff by brad breaking someone's machine. | Theo de Raadt | |
Brad's bullshit process stops NOW. | |||
2006-10-15 | Close file descriptors before cleaning up the events, might cause a race | Camiel Dobbelaar | |
otherwise. | |||
2006-10-15 | Fix last commit. | Mark Kettenis | |
2006-10-15 | fix broken scope braces | Jordan Hargrave | |
added debug print to gasio ok marco@ | |||
2006-10-15 | tweaks; | Jason McIntyre | |
2006-10-15 | tweaks; ok drahn | Jason McIntyre | |
2006-10-15 | Fixed buggy if-else end scope | Jordan Hargrave | |
Fixed multi-level deref/index for thinkpads Some KNF ok marco@ | |||
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | Fix indentation. | Mark Kettenis | |
2006-10-15 | Get MAC address from VPD, just like we already do for hme(4). | Mark Kettenis | |
ok brad@ | |||
2006-10-15 | regen | Jonathan Gray | |
2006-10-15 | Add some Intel 965 devices. | Jonathan Gray | |
2006-10-15 | Proper link state descriptions in print_rtmsg() RTM_IFINFO case. | Ryan Thomas McBride | |
ok deraadt henning | |||
2006-10-15 | Normalize query options: make them not stop the package generation unless | Marc Espie | |
-n is also mentioned. Do some devious speed tricks in case -n && -[qQ] (forgetting to checksum files, for instance), so that it can be used for batch jobs. | |||
2006-10-15 | Remove extra increment of bitmask. ok jordan@ | Can Erkin Acar | |
2006-10-15 | recognize the BCM5787 A2 chipset. | Brad Smith | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | add another OUI id for Broadcom and the BCM5787 PHY id. | Brad Smith | |
2006-10-15 | tidy usage(); | Jason McIntyre | |
2006-10-15 | mark up `>'; | Jason McIntyre | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | use the correct PCI id for the Broadcom BCM5756 chipset. | Brad Smith | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | add a few Intel 82Q963 (Q963) chipset ids. | Brad Smith | |
2006-10-15 | sync | Theo de Raadt | |
2006-10-15 | Enable bce. | Marco Peereboom | |
Sortof ok with grumblings deraadt@ | |||
2006-10-15 | build fdisk on landisk | Dale Rahn | |
2006-10-15 | Talk about "memory" not "pages in kilobytes", it is less awkward | Todd C. Miller | |
that way. OK jmc@ deraadt@ | |||
2006-10-15 | sync | Theo de Raadt | |
2006-10-14 | Add a CAVEAT section that describes how to properly trim a newline from | Chad Loder | |
a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt | |||
2006-10-14 | Apply some formatting. | Marc Balmer | |
2006-10-14 | - Simplify the arguments to bnx_tx_encap. | Brad Smith | |
- Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD | |||
2006-10-14 | landisk will need this too | Theo de Raadt | |
2006-10-14 | Add a new option to crunchgen '-O objdir-name' which allow for a object | Dale Rahn | |
directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road). |