Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-23 | sync | Theo de Raadt | |
2003-06-23 | Document pcmcia and wi support (cut'n'paste from the sparc64 list). | Miod Vallat | |
2003-06-23 | sync | Theo de Raadt | |
2003-06-23 | Fix comment typo in last commit. | Kenneth R Westerback | |
2003-06-23 | Minor cleanups. | Kenneth R Westerback | |
1) Don't check for the existance of /mnt/etc/hosts twice. Since we bail out at the first check the 2nd one is superfluous. 2) Shorten and clarify the upgrade network configuration logic. 3) Always ask if manual network configuration is desired when upgrading. Allows the upgrader to decline to use the existing network configuration and still have an explicit opportunity to configure the network. 4) Don't bail out if the existing network configuration fails. Instead (see 3)) offer manual network configuration and let the user decide if it is worthwhile to continue. 5) Refer to actual file that is missing when bailing out, rather than forcing user to be alert enough to prepend '/mnt'. | |||
2003-06-22 | sync | Theo de Raadt | |
2003-06-22 | put gnu at the end of the SRCDIRS list | Theo de Raadt | |
2003-06-22 | need -lz now | Theo de Raadt | |
2003-06-22 | special/gzip is smart enough to grovel in usr.bin/compress for what it | Theo de Raadt | |
needs. This is better than putting a compress link on each media; saves us a few bytes | |||
2003-06-22 | use -DNOZ option, and rearrange for new source files | Theo de Raadt | |
2003-06-22 | Sync NIOT load address with the bootloader address change of last year, | Miod Vallat | |
my bad. Spotted by pvalchev@. | |||
2003-06-21 | Make file selection more resistant to unexpected user input. | Kenneth R Westerback | |
Rather than evaluating the expression case _f in $resp) ... esac use the equivalent form case _f in @($resp)) ... esac so that user input with multiple file names, user input with some special characters like ';', etc. do not cause syntax errors and premature ejection from the selection loop. A determined user can still cause problems, e.g. by using quotes. Clean up and simplify the code while in the area. Problems noted by todd@. | |||
2003-06-21 | A few clarifications, and more third-person text. | Miod Vallat | |
2003-06-21 | minor grammar | Peter Valchev | |
2003-06-21 | typo | Peter Valchev | |
2003-06-20 | sync | Theo de Raadt | |
2003-06-20 | sync | Theo de Raadt | |
2003-06-19 | sync | Theo de Raadt | |
2003-06-18 | sync | Theo de Raadt | |
2003-06-17 | Update SPARCbook support list. | Miod Vallat | |
2003-06-17 | sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.at | David Krause | |
2003-06-14 | create misc dirs in misc | Theo de Raadt | |
2003-06-13 | sync | Theo de Raadt | |
2003-06-12 | sync | Theo de Raadt | |
2003-06-11 | more systems | Brad Smith | |
2003-06-11 | sync | Theo de Raadt | |
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-06-09 | sync | Theo de Raadt | |
2003-06-06 | Intel ICH5/ICH5R IDE | Alexander Yurchenko | |
2003-06-05 | Add my license | Todd C. Miller | |
2003-06-05 | Attempt to deal w/ large files sanely by using off_t and fseeko(). | Todd C. Miller | |
2003-06-04 | Handle arbitrarily long lines and add a special case for \r\n pair; | Todd C. Miller | |
just ignore the \r, otherwise we end up with a blank line. An \r in the middle of a line is left as-is. | |||
2003-06-04 | sync | Theo de Raadt | |
2003-06-04 | Correctly set dlines on terminal resize; missed this in rev 1.20. | Todd C. Miller | |
2003-06-04 | Fix for machines w/ unsigned chars; part from drahn@ | Todd C. Miller | |
Use 'ch' as variable name for int-sized characters (e.g. EOF) Use 'c' as variable name for char-sized characters | |||
2003-06-04 | o print screensize - 1 lines for each screenful, not screensize - 2. | Todd C. Miller | |
o get rid of tailequ(); use __progname to see if we were invoked as page | |||
2003-06-04 | Check for alternate screen support and if it exists, don't print stuff | Todd C. Miller | |
that would mess up the existing contents. This fixes some ugliness when running commands from more on an xterm. | |||
2003-06-04 | Fix mergo that resulted in 2 copies of the handle_signal() function. | Todd C. Miller | |
2003-06-04 | simplify some tty handling code: | Todd C. Miller | |
o instead of otty and osavetty, use otty (original) and ntty (new) o only call tcsetattr() from set_tty() and reset_tty() o simplify set_tty() and reset_tty() o use isatty() instead of tcgetattr() to see if stdin is a tty o when we reset no_intty=0, also dup stderr -> stdin since stderr is a tty | |||
2003-06-03 | Eliminate setjmp/longjmp by using interruptible syscalls when reading input | Todd C. Miller | |
from the user. The signal handlers are now safe (they just set a flag). | |||
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | scrt0 is gone now as on all elf archs | Michael Shalayeff | |
2003-06-03 | sync | Theo de Raadt | |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | sync with www/ftp.html | David Krause | |
ok miod@ | |||
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 | |