summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-12ESP 3des now works, after squishing 4 bugsTheo de Raadt
2000-06-12Make the flags field truly optional.Todd C. Miller
2000-06-12syncTheo de Raadt
2000-06-12broadcom 5805Theo de Raadt
2000-06-12update icmp6 name lookup code to conform to 05 draft. previous codeJun-ichiro itojun Hagino
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay.
2000-06-12add kern/uipc_mbuf2.c againJun-ichiro itojun Hagino
2000-06-12remove debugging prom dump, sorryMichael Shalayeff
2000-06-12eeprom width detection code.Michael Shalayeff
idea from netbsd tulip driver. there is problem w/ an983 card, but aaron@ said he'll work it out. aaron@ & jason@ ok.
2000-06-12sync with latest kame traceroute6. print src address. -g (source route).Jun-ichiro itojun Hagino
dont choke with unexpected icmp6 packet.
2000-06-12Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@Aaron Campbell
2000-06-12syncTheo de Raadt
2000-06-12fix ch* linksTheo de Raadt
2000-06-12Fix typo and mention valid tty values.Todd C. Miller
2000-06-12Fix ADMtek identity crisis.Aaron Campbell
2000-06-12syncAaron Campbell
2000-06-12Don't ask me why, but ADMtek changed the name of their PCI Ethernet controllerAaron Campbell
from AN985 to AN983, and now their CardBus controller is named AN985.
2000-06-12State the not-so-obviousChris Cappuccio
2000-06-12sync with latest KAME doc. talk more about IPv4 mapped address issue.Jun-ichiro itojun Hagino
2000-06-12address PR 1274 (-h does not work on EPSV).Jun-ichiro itojun Hagino
the committed code handles IPv6 case too.
2000-06-12sync with latest kame. reorder sections, s/CAVEAT/BUGS/.Jun-ichiro itojun Hagino
2000-06-12more registers for the upcoming code; NetBSD.Federico G. Schwindt
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-12esp support; commented out by now till i check the other archs.Federico G. Schwindt
2000-06-12correct ENI_SALEN case to meet rfc2553bis.Jun-ichiro itojun Hagino
2000-06-12correct behavior against invalid sockaddr. previous code may return 0Jun-ichiro itojun Hagino
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame)
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-06-11syncTheo de Raadt
2000-06-11newaliases.1 -> newaliases.8Todd C. Miller
In the past any user could do a newaliases but these days you have to be a "trusted user" (in class T) so section 1 is inappropriate.
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-110x39 == plan9Markus Friedl
2000-06-11Merge libalias stuff from FreeBSD:brian
Ppp only really benefits from a bunch of typo fixes, transparent pptp support and ftp/EPRT support.
2000-06-11apparently in order to write to config registers 1-3 you need to enable itFederico G. Schwindt
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes.
2000-06-11do not add empty lines to history; always check the size of the returnedFederico G. Schwindt
string by el_gets.
2000-06-11skeleton man page for ubsecJason Wright
2000-06-10add ubsec, since it will work soon enoughTheo de Raadt
2000-06-10MoreMarc Espie
2000-06-10argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-06-10er, wrongTheo de Raadt
2000-06-10er, no _PATH_NOLOGIN is the "do not let users login file"; ↵Theo de Raadt
sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-06-10better ifdefTheo de Raadt
2000-06-10syncTheo de Raadt
2000-06-10MoreMarc Espie
2000-06-10know QNX; jcplace@ibm.neTheo de Raadt
2000-06-10The tqphy is also found on 3c574 pc cards.Aaron Campbell
2000-06-10More fleshMarc Espie
2000-06-10correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernelTheo de Raadt
memory got corrupted.
2000-06-10another vaddr used as paddrJason Wright
2000-06-10paddr not vaddr for mcr1Jason Wright
2000-06-10Increment pl when filling in pidlist. It was just overwriting the firstTodd C. Miller
entry each time. Unless you have multiple pid files you don't notice which is why this slipped through the cracks. Noted by Jonathan Rozes.
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie