CVS commit: src/lib/libc/gen

2011-05-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue May 17 07:10:39 UTC 2011

Modified Files:
src/lib/libc/gen: vis.3

Log Message:
Trailing white space


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/vis.3

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



CVS commit: src/sys/conf

2011-05-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue May 17 07:16:03 UTC 2011

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
Add support for source specific AFLAGS and COPTS.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/conf/Makefile.kern.inc

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



CVS commit: src/sys/arch/sparc64/conf

2011-05-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 17 07:57:02 UTC 2011

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Disable DEBUG=-g by default again (accidently slipped in with last changes).
Ok: mrg


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/sparc64/conf/GENERIC

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



CVS commit: othersrc/external/bsd/genraidconf

2011-05-17 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Tue May 17 11:23:41 UTC 2011

Modified Files:
othersrc/external/bsd/genraidconf: genraidconf.8

Log Message:
Various improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/genraidconf/genraidconf.8

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



CVS commit: src/crypto/external/bsd/heimdal/include

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 17 12:56:44 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/include: krb5-protos.h

Log Message:
add missing prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/heimdal/include/krb5-protos.h

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



CVS commit: src/sys

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue May 17 17:34:55 UTC 2011

Modified Files:
src/sys/arch/algor/dev: bonito_mainbus.c vtpbc_mainbus.c
src/sys/arch/alpha/pci: a12c.c apecs.c cia.c dwlpx.c irongate.c lca.c
mcpcia.c tsc.c ttwoga.c
src/sys/arch/amd64/amd64: mainbus.c
src/sys/arch/arc/pci: necpb.c
src/sys/arch/arm/footbridge: footbridge.c
src/sys/arch/arm/gemini: gemini_obio.c
src/sys/arch/arm/ixp12x0: ixp12x0.c
src/sys/arch/arm/s3c2xx0: s3c2800_pci.c
src/sys/arch/arm/xscale: becc.c i80312.c i80321.c ixp425.c
src/sys/arch/atari/pci: pci_machdep.c
src/sys/arch/bebox/bebox: mainbus.c
src/sys/arch/cobalt/dev: gt.c
src/sys/arch/dreamcast/dev/g2: gapspci.c
src/sys/arch/evbarm/ifpga: ifpga.c
src/sys/arch/evbmips/gdium: bonito_mainbus.c
src/sys/arch/evbmips/malta/dev: gt.c
src/sys/arch/evbppc/walnut/pci: pchb.c
src/sys/arch/hp700/dev: dino.c elroy.c
src/sys/arch/hpcmips/vr: vrc4172pci.c vrpciu.c
src/sys/arch/i386/i386: mainbus.c
src/sys/arch/ia64/ia64: mainbus.c
src/sys/arch/ibmnws/ibmnws: mainbus.c
src/sys/arch/macppc/pci: bandit.c grackle.c u3.c uninorth.c
src/sys/arch/mips/adm5120/dev: admpci.c
src/sys/arch/mips/alchemy/dev: aupci.c
src/sys/arch/mips/rmi: rmixl_pcie.c rmixl_pcix.c
src/sys/arch/mips/sibyte/pci: sbbrz.c
src/sys/arch/mvmeppc/mvmeppc: mainbus.c
src/sys/arch/ofppc/pci: ofwpci.c
src/sys/arch/powerpc/booke/pci: pq3pci.c
src/sys/arch/powerpc/ibm4xx/pci: pchb.c
src/sys/arch/prep/prep: mainbus.c
src/sys/arch/sandpoint/sandpoint: mainbus.c
src/sys/arch/sgimips/gio: pci_gio.c
src/sys/arch/sgimips/mace: pci_mace.c
src/sys/arch/sh3/dev: shpcic.c
src/sys/arch/sparc/sparc: msiiep.c
src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c
src/sys/arch/x86/pci: pchb.c pci_machdep.c
src/sys/arch/xen/xen: hypervisor.c xpci_xenbus.c
src/sys/dev/cardbus: rbus_ppb.c
src/sys/dev/ic: cpc700.c
src/sys/dev/marvell: gtpci.c mvpex.c
src/sys/dev/pci: if_fxp_pci.c if_ne_pci.c pci.c pci_map.c
pciide_common.c pcivar.h viaide.c

Log Message:
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
role in NetBSD (drivers are no longer supposed to write these to
pa_flags) without changing name.  Correct that.

Rename PCI_FLAGS_IO_ENABLED to PCI_FLAGS_IO_OKAY and
PCI_FLAGS_MEM_ENABLED to PCI_FLAGS_MEM_OKAY, thus making their names
consistent with the other PCI flags and poisoning 3rd-party driver
sources that use the flags in the old bad way.

This patch produces no binary changes in this set of PCI kernels when
they are compiled w/o 'options DIAGNOSTIC' and w/ -V MKREPRO=yes:

