CVS: cvs.openbsd.org: src

2012-12-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2012/12/01 03:35:17 Modified files: usr.sbin/bgpd : session.c Log message: The capability parser should only return an error in extreme cases. If a particular capability is bad, log the fact and ignore it.

CVS: cvs.openbsd.org: src

2013-01-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/14 22:04:17 Modified files: sys/dev/pci: if_bgereg.h Log message: put a tab after #define to make the diff between Fx and Ox smaller. No binary change.

CVS: cvs.openbsd.org: src

2013-01-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/14 22:11:47 Modified files: sys/dev/pci: if_bge.c Log message: Fix typos in comments and change the syntactic sugar of a function to reduce the diff between Fx and Ox. OK gcc

CVS: cvs.openbsd.org: src

2013-01-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/15 16:06:12 Modified files: sys/dev/pci: if_bgereg.h Log message: More syncing with FreeBSD bge version. No binary change.

CVS: cvs.openbsd.org: src

2013-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/16 17:08:13 Modified files: sys/dev/pci: ahci.c Log message: Force the latest 3 generations of Intel SATA chipsets into AHCI mode. This makes MacBook Pro with bootcamp more happy to run OpenBSD

CVS: cvs.openbsd.org: src

2013-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/16 19:00:33 Modified files: usr.sbin/bgpd : printconf.c Log message: Fixup printing of rdomain configs -- add network statements and only print the description if it is set.

CVS: cvs.openbsd.org: src

2013-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/16 19:53:07 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Dump some more flags and subtypes in tcpdump. Especially flags used in power saving mode. OK giovanni@

CVS: cvs.openbsd.org: src

2013-01-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/01/26 10:12:21 Modified files: etc: pf.conf Log message: Give an example of how to increase the state limit. The 10k limit is too small for production servers now that pf is on by default.

CVS: cvs.openbsd.org: src

2013-03-07 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/03/07 14:26:28 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h control.c log.h session.c session.h Log message: Implements a few missing bits for better templates support: - on

CVS: cvs.openbsd.org: src

2013-03-07 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/03/07 14:28:34 Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h Log message: Implement a bgpctl nei foo destroy that will remove the specified cloned neighbor. The neighbor must be

CVS: cvs.openbsd.org: src

2013-03-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/03/10 07:15:49 Modified files: sys/net: if_loop.c Log message: Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. No binary change.

CVS: cvs.openbsd.org: src

2013-03-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/03/24 11:01:23 Modified files: sys/net80211 : ieee80211_node.c ieee80211_node.h Log message: Make ieee80211_set_tim() available from outside of ieee80211_node.c so drivers like acx(4) can use that

CVS: cvs.openbsd.org: src

2013-03-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/03/24 11:02:09 Modified files: sys/dev/ic : acx.c Log message: Use ieee80211_set_tim() directly now that it is available.

CVS: cvs.openbsd.org: src

2013-05-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/20 05:25:02 Modified files: usr.sbin/bgpd : mrt.c Log message: Call pt_getaddr() a bit earlier so that addr.aid is available when first accessed. Found by magic clang skill of blambert@

CVS: cvs.openbsd.org: src

2013-05-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/20 05:26:13 Modified files: usr.sbin/bgpd : rde_rib.c Log message: D'oh, add missing break in prefix_writebuf(). Another find by blambert@ who is to shy to commit these by himself.

CVS: cvs.openbsd.org: src

