Age | Commit message (Expand) | Author |
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 |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2007-04-30 | Replace another expansion of DISKLABELDEV with the define itself. | Kenneth R Westerback |
2007-04-30 | HDUNIT/etc -> DISKUNIT/etc. No functional change. | Kenneth R Westerback |
2007-04-30 | fix dmesg; ok dlg | Theo de Raadt |
2007-04-29 | MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o. | Kenneth R Westerback |
2007-04-29 | missing arguments in a couple of printfs. | David Gwynne |
2007-04-29 | add sig-stop. | Artur Grabowski |
2007-04-29 | Quite dumb test for torturing SIGSTOP/SIGCONT. | Artur Grabowski |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-04-29 | fix rounding in the modify case; ok millert@ miod@ | Otto Moerbeek |
2007-04-29 | Blink 8x slower, so that this fits better with Kraftwerk's ``Elektro | Miod Vallat |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |
2007-04-29 | verify_checksum can be used as a normal visitor | Marc Espie |
2007-04-29 | now that checksum creation uses OO methods, reuse the same code for | Marc Espie |
2007-04-29 | fix recreation of packing-lists: we now have exactly one element in there. | Marc Espie |
2007-04-29 | unify some other consistency checks | Marc Espie |
2007-04-29 | Nadav Shemer of Tehuti Networks is magical. | David Gwynne |
2007-04-29 | all of them.... | Marc Espie |
2007-04-29 | rename compute_checksum to create_checksum | Marc Espie |