Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | OSLoadFilename needs to be set to /bsd instead of /unix (default) | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-11-10 | Mention the Meinberg USB5131. | Marc Balmer | |
2007-11-09 | Build and advertize bsd.mp on mvme88k. | Miod Vallat | |
2007-11-09 | SMP systems should no longer considered as unsupported. | Miod Vallat | |
2007-11-05 | Mention the PEX511 card here. | Marc Balmer | |
2007-11-04 | Mention the Meinberg PCI509 card and sort list to make it look like in the | Marc Balmer | |
manual page. | |||
2007-11-04 | Grammer nit ("all ... has been extracted" -> "all ... have been | Kenneth R Westerback | |
extracted". Pointed out by smallm in PR 5622. | |||
2007-10-17 | sparc64 has a bsd.mp too (though it is early work..) | Theo de Raadt | |
2007-10-08 | Correct name GPS170PCI instead of GPS170. | Marc Balmer | |
2007-08-30 | oops; t.stritzky@teles.de noted that we had not yet documented the | Theo de Raadt | |
install##.iso files; thanks | |||
2007-08-20 | update to match current ftp.html for 4.2 release, ok deraadt@ | Alexander von Gernler | |
2007-08-08 | Update. | Mark Kettenis | |
2007-08-08 | Update. | Mark Kettenis | |
2007-08-02 | add few arch/MACHINE substitutions; ok miod@ | David Krause | |
2007-08-02 | missing apostrophe | David Krause | |
2007-08-01 | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware | Miod Vallat | |
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code. | |||
2007-07-22 | Enable rl(4) on hppa, tested by me, ok kettenis@ | Jonathan Gray | |
2007-07-21 | Mention bge(4) as well. | Mark Kettenis | |
2007-07-21 | Mention SysKonnect/Marvell gigabit ethernet adapters. | Mark Kettenis | |
2007-06-22 | PCI malo(4) works | Martin Reindl | |
from Janjaap van Velthooven | |||
2007-06-18 | Firmware version warning; several re-wordings. | Ian Darwin | |
Improved by deraadt@. | |||
2007-06-11 | Ascii Art from jsg and a typo from jmc. | Ian Darwin | |
2007-06-11 | Describe serial cable and conflicting pinouts; link to manual; reword bits. | Ian Darwin | |
ok drahn@ | |||
2007-06-08 | Add the D-Link DGE-660TD to the list of devices supported by re(4). | Marc Balmer | |
2007-05-29 | Don't suggest running NetBSD/alpha binaries via compat_netbsd anymore. | Miod Vallat | |
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | create and populate a section on hardware monitoring sensors | Constantine A. Murenin | |
2007-05-28 | major update of hardware monitoring section | Constantine A. Murenin | |
2007-05-28 | sync with i386.html; 'of course' deraadt | Constantine A. Murenin | |
2007-05-28 | mention pcn(4) | Martin Reindl | |
2007-05-28 | sync for xl(4) | Martin Reindl | |
2007-05-28 | Remove references to wt(4). Don't install wt.4 anymore. | Kenneth R Westerback | |
2007-05-27 | sync for new machines | Martin Reindl | |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-05-07 | Typo; jakemsr@ | Miod Vallat | |
2007-05-04 | stop shipping CKSUM files; people can use the MD5 files | Theo de Raadt | |
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either) | |||
2007-04-13 | GENERIC can not run in 8MB anymore. | Miod Vallat | |
2007-04-13 | Adjust the malo(4) HW list here as well. | Claudio Jeker | |
2007-04-05 | Cleanup some flags. uath, pgt and malo are included in GENERIC. | Claudio Jeker | |
2007-04-05 | Add acx to the supported HW list and remove the [*] from the malo entries, | Claudio Jeker | |
they have no meaning in this file. | |||
2007-03-19 | luna88k LCD device is now user-controllable by lcd(4). | Kenji Aoyama | |
ok miod@ | |||
2007-03-18 | sync for UP2000 | Martin Reindl | |
2007-03-16 | make a note about AlphaServer 1200 and 4100 support | Robert Nagy | |
reminder from martin@ | |||
2007-03-15 | OpenBSD/aviion notes draft. | Miod Vallat | |
2007-03-09 | some note updates from jsg | Theo de Raadt | |
2007-03-08 | spelling fixes; ok deraadt@ | David Krause | |
2007-03-06 | sync the mirror list here with ftp.html -r1.414 | Alexander von Gernler | |
ok deraadt@ | |||
2007-03-06 | add azalia(4) hardware. | Jasper Lievisse Adriaanse | |
"fine" jmc@ | |||
2007-03-01 | Your spring jumbo m4-fu. This time: | Miod Vallat | |
- mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-: |