algor P4032 P5064 P6032
alpha GENERIC
amd64 GENERIC XEN3_DOM0
arc GENERIC
atari HADES MILAN-PCIIDE
bebox GENERIC
cats GENERIC
cobalt GENERIC
evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE
evbarm-el GUMSTIX HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321
evbarm-el IXDP425 IXM1200 KUROBOX_PRO
evbarm-el LUBBOCK MARVELL_NAS NAPPI NSLU2 SHEEVAPLUG SMDK2800 TEAMASA_NPWR
evbarm-el TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425
evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3
evbmips64-el XLSATX
evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266
evbppc OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT
hp700 GENERIC
i386 ALL XEN3_DOM0 XEN3_DOMU
ibmnws GENERIC
iyonix GENERIC
landisk GENERIC
macppc GENERIC
mvmeppc GENERIC
netwinder GENERIC
ofppc GENERIC
prep GENERIC
sandpoint GENERIC
sbmips-el GENERIC
sgimips GENERIC32_IP2x GENERIC32_IP3x
sparc GENERIC_SUN4U KRUPS
sparc64 GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/algor/dev/bonito_mainbus.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/algor/dev/vtpbc_mainbus.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/alpha/pci/a12c.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/alpha/pci/apecs.c
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/alpha/pci/cia.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/alpha/pci/dwlpx.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/alpha/pci/irongate.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/alpha/pci/lca.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/pci/mcpcia.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/alpha/pci/tsc.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/alpha/pci/ttwoga.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arc/pci/necpb.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/footbridge/footbridge.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/gemini/gemini_obio.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/ixp12x0/ixp12x0.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/s3c2xx0/s3c2800_pci.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/becc.c
cvs rdiff -u -r1.19 -r1.20 sr

CVS commit: src/sys/arch/powerpc/booke

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue May 17 17:42:47 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke: e500_intr.c

Log Message:
Add some grotty #ifdef'age to make this compile w/o DIAGNOSTIC.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/booke/e500_intr.c

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



CVS commit: src/sys/netipsec

2011-05-17 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Tue May 17 18:43:03 UTC 2011

Modified Files:
src/sys/netipsec: key.c

Log Message:
fix lookup of SAs for outgoing packets in the !prefered_oldsa case,
as done in KAME and FAST_IPSEC after NetBSD imported the code
(The default differs: KAME uses the oldest valid SA while FAST_IPSEC
in NetBSD uses the newest one. I'm not changing this -- there is a lack
of specification and behavior can be changed with the "oldsa" sysctl.)
For incoming packets it shouldn't matter but I made it look similar
just to avoid unnecessary differences.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/netipsec/key.c

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



CVS commit: src/sys/netipsec

2011-05-17 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Tue May 17 18:57:02 UTC 2011

Modified Files:
src/sys/netipsec: key.c

Log Message:
cleanup some error handling to avoid memory leaks and doube frees,
from Wolfgang Stukenbrock per PR kern/44948, and part of kern/44952


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/netipsec/key.c

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



CVS commit: src/usr.bin/make

2011-05-17 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Tue May 17 21:56:52 UTC 2011

Modified Files:
src/usr.bin/make: Makefile parse.c

