summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2007-02-16syncTheo de Raadt
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@
2007-02-16better X"" idiom in while loop; didickman@yahoo.comTheo de Raadt
2007-02-15syncTheo de Raadt
2007-02-15As noted by Daniel Gruber in PR 5377 Surecom EP-9001-g has multipleJonathan Gray
revisions, mention the relevant one.
2007-02-15syncTheo de Raadt
2007-02-15syncTheo de Raadt
2007-02-14put the disknames command on all install media (hope i did not miss any) ok krw@Theo de Raadt
2007-02-14Use new 'disknames' command to get names of disks and cds.Kenneth R Westerback
ok deraadt@
2007-02-14/* not $*.Kenneth R Westerback
2007-02-14Oops. Add $OpenBSD$ (pointed out by jasper@) and license (pointed outKenneth R Westerback
by deraadt@).
2007-02-14do not whack CFLAGSTheo de Raadt
2007-02-14append \n at end of line, and make this more normal userland codeTheo de Raadt
2007-02-14Hack a small program to return hw.disknames so that install scriptsKenneth R Westerback
are not dependant on a clean dmesg to scan for disks and cds. "Looks good, seems right" art@ "commit" deraadt@
2007-02-14sync the rest (atomic.h)Peter Valchev
2007-02-12syncPeter Valchev
2007-02-12syncPeter Valchev
2007-02-12syncHenning Brauer
2007-02-124.1-betaHenning Brauer
2007-02-11syncPeter Valchev
2007-02-11Missed this one in MDFSTYPES/MDFSOPTS commit.Kenneth R Westerback
2007-02-11Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user theKenneth R Westerback
option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@.
2007-02-09syncMiod Vallat
2007-02-04Add zyd to cd ramdisksJonathan Gray
ok deraadt@
2007-01-31SyncMiod Vallat
2007-01-26syncPeter Valchev
2007-01-26syncPeter Valchev
2007-01-16syncPeter Valchev
2007-01-13Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>Miod Vallat
in its exception-related contents and pcb-related contents.
2007-01-08describe disk preparation better, inspired by the sparc minirootMartin Reindl
instructions ok miod@
2007-01-06syncTheo de Raadt
2007-01-05syncTheo de Raadt
2007-01-02syncTheo de Raadt
2006-12-29Add the newly supported Meinberg radio clocks.Marc Balmer
2006-12-26fix usage messagesTheo de Raadt
2006-12-25remove some junkTheo de Raadt
2006-12-24duplicated line. ok miod@Nick Holland
duplicated line. ok miod@
2006-12-23syncTheo de Raadt
2006-12-20rum firmware too, of courseTheo de Raadt
2006-12-20there is no rum support on ramdiskCTheo de Raadt
2006-12-19Unify wording for Meinberg.Marc Balmer
2006-12-19Add Meinberg Funkuhren, here, too.Marc Balmer
2006-12-19Add Meinberg Funkuhren radio clocks.Marc Balmer
2006-12-18syncTheo de Raadt
2006-12-18Add Meinberg Funkuhren to misc. devices.Marc Balmer
2006-12-18syncTheo de Raadt
2006-12-17syncTheo de Raadt
2006-12-12syncTheo de Raadt
2006-12-12syncTheo de Raadt
2006-12-09sort the sets to make sure that shared libraries are early in the sets, toTheo de Raadt
avoid various "interrupt while upgrading and you are hosed" problems. prodded by drahn, this will save kitella from doing 6 hour drives, ok espie