summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2003-08-13syncTheo de Raadt
2003-08-12safe(4)Jason Wright
2003-08-12do not hardcore 3.3 releaseTheo de Raadt
2003-08-12correctly put OSREV in thereTheo de Raadt
2003-08-11mvme88k is a half-compound architecture (MACHINE != MACHINE_ARCH) so addMiod Vallat
it to the list...
2003-08-11more to 3.4Theo de Raadt
2003-08-11move to 3.4-betaTheo de Raadt
2003-08-11syncTheo de Raadt
2003-08-10A long-needed notes update for mvme88k...Miod Vallat
2003-08-10syncTheo de Raadt
2003-08-09mvme88k set updates, again. Should be almost perfect now!Miod Vallat
2003-08-08strip .comments too; from drahnTheo de Raadt
2003-08-08make the turd shinyTheo de Raadt
2003-08-08rsh goes away, sorryTheo de Raadt
2003-08-08syncTheo de Raadt
2003-08-07syncTheo de Raadt
2003-08-07Bits and pieces towards mvme88k installation media, mostly cloned from theMiod Vallat
mvme68k code.
2003-08-07These files are not used anymore.Miod Vallat
2003-08-07spacesTheo de Raadt
2003-08-07syncTheo de Raadt
2003-08-05Add W83627THF in hardware monitoring sensors.Damien Couderc
2003-08-04syncTheo de Raadt
2003-08-04now that I've had one of these for quite some time I'll finally rememberBrad Smith
to add HyperSparc 180 to the list.
2003-08-01syncTheo de Raadt
2003-08-01bring up to date with changes in sk driverNathan Binkert
2003-08-01Add SATA Controllers sectionAlexander Yurchenko
2003-07-31syncTheo de Raadt
2003-07-30syncTheo de Raadt
2003-07-29Add HPT302 and HPT371Alexander Yurchenko
2003-07-29syncTheo de Raadt
2003-07-29syncTheo de Raadt
2003-07-28syncTheo de Raadt
2003-07-25for no apparent reason we ran out of inodesMichael Shalayeff
2003-07-25syncTheo de Raadt
2003-07-24syncTheo de Raadt
2003-07-24syncTheo de Raadt
2003-07-23syncTheo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-22synbcTheo de Raadt
2003-07-16syncTheo de Raadt
2003-07-14syncTheo de Raadt
2003-07-10Try to ensure that ftp gets install sets from the same directory itKenneth 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-10Ensure that the install/upgrade process is not troubled by any ulimitKenneth R Westerback
settings. Set them all to 'unlimited'. Problem with datasize limit vs fsck of large filesystem noted by millert@. ok millert@.
2003-07-09syncTheo de Raadt
2003-07-08ep@pcmciaMichael Shalayeff
2003-07-08syncTheo de Raadt
2003-07-04no more thailand. joel knight via nick@Ted Unangst
2003-07-03Use numeric comparison operators when testing numeric values.Kenneth R Westerback
2003-07-03Clarify 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-02Eliminate cutword(), replacing it with specific code: 'set --' in twoKenneth 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.