Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-13 | Don't try to read or remove a non-existant /tmp/hosts file. This can | Kenneth R Westerback | |
happen if no interfaces are configured during an install. Noticed by jsing@. Diff from jsing@, only slightly tweaked. | |||
2009-04-13 | krw says comments only stripped when alone on a line | Theo de Raadt | |
2009-04-13 | Print the sets list in 3 columns. Some pathological case handling for | Theo de Raadt | |
extremely siteXX-stupidlonghostname.tgz files worked out with krw The shell script output is now substantially shorter than it was before and blind people will appreciate this in our next release. | |||
2009-04-13 | use the new ftp -T title mode to compress the install script output | Theo de Raadt | |
a bit more (and it is a lot prettier, too) ok krw | |||
2009-04-12 | run make depend for kernel, too; ok miod | Theo de Raadt | |
2009-04-12 | Tweak pattern used to select partition lines for display so the | Kenneth R Westerback | |
'# /dev/r...' line is not selected. Noticed by deraadt@ | |||
2009-04-12 | Run make depend before trying to build a RAMDISK kernel. | Joel Sing | |
ok deraadt@ | |||
2009-04-12 | No longer need '-f' or '-p' when displaying layout. A few patterns | Kenneth R Westerback | |
missed the '# size offset ...' line at the top of the partition list. | |||
2009-04-10 | Where appropriate display the auto-allocation layout of the root | Kenneth R Westerback | |
disk and ask if the installee wants to use it, edit it, or create their own custom disklabel. Most one-disk installs will not need to see fdisk or disklabel. i386 and macppc by me, adapted for others by deraadt@. ok deraadt@ | |||
2009-04-10 | If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the | Kenneth R Westerback | |
user for input. Just plow ahead. ok deraadt@ | |||
2009-04-10 | 'rm hosts' -> 'rm -f hosts', since we may have not configured any | Kenneth R Westerback | |
interfaces and thus not have a hosts file to remove. Should eliminate annoying error messages noticed by jsing@. | |||
2009-04-10 | sync | Theo de Raadt | |
2009-04-09 | Don't try to keep in sync with the man page device lists for | Jonathan Gray | |
802.11 wireless as chipsets used and products change rapidly, but rather display just a list of the supported chipsets like we do in www. Discussed with jmc and deraadt | |||
2009-04-08 | sync | Theo de Raadt | |
2009-04-06 | sync | Theo de Raadt | |
2009-03-28 | Use vnconfig's -t capability to avoid specifying geometry info to | Kenneth R Westerback | |
fdisk while building media. ok deraadt@ | |||
2009-03-28 | sync the rum(4) and run(4) lists; | Jason McIntyre | |
2009-03-27 | update the lists of wireless devices; | Jason McIntyre | |
2009-03-26 | +CACE AirPcap Nx otus(4) | Jason McIntyre | |
2009-03-26 | sync | Theo de Raadt | |
2009-03-24 | +otus(4) | Jason McIntyre | |
2009-03-24 | sync | Theo de Raadt | |
2009-03-22 | sync | Theo de Raadt | |
2009-03-18 | sync | Jacek Masiulaniec | |
ok todd@ | |||
2009-03-14 | run devices, harvested from run.4; | Jason McIntyre | |
2009-03-14 | Installed dhclient.conf is now all comments. Installed hosts is | Kenneth R Westerback | |
now correct as is, since we don't add info to localhost lines. So ditch comment-preserving dance through /tmp and just append our new info to installed files. Shrinks scripts without changing behaviour. | |||
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback | |
file. And 'localhost' don't need no stinkin' domain names. Insert line(s) with the address(es) of last interface defined instead of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured interfaces may eventually drift away from the value in hosts file. Much discussed just before tree lock. Time to see what happens. ok deraadt@ | |||
2009-03-13 | Add tab's to the whitespace pattern used to eliminate existing entries | Kenneth R Westerback | |
when adding a host line via addhost_entry(). Thus preventing the duplicate entries for 127.0.0.1 we started inserting when we switched to using tabs in the initial hosts file. | |||
2009-03-07 | GENERIC.MP is now stable on MVME197DP. | Miod Vallat | |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat | |
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system). | |||
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat | |
last month. | |||
2009-03-01 | Sync disklabel instructions with reality and those detailed in INSTALL.sgi. | Joel Sing | |
Issue spotted by matthieu@. ok miod@ deraadt@ | |||
2009-02-28 | Mention another url for the axppci33 reference, this time in pdf. | Miod Vallat | |
2009-02-28 | Update sets sizes. | Miod Vallat | |
2009-02-28 | Update list of supported machines (and encourage people to try running on | Mark Kettenis | |
unsupported machines). | |||
2009-02-25 | sync | Theo de Raadt | |
2009-02-21 | Pretty up installed hosts file by using tabs between address and | Kenneth R Westerback | |
names. Update copyright year since we are making noticable changes. | |||
2009-02-20 | Don't copy disktab onto install media as it is not used during | Kenneth R Westerback | |
installs. Also nuke the link created for disktab. ok deraadt@ miod@ | |||
2009-02-19 | Don't create links to non-existant disktab files on the install | Kenneth R Westerback | |
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@ | |||
2009-02-19 | Don't create links to non-existant disktab files on the install | Kenneth R Westerback | |
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@ | |||
2009-02-19 | Third time lucky. Proper use of quotes when comparing the first and | Kenneth R Westerback | |
second copies of the entered password will preserve leading and trailing spaces. Prodded by dale@. Proper clue pointed out by todd@. | |||
2009-02-19 | No need for caveat about ignoring "\" when reading passwords, \r\n get | Kenneth R Westerback | |
passed through just fine. Also add comment to note that leading and trailing space will be trimmed. Pointed out by 'x' on bugs@. | |||
2009-02-18 | Remove 68060 here too | Miod Vallat | |
2009-02-18 | sync | Theo de Raadt | |
2009-02-18 | Use 'read -r' to read password, which allows "\" to be in the | Kenneth R Westerback | |
password unless it's part of an escape sequence like "\r". Prompted by Aaron W. Hsu via PR#6042. ok deraadt@ | |||
2009-02-17 | Sync with recent changes. | Miod Vallat | |
2009-02-17 | - mention that you have to increase 'bootdelay' in some cases, as the | Jasper Lievisse Adriaanse | |
sata chip is slow to initialize. and otherwise openbsd won't find a root discussed with kettenis@ | |||
2009-02-16 | - it's 'saveenv' and not 'savenv' | Jasper Lievisse Adriaanse | |
2009-02-15 | - it may be needed to change 'gatewayip' as well | Jasper Lievisse Adriaanse | |
"I suppose it shouldn't hurt" kettenis@ | |||
2009-02-15 | sync | Theo de Raadt | |