summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-15Fix indentation.Mark Kettenis
2006-10-15Get MAC address from VPD, just like we already do for hme(4).Mark Kettenis
2006-10-15regenJonathan Gray
2006-10-15Add some Intel 965 devices.Jonathan Gray
2006-10-15Proper link state descriptions in print_rtmsg() RTM_IFINFO case.Ryan Thomas McBride
2006-10-15Normalize query options: make them not stop the package generation unlessMarc Espie
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-15recognize the BCM5787 A2 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add another OUI id for Broadcom and the BCM5787 PHY id.Brad Smith
2006-10-15tidy usage();Jason McIntyre
2006-10-15mark up `>';Jason McIntyre
2006-10-15regenBrad Smith
2006-10-15use the correct PCI id for the Broadcom BCM5756 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-15syncTheo de Raadt
2006-10-15Enable bce.Marco Peereboom
2006-10-15build fdisk on landiskDale Rahn
2006-10-15Talk about "memory" not "pages in kilobytes", it is less awkwardTodd C. Miller
2006-10-15syncTheo de Raadt
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
2006-10-14Apply some formatting.Marc Balmer
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
2006-10-14landisk will need this tooTheo de Raadt
2006-10-14Add a new option to crunchgen '-O objdir-name' which allow for a objectDale Rahn
2006-10-14Allow less to build in Makefile.cross environment.Dale Rahn
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-14architecture sh (landisk) is little endian.Dale Rahn
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-14Make fgets description much clearer with respect to its exact behavior.Chad Loder
2006-10-14No need to tape about tape creation on armish.Kenneth R Westerback
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-14fix the slightly different reset procedure of single chip variants.Reyk Floeter
2006-10-14freebsd -r1.21:Jason McIntyre
2006-10-14sync with <sys/stat.h>;Jason McIntyre
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
2006-10-13changelist files are ascii, even if they contain a few funny chars.Otto Moerbeek
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
2006-10-13Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIRRay Lai
2006-10-13check error condition of strtonumReyk Floeter
2006-10-13fix fortran man yearMichael Shalayeff
2006-10-13vmstat memory stats are in kb, not number of pages;Jason McIntyre
2006-10-13tweaks;Jason McIntyre
2006-10-13__mips64__ handling too.. sighTheo de Raadt
2006-10-13syncTheo de Raadt
2006-10-13Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'.Chad Loder
2006-10-13Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...Chad Loder