Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre | |
crunch stuff still needs a bit of work. | |||
2003-05-07 | Use -h option in tar invocations so that upgrades respect links. | Kenneth R Westerback | |
Recover two of the three extra characters by deleting unneeded '-'s in the tar invocations used in tape installs. Problem noted and solution suggested by millert@. | |||
2003-05-06 | this builds a bootable cdrom w/ a ramdisk kernel. has some problems though | Michael Shalayeff | |
2003-05-06 | more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OK | Todd C. Miller | |
2003-05-05 | It's actually a ``floppy drive'', not a ``floppy driver'', doh. | Miod Vallat | |
2003-05-05 | Mention that the floppy drive is not supported; David Coomber. | Miod Vallat | |
2003-05-05 | When talking about third-party application and the ports system, only reference | Miod Vallat | |
tinkering {Free,Net}BSD and/or even running their packages under compatibility mode, if there is actually a port of these systems to the current architecture. For example, it does not make sense to mention the FreeBSD ports collection on an m68k system... Suggested by David Coomber. | |||
2003-05-02 | sync | Theo de Raadt | |
2003-05-02 | add eap and do a bit of cleaning | Jason Wright | |
2003-05-02 | add eso | Jason Wright | |
2003-04-30 | Rework munge_fstab to shrink and clarify code. | Kenneth R Westerback | |
Collect all tests that cause a line to be skipped into one test by using ksh string pattern features instead of case statements. Simply sed expressions by not worrying about extra commas in the options field (they're ignored during mount) and assuming 'rw', 'noauto', 'xx' do not appear as substrings in any valid option. Leave out fs_freq and fs_passno fields as unnecessary during install/upgrade. Eliminate special test for '/' mount point and simply strip any trailing slash from all mount points. Kicked off my wifried@'s 'xx'/altroot change, and ok'ed in various incarnations by wilfried@ deraadt@ millert@. | |||
2003-04-29 | sync | Theo de Raadt | |
2003-04-26 | slight cleaning | Theo de Raadt | |
2003-04-26 | sync | Theo de Raadt | |
2003-04-25 | strings... ok millert@, tedu@ | Thierry Deval | |
2003-04-25 | enter more | Theo de Raadt | |
2003-04-23 | ignore altroot filesystem when upgrading, ok krw@ | Peter Stromberg | |
2003-04-19 | Davicom DM9009 | Henning Brauer | |
2003-04-18 | ftp.linux.org.tr changed directory layout | David Krause | |
from "Berk D. Demir" <bdd@ieee.org> ok miod@ | |||
2003-04-17 | more not less | Theo de Raadt | |
2003-04-17 | -lcompat too | Theo de Raadt | |
2003-04-17 | Pull in some POSIX and ANSI changes from the Linux version | Todd C. Miller | |
2003-04-17 | old 4.3BSD more; nice and small | Todd C. Miller | |
2003-04-17 | remove extra spaces, make smaller, krw you keep adding them back! ;) | Theo de Raadt | |
2003-04-17 | sync sets for i386/ELF/1Gsep | Dale Rahn | |
2003-04-17 | distrib(ramdisk) bits for i386/ELF. | Dale Rahn | |
2003-04-16 | Always do 'route -n show' not 'route show'. Even saves some space. | Kenneth R Westerback | |
From deraadt@ |