Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-16 | various small improvements; | Jason McIntyre | |
2006-12-16 | strlen fix. | Ray Lai | |
OK jaredy@ and millert@. | |||
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt | |
2006-12-15 | use mii_media_active instead of mii_media_status to get the full | Reyk 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-15 | sync | Mark Kettenis | |
2006-12-15 | sync | Mark Kettenis | |
2006-12-15 | Create /dev/pci[0-3]. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-12-15 | Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of | Mark Kettenis | |
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work. | |||
2006-12-15 | Sync arch list | Miod Vallat | |
2006-12-15 | Regen | Miod Vallat | |
2006-12-15 | Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussed | Miod Vallat | |
with deraadt@ some time ago | |||
2006-12-15 | Correct order of malloc(9) arguments. | Marc Balmer | |
Spotted by Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>; thanks. | |||
2006-12-15 | add the HP NC373i PCI Express Multifunction Gigabit embedded server | Reyk Floeter | |
adapter as found on the latest HP ProLiant servers (DL365 G1, DL385 G2, DL585 G2). | |||
2006-12-15 | small KNF | Kevin Steves | |
2006-12-15 | regen | Mark Kettenis | |
2006-12-15 | Add e few entries found on a HP DL585 G2. | Mark Kettenis | |
2006-12-15 | add support for "Static-directory" request. | Xavier Santolaria | |
2006-12-15 | fix every architecture being treated as strictly aligned in sf_rxintr() by | Martin Reindl | |
only checking for __STRICT_ALIGNMENT; tested on i386 and alpha | |||
2006-12-15 | KNF | Kevin Steves | |
2006-12-15 | typo in comment | Kevin Steves | |
2006-12-15 | sync w/ usage(); ok pedro | Jason McIntyre | |
2006-12-15 | dummy support for update-patches request. | Xavier Santolaria | |
2006-12-15 | use "special" and "node" for synopsis/usage() here too; | Jason McIntyre | |
2006-12-15 | sync usage(); | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | some Nm blips, from mk; | Jason McIntyre | |
2006-12-15 | minor tweaks, partly from ru@freebsd; | Jason McIntyre | |
2006-12-15 | remove a raft of unneccessary escapes; from ru@freebsd | Jason McIntyre | |
2006-12-15 | server-side Static-directory bits. | Xavier Santolaria | |
2006-12-15 | make enc(4) count; ok markus@ henning@ deraadt@ | Otto Moerbeek | |
2006-12-15 | make pflog(4) count; ok hennig@ deraadt@ | Otto Moerbeek | |
2006-12-15 | adjust the Directory request by sending the repository on a new line too. | Xavier Santolaria | |
matches gnu cvs behaviour. | |||
2006-12-15 | server-side Sticky bits. | Xavier Santolaria | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | cleanup RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
while here, correct type mismatch (socklen_t) and adjust AH handling to OpenBSD. | |||
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-14 | do not display result if $rc != 0, fixes cases like | Marc Espie | |
LIBS=`pkg-config --libs foo`, like in net/ekg | |||
2006-12-14 | Add the esp driver to macppc, supports the NCR53c94 SCSI controller found | Gordon 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-14 | in "BAD/loose state" messages, also print the packet's original sequence | Daniel 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-14 | Coverity CID 2996: Don't return without closing fp. | Jasper Lievisse Adriaanse | |
Fix from christos NetBSD. ok otto@, millert@ (earlier version) | |||
2006-12-14 | Uncomment MAKEDEVARCH+=landisk. | Mark Kettenis | |
ok drahn@ | |||
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark 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-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis | |
routing information. | |||
2006-12-14 | add support for the "Sticky" request; client-side only for now. | Xavier Santolaria | |