Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-17 | From Manuel Bouyer - | Chris Cappuccio | |
Don't set WDC_CAPABILITY_UDMA at all for SiS rev < 0xd0 | |||
2000-01-17 | add IPv6 items. | Jun-ichiro itojun Hagino | |
2000-01-17 | sync with latest kame. previous version leaves an udp socket opened | Jun-ichiro itojun Hagino | |
(for use with ioctls) and it was not a pleasant thing. | |||
2000-01-17 | IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb. | Jun-ichiro itojun Hagino | |
2000-01-17 | do not filter address families that are not supported by kernel. | Jun-ichiro itojun Hagino | |
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways. | |||
2000-01-17 | Use AUTHLEN for the length of authname | brian | |
2000-01-17 | indent | Theo de Raadt | |
2000-01-17 | sync with latest KAME version. now includes description on scoped addr | Jun-ichiro itojun Hagino | |
extension. add examples (good enough? >deraadt) | |||
2000-01-17 | remove #if 0'ed part. | Jun-ichiro itojun Hagino | |
2000-01-17 | Install stripped version of a2p; millert@ ok. | Federico G. Schwindt | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere, some knf | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces and knf | Michael Shalayeff | |
2000-01-17 | don't need IFF_RUNNING for gif, as no resource is allocated for | Jun-ichiro itojun Hagino | |
interface operation. | |||
2000-01-17 | on fork, flush pcb too, update pcsq | Michael Shalayeff | |
2000-01-17 | remove IFF_RUNNING if it becomes !IFF_UP. | Jun-ichiro itojun Hagino | |
pointed out by: deraadt | |||
2000-01-17 | fix pullup and otos saving code for ip6 | Jun-ichiro itojun Hagino | |
(ip4_input will be visited with IPv6 packet! better change the func name...) | |||
2000-01-17 | fix "traceroute -P 41", outgoing side. incoming side needs fix in | Jun-ichiro itojun Hagino | |
ip4_input(). Requested from: Niels Provos <provos@citi.umich.edu> | |||
2000-01-17 | let pmap_enter_pv return a created pv, which simplifies futher pv operation | Michael Shalayeff | |
2000-01-17 | insert giftunnel synopsis line, which would provide some clue how it's used ↵ | Michael Shalayeff | |
for post-gifconfig users; angelos@ ok | |||
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-17 | Add sysctl vars for checksum, forwarding and netbios. | Federico G. Schwindt | |
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts. | |||
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff | |
2000-01-17 | Document new ipx sysctl vars. | Federico G. Schwindt | |
2000-01-17 | add syscall frame flag | Michael Shalayeff | |
2000-01-16 | destroy keys earlier | Markus Friedl | |
2000-01-16 | VIAO -> VAIO | Brad Smith | |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl | |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn | |
then fails with illegal instruction. (init or shell). | |||
2000-01-16 | sync | Theo de Raadt | |
2000-01-16 | update | Michael Shalayeff | |
2000-01-16 | ask for even more information to dmesglog | Theo de Raadt | |
2000-01-16 | Merge with FreeBSD: | Jason Wright | |
o add a new routine, dc_coal(), that copies tx data into a single mbuf o use it on the dm910x chips Tested by jsthyer@uncg.edu | |||
2000-01-16 | Kill XXX code which is bogus and unused anyway (no call with dodotpath==1 | Marc Espie | |
and major !=-1 anywhere). Simplify test logic: it's enough to check path != NULL to know whether we found something. cmpdewey() code is enough to ensure we get the best one (libfoo.a doesn't change n, any appropriate libfoo.so will take precedence). | |||
2000-01-16 | Bug-fix: skipping inappropriate versions is independent of whether | Marc Espie | |
we found something correct or not. | |||
2000-01-16 | print pcap_version in usage() | Jakob Schlyter | |
2000-01-16 | INET6 (from KAME) | Jakob Schlyter | |
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson | |
2000-01-16 | VLAN 802.1q support | Jakob Schlyter | |
2000-01-16 | enable INET6 | Jakob Schlyter | |
2000-01-16 | INET6 address resolution (from KAME) | Jakob Schlyter | |
2000-01-16 | BGP support (from KAME/WIDE). INET6 parts not done yet. | Jakob Schlyter | |
2000-01-16 | Mobile IP support (from KAME/NetBSD) | Jakob Schlyter | |
2000-01-16 | L2TP support (from KAME) | Jakob Schlyter | |
2000-01-16 | Update to ncurses-5.0-20000115: | Todd C. Miller | |
+ additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer). | |||
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) | Angelos D. Keromytis | |
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT | Angelos D. Keromytis | |