Age | Commit message (Expand) | Author |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-05-01 | Missing RCS tag. | Gordon Willem Klok |
2007-05-01 | framgent -> fragment | Ray Lai |
2007-05-01 | regen | Jonathan Gray |
2007-05-01 | VIA P4M890 ids from Graeme Lee <graeme@omni.net.au> | Jonathan Gray |
2007-05-01 | fix some register offsets | Reyk Floeter |
2007-05-01 | implement the soft reset of the hardware according to section 3.5.6 of | Reyk Floeter |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2007-04-30 | better handling of the firmware state madness | Reyk Floeter |
2007-04-30 | fix shift by port | Reyk Floeter |
2007-04-30 | run the nx_tick function every second to check the link state, even if | Reyk Floeter |
2007-04-30 | read the per-port link state | Reyk Floeter |
2007-04-30 | initial code for firmware loading and initialization. it is used by | Reyk Floeter |
2007-04-30 | document "option FFS2"; ok pedro | Jason McIntyre |
2007-04-30 | Enable FFS2, okay deraadt@ | Pedro Martelletto |
2007-04-30 | Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels. | Pedro Martelletto |
2007-04-30 | ffs2 support for reading df data directly from device; ok millert@ pedro@ | Otto Moerbeek |
2007-04-30 | check for exit string earlier | Theo de Raadt |
2007-04-30 | support "exit" like sparc64 does; ok miod | Theo de Raadt |
2007-04-30 | use boot(RB_USERREQ | RB_HALT) to get back to the prom instead of | Theo de Raadt |
2007-04-30 | support "exit" as a RB_ASKNAME choice; discussed with miod | Theo de Raadt |
2007-04-30 | - checkout from a read-only repository implies -l. | Xavier Santolaria |
2007-04-30 | don't bother trying to substitute if there's no $ in the string. | Marc Espie |
2007-04-30 | add missing newline in printf | Reyk Floeter |
2007-04-30 | simplify regen mode logic: if we don't add anything to the packing-list, | Marc Espie |
2007-04-30 | make creation of special files more obvious. | Marc Espie |
2007-04-30 | All options that add special files follow the same pattern, so reuse the | Marc Espie |
2007-04-30 | Better error messages. | Claudio Jeker |
2007-04-30 | Fix prepare_for_archival(). | Bernd Ahlers |
2007-04-30 | special mode `pretend_to_archive' for -n, which does most things except | Marc Espie |
2007-04-30 | Fix a bad check in aspath_inflate() -- compare with the correct loop value. | Claudio Jeker |
2007-04-30 | archive special files exactly like we archive normal files. This provides | Marc Espie |
2007-04-30 | decrease the delay in the register wait loop again and add a debug | Reyk Floeter |
2007-04-30 | split preparation and check into prepare_item. | Marc Espie |
2007-04-30 | move the firmware validation to a mountroot hook to allow loading of | Reyk Floeter |
2007-04-30 | unsimplify checksum creation, fix @link markers. | Marc Espie |
2007-04-30 | allow pkg_create to regen on a dirname, supply +CONTENTS automatically | Marc Espie |
2007-04-30 | reorg main code to separate regeneration case better. | Marc Espie |
2007-04-30 | add items based on options, not on file existence. | Marc Espie |
2007-04-30 | fold checksumming code for special files. As a bonus, we now check md5 | Marc Espie |
2007-04-30 | slight code reorg, no changes. | Marc Espie |
2007-04-30 | use more descriptive name (dir -> infodir) and pass it along to checksumming | Marc Espie |
2007-04-30 | move checksumming capabilities into base class | Marc Espie |
2007-04-30 | tweak args to compute_checksum slightly, pass it the explicit file name | Marc Espie |
2007-04-30 | stop looking at plist's internals during makesum, simply copy the objects | Marc Espie |
2007-04-30 | add most things concerning @ignore, since we now have ways nicer to do | Marc Espie |
2007-04-30 | make usage() __dead; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | missing header; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | Fix dmesg nit. | Miod Vallat |
2007-04-30 | ';;' doesnt work on older gcc.. | Todd T. Fries |