Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer | |
2004-04-25 | probability tests. | Cedric Berger | |
2004-04-25 | get rid of a complete state tree walk at state expire while in splnet() | Philipp Buehler | |
ok mcbride@ henning@ | |||
2004-04-25 | dont splx across functions | Philipp Buehler | |
pointed at by Joris Vink who was baffeled how this should work anyway ok mcbride@ henning@ | |||
2004-04-25 | fix 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-25 | Remove the no longer needed configure stuff in RDE. The peer list needs no | Claudio Jeker | |
longer to be synced between parent, SE and RDE. OK henning@ | |||
2004-04-25 | Simplify cpu_number() - adding a shortcut depending upon the board type | Miod Vallat | |
actually slows things down in every case. | |||
2004-04-25 | use '|' as field separator, not ':' - for future IPv6 support | Jun-ichiro itojun Hagino | |
2004-04-25 | avoid NULL deref; from danh@ | Markus Friedl | |
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino | |
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl | |
CV ---------------------------------------------------------------------- | |||
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino | |
2004-04-25 | from openssl, 1.50.2.9, make S/MIME encrypt work again. | Markus Friedl | |
2004-04-25 | unbreak tree | Markus Friedl | |
2004-04-25 | do not kill cloned neighbors on reload, claudio ok | Henning Brauer | |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning 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-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl | |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback | |
the number of available requests divided by the maximum number of targets on the bus. ok marco@ | |||
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino | |
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff | |
2004-04-25 | missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in | Henning Brauer | |
another way | |||
2004-04-25 | &d and %d have different meanings in format strings, yeah | Henning Brauer | |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-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-25 | sync 'other' in test6, too. | Philipp Buehler | |
ok dhartmei@ mcbride@ | |||
2004-04-25 | unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crap | Henning Brauer | |
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback | |
fitting all the lines into 80 columns. Prodded by deraadt@. Tested & ok marco@. | |||
2004-04-25 | sync with NetBSD, mostly a Lite2 merge. | Brad Smith | |
ok itojun@ | |||
2004-04-25 | don't add PF_GENERATED tag to synproxy generated packets for the second | Daniel Hartmeier | |
handshake, so they can match rules (and create state) on another interface. ok cedric@ | |||
2004-04-25 | undo "oops" commit on 1.14 (radix_mpath). | Jun-ichiro itojun Hagino | |
2004-04-25 | indentation fix | Jun-ichiro itojun Hagino | |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger | |
2004-04-24 | Don't return NULL in getconfigent() when an unresolvable hostname | Todd 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-24 | Use openpty; OK deraadt@ | Todd C. Miller | |
2004-04-24 | Insane people can't spell insane correctly. | Miod Vallat | |
2004-04-24 | G/c CD_BOOT and the last related debug printf. | Miod Vallat | |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat | |
2004-04-24 | make failure in setting up the listeners non-fatal. should make bgpd work | Henning Brauer | |
on inet only kernels again, claudio ok | |||
2004-04-24 | Sync | Miod Vallat | |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod 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-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer | |
for IPv6 transport parts based on a diff from Brent Graveland ok itojun@ claudio@ | |||
2004-04-24 | add spamd.conf to /etc/changelist and mtree/special | Bob Beck | |
from Dmitry Medvedev, ok deraadt@ | |||
2004-04-24 | Sync (libutil bump, luna88k directories and manual pages) | Miod Vallat | |
2004-04-24 | be careful about option lengths. ok henning@ mcbride@ | Mike Frantzen | |
2004-04-24 | print tcps_rcvacktooold; ok henning | Markus Friedl | |
2004-04-24 | sync to Niels Provos' version. avoid unused variable warning in RB_NEXT() | Mike Frantzen | |
2004-04-24 | Compile the basic wscons userland tools on luna88k. | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-24 | Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move the | Miod Vallat | |
m88k userland trap tests to its MACHINE_ARCH directory. | |||
2004-04-23 | remove note about bounded attribute not being implemented in gcc3 | Anil Madhavapeddy | |
2004-04-23 | fill in the blanks for gcc2 | Anil Madhavapeddy | |