History log of /src/usr.sbin/installboot/arch/news.c |
Revision | | Date | Author | Comments |
1.8 |
| 07-May-2019 |
thorpej | Use designated initializers for struct ib_mach.
|
1.7 |
| 28-Apr-2008 |
martin | branches: 1.7.62; Remove clause 3 and 4 from TNF licenses
|
1.6 |
| 18-Feb-2006 |
dsl | branches: 1.6.18; Move the MD definitions into the MD files, leaving machines.c with just a list of the supported machines.
|
1.5 |
| 27-Oct-2003 |
lukem | Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
1.4 |
| 15-Apr-2003 |
dsl | Change the way -o options are parsed, now done in MI code with a check after all the options have been processed that they are supported my the specific system. Add i386 MD options (console, password, speed and timeout) (Approved by christos and lukem)
|
1.3 |
| 21-May-2002 |
tsutsui | NEWS_BOOT_BLOCK_OFFSET is now changed to 0, so use NEWS_BOOT_BLOCK_BLOCKSIZE to allocate buffer to read LABELSECTOR.
|
1.2 |
| 21-May-2002 |
lukem | I made a mistake when converting Izumi Tsutsui's back-end to the shared bbinfo.c module; news* boot blocks occupy all of the first 16 sectors, with a jump instruction to skip the label at bytes 64..511. Replace news_clearboot() and news_setboot() callbacks with common news_copydisklable() callback, and set bbinfo_params->offset to NEWS_BOOT_BLOCK_OFFSET (which is now 0), and ->headeroffset to 0.
(Thanks to Izumi for picking this up; the perils of working on code at 2am)
|
1.1 |
| 20-May-2002 |
lukem | - use uint8_t instead of char for boot block blobs - bbinfo_params: - replace "int littleendian" with "bbinfo_endian endian" - add comments - shared_bbinfo_clearboot(): - add callback method to shared_bbinfo_clearboot() - don't clear from 0..headeroffset; use a callback to do that - add news68k and newsmips support. From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, with a rework by me to take advantage of the new shared_bbinfo_clearboot() callback. (XXX: untested yet)
|
1.6.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.62.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|