summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-16various small improvements;Jason McIntyre
2006-12-16strlen fix.Ray Lai
OK jaredy@ and millert@.
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-15use mii_media_active instead of mii_media_status to get the fullReyk Floeter
duplex state. this will actually enable duplex reporting for drivers using the mii layer. figured out by Moritz Grimm with sk(4)
2006-12-15syncMark Kettenis
2006-12-15syncMark Kettenis
2006-12-15Create /dev/pci[0-3].Mark Kettenis
ok miod@, deraadt@
2006-12-15Process status descriptors that have SK_Y2_STOPC_OWN bit set instead ofMark Kettenis
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work.
2006-12-15Sync arch listMiod Vallat
2006-12-15RegenMiod Vallat
2006-12-15Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussedMiod Vallat
with deraadt@ some time ago
2006-12-15Correct order of malloc(9) arguments.Marc Balmer
Spotted by Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>; thanks.
2006-12-15add the HP NC373i PCI Express Multifunction Gigabit embedded serverReyk Floeter
adapter as found on the latest HP ProLiant servers (DL365 G1, DL385 G2, DL585 G2).
2006-12-15small KNFKevin Steves
2006-12-15regenMark Kettenis
2006-12-15Add e few entries found on a HP DL585 G2.Mark Kettenis
2006-12-15add support for "Static-directory" request.Xavier Santolaria
2006-12-15fix every architecture being treated as strictly aligned in sf_rxintr() byMartin Reindl
only checking for __STRICT_ALIGNMENT; tested on i386 and alpha
2006-12-15KNFKevin Steves
2006-12-15typo in commentKevin Steves
2006-12-15sync w/ usage(); ok pedroJason McIntyre
2006-12-15dummy support for update-patches request.Xavier Santolaria
2006-12-15use "special" and "node" for synopsis/usage() here too;Jason McIntyre
2006-12-15sync usage();Jason McIntyre
2006-12-15sort options; sync usage;Jason McIntyre
2006-12-15sort options; sync usage;Jason McIntyre
2006-12-15sort options; sync usage;Jason McIntyre
2006-12-15some Nm blips, from mk;Jason McIntyre
2006-12-15minor tweaks, partly from ru@freebsd;Jason McIntyre
2006-12-15remove a raft of unneccessary escapes; from ru@freebsdJason McIntyre
2006-12-15server-side Static-directory bits.Xavier Santolaria
2006-12-15make enc(4) count; ok markus@ henning@ deraadt@Otto Moerbeek
2006-12-15make pflog(4) count; ok hennig@ deraadt@Otto Moerbeek
2006-12-15adjust the Directory request by sending the repository on a new line too.Xavier Santolaria
matches gnu cvs behaviour.
2006-12-15server-side Sticky bits.Xavier Santolaria
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15cleanup RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
while here, correct type mismatch (socklen_t) and adjust AH handling to OpenBSD.
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@
2006-12-14do not display result if $rc != 0, fixes cases likeMarc Espie
LIBS=`pkg-config --libs foo`, like in net/ekg
2006-12-14Add the esp driver to macppc, supports the NCR53c94 SCSI controller foundGordon Willem Klok
on old world macs as the external SCSI controller. Still a work in progress, it probes the SCSI bus correctly but attempts to access device meet with limited sucess.
2006-12-14in "BAD/loose state" messages, also print the packet's original sequenceDaniel Hartmeier
number, it can differ from the sequence number being tested (for packets without payload), and both matter in explaining why a packet mismatched.
2006-12-14Coverity CID 2996: Don't return without closing fp.Jasper Lievisse Adriaanse
Fix from christos NetBSD. ok otto@, millert@ (earlier version)
2006-12-14Uncomment MAKEDEVARCH+=landisk.Mark Kettenis
ok drahn@
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@
2006-12-14Swizzle interrupts for devices for which we don't have explicit inetrruptMark Kettenis
routing information.
2006-12-14add support for the "Sticky" request; client-side only for now.Xavier Santolaria