Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-03 | sync | Theo de Raadt | |
2005-04-30 | sync | Theo de Raadt | |
2005-04-30 | Fix rtsol IPv6 install - check correct directory for hostname.* files. | Kenneth R Westerback | |
Found & ok dlg@. | |||
2005-04-30 | sync | Theo de Raadt | |
2005-04-29 | sync | Theo de Raadt | |
2005-04-29 | sync | Theo de Raadt | |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-28 | strip bootblock, attempt to use a smaller sgivol size | Theo de Raadt | |
2005-04-28 | put comment on ztsscale line | Theo de Raadt | |
2005-04-28 | shrink volhdr to 128 bytes. would *love* to go to 64 blocks, since that | Theo de Raadt | |
is 32K, which is the isofs lead-in.... that would let us (for instance) mix sgi boot media with other architectures. that requires shrinking boot, since right now it will not fit in 64 blocks | |||
2005-04-28 | whack any previous machdep.ztsscale settings in sysctl.conf, and apply | Theo de Raadt | |
the new one cleanly. whee. | |||
2005-04-27 | sync | Theo de Raadt | |
2005-04-27 | sync | Theo de Raadt | |
2005-04-27 | enter cdfs | Theo de Raadt | |
2005-04-27 | not used | Theo de Raadt | |
2005-04-27 | sgi can boot off a CD image as of today | Theo de Raadt | |
2005-04-27 | boot cdrom for sgi. boot using simply: | Theo de Raadt | |
boot -f pci(0)scsi(0)cdrom(4)rdisk(0)partition(8)/boot this is 1.5MB sgi boot partition followed by a 4GB ffs partition containing a gzip'd bsd.rd | |||
2005-04-27 | handle the OSrev thing | Theo de Raadt | |
2005-04-27 | [sS]parc -> SPARC when not talking about a port. | Jonathan Gray | |
ok brad@ miod@ | |||
2005-04-26 | forgot to add Tamarack TC3299CE here as well; | Xavier Santolaria | |
2005-04-26 | sync | Theo de Raadt | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | run ztsscale at md_congrats time, krw ok (still needs testing) | Theo de Raadt | |
2005-04-23 | sync | Theo de Raadt | |
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat | |
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously). | |||
2005-04-22 | sync | Theo de Raadt | |
2005-04-21 | Create disk device before attempting to disklabel it. Don't keep a | Kenneth R Westerback | |
disk which couldn't be created in the selection list. noticed by deraadt@ | |||
2005-04-20 | sync | Theo de Raadt | |
2005-04-20 | Document SiS 661/760/180/181/182 support. | Jonathan Gray | |
ok grange@ | |||
2005-04-19 | sync | Theo de Raadt | |
2005-04-19 | There is no reliable way to detect a working network interface. So | Kenneth R Westerback | |
always offer ftp and http as set sources. Problem noted by uwe@, ok deraadt@ | |||
2005-04-18 | restore tab before [X] list; krw ok | Theo de Raadt | |
2005-04-18 | sync | Theo de Raadt | |
2005-04-17 | sync | Theo de Raadt | |
2005-04-16 | sync | Theo de Raadt | |
2005-04-16 | sync | Theo de Raadt | |
2005-04-15 | Report dhcp success *only* if the interface is UP, and an address other | Kenneth R Westerback | |
than 0.0.0.0 has been assigned to it. Fixes problem of interfaces being removed from the available list even if dhcp fails because there is no link. Some code cleanup and shrinkage. Pointed out a long time ago by a friend of Henning's, whose email I read again this afternoon and now can't find for the life of me. | |||
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-14 | clarify | Theo de Raadt | |
2005-04-13 | sync | Theo de Raadt | |
2005-04-13 | Tweak set source option testing. Don't offer nfs if no active interface | Kenneth R Westerback | |
is found - even if /sbin/mount_nfs is present. | |||
2005-04-13 | spacing | Theo de Raadt | |
2005-04-13 | Display 'none' as v6 default address when no v6 address is detected. | Kenneth R Westerback | |
Tighten some code. | |||
2005-04-13 | Only show sets locations that might work. e.g. no /sbin/nfs == don't | Kenneth R Westerback | |
offer nfs as a location. Eliminate (m)ounted source in favour of an extra question for disk sources. Bit of cleanup and overall shrinkage. ok deraadt@ miod@ | |||
2005-04-13 | Allow any valid kbd(8) mapping to be specified (e.g. us.dvorak). Be | Kenneth R Westerback | |
more terse both in prompts and output. Show list of major tables only on request. Problem noted by Matt Jibson. ok deraadt@ |