summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-09tweaks;Jason McIntyre
2006-11-09add support for -c (Check that working files are not modified).Xavier Santolaria
2006-11-09- add VMware Workstation 4.5 and newer to the list of supportedReyk Floeter
products now that it works and doesn't segfault the VM anymore... - intial work has been done on ESX server 2.x, we still need to test it with ESX server 3.x! any volunteers? ok dlg@
2006-11-09respect TMPDIR here too, changes pulled in from usr.bin/rcs.Xavier Santolaria
2006-11-09Fix a bug in the firmware command function and check if the main firmwareMarcus Glocker
has been loaded by polling for the firmware response instead just waiting a static amount of time. ok claudio@
2006-11-09fix pasto..Xavier Santolaria
2006-11-09add openssl PEM_* manpages; ok deraadt, hshoexer, djmMarkus Friedl
2006-11-09support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY)Markus Friedl
ok ho, hshoexer
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-11-09regenBrad Smith
2006-11-09add a HiNT Corp. PCI bridge and some additional Marvell SATA ids.Brad Smith
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomeTheo de Raadt
hack, otherwise the console tty is not quite right. Solve better someday.
2006-11-09Properly indicate status of "fib-update"Joel Knight
2006-11-09Properly indicate the state of "fib-update"Joel Knight
ok claudio@
2006-11-09typoTheo de Raadt
2006-11-09update the example sensors output so it matches the current outputBrad Smith
from the driver. From Jason Dixon <jason at dixongroup dot net>
2006-11-09syncTheo de Raadt
2006-11-09updateTheo de Raadt
2006-11-09start at landisk (mostly copied from armish)Theo de Raadt
2006-11-09new miniroot partition table entries.Dale Rahn
2006-11-09fdisk/disklabel jig to make the label come out right.Dale Rahn
2006-11-09no newline at end of cpu_modelTheo de Raadt
2006-11-09oopsTheo de Raadt
2006-11-08now that fdisk knows landisk machines have a /usr/mdec/mbr, no need to use -fTheo de Raadt
2006-11-08sh machines also have a /usr/mdec/mbrTheo de Raadt
2006-11-08always point fdisk at the mbr we wantTheo de Raadt
2006-11-08install the landisk mbr, not the builtin i386 mbrTheo de Raadt
2006-11-08For now, -i and -u need to be different invocations. ie fix bug in fdiskDale Rahn
2006-11-08verbose disklabel -B, and fdisk -u and -yTheo de Raadt
2006-11-08add a -y flag, for non-interactive useTheo de Raadt
2006-11-08build minirootDale Rahn
2006-11-08Build miniroot filesystem (for dding onto CF)Dale Rahn
2006-11-08[-s states] and [-w logins] bits.Xavier Santolaria
2006-11-08Implement interrupt counters (better)Dale Rahn
2006-11-08Make XMAC work on on big-endian systems.Mark Kettenis
help & ok jason@, ok brad@
2006-11-08we want the mbr on the install mediaTheo de Raadt
2006-11-08bring back support for CVS_CLIENT_LOG that was removed withXavier Santolaria
the proto.c removal a while ago.... OK ray@ joris@.
2006-11-08OBJCOPY should default to objcopy.Dale Rahn
2006-11-08syncTheo de Raadt
2006-11-08Add Decision Computer Inc 2/4/8 port serial cards.Ryan Thomas McBride
2006-11-08attempt to make disk bootableTheo de Raadt
2006-11-08fix LINKSTheo de Raadt
2006-11-08syncTheo de Raadt
2006-11-08this is actually a primary bootblock (xxboot) not a secondary bootblockTheo de Raadt
(bootxx) thus disklabel -B will automatically pick it up now; ok drahn
2006-11-08Add support for Decision Computer multiport serial cards.Ryan Thomas McBride
2006-11-08syncRyan Thomas McBride
2006-11-08Add Decision Computer Inc and device ids for their PCCOM serial cards.Ryan Thomas McBride
2006-11-08syncTheo de Raadt
2006-11-08remove another irrelevant reference; ok jmc@Kevin Steves
2006-11-08fix sigmask handling bug that caused SIGCHLD to be almost alwaysOtto Moerbeek
masked. DOH! miod@