summaryrefslogtreecommitdiff
path: root/regress/etc
AgeCommit message (Collapse)Author
2010-02-14Sync with current state of the tree.Miod Vallat
2008-05-13Plumb socppc in MAKEDEV machinery.Miod Vallat
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.
2006-12-15Sync arch listMiod Vallat
2005-04-03hppa64Miod Vallat
2004-12-31+zaurusMiod Vallat
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-04-21luna88k can play here tooMiod Vallat
2004-02-15Sync arch list with etc/Miod Vallat
2003-04-08Use POSIX chown semantics (user:group); noted by Leandro CostaTodd C. Miller
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-21allow over-ride of MAKEDEVTARGSTodd T. Fries
2002-02-21test ramdisk targets tooTodd T. Fries
2002-02-18Looks like too much cut 'n paste.Artur Grabowski
2002-02-15more compact .out fileTodd T. Fries
2002-01-03all MAKEDEV tests are slow.Artur Grabowski
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-11-13use a close directory for playTheo de Raadt
2001-09-07presume 'make clean' is already running as root, don't duplicate ${SUDO},Todd T. Fries
found by naddy@
2001-09-07run each 'MAKEDEV all' twice, to catch things that are not rm'edTodd T. Fries
(like vme* links for miod)
2001-09-07everyone has altq/, right?Todd T. Fries
2001-09-06sort by major not minor number, correctly list symbollic linksTodd T. Fries
2001-09-06add MAKEDEV regressTodd T. Fries