summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-12deal with gnu kernel dependencies right; cyxob@thief.dyndns.orgTheo de Raadt
2001-06-12comment styleNiklas Hallqvist
2001-06-12Link with libcrypto instead of libdesNiklas Hallqvist
2001-06-12Add printing of the ciphertextNiklas Hallqvist
2001-06-12one less setuid program (use an ioctl like pppstats)Theo de Raadt
2001-06-12styleNiklas Hallqvist
2001-06-12unusedMarkus Friedl
2001-06-12remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, sinceMarkus Friedl
we do already trust $HOME/.ssh you can use .ssh/sshrc and .ssh/environment if you want to customize the location of the xauth cookies
2001-06-12import latest from CITI:Jim Rees
only load drivers once This actually "shouldn't" affect OpenBSD because it's only for DL_READERS
2001-06-12interrupts cannot happen beforeMichael Shalayeff
*hci cannot receive interrupts before it has been initialized. this was changed to accomodate the pcibios strategy change back in pre-2.9 times since *hci_init enables interrupts at it's end and thus unmapped pci interrupt hangs the machine in the endless loop trying to deliver it (and no hci handler to ack it). this new way we disable interrupts by hands before we map 'em on pci and thus ensure that they will not crash an uninitialized *hci which, in turn, will run right after the interrupt map/establish and by the time it enables *hci interrupts all gonna be just fine. please allow us to end this stretched remark for cvs is getting a power outage in less than 20 minutes.
2001-06-12do not log() packet_set_maxsizeMarkus Friedl
2001-06-12merge ssh1/ssh2 tty msg parse and alloc codeMarkus Friedl
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2001-06-12IPsec-related socket options; these can be set/removed/retrieved, butAngelos D. Keromytis
are not taken into consideration in anything just yet.
2001-06-12merge session_free into session_close()Markus Friedl
merge pty_cleanup_proc into session_pty_cleanup()
2001-06-12IPsec setsockopts.Angelos D. Keromytis
2001-06-12regenDavid Leonard
2001-06-12Add Archos MiniCD (comes with some Toshiba laptops). ok csapuntz,fgschDavid Leonard
2001-06-12Use lpd_flags instead of lpd, thus allowing to pass parameters to lpd;Federico G. Schwindt
patch from Yozo TODA <yozo@imit.chiba-u.ac.jp>, deraadt@ ok.
2001-06-12Yet another entry for the Netgear FA410TXC; fromFederico G. Schwindt
Brandin L Claar <claar@arl.psu.edu>.
2001-06-11good when it compilesMichael Shalayeff
2001-06-11explicit IV & other fixes; pointed out as umich people tried to use this...Theo de Raadt
2001-06-11Repair SUN4M-only case compilation...Miod Vallat
2001-06-11follow x11 behaviour wrt caps^shift, even i like it this way, but deraadtifiedMichael Shalayeff
2001-06-11lost /var/spool/smtpd; deraadt@ okMichael Shalayeff
2001-06-11sync w/ netbsdMichael Shalayeff
2001-06-11typo; bdubreuil@crrel.usace.army.milMarkus Friedl
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-06-11make #ifdef around x509_generate_kn() consistent.Jun-ichiro itojun Hagino
2001-06-11reset pointer to NULL after xfree(); report from solar@openwall.comMarkus Friedl
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.
2001-06-11Remove workaround for a gas bug fixed in binutils-2.10.1.Artur Grabowski
gas confused $f28 with $at.
2001-06-11Call doshutdownhooks() during shutdown.Miod Vallat
2001-06-11Use MI {trunc,round}_page macros.Miod Vallat
2001-06-11<sys/memrange.h> not <memrange.h>; gphilip2@qwest.netTodd C. Miller
2001-06-11Bail out of wi_attach() if the ether addr cannot be read from theTodd C. Miller
card. This is useful for PCI adapters where the card is not actually present. Also check some more wi_read_record() calls and try to deal sanely (avoid using uninitialized data).
2001-06-11For PCI attachments print the CIS strings since otherwise all we haveTodd C. Miller
is info on the PCI -> PCMCIA dumb bridge and not the card itself.
2001-06-11Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt.Miod Vallat
2001-06-10detailed ICMP_PARAMPROB printing; jakob@ okMichael Shalayeff
2001-06-10Do not print time in seconds since epoc on boot,Dale Rahn
debugging was not removed before commit.
2001-06-10inconsistantly redundant returnsMichael Shalayeff
2001-06-10typoMichael Shalayeff
2001-06-10Since mtu discovery is enabled by default, change line to disable if it'sFederico G. Schwindt
uncommented; niels@ theo@ ok.
2001-06-10Hack/workaround for gcc bug. GCC will generate a load/store double instructionDale Rahn
to do data copies, however it will not correctly identify that a load/store double will not correctly copy data where the address is misaligned. This emulates the load/store double operations in the kernel. Fixes gtk+ runtime problems. From NetBSD.
2001-06-10implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵Dug Song
deraadt@ ok.
2001-06-10sg fixes from Mathias Schmocker <smat@acm.org>Michael Shalayeff
2001-06-10permit compilation when only SUN4C is defined; based on patch from Thomas ↵Jason Wright
Coffy <coffy@altern.org>.
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
bus_addr_t vs vaddr_t/paddr_t Return correct value for poalloc();
2001-06-10Post pmap_extract() changes cleanup.Miod Vallat
2001-06-10you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@Markus Friedl