Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-17 | With 3.4, /usr/include/ssl is a link and /usr/include/openssl is the | Kenneth R Westerback | |
directory it points to. Previously ssl was the directory and openssl the link. That change causes the upgrade of the comp34 set to fail, so manually adjust a pre-3.4 setup to the 3.4 setup before attempting to upgrade any sets. ok millert@. | |||
2003-08-17 | 'Security' fix/cleanup/shrinkage. | Kenneth R Westerback | |
Don't leave ftp password in a global variable. It is re-initialized each time it is used anyway. Use a shorter (_passwd vs _ftp_server_password) local variable name to save a few bytes. | |||
2003-08-17 | Message clarification & cleanup. | Kenneth R Westerback | |
Replace the generic 'Done - no available Xs found.' message with two more relevant ones. Suggested several times, most memorably by Todd@. a) For selection of disks or cds to install from, and for selection of the root disk, make it 'No Xs found.'. b) For processing the list of disks or interfaces to initialize, make it 'No more Xs to initialize.'. Delete get_root() as it is only called in one place, and insert code at that location. Reclaim a few characters by putting ask_which() punctuation where message is output rather than repeating it where message passed. | |||
2003-08-17 | another supported sk(4) card | Nathan Binkert | |
2003-08-16 | Minor cosmetic cleanup. | Kenneth R Westerback | |
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with '<msg> ... done.', '<msg>...Done.', etc. | |||
2003-08-14 | sync | Theo de Raadt | |
2003-08-14 | safe(4) | Jason Wright | |
2003-08-13 | sync | Theo de Raadt | |
2003-08-12 | safe(4) | Jason Wright | |
2003-08-12 | do not hardcore 3.3 release | Theo de Raadt | |
2003-08-12 | correctly put OSREV in there | Theo de Raadt | |
2003-08-11 | mvme88k is a half-compound architecture (MACHINE != MACHINE_ARCH) so add | Miod Vallat | |
it to the list... | |||
2003-08-11 | more to 3.4 | Theo de Raadt | |
2003-08-11 | move to 3.4-beta | Theo de Raadt | |
2003-08-11 | sync | Theo de Raadt | |
2003-08-10 | A long-needed notes update for mvme88k... | Miod Vallat | |
2003-08-10 | sync | Theo de Raadt | |
2003-08-09 | mvme88k set updates, again. Should be almost perfect now! | Miod Vallat | |
2003-08-08 | strip .comments too; from drahn | Theo de Raadt | |
2003-08-08 | make the turd shiny | Theo de Raadt | |
2003-08-08 | rsh goes away, sorry | Theo de Raadt | |
2003-08-08 | sync | Theo de Raadt | |
2003-08-07 | sync | Theo de Raadt | |
2003-08-07 | Bits and pieces towards mvme88k installation media, mostly cloned from the | Miod Vallat | |
mvme68k code. | |||
2003-08-07 | These files are not used anymore. | Miod Vallat | |
2003-08-07 | spaces | Theo de Raadt | |
2003-08-07 | sync | Theo de Raadt | |
2003-08-05 | Add W83627THF in hardware monitoring sensors. | Damien Couderc | |
2003-08-04 | sync | Theo de Raadt | |
2003-08-04 | now that I've had one of these for quite some time I'll finally remember | Brad Smith | |
to add HyperSparc 180 to the list. | |||
2003-08-01 | sync | Theo de Raadt | |
2003-08-01 | bring up to date with changes in sk driver | Nathan Binkert | |
2003-08-01 | Add SATA Controllers section | Alexander Yurchenko | |
2003-07-31 | sync | Theo de Raadt | |
2003-07-30 | sync | Theo de Raadt | |
2003-07-29 | Add HPT302 and HPT371 | Alexander Yurchenko | |
2003-07-29 | sync | Theo de Raadt | |
2003-07-29 | sync | Theo de Raadt | |
2003-07-28 | sync | Theo de Raadt | |
2003-07-25 | for no apparent reason we ran out of inodes | Michael Shalayeff | |
2003-07-25 | sync | Theo de Raadt | |
2003-07-24 | sync | Theo de Raadt | |
2003-07-24 | sync | Theo de Raadt | |
2003-07-23 | sync | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-22 | synbc | Theo de Raadt | |
2003-07-16 | sync | Theo de Raadt | |
2003-07-14 | sync | Theo de Raadt | |
2003-07-10 | Try to ensure that ftp gets install sets from the same directory it | Kenneth R Westerback | |
looked in to get the list of available sets. The list of available sets is obtained by connecting to the ftp server interactively and issuing the commands user <user> <pass> cd <dir> ls where <dir> is treated as a relative path unless the user enters an initial '/'. But the files are obtained by issuing the command ftp ftp://<user>:<pass>@<host>/<dir> and here <dir> is treated as an absolute path. When using non-anonymous ftp this difference in the treatment of <dir> could result in a) Unhelpful error messages and unsuccessfull transfers. b) Different sets than intended being installed. c) Incorrect lists of available sets being displayed. Now, the non-anonymous ftp transfer command with relative paths (i.e. no leading '/' or '~') will look like ftp ftp://<user>:<pass>@<host>/~/<dir> Problem reported by (amoung others) Sebastian Stark, Nick Holland, Steven Boothe, Sam Smith, Sergey Smitienko, Stephen Marley, Brad Ely. ok millert@. | |||
2003-07-10 | Ensure that the install/upgrade process is not troubled by any ulimit | Kenneth R Westerback | |
settings. Set them all to 'unlimited'. Problem with datasize limit vs fsck of large filesystem noted by millert@. ok millert@. |