summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999.
2003-06-02licence cleanup; agreement from krw and millertTheo de Raadt
2003-06-02typosTheo de Raadt
2003-06-01syncTheo de Raadt
2003-06-01syncTheo de Raadt
2003-06-01Partial mvme88k sets sync. May contain a few innacuracies, but will helpMiod Vallat
future updates.
2003-05-31syncTheo de Raadt
2003-05-30section reorder;Jason McIntyre
2003-05-29permit the input file to contain " if needed; millert okTheo de Raadt
2003-05-29c160L as the rdi prebookMichael Shalayeff
2003-05-28We need the hard-coded dependency after all since special bitsTodd C. Miller
are not depended.
2003-05-28Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer).Todd C. Miller
Also remove some extraneous spaces.
2003-05-28even simpler help storage w/ a tweak from millert@Michael Shalayeff
2003-05-28errno saving in signal handlers; millert okTheo de Raadt
2003-05-28Revert last commit; it is not neededTodd C. Miller
2003-05-28No more help file, add /usr/bin/vi to FILES sectionTodd C. Miller
2003-05-28more.o needs to depend on morehelp.h since "make clean" removes morehelp.h.Todd C. Miller
2003-05-28help file incorporated, does not grow that much; millert@ okMichael Shalayeff
2003-05-28o use _POSIX_VDISABLE instead of hard-coding 255Todd C. Miller
o call strlcpy() instead of doing the equivalent inline o some cosmetic formatting changes
2003-05-28silence remaining gcc warning; now compiles -Wall cleanTodd C. Miller
2003-05-28o Deal with EDITOR not being a fully-qualified pathnameTodd C. Miller
o Silence a gcc warning
2003-05-28mdocify; with help from jmc@Todd C. Miller
2003-05-28syncTheo de Raadt
2003-05-28Shrink a bit by replacing custom functions w/ libc equivalents.Todd C. Miller
There is no reason for more to have its own private printf() clone. Convert 3 one-line functions to macros and make the constant prompt strings #defines too.
2003-05-28o Some more KNFTodd C. Miller
o Check strlcpy() rval o Fix hardtabs assignment
2003-05-27KNF this sucka + some -Wall cleanageTodd C. Miller
2003-05-25Support for the Vigra VS11 frame buffer. This is basically the same as theMiod Vallat
VS12, but with a different ramdac that allows higher refresh rates.
2003-05-22Intel ICH4-M IDEAlexander Yurchenko
2003-05-22syncTheo de Raadt
2003-05-21syncTheo de Raadt
2003-05-21- finish mdoc'ing crunch pagesJason McIntyre
- better use of macros ok deraadt@
2003-05-20momentum leopard; pointed out by miodJason Wright
2003-05-20Mention hardware supported by it(4).Alexander Yurchenko
2003-05-20an@isapnpMichael Shalayeff
2003-05-20syncTheo de Raadt
2003-05-18syncTheo de Raadt
2003-05-18Don't link with -lkrb.; Found by mickey@, ok todd@Magnus Holmberg
2003-05-17Document hardware monitoring sensors support.Alexander Yurchenko
Help and ok from miod@
2003-05-17syncTheo de Raadt
2003-05-17syncTheo de Raadt
2003-05-16syncMiod Vallat
2003-05-14Might mention mgx here as well.Miod Vallat
2003-05-13syncTheo de Raadt
2003-05-12More cleanup and fixes in url installs.Kenneth R Westerback
1) Filter appropriate lines (ftp or http) from ftplist once when it is downloaded rather than everytime the lines are needed. 2) Don't display the 'ftp://' or 'http://' part of the listed url's as all displayed url's are of the same type. Partially compensates for the last increase in the width of the 'cat -n' line number field. 3) Store filtered lines in /tmp/serverlist instead of /tmp/ftplist, since it can be a list of http servers too. Makes it more obvious that it is not a copy of ftplist. 4) Avoid 'ftplist: No such file' message, but add more informative 'Getting...done.' or 'Getting...FAILED.' message. Display the actual ftp error that caused the FAILED status. 5) Add 'done' to the list of available options when asking for a server location, allowing the user to return to set location selection without having to enter a server. 6) Mention the '?' option in the prompt. It re-displays the list of servers. 7) Eliminate unneeded variables 'host' and 'maxlines'. Make global tline a local (_line). Change _ftp_get_list global to more generic _get_server_list. 8) General logic cleanup.
2003-05-12Fix 'eval' statement in _url_base construction so that we use theKenneth R Westerback
contents of ftp_server_dir or http_server_dir, and not their names. ftp and http installs now work again.
2003-05-11More cleanup and fixes in url installs.Kenneth R Westerback
1) Rework _url_base to eliminate need for _url_pass and _url_login variables. 2) Shorten and make more consistant with other messages the prompt for the list of ftp/http servers. 3) Don't refer to _ftp_server_dir, use ${_url_type}_server_dir so that a default prompt is available for both ftp and http installs. 4) Eliminate a couple of unneeded {}'s.
2003-05-11Shrink & clarify code around ftp/http proxy identification.Kenneth R Westerback
Eliminate unnecessary _proxy_host variable that merely kept a copy of the value of ftp_proxy and http_proxy.
2003-05-11Don't reject a perfectly valid absolute path to sets just because theKenneth R Westerback
user was observant enough to see where the filesystems are mounted. Suggested by espie@.
2003-05-11syncTheo de Raadt
2003-05-08AUTHOR -> AUTHORS in .Sh, as per mdoc template.Jason McIntyre