Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-02 | Rewrite the startup code for the mvme88k bootblocks, once again. Some of | Miod Vallat | |
them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot. | |||
2008-04-02 | sync the hw sensors sections with the html pages, enlisting many new sensors | Constantine A. Murenin | |
2008-04-01 | +Corega CG-WLUSB2GPX | Jason McIntyre | |
2008-04-01 | sync | Theo de Raadt | |
2008-03-30 | sync | Theo de Raadt | |
2008-03-28 | Enable shared libraries on landisk. | Dale Rahn | |
The sh architecture required some different linkage than most platforms, This fixes those other requirements. | |||
2008-03-26 | sync | Theo de Raadt | |
2008-03-24 | sync | Theo de Raadt | |
2008-03-23 | sync | Theo de Raadt | |
2008-03-23 | Bring mac68k into the md_checkfordisklabel()-free world. | Kenneth R Westerback | |
Quick test by martin@ shows it seems to still work. | |||
2008-03-23 | No point in warning users during install that the disklabel has a | Kenneth R Westerback | |
weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@ | |||
2008-03-23 | sync | Theo de Raadt | |
2008-03-22 | No point in checking disklabel output for 'disk label corrupted' message | Kenneth R Westerback | |
since it isn't emitted anymore. ok deraadt@ | |||
2008-03-22 | sync | Theo de Raadt | |
2008-03-19 | sync | Theo de Raadt | |
2008-03-17 | sync | Theo de Raadt | |
2008-03-17 | sync | Theo de Raadt | |
2008-03-15 | When installing via NFS, only retry the mount five times (instead of the | Joel Sing | |
default 10,000 times). ok deraadt@ krw@ thib@ | |||
2008-03-10 | Minor tweaks, including behind-the-scenes fixes. | Miod Vallat | |
2008-03-10 | No more 80386 support, and you really don't want to try and install the | Miod Vallat | |
system unless you have over 16MB of RAM. Here's a nickel kid, get yourself a better computer. | |||
2008-03-10 | Mention 16MB of memory is necessary now. | Miod Vallat | |
2008-03-10 | Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywhere | Miod Vallat | |
instead of a mix of vt100 and vt220. | |||
2008-03-10 | Layout tweaks. | Miod Vallat | |
2008-03-10 | Tweak dhcpd configuration to please old DEC 3000 SRM; reported by | Miod Vallat | |
Maurice Janssen, thanks! | |||
2008-03-10 | Sync sets sizes with release bits. | Miod Vallat | |
2008-03-09 | +Atlantis Land A02-UP1-W54 | Jason McIntyre | |
2008-03-09 | Remove question about keep alive option. | Kenneth R Westerback | |
Requested by deraadt@ | |||
2008-03-09 | Consolidate FTP option handling, fixing one missing set of options | Kenneth R Westerback | |
and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@ | |||
2008-03-08 | sync | Theo de Raadt | |
2008-03-08 | sync | Theo de Raadt | |
2008-03-08 | show people how to load bsd.rd over the network rather than just the | Stuart Henderson | |
bootloader, and clarify autoboot instructions. ok deraadt | |||
2008-03-07 | Detail the partitioning caveats for OpenBSD/sgi. | Joel Sing | |
ok deraadt@ | |||
2008-03-06 | sync | Theo de Raadt | |
2008-03-06 | Change ramdisk filesystem size from 4352 to 4000 blocks, so that | Theo de Raadt | |
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio | |||
2008-03-05 | syncronize the guts to the other ISO file, to know that it is correct | Theo de Raadt | |
2008-03-05 | Ensure that there is a /bsd on the CD, and that it is bsd.rd, so that | Theo de Raadt | |
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado | |||
2008-03-05 | partial notes update from jsg | Theo de Raadt | |
2008-03-05 | Tweak regexp replacing 'off' with 'on secure' so we don't end up with | Kenneth R Westerback | |
'on secure secure'. ok deraadt@ | |||
2008-03-04 | bsd.rd's physical memory usage collided with the bootblocks... The | Theo de Raadt | |
bootblocks have been moved, but we want 4.2 to be upgradeable. So reduce the footprint of the bsd.rd by shrinking the ramdisk filesystem because it is way too large. tested by sthen and kettenis | |||
2008-03-04 | zaurus should set CPROM too, since it handles boot.conf; noted by sthen | Theo de Raadt | |
2008-03-04 | create a .slicemapfile with all 7 entries in it | Theo de Raadt | |
2008-03-04 | Redo serial console configuration logic. Smaller, easier to | Kenneth R Westerback | |
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@ | |||
2008-03-02 | sync | Theo de Raadt | |
2008-03-02 | Keep resolv.conf.shadow around when restarting an install. This | Kenneth R Westerback | |
means manually entered DNS server addresses are not lost when an install is restarted. Restores behaviour unintentionally lost with r1.127. ok deraadt@ | |||
2008-02-27 | sync | Theo de Raadt | |
2008-02-27 | sync | Theo de Raadt | |
2008-02-25 | the floppy can be used when burned onto a CD, so ... just copy it into the | Theo de Raadt | |
final directory, since it is small enough; tested by maja | |||
2008-02-24 | get REV, and make this more like other arch code | Theo de Raadt | |
2008-02-24 | iso will need a Makefile.inc to get REV right | Theo de Raadt | |
2008-02-24 | typo, from sthen@, missed in previous commit | Ian Darwin | |