summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2007-08-08Update.Mark Kettenis
2007-08-07Check for calloc failure and replace an assert with errx.Ray Lai
OK millert and otto.
2007-08-05syncTheo de Raadt
2007-08-02In case the image size is too large, warn and exit instead ofRay Lai
truncating. Initial diff from Rainer Giedat <rainer at staatssicherheit dot com>. OK millert and deraadt.
2007-08-02add few arch/MACHINE substitutions; ok miod@David Krause
2007-08-02syncTheo de Raadt
2007-08-02missing apostropheDavid Krause
2007-08-02spelling fixes in the commentsDavid Krause
2007-08-01cats went awayTheo de Raadt
2007-08-01Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmwareMiod 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-08-01syncTheo de Raadt
2007-07-31syncTheo de Raadt
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-27oops, forgot to crank to 4.2Theo de Raadt
2007-07-25syncTheo de Raadt
2007-07-25syncTheo de Raadt
2007-07-24syncTheo de Raadt
2007-07-24syncTheo de Raadt
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-21Mention bge(4) as well.Mark Kettenis
2007-07-21Mention SysKonnect/Marvell gigabit ethernet adapters.Mark Kettenis
2007-07-19syncPeter Valchev
2007-07-11do not put mt/eject onto small media; ok krwTheo de Raadt
2007-07-04syncTheo de Raadt
2007-07-04syncTheo de Raadt
2007-07-02syncTheo de Raadt
2007-06-25syncTheo de Raadt
2007-06-22PCI malo(4) worksMartin Reindl
from Janjaap van Velthooven
2007-06-19syncTheo de Raadt
2007-06-19syncTheo de Raadt
2007-06-18syncTheo de Raadt
2007-06-18Firmware version warning; several re-wordings.Ian Darwin
Improved by deraadt@.
2007-06-17Stop using disklabel -r. The disklabel code does not know all the semanticsTheo de Raadt
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw
2007-06-16syncTheo de Raadt
2007-06-15syncTheo de Raadt
2007-06-12syncTheo de Raadt
2007-06-11Ascii Art from jsg and a typo from jmc.Ian Darwin
2007-06-11Describe serial cable and conflicting pinouts; link to manual; reword bits.Ian Darwin
ok drahn@
2007-06-09syncTheo de Raadt
2007-06-08Add the D-Link DGE-660TD to the list of devices supported by re(4).Marc Balmer
2007-06-08syncTheo de Raadt
2007-06-08increase the % of space given to inodesTheo de Raadt
2007-06-06syncTheo de Raadt
2007-06-06syncTheo de Raadt
2007-06-05syncTheo de Raadt
2007-06-04ipx is goneHenning Brauer
2007-06-02syncTheo de Raadt
2007-06-01syncTheo de Raadt
2007-05-31remove the machdep.ztsscale line from sysctl.confRobert Nagy
because it's not used anymore; ok krw@
2007-05-31convert to new .Dd format;Jason McIntyre