Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. | |||
2003-06-02 | licence cleanup; agreement from krw and millert | Theo de Raadt | |
2003-06-02 | typos | Theo de Raadt | |
2003-06-01 | sync | Theo de Raadt | |
2003-06-01 | sync | Theo de Raadt | |
2003-06-01 | Partial mvme88k sets sync. May contain a few innacuracies, but will help | Miod Vallat | |
future updates. | |||
2003-05-31 | sync | Theo de Raadt | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-29 | permit the input file to contain " if needed; millert ok | Theo de Raadt | |
2003-05-29 | c160L as the rdi prebook | Michael Shalayeff | |
2003-05-28 | We need the hard-coded dependency after all since special bits | Todd C. Miller | |
are not depended. | |||
2003-05-28 | Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer). | Todd C. Miller | |
Also remove some extraneous spaces. | |||
2003-05-28 | even simpler help storage w/ a tweak from millert@ | Michael Shalayeff | |
2003-05-28 | errno saving in signal handlers; millert ok | Theo de Raadt | |
2003-05-28 | Revert last commit; it is not needed | Todd C. Miller | |
2003-05-28 | No more help file, add /usr/bin/vi to FILES section | Todd C. Miller | |
2003-05-28 | more.o needs to depend on morehelp.h since "make clean" removes morehelp.h. | Todd C. Miller | |
2003-05-28 | help file incorporated, does not grow that much; millert@ ok | Michael Shalayeff | |
2003-05-28 | o use _POSIX_VDISABLE instead of hard-coding 255 | Todd C. Miller | |
o call strlcpy() instead of doing the equivalent inline o some cosmetic formatting changes | |||
2003-05-28 | silence remaining gcc warning; now compiles -Wall clean | Todd C. Miller | |
2003-05-28 | o Deal with EDITOR not being a fully-qualified pathname | Todd C. Miller | |
o Silence a gcc warning | |||
2003-05-28 | mdocify; with help from jmc@ | Todd C. Miller | |
2003-05-28 | sync | Theo de Raadt | |
2003-05-28 | Shrink 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-28 | o Some more KNF | Todd C. Miller | |
o Check strlcpy() rval o Fix hardtabs assignment | |||
2003-05-27 | KNF this sucka + some -Wall cleanage | Todd C. Miller | |
2003-05-25 | Support for the Vigra VS11 frame buffer. This is basically the same as the | Miod Vallat | |
VS12, but with a different ramdac that allows higher refresh rates. | |||
2003-05-22 | Intel ICH4-M IDE | Alexander Yurchenko | |
2003-05-22 | sync | Theo de Raadt | |
2003-05-21 | sync | Theo de Raadt | |
2003-05-21 | - finish mdoc'ing crunch pages | Jason McIntyre | |
- better use of macros ok deraadt@ | |||
2003-05-20 | momentum leopard; pointed out by miod | Jason Wright | |
2003-05-20 | Mention hardware supported by it(4). | Alexander Yurchenko | |
2003-05-20 | an@isapnp | Michael Shalayeff | |
2003-05-20 | sync | Theo de Raadt | |
2003-05-18 | sync | Theo de Raadt | |
2003-05-18 | Don't link with -lkrb.; Found by mickey@, ok todd@ | Magnus Holmberg | |
2003-05-17 | Document hardware monitoring sensors support. | Alexander Yurchenko | |
Help and ok from miod@ | |||
2003-05-17 | sync | Theo de Raadt | |
2003-05-17 | sync | Theo de Raadt | |
2003-05-16 | sync | Miod Vallat | |
2003-05-14 | Might mention mgx here as well. | Miod Vallat | |
2003-05-13 | sync | Theo de Raadt | |
2003-05-12 | More 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-12 | Fix 'eval' statement in _url_base construction so that we use the | Kenneth R Westerback | |
contents of ftp_server_dir or http_server_dir, and not their names. ftp and http installs now work again. | |||
2003-05-11 | More 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-11 | Shrink & 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-11 | Don't reject a perfectly valid absolute path to sets just because the | Kenneth R Westerback | |
user was observant enough to see where the filesystems are mounted. Suggested by espie@. | |||
2003-05-11 | sync | Theo de Raadt | |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre | |