summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-25reserve upper half of the (internal) ID space for cloned neighbors, claudio okHenning Brauer
2004-04-25probability tests.Cedric Berger
2004-04-25get rid of a complete state tree walk at state expire while in splnet()Philipp Buehler
ok mcbride@ henning@
2004-04-25dont splx across functionsPhilipp Buehler
pointed at by Joris Vink who was baffeled how this should work anyway ok mcbride@ henning@
2004-04-25fix check wether local-address and neighbor are of same address family -Henning Brauer
we have to delay this because the current context might be a group nd not a single neighbor, claudio ok
2004-04-25Remove the no longer needed configure stuff in RDE. The peer list needs noClaudio Jeker
longer to be synced between parent, SE and RDE. OK henning@
2004-04-25Simplify cpu_number() - adding a shortcut depending upon the board typeMiod Vallat
actually slows things down in every case.
2004-04-25use '|' as field separator, not ':' - for future IPv6 supportJun-ichiro itojun Hagino
2004-04-25avoid NULL deref; from danh@Markus Friedl
2004-04-25unifdef -DSMALL_KERNELJun-ichiro itojun Hagino
2004-04-25change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadtMarkus Friedl
CV ----------------------------------------------------------------------
2004-04-25have a localcopy of radix.c hereJun-ichiro itojun Hagino
2004-04-25from openssl, 1.50.2.9, make S/MIME encrypt work again.Markus Friedl
2004-04-25unbreak treeMarkus Friedl
2004-04-25do not kill cloned neighbors on reload, claudio okHenning Brauer
2004-04-25add "neighbor cloning", allowing you to specify a prefix and prefixlengthHenning Brauer
instead of the neighbor's IP address. WHen a connection comes in matching that mask we clone the neighbor spec. IPv6 match code by itojun, rde feeding by claudio, ok claudio
2004-04-25add TCPCTL_DROP; ok deraadt, cedric, grange, ...Markus Friedl
2004-04-25Make it clear that we will give each target an openings value equal toKenneth R Westerback
the number of available requests divided by the maximum number of targets on the bus. ok marco@
2004-04-25kill unbounded string op. deraadt okJun-ichiro itojun Hagino
2004-04-25fix typos/spelling in comments, from pedro martellettoJolan Luff
2004-04-25missing return; noticed by Joris Vink <amni@pandora.be> but I fixed inHenning Brauer
another way
2004-04-25&d and %d have different meanings in format strings, yeahHenning Brauer
2004-04-25radix tree with multipath support. from kame. deraadt okJun-ichiro itojun Hagino
user visible changes: - you can add multiple routes with same key (route add A B then route add A C) - you have to specify gateway address if there are multiple entries on the table (route delete A B, instead of route delete A) kernel change: - radix_node_head has an extra entry - rnh_deladdr takes extra argument TODO: - actually take advantage of multipath (rtalloc -> rtalloc_mpath)
2004-04-25sync 'other' in test6, too.Philipp Buehler
ok dhartmei@ mcbride@
2004-04-25unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crapHenning Brauer
2004-04-25Rework SCSI_POLL/INQUIRY logic to make it more readable, not least byKenneth R Westerback
fitting all the lines into 80 columns. Prodded by deraadt@. Tested & ok marco@.
2004-04-25sync with NetBSD, mostly a Lite2 merge.Brad Smith
ok itojun@
2004-04-25don't add PF_GENERATED tag to synproxy generated packets for the secondDaniel Hartmeier
handshake, so they can match rules (and create state) on another interface. ok cedric@
2004-04-25undo "oops" commit on 1.14 (radix_mpath).Jun-ichiro itojun Hagino
2004-04-25indentation fixJun-ichiro itojun Hagino
2004-04-24Add "probability xxx" rule modifier. ok deraadt@Cedric Berger
2004-04-24Don't return NULL in getconfigent() when an unresolvable hostnameTodd C. Miller
or unsupported address family is specified. This simplifies the hostname/address lookup loops and gets rid of the skip label. Found by mpech@. OK deraadt@ and otto@
2004-04-24Use openpty; OK deraadt@Todd C. Miller
2004-04-24Insane people can't spell insane correctly.Miod Vallat
2004-04-24G/c CD_BOOT and the last related debug printf.Miod Vallat
2004-04-24Do not ignore vs_poll() return value.Miod Vallat
2004-04-24make failure in setting up the listeners non-fatal. should make bgpd workHenning Brauer
on inet only kernels again, claudio ok
2004-04-24SyncMiod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
converted yet, and they rely upon some linear mappings provided by bus_space. In order to not impact performance, almost all the bus_space accesses go through macros and inline functions. This currently restricts us to D16 and D32 access modes, which are selected at compilation time. Since there are no plans to support D8 vme devices in the future, this is acceptable for now. This makes the "len" locator for vme devices go away, and allows to simplify some code which was using the pcctwo device, and will now directly access hardware which is known to exist, rather than wait until the device is attached. While there, try to enforce more interrupt vector number checks, since these changes pointed out that dart(4) had been working correctly so far by sheer luck only.
2004-04-24some rather boring windows talk at cansecwest made me hack initial supportHenning Brauer
for IPv6 transport parts based on a diff from Brent Graveland ok itojun@ claudio@
2004-04-24add spamd.conf to /etc/changelist and mtree/specialBob Beck
from Dmitry Medvedev, ok deraadt@
2004-04-24Sync (libutil bump, luna88k directories and manual pages)Miod Vallat
2004-04-24be careful about option lengths. ok henning@ mcbride@Mike Frantzen
2004-04-24print tcps_rcvacktooold; ok henningMarkus Friedl
2004-04-24sync to Niels Provos' version. avoid unused variable warning in RB_NEXT()Mike Frantzen
2004-04-24Compile the basic wscons userland tools on luna88k.Miod Vallat
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-24Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move theMiod Vallat
m88k userland trap tests to its MACHINE_ARCH directory.
2004-04-23remove note about bounded attribute not being implemented in gcc3Anil Madhavapeddy
2004-04-23fill in the blanks for gcc2Anil Madhavapeddy