Pavel Cahyna | 1 Sep 2007 01:03
Picon

CVS commit: [netbsd-4] src/usr.sbin/makefs


Module Name:	src
Committed By:	pavel
Date:		Fri Aug 31 23:03:01 UTC 2007

Modified Files:
	src/usr.sbin/makefs [netbsd-4]: cd9660.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #757):
	usr.sbin/makefs/cd9660.c: revision 1.19
Fix deep directory move rock-ridge extension. Code was there, but it had
bit-rotted.

To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.2.1 src/usr.sbin/makefs/cd9660.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Pavel Cahyna | 1 Sep 2007 01:04
Picon

CVS commit: [netbsd-4] src/doc


Module Name:	src
Committed By:	pavel
Date:		Fri Aug 31 23:04:57 UTC 2007

Modified Files:
	src/doc [netbsd-4]: CHANGES-4.0

Log Message:
ticket #757

To generate a diff of this commit:
cvs rdiff -r1.1.4.252 -r1.1.4.253 src/doc/CHANGES-4.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

David Young | 1 Sep 2007 01:40
Picon

CVS commit: src/sys/netinet


Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 31 23:40:09 UTC 2007

Modified Files:
	src/sys/netinet: ip_mroute.c

Log Message:
Fix bug in last: add missing ampersand.

To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sys/netinet/ip_mroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Juan Romero Pardines | 1 Sep 2007 02:12
Picon

CVS commit: src/sys/dev/sysmon


Module Name:	src
Committed By:	xtraeme
Date:		Sat Sep  1 00:12:07 UTC 2007

Modified Files:
	src/sys/dev/sysmon: sysmon_envsys_events.c

Log Message:
sme_event_register: sme_sensor_upint32() was being called even when
adding events via sme_event_drvadd(), fix it.

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/sysmon/sysmon_envsys_events.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

David Young | 1 Sep 2007 05:07
Picon

CVS commit: src/sys/net/agr


Module Name:	src
Committed By:	dyoung
Date:		Sat Sep  1 03:07:24 UTC 2007

Modified Files:
	src/sys/net/agr: if_agrsubr.c

Log Message:
Use ifreq_getaddr().  Pass a sockaddr instead of ifreq where sockaddr
will suffice.

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/net/agr/if_agrsubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Michael Lorenz | 1 Sep 2007 05:45
Picon

CVS commit: src/sys/dev/sbus


Module Name:	src
Committed By:	macallan
Date:		Sat Sep  1 03:45:14 UTC 2007

Modified Files:
	src/sys/dev/sbus: agten.c

Log Message:
add screen blanking support

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/sbus/agten.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Michael Lorenz | 1 Sep 2007 05:46
Picon

CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ag10e


Module Name:	xsrc
Committed By:	macallan
Date:		Sat Sep  1 03:46:51 UTC 2007

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ag10e: ag10e_driver.c

Log Message:
use ioctl(FBIOSVIDEO) for screen blanking

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ag10e/ag10e_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

David Young | 1 Sep 2007 06:32
Picon

CVS commit: src/sys


Module Name:	src
Committed By:	dyoung
Date:		Sat Sep  1 04:32:51 UTC 2007

Modified Files:
	src/sys/dev/ic: hd64570.c midway.c smc90cx6.c
	src/sys/dev/ppbus: if_plip.c
	src/sys/net: if_loop.c if_ppp.c if_sl.c if_stf.c if_strip.c if_tun.c
	src/sys/netatalk: at_control.c
	src/sys/netinet: in.c in_var.h

Log Message:
Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and
sockaddr_copy().  Constify.  Compare pointers with NULL, not 0.
Don't "test truth" of pointers, but compare with NULL.

To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/dev/ic/hd64570.c
cvs rdiff -r1.75 -r1.76 src/sys/dev/ic/midway.c
cvs rdiff -r1.48 -r1.49 src/sys/dev/ic/smc90cx6.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/ppbus/if_plip.c
cvs rdiff -r1.64 -r1.65 src/sys/net/if_loop.c
cvs rdiff -r1.116 -r1.117 src/sys/net/if_ppp.c
cvs rdiff -r1.106 -r1.107 src/sys/net/if_sl.c
cvs rdiff -r1.60 -r1.61 src/sys/net/if_stf.c
cvs rdiff -r1.80 -r1.81 src/sys/net/if_strip.c
cvs rdiff -r1.97 -r1.98 src/sys/net/if_tun.c
cvs rdiff -r1.19 -r1.20 src/sys/netatalk/at_control.c
cvs rdiff -r1.117 -r1.118 src/sys/netinet/in.c
(Continue reading)

Geoff Wing | 1 Sep 2007 07:21
Picon

Re: CVS commit: src/sys/net (INET6)

David Young <dyoung <at> netbsd.org> caused:
: Module Name:	src
: Committed By:	dyoung
: Date:		Fri Aug 31 21:02:16 UTC 2007
:
: Modified Files:
: 	src/sys/net: if.c if.h
:
: Log Message:
: Per discussion in 30 May 2007 on tech-net, add accessors for
: ifreq->ifr_addr, ifreq_getaddr() and ifreq_setaddr().
: cvs rdiff -r1.197 -r1.198 src/sys/net/if.c
: cvs rdiff -r1.124 -r1.125 src/sys/net/if.h

Enclose in #ifdef INET6 please.

Regards,
Geoff

--- sys/net/if.c.org	2007-09-01 15:01:11.000000000 +1000
+++ sys/net/if.c	2007-09-01 15:16:17.000000000 +1000
 <at>  <at>  -1676,9 +1676,12  <at>  <at> 
 	const uint8_t osockspace = sizeof(ifr->ifr_addr);
 	const uint8_t sockspace = sizeof(ifr->ifr_ifru.ifru_space);

+#ifdef INET6
 	if (cmd == SIOCGIFPSRCADDR_IN6 || cmd == SIOCGIFPDSTADDR_IN6)
 		len = MIN(sizeof(struct sockaddr_in6), sa->sa_len);
-	else if ((ncmd = compat_cvtcmd(cmd)) != cmd)
+	else
(Continue reading)

Pavel Cahyna | 1 Sep 2007 08:41
Picon

CVS commit: src/sys/arch/ofppc/include


Module Name:	src
Committed By:	pavel
Date:		Sat Sep  1 06:41:28 UTC 2007

Modified Files:
	src/sys/arch/ofppc/include: cpu.h

Log Message:
Put the declaration of cpu_softc and #include of sys/device.h inside
#ifdef _KERNEL to reduce the namespace pollution from proplib which
causes build failure in libexec/ld.elf_so.

To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/ofppc/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane