summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2008-04-23syncTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-23syncTheo de Raadt
2008-04-18syncTheo de Raadt
2008-04-17force mode for hostname.* files to 600; ok krwTheo de Raadt
2008-04-16syncTheo de Raadt
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
video boards, is a known entity, so add support for 2d acceleration with the help of the X code (which makes baby Jesus cry). The blitter is fast enough to make a cgsix feel as slow as a cgthree in comparison.
2008-04-15syncTheo de Raadt
2008-04-10syncTheo de Raadt
2008-04-08syncTheo de Raadt
2008-04-02Rewrite the startup code for the mvme88k bootblocks, once again. Some ofMiod 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-02sync the hw sensors sections with the html pages, enlisting many new sensorsConstantine A. Murenin
2008-04-01+Corega CG-WLUSB2GPXJason McIntyre
2008-04-01syncTheo de Raadt
2008-03-30syncTheo de Raadt
2008-03-28Enable shared libraries on landisk.Dale Rahn
The sh architecture required some different linkage than most platforms, This fixes those other requirements.
2008-03-26syncTheo de Raadt
2008-03-24syncTheo de Raadt
2008-03-23syncTheo de Raadt
2008-03-23Bring mac68k into the md_checkfordisklabel()-free world.Kenneth R Westerback
Quick test by martin@ shows it seems to still work.
2008-03-23No point in warning users during install that the disklabel has aKenneth 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-23syncTheo de Raadt
2008-03-22No point in checking disklabel output for 'disk label corrupted' messageKenneth R Westerback
since it isn't emitted anymore. ok deraadt@
2008-03-22syncTheo de Raadt
2008-03-19syncTheo de Raadt
2008-03-17syncTheo de Raadt
2008-03-17syncTheo de Raadt
2008-03-15When installing via NFS, only retry the mount five times (instead of theJoel Sing
default 10,000 times). ok deraadt@ krw@ thib@
2008-03-10Minor tweaks, including behind-the-scenes fixes.Miod Vallat
2008-03-10No more 80386 support, and you really don't want to try and install theMiod Vallat
system unless you have over 16MB of RAM. Here's a nickel kid, get yourself a better computer.
2008-03-10Mention 16MB of memory is necessary now.Miod Vallat
2008-03-10Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywhereMiod Vallat
instead of a mix of vt100 and vt220.
2008-03-10Layout tweaks.Miod Vallat
2008-03-10Tweak dhcpd configuration to please old DEC 3000 SRM; reported byMiod Vallat
Maurice Janssen, thanks!
2008-03-10Sync sets sizes with release bits.Miod Vallat
2008-03-09+Atlantis Land A02-UP1-W54Jason McIntyre
2008-03-09Remove question about keep alive option.Kenneth R Westerback
Requested by deraadt@
2008-03-09Consolidate FTP option handling, fixing one missing set of optionsKenneth 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-08syncTheo de Raadt
2008-03-08syncTheo de Raadt
2008-03-08show people how to load bsd.rd over the network rather than just theStuart Henderson
bootloader, and clarify autoboot instructions. ok deraadt
2008-03-07Detail the partitioning caveats for OpenBSD/sgi.Joel Sing
ok deraadt@
2008-03-06syncTheo de Raadt
2008-03-06Change ramdisk filesystem size from 4352 to 4000 blocks, so thatTheo de Raadt
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio
2008-03-05syncronize the guts to the other ISO file, to know that it is correctTheo de Raadt
2008-03-05Ensure that there is a /bsd on the CD, and that it is bsd.rd, so thatTheo de Raadt
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado
2008-03-05partial notes update from jsgTheo de Raadt
2008-03-05Tweak regexp replacing 'off' with 'on secure' so we don't end up withKenneth R Westerback
'on secure secure'. ok deraadt@
2008-03-04bsd.rd's physical memory usage collided with the bootblocks... TheTheo 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