Age | Commit message (Expand) | Author |
2007-12-28 | Explicitely mention we are the console device, when applicable. | Miod Vallat |
2007-12-28 | There is no need, and no point, to initialize panicstr here. | Miod Vallat |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis |
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-12-28 | Do not expose struct pmap unless _KERNEL | Miod Vallat |
2007-12-28 | Repair fallout from libkern changes. | Miod Vallat |
2007-12-28 | sync | Theo de Raadt |
2007-12-28 | shrink the max number of supported OID elements from 128 to 32. | Reyk Floeter |
2007-12-28 | set the default port in host byte order to get the correct result | Reyk Floeter |
2007-12-28 | sync | Reyk Floeter |
2007-12-28 | nfs_sndlock() is often called with its rep argument | Thordur I. Bjornsson |
2007-12-28 | add "show mib" command to dump compiled-in MIB names | Reyk Floeter |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter |
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne |
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-28 | use $OpenBSD$ tags. | Thordur I. Bjornsson |
2007-12-28 | spacing | Reyk Floeter |
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker |
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter |
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie |
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie |
2007-12-28 | Pull from master repo: | Stefan Kempf |
2007-12-27 | Remove leftover code in m197_machdep.c, back when I wanted to address the | Miod Vallat |
2007-12-27 | Fix the spurious or unclaimed interrupt messages, I swapped them by mistake. | Miod Vallat |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat |
2007-12-27 | Undo previous commit after debating a few corner cases with gwk. This | Marco Peereboom |
2007-12-27 | Make a snmpwalk against snmpd on hppa and macppc work. armish still dont | Mats O Jansson |
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek |
2007-12-27 | Add _PPC support. Tested by several people. | Marco Peereboom |
2007-12-27 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt |
2007-12-27 | -s uses optarg; Elad Efrat | Theo de Raadt |
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker |
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson |
2007-12-27 | Add a missing length check of received spamd sync packet headers. | Reyk Floeter |
2007-12-27 | use TAILQ_FOREACH when possible instead of manually | Thordur I. Bjornsson |
2007-12-27 | last item in NAME should not be followed by a comma; from Pierre Riteau | Jason McIntyre |
2007-12-27 | power(4) can now make use of the DS1687 register definitions header file. | Joel Sing |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-12-27 | KNF, no functional change | Marco Peereboom |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson |
2007-12-26 | Since no cache flush/inval operation will occur before we enable D$, and | Miod Vallat |