summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-07Honor TMPDIR environment variable and document the fact.Todd C. Miller
2001-02-07more man page cleanup and sync of help text with man page; ok markus@Kevin Steves
2001-02-07fix size_t -> int cast (use u_long). markus okJun-ichiro itojun Hagino
2001-02-07unsigned long long -> %llu, not %qu. markus okJun-ichiro itojun Hagino
2001-02-07fix debug case; from Mike Pechkin <mpech@prosoft.org.lv>Michael Shalayeff
2001-02-07Change 6214 by gsar@auger on 2000/06/08 13:57:54Todd C. Miller
2001-02-07typo in fatal()Markus Friedl
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
2001-02-07.Bl-.El mismatch. markus okJun-ichiro itojun Hagino
2001-02-07Check that target is a directory before doing ls; ok markus@Damien Miller
2001-02-07dd ECONNABORTED.Jun-ichiro itojun Hagino
2001-02-07return ECONNABORTED, if the socket (tcp connection for example)Jun-ichiro itojun Hagino
2001-02-07mention ND6_DEBUGJun-ichiro itojun Hagino
2001-02-07turn off duplicated address detection when interface address gets deleted.Jun-ichiro itojun Hagino
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2001-02-07pretty up significantlyTheo de Raadt
2001-02-07Don't free handles before we are done with them. Based on work fromDamien Miller
2001-02-07deal with new ANSI malloc stuffTheo de Raadt
2001-02-07indentTheo de Raadt
2001-02-07We need to loose some weight.Artur Grabowski
2001-02-07XXX two horrible abuses of spl.Artur Grabowski
2001-02-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
2001-02-07Remove support for #!. It's not intuitive and if you happen to addFederico G. Schwindt
2001-02-07Add support for bus_space_write_region_[1248] bus_space_read_region_[1248]Dale Rahn
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
2001-02-07ok, commit this since it most likely to work; i guess now it will get tested ...Michael Shalayeff
2001-02-07check for stat failures, too; ok djm@Markus Friedl
2001-02-06dir==lsMarkus Friedl
2001-02-06Fix -o option under getopt; ok markus@Damien Miller
2001-02-06use lower case error messages similar to errno.hMarkus Friedl
2001-02-06replace arc4random with counter for request ids; ok markus@Damien Miller
2001-02-06missed ) in if()Michael Shalayeff
2001-02-06reorder -{1,2,4,6} options. ok markus@Jakob Schlyter
2001-02-06ignore blank lines in addition to commentsTodd T. Fries
2001-02-06add missing -1 optionJakob Schlyter
2001-02-06add -1 option (force protocol version 1). ok markus@Jakob Schlyter
2001-02-06i can be stooooopidMichael Shalayeff
2001-02-06remove confusing callback codeMarkus Friedl
2001-02-06Punctuation fix from Pekka Savola <pekkas@netcore.fi>Damien Miller
2001-02-06do not ask for passphrase in batch mode; report from ejb@ql.orgMarkus Friedl
2001-02-06stat target for remote chdir before doing chdirDamien Miller
2001-02-06Change host width to 24 so last produces one line per user; deraadt ok.Federico G. Schwindt
2001-02-06enable sftp-server by defaultTheo de Raadt
2001-02-06fatal() if subsystem failsMarkus Friedl
2001-02-06Wait for ssh subprocess at exitDamien Miller
2001-02-06Use getopt to process commandline argumentsDamien Miller
2001-02-06Committed by accident.Artur Grabowski
2001-02-06Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD.Artur Grabowski
2001-02-06I don't think there is a reason to enable IDE through isa now thatArtur Grabowski
2001-02-06ipf/ipnat check the securelevel in the original code, so don't do it twice.Federico G. Schwindt