Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller | |
2001-02-07 | more man page cleanup and sync of help text with man page; ok markus@ | Kevin Steves | |
2001-02-07 | fix size_t -> int cast (use u_long). markus ok | Jun-ichiro itojun Hagino | |
2001-02-07 | unsigned long long -> %llu, not %qu. markus ok | Jun-ichiro itojun Hagino | |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff | |
2001-02-07 | Change 6214 by gsar@auger on 2000/06/08 13:57:54 | Todd C. Miller | |
@_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) | |||
2001-02-07 | typo in fatal() | Markus Friedl | |
2001-02-07 | bring in latest kame code. | Jun-ichiro itojun Hagino | |
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame | |||
2001-02-07 | .Bl-.El mismatch. markus ok | Jun-ichiro itojun Hagino | |
2001-02-07 | Check that target is a directory before doing ls; ok markus@ | Damien Miller | |
2001-02-07 | dd ECONNABORTED. | Jun-ichiro itojun Hagino | |
2001-02-07 | return ECONNABORTED, if the socket (tcp connection for example) | Jun-ichiro itojun Hagino | |
is disconnected by RST right before accept(2). fixes NetBSD PR 10698/12027. checked with SUSv2, XNET 5.2, and Stevens (unix network programming vol 1 2nd ed) section 5.11. | |||
2001-02-07 | mention ND6_DEBUG | Jun-ichiro itojun Hagino | |
2001-02-07 | turn off duplicated address detection when interface address gets deleted. | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-07 | pretty up significantly | Theo de Raadt | |
2001-02-07 | Don't free handles before we are done with them. Based on work from | Damien Miller | |
Corinna Vinschen <vinschen@redhat.com>. ok markus@ | |||
2001-02-07 | deal with new ANSI malloc stuff | Theo de Raadt | |
2001-02-07 | indent | Theo de Raadt | |
2001-02-07 | We need to loose some weight. | Artur Grabowski | |
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_. | |||
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-07 | Remove support for #!. It's not intuitive and if you happen to add | Federico G. Schwindt | |
lines as the end of a stock syslog.conf you're going to spend some time figuring why is not working as it should; problem found by riq@core-sdi.com, millert@ ok. | |||
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn | |
as needed for some drivers, primarily drivers from NetBSD, where these defines came from. | |||
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn | |
so provide both. | |||
2001-02-07 | ok, commit this since it most likely to work; i guess now it will get tested ↵ | Michael Shalayeff | |
a little bit sooner than in a few months; 10x brad@ | |||
2001-02-07 | check for stat failures, too; ok djm@ | Markus Friedl | |
2001-02-06 | dir==ls | Markus Friedl | |
2001-02-06 | Fix -o option under getopt; ok markus@ | Damien Miller | |
2001-02-06 | use lower case error messages similar to errno.h | Markus Friedl | |
2001-02-06 | replace arc4random with counter for request ids; ok markus@ | Damien Miller | |
2001-02-06 | missed ) in if() | Michael Shalayeff | |
2001-02-06 | reorder -{1,2,4,6} options. ok markus@ | Jakob Schlyter | |
2001-02-06 | ignore blank lines in addition to comments | Todd T. Fries | |
fixes pr#1660 from wilfried@telia.com .. Thanks! | |||
2001-02-06 | add missing -1 option | Jakob Schlyter | |
2001-02-06 | add -1 option (force protocol version 1). ok markus@ | Jakob Schlyter | |
2001-02-06 | i can be stooooopid | Michael Shalayeff | |
2001-02-06 | remove confusing callback code | Markus Friedl | |
2001-02-06 | Punctuation fix from Pekka Savola <pekkas@netcore.fi> | Damien Miller | |
2001-02-06 | do not ask for passphrase in batch mode; report from ejb@ql.org | Markus Friedl | |
2001-02-06 | stat target for remote chdir before doing chdir | Damien Miller | |
2001-02-06 | Change host width to 24 so last produces one line per user; deraadt ok. | Federico G. Schwindt | |
2001-02-06 | enable sftp-server by default | Theo de Raadt | |
2001-02-06 | fatal() if subsystem fails | Markus Friedl | |
2001-02-06 | Wait for ssh subprocess at exit | Damien Miller | |
2001-02-06 | Use getopt to process commandline arguments | Damien Miller | |
2001-02-06 | Committed by accident. | Artur Grabowski | |
2001-02-06 | Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD. | Artur Grabowski | |
2001-02-06 | I don't think there is a reason to enable IDE through isa now that | Artur Grabowski | |
we have pciide. | |||
2001-02-06 | ipf/ipnat check the securelevel in the original code, so don't do it twice. | Federico G. Schwindt | |
Also remove uneeded definition of ICMP_UNREACH_FILTER_PROHIB; this isn't needed. Why keep adding things to make diffs harder? |