Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | similar exit support for -a, to what i386 does | Theo de Raadt | |
2007-05-01 | support exit at boot -a time | Theo de Raadt | |
2007-05-01 | for the restore -r example: | Jason McIntyre | |
- use /dev/sd rather than /dev/rp, since rp no longer exists - use rst0 instead of rst8, since rst8 does not exist (by default) from Matthias Scheler ok otto | |||
2007-05-01 | remove #ifndef SUN_LEN; ok millert@ | Kevin Steves | |
2007-05-01 | export the temperature sensor found on the nx(4) NICs. it reports degC | Reyk Floeter | |
and the states UNSPEC, OK, WARN, and CRIT. the driver should use this later to shutdown the NIC if the state becomes CRITical. hw.sensors.nxb0.temp0=37.00 degC, OK | |||
2007-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt | |
2007-05-01 | expose two things needed for non-DIAGNOSTIC kernels | Theo de Raadt | |
2007-05-01 | fix the nx CRBINIT (initial register values from flash) and disable | Reyk Floeter | |
the firmware load for now. the doc says something like 'just copy data from flash to the same address in memory' but it is not that easy because there are even more configurable windows for the pci memory space. | |||
2007-05-01 | file descriptors are ints. make branch an int too for better structure | Kurt Miller | |
allignment. okay marc@ | |||
2007-05-01 | use warn() vs. perror() for consistency; ok millert@ | Kevin Steves | |
2007-05-01 | order by port number. | Steven Mestdagh | |
okay xsa, sobrado, jdixon | |||
2007-05-01 | shuffle some code and add additional states in the reset path. use a | Reyk Floeter | |
scheduled timeout to check for the boot process to finish in the reset code instead of waiting for a loooong delay (still use the long delay in the initial boot on attach because i cannot defer the initialization there). | |||
2007-05-01 | do not write every byte of the firmware to the same address, increment | Reyk Floeter | |
the register offset as well... | |||
2007-05-01 | Missing braces in vge_tick(). Fixes link state announcements. | Can Erkin Acar | |
ok reyk@ | |||
2007-05-01 | warn if base obj directory does not exist. | Marc Espie | |
okay deraadt@ | |||
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek | |
do not have more than one dns request outstanding per peer. resolves slow recovery when resolving fails initially, without clogging the pipe with lots of dns requests; tested by Jason George; ok deraadt@ | |||
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 | |
the doc). | |||
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 | |
the interface is down. | |||
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 | |
the reset function and will be used later to load an alternative/updated firmware image and bootloader from disk if the images from the flash are not supported by the driver. | |||
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 | |
Input and okays from krw@, millert@, otto@, deraadt@, miod@. | |||
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 | |
special openfirmware calls; discussed with miod | |||
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 | |
- -V and -Q are mutually exclusive, -Q takes precedence if both are specified though. initial diff from Tobias Stoeckmann, tweaks by jmc@. | |||
2007-04-30 | don't bother trying to substitute if there's no $ in the string. | Marc Espie | |
According to perl's profiler, this actually accounts for *most* of the user time of pkg_create... | |||
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 | |
we never have to check we added nothing. so, process -P/-W in two steps: stash we've seen them first, and add them later. As a benefit, sort/unify them once, so that we can stash them correctly directly. | |||
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 | |
same code. | |||
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 | |
writing the package itself (includes mode verifications). | |||
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 | |
for more checks in very fishy cases (like if we end up with /var/db belonging to the wrong person). | |||
2007-04-30 | decrease the delay in the register wait loop again and add a debug | Reyk Floeter | |
message to print the number of loops. | |||
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 | |
an alternative firmware image from disk (not yet implemented). this also minimizes the additional delay to wait for the firmware to become ready because the firmware bootstrap is triggered in the attach function and the state is polled later in the mountroot hook. |