Log Message:
If a makefile if a multiple of the page size and doesn't end with a
newline, then it all goes horribly wrong when make tries to terminate
the last input line.
This was all ok before the mmap changes (rev 1.169) because the last
32 bytes of the input buffer were never read into.
The non-mmap case has a similar problem.
Bug found because my .depend files don't have a newline at the end of
the .OPTIO|NAL line (don't know if that is a local change).


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/make/Makefile
cvs rdiff -u -r1.177 -r1.178 src/usr.bin/make/parse.c

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



CVS commit: src/tests/sbin/resize_ffs

2011-05-17 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 17 22:01:41 UTC 2011

Modified Files:
src/tests/sbin/resize_ffs: common.sh

Log Message:
Add require root user to test_case_xfail. Avoids reporting expected
failure for the wrong reason with unprivileged runs (puffs access
denied).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/sbin/resize_ffs/common.sh

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



CVS commit: src/sys/arch

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue May 17 22:19:38 UTC 2011

Modified Files:
src/sys/arch/algor/conf: P6032
src/sys/arch/evbarm/conf: NSLU2
src/sys/arch/evbmips/conf: AP30 MERAKI RB153 WGT624V3

Log Message:
Increase SYMTAB_SPACE to fix compilation of these kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/algor/conf/P6032
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/NSLU2
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbmips/conf/AP30
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/MERAKI
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/RB153
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbmips/conf/WGT624V3

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



CVS commit: src/sys/arch/sgimips/dev

2011-05-17 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue May 17 22:26:33 UTC 2011

Modified Files:
src/sys/arch/sgimips/dev: crmfbreg.h

Log Message:
add some constants, clarify some hw limitations


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sgimips/dev/crmfbreg.h

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



CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2011-05-17 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Tue May 17 22:28:15 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c

Log Message:
xf86LoaderReqSymbols() is no more


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

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



CVS commit: src/external/mit/xorg/server/drivers

2011-05-17 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue May 17 22:29:06 UTC 2011

Modified Files:
src/external/mit/xorg/server/drivers: Makefile

Log Message:
wsfb is no longer borked


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/external/mit/xorg/server/drivers/Makefile

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



CVS commit: src/sys/arch/sgimips/dev

2011-05-17 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue May 17 22:52:28 UTC 2011

Modified Files:
src/sys/arch/sgimips/dev: crmfb.c

Log Message:
add support for running the console in more than 8 bit
Now modes like 1680x1050 work. The hardware requires a stride of a multiple
of 32 bytes, with 1680 this requires 16bit colour.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sgimips/dev/crmfb.c

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



CVS commit: src/sys/dev/pci/cxgb

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 18 01:02:00 UTC 2011

Modified Files:
src/sys/dev/pci/cxgb: cxgb_adapter.h cxgb_lro.c cxgb_main.c
cxgb_offload.c cxgb_osdep.c cxgb_osdep.h cxgb_sge.c

Log Message:
MI code must #include , not .


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/cxgb/cxgb_adapter.h \
src/sys/dev/pci/cxgb/cxgb_lro.c src/sys/dev/pci/cxgb/cxgb_main.c \
src/sys/dev/pci/cxgb/cxgb_offload.c src/sys/dev/pci/cxgb/cxgb_osdep.c \
src/sys/dev/pci/cxgb/cxgb_osdep.h src/sys/dev/pci/cxgb/cxgb_sge.c

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



CVS commit: src/sys/dev/pci

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 18 01:02:44 UTC 2011

Modified Files:
src/sys/dev/pci: if_bgevar.h if_bwi_pci.c if_et.c if_iwn.c
src/sys/dev/pci/n8: helper.h

Log Message:
#include , not .


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_bgevar.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_bwi_pci.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/if_et.c
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_iwn.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/helper.h

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



CVS commit: src/sys/dev/isa

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 18 01:03:15 UTC 2011

Modified Files:
src/sys/dev/isa: wbsio.c

Log Message:
#include , not .


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/isa/wbsio.c

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



CVS commit: src/sys/dev/sdmmc

2011-05-17 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May 18 01:07:17 UTC 2011

Modified Files:
src/sys/dev/sdmmc: sdmmcchip.h sdmmcvar.h

Log Message:
#include , not .


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/sdmmc/sdmmcchip.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/sdmmc/sdmmcvar.h

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



CVS commit: othersrc/external/bsd/genraidconf

2011-05-17 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Wed May 18 01:37:58 UTC 2011

Modified Files:
othersrc/external/bsd/genraidconf: genraidconf.sh

Log Message:
work out the partition letter of the first partition properly

invoke fdisk properly

use the correct partition letter in the raidN.conf file

invoke ci with a default description of the file as well as a commit message.

with these changes, we properly configure and initialise a raid1 set on 2 vnd
devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/genraidconf/genraidconf.sh

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



CVS commit: othersrc/external/bsd/genraidconf

2011-05-17 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Wed May 18 01:41:31 UTC 2011

Modified Files:
othersrc/external/bsd/genraidconf: genraidconf.sh

Log Message:
put a comment at the start of the generated raid config file that the file was
generated by genraidconf(8)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/genraidconf/genraidconf.sh

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



CVS commit: src/lib/libc/stdlib

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 01:59:39 UTC 2011

Modified Files:
src/lib/libc/stdlib: jemalloc.c malloc.c

Log Message:
cleanup saving and restoring errno, and make it similar.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdlib/jemalloc.c
cvs rdiff -u -r1.53 -r1.54 src/lib/libc/stdlib/malloc.c

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



CVS commit: src/tests/syscall

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 02:57:49 UTC 2011

Modified Files:
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_pselect.c

Log Message:
Add a test for signal delivery during pselect, with temporary mask change.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_pselect.c

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



CVS commit: src/distrib/sets/lists/tests

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 03:07:37 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
add pselect


To generate a diff of this commit:
cvs rdiff -u -r1.336 -r1.337 src/distrib/sets/lists/tests/mi

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



CVS commit: src/tests/syscall

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 03:15:12 UTC 2011

Modified Files:
src/tests/syscall: t_pselect.c

Log Message:
Don't depend on the atf timeout stuff, do it ourselves.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_pselect.c

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



CVS commit: src/sys

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 03:51:41 UTC 2011

Modified Files:
src/sys/kern: sys_select.c sys_sig.c
src/sys/sys: signalvar.h

Log Message:
PR/43625: Mark Davies: Fix pselect(2) to honor the temporary mask. pselect(2)
(and pollts(2)) are similar to sigsuspend(2) in that they temporarily change
the process signal mask and wait for signal delivery. Factor out and share the
code that does this.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/kern/sys_select.c
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/sys_sig.c
cvs rdiff -u -r1.79 -r1.80 src/sys/sys/signalvar.h

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



CVS commit: src/usr.bin/make

2011-05-17 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Wed May 18 06:36:48 UTC 2011

Modified Files:
src/usr.bin/make: Makefile

Log Message:
Back out a local change


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/make/Makefile

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