summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2003-06-22use -DNOZ option, and rearrange for new source filesTheo de Raadt
2003-06-22Sync NIOT load address with the bootloader address change of last year,Miod Vallat
my bad. Spotted by pvalchev@.
2003-06-21Make 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-21A few clarifications, and more third-person text.Miod Vallat
2003-06-21minor grammarPeter Valchev
2003-06-21typoPeter Valchev
2003-06-20syncTheo de Raadt
2003-06-20syncTheo de Raadt
2003-06-19syncTheo de Raadt
2003-06-18syncTheo de Raadt
2003-06-17Update SPARCbook support list.Miod Vallat
2003-06-17sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.atDavid Krause
2003-06-14create misc dirs in miscTheo de Raadt
2003-06-13syncTheo de Raadt
2003-06-12syncTheo de Raadt
2003-06-11more systemsBrad Smith
2003-06-11syncTheo de Raadt
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod 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-09syncTheo de Raadt
2003-06-06Intel ICH5/ICH5R IDEAlexander Yurchenko
2003-06-05Add my licenseTodd C. Miller
2003-06-05Attempt to deal w/ large files sanely by using off_t and fseeko().Todd C. Miller
2003-06-04Handle 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-04syncTheo de Raadt
2003-06-04Correctly set dlines on terminal resize; missed this in rev 1.20.Todd C. Miller
2003-06-04Fix 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-04o 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-04Check for alternate screen support and if it exists, don't print stuffTodd C. Miller
that would mess up the existing contents. This fixes some ugliness when running commands from more on an xterm.
2003-06-04Fix mergo that resulted in 2 copies of the handle_signal() function.Todd C. Miller
2003-06-04simplify 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-03Eliminate setjmp/longjmp by using interruptible syscalls when reading inputTodd C. Miller
from the user. The signal handlers are now safe (they just set a flag).
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03scrt0 is gone now as on all elf archsMichael Shalayeff
2003-06-03syncTheo de Raadt
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-02sync with www/ftp.htmlDavid Krause
ok miod@
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