summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>Miod Vallat
can be (and is) included by assembly source.
2005-06-08kill NS and DECNET bitsHenning Brauer
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-06-08huch, more netns shitzHenning Brauer
2005-06-08kill some leftover bits from netns and iso routingHenning Brauer
2005-06-08no more netns handling for the various tunnel devices and loopbackHenning Brauer
2005-06-08bye bye netnsHenning Brauer
2005-06-08netns bites the dustHenning Brauer
2005-06-08useless netns includes; there was no NS stuff ever hereHenning Brauer
2005-06-08Xerox NS leaves usHenning Brauer
2005-06-08-#option NS # XNSHenning Brauer
-#option NSIP # XNS tunneling over IP
2005-06-08bye bye, Xerox NS protocolsHenning Brauer
2005-06-08bye byeHenning Brauer
2005-06-08revert enabling iommu on amd64 as it breaks at least one MP host.Marco S Hyman
OK deraadt@
2005-06-08stop talking about support for the obsolete network protocolsHenning Brauer
2005-06-08stop talking about obsolete network protocols that are gone or about to goHenning Brauer
2005-06-08make nfsstats counters 64 bit.marius eriksen
ok pedro@
2005-06-08disable RX checksum offload until its fixed on little endian systemsBrad Smith
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@Damien Miller
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainsPeter Valchev
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt
2005-06-08in rtlabel_name2id, handle the case of an empty name: return 0Henning Brauer
label id 0 means "no label". in pf_ioctl, where this is used to filter based on a label, this is an error condition. for the other 2 cases, messages on the routing socket, this allows for an sockaddr_rtlabel to be always present for messages on the routing socket, and when it is all zero it is exactly like if there was no sockaddr_rtlabel at all. ryan ok
2005-06-08syncTheo de Raadt
2005-06-08more inet6 stuff that got exposedTheo de Raadt
2005-06-08handle ramdisks, and kernels without inet6; henning okTheo de Raadt
2005-06-07move description of the default groups to the ifconfog manpageHenning Brauer
netintro should only give an intro, not the glory details :) theo ok
2005-06-07sync ifgroups paragraph with realityHenning Brauer
wether it really belongs to netintro to be discussed seperately
2005-06-07remove NETISR_ISO and NETISR_CCITTMartin Reindl
ok henning@
2005-06-07revert previous commit and unbreak sparc64.Kurt Miller
okay deraadt
2005-06-07put the whole thing in this time.Brad Smith
add support for the BCM5714.
2005-06-07undo busted diff. why AGAIN brad????Theo de Raadt
2005-06-07RC4 is a trademark. Rest of text left intact.Kjell Wooding
2005-06-07Set the reject and blackhole flags for kernel routes too. This makes theClaudio Jeker
bgpctl show fib output more logical, especially for INET6 because many prfixes have the reject flag set. OK henning@
2005-06-07Fix the mask2prefixlen6() function once and for all. Netmasks are stored inClaudio Jeker
an own AF independent radix tree. So the passed sockaddrs are often smaller than the actual AF specific struct, especially sockaddr_in6. So the crap Henning saw in the mask was acctually the next struct sockaddr that was passed in the routing message. So pass the struct sockaddr_in6 and compare only the specified number of bytes (minus the offset of sin6_addr in the struct sockaddr_in6). Amazing!.. OK henning@
2005-06-07introduce a default "external" interface group, containing the interface(s)Henning Brauer
the the default route(s) point to. handles IPv4 and IPv6 as well as multipath routes. follows default route changes, of course. eases writing pf rulesets especially on laptops etc. that use different interfaces depending on the environment (wired, wireless, ...) ok theo ryan
2005-06-07oopsTheo de Raadt
2005-06-07For show rib -- show_rib_summary_msg() and print_prefix() -- use log_addr()Claudio Jeker
to print prefixes and nexthops and suddenly we can print IPv6 addresses that are stored in the RIB. Makes the code even simpler. OK henning@
2005-06-07In case strlcpy() indicates that a string was truncated fail with errx().Claudio Jeker
No need for other strange constructs. OK henning@
2005-06-07avoid retarded C unsigned char -> signed integer promotion rules.Theo de Raadt
mac->ac_enaddr[2] << 24 resulted in sign extension smashing other stuff djast@cs.toronto.edu, ok mickey
2005-06-07add support for the BCM5714.Brad Smith
From FreeBSD
2005-06-07de-register, ok henningCamiel Dobbelaar
2005-06-07make it prettier; jason okTheo de Raadt
2005-06-07wrong OpenBSD define for 3.7, oops; Claus AssmannTheo de Raadt
2005-06-07shorten NAME section and mention some more chipsBrad Smith
2005-06-07strlcpy cleanup; cloder okTheo de Raadt
2005-06-07don't forget to call cvs_disconnect() at the endJoris Vink
of a remote connection. ok xsa@
2005-06-07silly me. do not abuse the copy/paste skills i have ...Xavier Santolaria
2005-06-07enable -P option .. joris@ okXavier Santolaria
2005-06-07fix define vs. device mixupHans-Joerg Hoexer
ok miod
2005-06-07add OpenBSD cvs tags, prompted by xsa@Camiel Dobbelaar
2005-06-07catch SIGWINCH and resize progress meter accordingly; ok markus dtuckerJared Yanovich