CVS commit: src/share/man/man4

2018-03-05 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Mon Mar 5 09:37:30 UTC 2018 Modified Files: src/share/man/man4: ugen.4 Log Message: Adapt to the new device name for interface attachments. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/ugen.4

CVS commit: src/sys/dev/usb

2018-03-05 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Mon Mar 5 09:35:01 UTC 2018 Modified Files: src/sys/dev/usb: files.usb ugen.c Log Message: Fix last: Since config(1) could not distinguish between device and interface attachments, it was generating only the latter. Thus devices

CVS commit: src/share/man/man4

2018-02-20 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Tue Feb 20 15:50:02 UTC 2018 Modified Files: src/share/man/man4: ugen.4 Log Message: Add description of how to attach ugen to only some of the interfaces found in a device. To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/dev/usb

2018-02-20 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Tue Feb 20 15:48:37 UTC 2018 Modified Files: src/sys/dev/usb: files.usb uftdi.c ugen.c Log Message: Attach uftdi to each interface found in the device separately. This allows for other drivers (e.g. ugen) to attach to some of the

CVS commit: src/sys/net

2014-06-19 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Thu Jun 19 16:54:40 UTC 2014 Modified Files: src/sys/net: if_tun.c Log Message: Enqueue the mbuf with the start of the packet, not some intermediate one (hi, rmind!). To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/usr.bin/whois

2013-02-20 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Wed Feb 20 09:27:52 UTC 2013 Modified Files: src/usr.bin/whois: whois.c Log Message: It helps to separate arguments from the query. While still suboptimal (you cannot use all the queries specified for .DE), at least this way we don't

CVS commit: src/sys/dev/usb

2012-01-10 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Tue Jan 10 11:32:25 UTC 2012 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: Delete Linux Ethernet Gadget from special handling. This makes at least the Openmoko Freerunner work again. Fixes PR kern/45591. Ok Jeff Rizzo

CVS commit: src/regress/sys/net/ether_aton_r

2011-11-01 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Tue Nov 1 12:52:28 UTC 2011 Modified Files: src/regress/sys/net/ether_aton_r: autogen Log Message: Replace ed usage with awk script. Fixes PR toolchain/45532, generating the exact same output as previously. Note that it doesn't

CVS commit: src/external/bsd/bind/dist/lib/isc/noatomic/include/isc

2011-02-20 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Sun Feb 20 19:05:32 UTC 2011 Modified Files: src/external/bsd/bind/dist/lib/isc/noatomic/include/isc: atomic.h Log Message: Fix return values. OK christos. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/sys/lib/libsa

2010-10-18 Thread Wolfgang Solfrank
/lib/libsa/cd9660.c:1.25 Mon Mar 22 16:57:54 2010 +++ src/sys/lib/libsa/cd9660.c Mon Oct 18 11:08:26 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660.c,v 1.25 2010/03/22 16:57:54 jakllsch Exp $ */ +/* $NetBSD: cd9660.c,v 1.26 2010/10/18 11:08:26 ws Exp $ */ /* * Copyright (C) 1996 Wolfgang Solfrank