Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@. | |||
2003-07-09 | sync | Theo de Raadt | |
2003-07-08 | ep@pcmcia | Michael Shalayeff | |
2003-07-08 | sync | Theo de Raadt | |
2003-07-04 | no more thailand. joel knight via nick@ | Ted Unangst | |
2003-07-03 | Use numeric comparison operators when testing numeric values. | Kenneth R Westerback | |
2003-07-03 | Clarify and shrink. | Kenneth R Westerback | |
In addel(), use $* and isin to avoid a duplicated traversal of the argument list. In bsort() remove code designed to prevent a trailing space in sorted list. With the elimination of cutlast() and cutword() this is not longer necessary. The usual [] -> [[]], etc. in areas being revised. | |||
2003-07-02 | Eliminate cutword(), replacing it with specific code: 'set --' in two | Kenneth R Westerback | |
cases and a simple sed expression in the third. Add pfsync to the list of interfaces that should not be offered to the user for configuration. Display the server line selected from the ftp/http server list in a more compact form with only a single space between fields. The usual [] -> [[]], etc. in areas being revised. |