2013-05-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/30 09:44:37 Modified files: usr.sbin/ldpd : parse.y Log message: Do not use a carp address as ldp router id because it is not unique. Pulled from ospfd. Diff from Renato Westphal [renatowestphal at

CVS: cvs.openbsd.org: src

2013-05-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/30 09:49:33 Modified files: usr.sbin/ldpd : packet.c Log message: Improve sanity checks on received UDP messages The actual meaning of the PDU Length field is the total length of the LDP PDU,

CVS: cvs.openbsd.org: src

2013-05-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/30 10:14:50 Modified files: usr.sbin/ldpd : hello.c ldp.h neighbor.c Log message: Simplify hello holdtime calculation and stop the timeout timer if the holdtime is infinite. Diff from Renato

CVS: cvs.openbsd.org: src

2013-05-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/30 10:19:31 Modified files: usr.sbin/ldpd : interface.c Log message: Stop trying to send hello messages if the interface is down. Diff from Renato Westphal [renatowestphal at gmail.com]

CVS: cvs.openbsd.org: src

2013-05-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/30 10:22:52 Modified files: usr.sbin/ldpd : interface.c Log message: Fix bug when starting ldpd with a configured interface in the down state. If a given interface is down at startup, don't promote

CVS: cvs.openbsd.org: src

2013-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/31 08:10:10 Modified files: usr.sbin/ldpd : hello.c ldpe.h neighbor.c Log message: When the ldpe process calls connect(), it doesn't regain control until either the connection is made or an error

CVS: cvs.openbsd.org: src

2013-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/31 08:11:31 Modified files: usr.sbin/ldpd : ldpd.h Log message: Remove unused definitions Diff from Renato Westphal [renatowestphal at gmail.com]

CVS: cvs.openbsd.org: src

2013-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/31 17:10:13 Modified files: usr.sbin/bgpd : rde.c bgpd.c Log message: Unfuck BGP MPLS VPNs that got broken by the last few reload related commits. OK henning@

CVS: cvs.openbsd.org: src

2013-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/31 19:34:57 Modified files: usr.sbin/ldpd : hello.c ldp.h ldpe.h neighbor.c Log message: Always advertise the Router-ID as the transport address. RFC 5036 - Section 2.5.2 says: An LSR MUST

CVS: cvs.openbsd.org: src

2013-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/05/31 19:39:05 Modified files: usr.sbin/ldpd : packet.c Log message: Don't set the Message ID for hello messages. The Message ID field is used by notification messages to identify a given message.

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 10:00:21 Modified files: usr.sbin/ospfd : kroute.c Log message: Minor cleanup, do not set values to 0 twice.

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:16:35 Modified files: usr.sbin/ldpd : ldpd.h ldpe.h neighbor.c packet.c Log message: After returning from accept, we got a TCP connection not a LDP session. Rename event/actions in the

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:21:45 Modified files: usr.sbin/ldpd : neighbor.c Log message: After sending a keepalive message in the OPENSENT state, we must move to the OPENREC state and wait for a keepalive before

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:24:28 Modified files: usr.sbin/ldpd : neighbor.c packet.c Log message: Use the nbr_stop_[*]timer functions Diff from Renato Westphal

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:26:40 Modified files: usr.sbin/ldpd : interface.c ldpd.h log.c parse.y Log message: Don't allow enabling LDP on loopback and carp interfaces. LDP should be allowed only on physical or tunnel

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:30:32 Modified files: usr.sbin/ldpd : parse.y Log message: A bit nicer error message.

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:35:02 Modified files: usr.sbin/ldpd : address.c hello.c init.c interface.c keepalive.c labelmapping.c ldpd.conf.5 ldpd.h notification.c

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 12:47:07 Modified files: usr.sbin/ldpd : address.c hello.c init.c keepalive.c labelmapping.c lde.h ldpd.conf.5 ldpd.h ldpe.h neighbor.c

CVS: cvs.openbsd.org: src

2013-06-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/01 13:01:32 Modified files: usr.sbin/ldpd : address.c labelmapping.c ldpe.c packet.c Log message: Improve error handling on session_read * Don't try to send a Shutdown message if the connection is

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 10:53:50 Modified files: usr.sbin/ldpd : address.c interface.c kroute.c ldpd.c ldpd.h ldpe.c ldpe.h packet.c parse.y Log message: Implement support for multiple

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 10:56:47 Modified files: usr.sbin/ldpd : kroute.c lde_lib.c Log message: Advertise the implicit-null label for routes attached to loopback interfaces to guarantee PHP. With this 'fib-update no'

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 10:58:14 Modified files: usr.sbin/ldpd : parse.y printconf.c Log message: Fix bug in the fib-update command The fib-update directive wasn't accepting no as an option. Diff by Renato Westphal

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 11:01:59 Modified files: usr.sbin/ldpd : interface.c lde.c lde.h ldpd.h Log message: Remove the IMSG_NEIGHBOR_CHANGE message Unlike OSPF, LDP has no concept of intermediate states. A session is

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 18:41:18 Modified files: usr.sbin/ldpd : address.c interface.c kroute.c ldpe.c Log message: fix some minor issues before proceeding with the remaining patches from Renato Westphal. Diff by

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 18:45:00 Modified files: usr.sbin/ldpd : lde.c ldpe.c Log message: Minor adjustments in the startup of the lde and ldpe processes The 'ldpd_process' variable should be set as soon as possible in

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 18:56:49 Modified files: usr.sbin/ldpd : hello.c ldpd.h ldpe.h neighbor.c Log message: Minor adjustments in the initialization FSM * Remove the unused NBR_EVT_DOWN event; * Print the FSM

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 19:32:16 Modified files: usr.sbin/ldpd : init.c ldp.h ldpe.h neighbor.c notification.c Log message: Properly implement the exponential backoff timer on session initialization According with the

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:25:28 Modified files: usr.sbin/ldpd : Makefile control.c hello.c interface.c ldp.h ldpd.c ldpd.conf.5 ldpd.h ldpe.c ldpe.h log.c neighbor.c

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:28:27 Modified files: usr.sbin/ldpd : interface.c ldpd.h ldpe.h Log message: Cleanup ctl commands and remove unused variables inherited from ospfd From Renato Westphal

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:28:59 Modified files: usr.sbin/ldpctl: ldpctl.c Log message: Adjust to the latest changes on the ctl_iface struct From Renato Westphal

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:34:48 Modified files: usr.sbin/ldpd : address.c init.c keepalive.c labelmapping.c ldpd.h ldpe.h neighbor.c notification.c packet.c Log

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:39:10 Modified files: usr.sbin/ldpd : interface.c neighbor.c Log message: Speed-up the session establishment process * Send an extra Hello message before attempting to connect to a remote

CVS: cvs.openbsd.org: src

2013-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/03 20:40:17 Modified files: usr.sbin/ldpctl: ldpctl.c parser.c parser.h Log message: Introduce the 'ldpctl show discovery' command Diff by Renato Westphal

CVS: cvs.openbsd.org: src

2013-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/04 07:16:21 Added files: usr.sbin/ldpd : adjacency.c Log message: I screwed up and forgot to commit this new file :(

CVS: cvs.openbsd.org: src

2013-07-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/07/10 09:56:07 Modified files: usr.sbin/bgpd : rde.c session.c Log message: Change the way the RDE updates its peer list. The SE is now always sending a IMSG_SESSION_ADD message to the RDE when a peer

CVS: cvs.openbsd.org: src

2013-08-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/08/14 14:16:10 Modified files: usr.sbin/ospfd : rde_lsdb.c Log message: Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are the same. This will drop updates trying to attack the

CVS: cvs.openbsd.org: src

2013-08-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/08/14 14:34:28 Modified files: usr.sbin/bgpd : bgpd.h rde.c rde.h rde_filter.c rde_rib.c rde_update.c Log message: Rewrite the internals of the RDE reload logic. This is the

CVS: cvs.openbsd.org: src

2013-08-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/08/14 15:25:44 Modified files: etc: bgpd.conf Log message: Filter the IPv6 Discard-Only Prefix because it should not be globally routable. See RFC. Diff by Gleydson Soares.

CVS: cvs.openbsd.org: src

2013-10-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/10/19 09:04:26 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde_filter.c util.c Log message: Merge the prefix and prefixlen filter bits into one

CVS: cvs.openbsd.org: src

2013-10-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/10/20 06:35:48 Modified files: sys/net: route.h rtsock.c Log message: Make sure that the RTM_DESYNC message is not filtered out. Also ensure that rtm_flags and rtm_fmask do not change flags

CVS: cvs.openbsd.org: src

2013-10-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/10/20 07:21:57 Modified files: sys/net: if.c pf.c route.c route.h rtsock.c Log message: rt_mpath_next() was always called with 0 in the last argument. So drop it. OK henning@

CVS: cvs.openbsd.org: src

2013-10-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/10/20 07:23:35 Modified files: sys/net: radix_mpath.c Log message: In rt_mpath_conflict() there is no need to check the priority in the loop since rt_mpath_prio() and rt_mpath_next() ensure

CVS: cvs.openbsd.org: src

2013-10-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/10/20 10:17:37 Modified files: sys/net: radix.c radix_mpath.c radix_mpath.h Log message: Rename rn_mpath_count() to rn_mpath_active_count() since it will only return the number of active aka

CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/18 20:04:54 Modified files: sys/kern : uipc_domain.c uipc_mbuf.c sys/nfs: nfs_socket.c sys/sys: mbuf.h Log message: Remove max_datalen. It is only used once

Re: CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
On Sat, Jan 18, 2014 at 08:04:54PM -0700, Claudio Jeker wrote: CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2014/01/18 20:04:54 Modified files: sys/kern : uipc_domain.c uipc_mbuf.c sys/nfs: nfs_socket.c sys/sys

CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/18 21:04:36 Modified files: sys/net: radix.c Log message: Start to reduce the madness in radix.c. This only used by the kernel since ages so remove the bits used for userland compiles. OK

CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/18 21:14:34 Modified files: sbin/pfctl : pfctl_altq.c Log message: Fix minor ident issue. OK benno@, pelikan@

CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/18 22:01:50 Modified files: sys/netinet: icmp_var.h ip_icmp.c Log message: Start counting droped icmp errors because the rate limit is exceeded. OK benno@ deraadt@

CVS: cvs.openbsd.org: src

2014-01-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/18 22:03:29 Modified files: usr.bin/netstat: inet.c Log message: Report the number of dropped ICMP error because the rate limit got exceeded. OK benno@ deraadt@

CVS: cvs.openbsd.org: src

2014-01-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/19 02:39:04 Modified files: etc: rc Log message: Extend the initial pf ruleset to explicitly allow dhcp / bootp and dhcpv6. Our dhclient only uses the bpf tap for broadcast packets

CVS: cvs.openbsd.org: src

2014-01-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/19 02:52:25 Modified files: sys/net: radix.c radix.h Log message: More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a radix_mask pool. With input and OK mikeb@ and henning@

CVS: cvs.openbsd.org: src

2014-01-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/19 04:20:46 Modified files: sys/net: rtsock.c Log message: RTF_MPATH is a flag userland needs to be able to pass in since it is used to set multipath routes. So since more then 2 month

CVS: cvs.openbsd.org: src

2014-01-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/19 17:47:21 Modified files: sys/dev/acpi : acpi.c Log message: Instead of checking sc-sc_revision = 1 check that the fadt-hdr_revision = 1. This is a better check since it checks the version of

CVS: cvs.openbsd.org: src

2014-01-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/20 15:42:06 Modified files: sys/net: radix.c Log message: Try to be more consistent in how various variables are setup and named. Also remove a memset that is already happeing because we use

CVS: cvs.openbsd.org: src

2014-01-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/20 15:44:41 Modified files: sys/net: route.h Log message: Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself from multiple inclusion. OK mpi@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 16:42:45 Modified files: sys/net: radix.c Log message: Cleanup the abuse of x as the rn_addmask radix node. Since in most cases x is just used as a temp variable. Main offender is

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 21:08:08 Modified files: usr.sbin/bgpd : rde.c session.c Log message: Fix a bug where stale routes were not properly flushed on sessions announcing the graceful restart capability. The bug is

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:23:37 Modified files: sbin/route : keywords.h keywords.sh route.8 route.c Log message: Remove genmask support from route(8). It still will show them in monitor or get but you can no longer

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:24:23 Modified files: usr.sbin/route6d: route6d.c Log message: RTA_GENMASK is going to die soon so no need to handle it anymore. OK benno@ and agreed by dlg@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:25:52 Modified files: share/man/man4 : route.4 share/man/man9 : route.9 Log message: Adjust man pages since RTA_GENMASK is going away (even though we keep the defines for now they

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:28:09 Modified files: sys/net: route.c route.h rtsock.c sys/netinet: if_ether.c Log message: Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will now

CVS: cvs.openbsd.org: src

2014-01-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/22 03:17:59 Modified files: sys/net: radix.c radix.h radix_mpath.c Log message: Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing. OK mpi@ and krw@

CVS: cvs.openbsd.org: src

2014-01-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/25 03:03:32 Modified files: usr.bin/netstat: inet.c Log message: Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long. Found by csszep (at) gmail.

CVS: cvs.openbsd.org: src

2014-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/17 11:59:50 Modified files: usr.sbin/iscsid: iscsid.c Log message: Call control_init() before daemon() so that iscsid iscsictl reload works

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:50:17 Modified files: usr.sbin/arp : arp.c Log message: There is no need to init a global to 0

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:51:17 Modified files: usr.sbin/arp : arp.8 Log message: This is a lie, the default is not 0. It is inherited from the process. OK by many

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:52:29 Modified files: usr.sbin/traceroute: traceroute.8 usr.sbin/traceroute6: traceroute6.8 Log message: Again the default is not 0. Ok many

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:54:08 Modified files: sbin/ping : ping.8 sbin/ping6 : ping6.8 Log message: Still a lie, the default is not 0. It is inherited from the process. OK by many

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:56:11 Modified files: usr.bin/nc : nc.1 usr.bin/telnet : telnet.1 usr.bin/tcpbench: tcpbench.1 Log message: Once more, the default routing table id is inherited from the

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 13:58:42 Modified files: lib/libc/sys : getrtable.2 Log message: No need to Xr the same man page twice.

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 14:01:39 Modified files: lib/libc/sys : getsockopt.2 Log message: Try to document SO_RTABLE better. With input from deraadt@

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 14:10:03 Modified files: sbin/route : route.8 Log message: Try to be more precise about rtable and rdomains.

CVS: cvs.openbsd.org: src

2014-02-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/02/26 14:19:44 Modified files: sbin/ifconfig : ifconfig.8 Log message: Try to reduce the confusion about rdomain vs rtable. More is needed but this is a start. With input from many.

CVS: cvs.openbsd.org: src

2014-04-07 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/04/07 13:55:46 Modified files: usr.sbin/iscsid: control.c iscsid.c iscsid.h Log message: To win the startup race on the control socket we need to listen to it as well only then the connect() call from

CVS: cvs.openbsd.org: src

2011-03-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/24 02:36:00 Modified files: usr.sbin/ospfd : neighbor.c ospfd.c ospfe.c rde.c rde.h rde_lsdb.c rde_spf.c Log message: Fix some memory leaks. Mainly better cleanup on

CVS: cvs.openbsd.org: src

2011-03-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/24 04:00:43 Modified files: usr.sbin/ospf6d: ospf6.h Log message: Make the sequence number constanst explicitly unsigned. The seq_num is already defined as a u_int32_t type.

CVS: cvs.openbsd.org: src

2011-03-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/25 02:52:21 Modified files: usr.sbin/ospfd : lsack.c ospf.h ospfe.c ospfe.h Log message: Rewrite the lsack generation. Make it more like the lsupdate code. Removes some of the rather strange packet

CVS: cvs.openbsd.org: src

2011-03-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/25 04:54:22 Modified files: sys/net: pfvar.h pf_ioctl.c Log message: Include original rdomain in DIOCNATLOOK. This allows userland proxies to establish cross rdomain proxy sessions. OK

CVS: cvs.openbsd.org: src

2011-03-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/25 08:51:31 Modified files: usr.sbin/ftp-proxy: filter.c filter.h ftp-proxy.c Log message: Use the rdomain information returned by DIOCNATLOOK to install the nat-to and rdr-to rules with correct

CVS: cvs.openbsd.org: src

2011-03-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/28 09:21:38 Modified files: sys/dev/mii: files.mii Added files: sys/dev/mii: mlphy.c Log message: Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. The PHY is only

CVS: cvs.openbsd.org: src

2011-03-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/28 09:24:54 Modified files: sys/arch/alpha/conf: GENERIC RAMDISKBIG sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: Include mlphy(4) to the kernels that include tl(4). OK sthen@

CVS: cvs.openbsd.org: src

2011-03-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/03/28 09:25:37 Modified files: share/man/man4 : Makefile tl.4 Added files: share/man/man4 : mlphy.4 Log message: Documentation for mlphy(4) OK sthen

CVS: cvs.openbsd.org: src

2011-04-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/04/02 05:18:26 Modified files: sys/dev/pci: if_bce.c Log message: Kill a lot of spaces and make this a bit more KNF. No binary change.

CVS: cvs.openbsd.org: src

2011-04-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/04/03 06:27:00 Modified files: sys/dev/pci: if_bce.c Log message: Use a own bounce buffer that is used to send and receive packets. This allows bce to run properly on systems with more then 1G of

CVS: cvs.openbsd.org: src

2011-04-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/04/03 06:32:05 Modified files: sys/arch/i386/conf: GENERIC RAMDISK_CD sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: Re-enable bce(4) now that it is fixed.

  1   2   3   4   5   6   7   8   9   10   >