summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-18In scsi_print_sense, add 0x when printing the opcode to clarify it'sFederico G. Schwindt
base 16; suggested by Quentin Barnes <qbarnes@urbana.css.mot.com>, ok by costa@.
2001-02-18fix typoTodd C. Miller
2001-02-18-C support.Marc Espie
Recognize -B, for better gnu-nm compatibility.
2001-02-18syncJason Wright
2001-02-18altima ac101 phy; from freebsdJason Wright
2001-02-18Don't run sendmail with the -or0s arg since it causes sendmail toTodd C. Miller
drop root privileges when specified on the command line.
2001-02-18NULL vs '\0'Todd C. Miller
2001-02-18Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before).Todd C. Miller
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
I also fixed the signal handlers while I was at it.
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-18shorten messageTheo de Raadt
2001-02-18include <string.h>Paul Janzen
2001-02-18syncTheo de Raadt
2001-02-18newTheo de Raadt
2001-02-18include <string.h>Paul Janzen
2001-02-18two siop drivers conflict. rename to ssh -- short for Symbios Scripts HardwareTheo de Raadt
2001-02-18Convert to curses and tidy some. Generally based on NetBSD changes.Paul Janzen
2001-02-18Correct file path; fixes PR/1695.Aaron Campbell
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
button state (and hence spurious mouse clicks) if the event queue filled up; from NetBSD.
2001-02-18rename variable raw->traw as to not conflict with raw()Eric Jackson
2001-02-18Get this not to segfault on startup on alpha.Paul Janzen
2001-02-18siop changes namesTheo de Raadt
2001-02-18USBVERBOSETheo de Raadt
2001-02-17it's the OpenSSH oneTheo de Raadt
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-17spelling and grammarPaul Janzen
2001-02-17clrtoeol() is bad if there's stuff to the right you want to keep.Paul Janzen
2001-02-17bye bye setgid kvmTheo de Raadt
2001-02-17display username when playing restored gamesPaul Janzen
2001-02-17long usernames, and some -Wall-agePaul Janzen
2001-02-17do not use nlist anymore, kvm gets the bullet nextTheo de Raadt
2001-02-17partial KNF, because i cannot read the diffs i am trying to debugTheo de Raadt
2001-02-17Handle long usernames betterPaul Janzen
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
2001-02-17Take prototypes from <time.h>; use errx.Paul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
they're really needed.
2001-02-17Document behaviour with a NULL format string, and try to not split infinitivesPaul Janzen
that don't have to be split.
2001-02-17Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.Paul Janzen
2001-02-17typoReinhard J. Sammer
2001-02-17Guard against Var_Value() being applied to an empty string, which itMarc Espie
doesn't do [for efficiency reason, hash_interval does not deal with empty strings not declared as intervals. More recent incarnations of this code will use Var_Value_interval extensively instead] Problem found by Peter Stromberg.
2001-02-17no need for seperate variable to hold ethernet address... that's whatJason Wright
ac_enaddr is for
2001-02-17sync with freebsd up to switch to miiJason Wright
also increase the delay for accessing the eeprom (seems it needs a bit longer to get ether address settled).
2001-02-17define UVM for mvme88kMiod Vallat
2001-02-16use the hash algorithm found in original certificate for the signatureNiels Provos
after it has been patched. from angelos@
2001-02-16db_elf definitionsMichael Shalayeff
2001-02-16import some alphaizm for the db_elf's sakeMichael Shalayeff
2001-02-16sti_mmap() proper return typeMichael Shalayeff
2001-02-16Nicer EXAMPLES format.Aaron Campbell
2001-02-16get rid of #ifdef IPV6FIREWALL (never used, will never be used)Jun-ichiro itojun Hagino
2001-02-16protect router list management by splsoftnet properly. sync with kameJun-ichiro itojun Hagino