Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-31 | sync | Theo de Raadt | |
2008-08-31 | sync | Theo de Raadt | |
2008-08-25 | - usb stuff | Jasper Lievisse Adriaanse | |
2008-08-25 | We can install from a CD-ROM now... | Joel Sing | |
2008-08-25 | use ?= for adjusting RELXDIR for all sets | Theo de Raadt | |
2008-08-25 | Now that the rest of the infrastructure is in place, actually create a | Joel Sing | |
working installXX.iso for OpenBSD/sgi! ok deraadt@ | |||
2008-08-24 | ralink firmware on the ramdisk | Theo de Raadt | |
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat | |
supports, based on appendix C and D of the VCB02 (qdss) technical manual. Also parse the selftest results and report device errors. Not tested on actual tablet due to the lack of any; mouse operation is not disturbed. | |||
2008-08-22 | sync | Theo de Raadt | |
2008-08-22 | more crunch stuff goes away | Theo de Raadt | |
2008-08-22 | No need to enter crunch | Theo de Raadt | |
2008-08-22 | mksuncd lives in the base now, and one does not need to go do fiddly | Theo de Raadt | |
things in distrib before building snaps or cds of any kind, any more. | |||
2008-08-22 | Merge crunchgen & crunchhide (using name checking), and move to usr.sbin | Theo de Raadt | |
next step is to not install it as two programs, but be even more clever | |||
2008-08-22 | sync | Theo de Raadt | |
2008-08-22 | sync | Theo de Raadt | |
2008-08-20 | sync | Theo de Raadt | |
2008-08-20 | hppa autoboot instructions for new and old PDC; help & ok miodski@ | Peter Valchev | |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat | |
to 8 bit mode operation, and no color or accelerated features until I can find documentation about it. Speed is decent by VAX standards, except for scrolling, which is so abysmally slow one could see ZZ Top's beards growing while waiting for the screen to scroll... | |||
2008-08-20 | re-enable iso building | Theo de Raadt | |
2008-08-19 | sync | Theo de Raadt | |
2008-08-19 | +D-Link DWA-110 to the rum(4) list; | Jason McIntyre | |
2008-08-19 | sync | Theo de Raadt | |
2008-08-18 | Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations, | Miod Vallat | |
currently limited to serial console and a single processor working. All ``on-board'' devices, including the Q-bus adapter, but except for the frame buffer, are supported. The machine will boot over the network or from SCSI devices. Lots of thanks to Al Kossow for www.bitsavers.org, on which I found the technical documentation allowing me to complete this port (which was lacking at the time I got that machine...). | |||
2008-08-17 | Force fdisk to use the same geometry as the miniroot2.5M disktab | Kenneth R Westerback | |
entry, the one that the disklabel will use, rather than the vnd default geometry. Lets the generated miniroot44.fs boot again. Problem found by Diana Eichart. Suggestions from drahn@. ok deraadt@ | |||
2008-08-11 | +Longshine LCS-8031N to the ral(4) list; | Jason McIntyre | |
2008-08-07 | Add a little section about ACPI, explaining that disabling ACPI might help | Miod Vallat | |
troubleshooting interrupt problems on some machines, and insist people should report such problems or they'll never get fixed. Final commit to the installation notes for this release. ok deraadt@ | |||
2008-08-06 | In the upgrade blurb, mention xetc won't be selectable as well, and mention | Miod Vallat | |
sysmerge can help you upgrade etc and xetc afterwards. | |||
2008-08-06 | Oops, the new sets size computation script does not work correctly on | Miod Vallat | |
symbolic links. | |||
2008-08-06 | Update sets sizes. | Miod Vallat | |
2008-08-06 | Fold text in 80 columns. | Miod Vallat | |
2008-08-06 | Mention onboard USB might be disabled on XP1000 and close relatives, and how | Miod Vallat | |
to enable it if necessary. From FreeBSD. | |||
2008-08-06 | Minor random tweaks and fixes. | Miod Vallat | |
2008-08-06 | Sync machine list with the web page. | Miod Vallat | |
2008-08-06 | Don't bother mentioning FreeBSD ports or NetBSD pkgsrc only on the | Miod Vallat | |
architectures FreeBSD or NetBSD runs on too: if a third-party application is missing from the OpenBSD ports tree, it is worth looking at the neighbours' regardless of the platform. | |||
2008-08-06 | Foreign partition on MBR partition tables are put in default disklabels | Miod Vallat | |
from partition `i' onwards, not `h' onwards. | |||
2008-08-06 | Jumbo update of installation notes for alpha: | Miod Vallat | |
- mention more models supported by each floppy - mention more supported and unsupported models - sync cdrom boot instructions with reality - update ftp urls, ftp.digital.com no longer exist (but I resisted whining at HP which does not provide all the contents formerly available from ftp.digital.com and which you have to pick from educational sites which have mirrored them) - various little rewording with help from sobrado@ | |||
2008-08-05 | Various tweaks and clarifications, and drop obsolete information regarding | Miod Vallat | |
last century's hard disks on this century's platforms. | |||
2008-08-05 | It's eiher ... or, not either ... and | Miod Vallat | |
2008-08-05 | typo | Miod Vallat | |
2008-08-05 | uncomment cardbus stuff. | Miod Vallat | |
2008-08-05 | It's amd64 not i386 here. | Miod Vallat | |
2008-08-05 | More SRM information, and how to make a non model 300 DEC 3000 autoboot | Miod Vallat | |
unattended when configured for serial console and no keyboard is plugged. | |||
2008-08-05 | Better description of the installation steps: | Miod Vallat | |
- document questions in proper order: hostname before network configuration, DNS only if network is configured, sshd and ntpd, aperture only on machines which need it, serial console only on machines which need it. This is done by splitting the end of OpenBSDCommonURL in various macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole and OpenBSDInstallWrapupPart2. - use the above macros when appropriate, OpenBSDInstallWrapup* being mandatory on all arches. - remove serial console configuration blurb on sparc and sparc64, it is handled by OpenBSDInstallConsole now. | |||
2008-08-05 | Mention mail.html for mailing list etiquette and information. | Miod Vallat | |
2008-08-05 | Tell people to update their bootblocks (and how to do so) if they | Miod Vallat | |
intend to upgrade with bsd.rd. | |||
2008-08-04 | sync | Miod Vallat | |
2008-08-03 | Sparc miniroot hasn't worked for a while, since the sed code to find | Kenneth R Westerback | |
the root disk was broken. Simplify and fix said sed code. Problem noted by okan@ and others, diagnosed by deraadt@, sed suggestions from nordin@, jmc@, fgsch@, guenther@. 'get something in before sparc gets done' deraadt@ | |||
2008-07-31 | ath(4) now in GENERIC; | Jason McIntyre | |
2008-07-30 | sync | Theo de Raadt | |
2008-07-29 | Sun stopped distributing patches through FTP :(. | Mark Kettenis | |