CVS commit: src/sys/arch/cats/cats

2009-08-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Aug 18 09:22:47 UTC 2009 Modified Files: src/sys/arch/cats/cats: cats_machdep.c Log Message: No longer rely on sys/exec.h including sys/exec_aout.h. Hi, m...@! To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

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

2009-08-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 19 08:24:44 UTC 2009 Modified Files: src/distrib/sets/lists/comp: ad.mips md.algor md.arc md.cobalt md.evbmips md.hpcmips md.mipsco md.newsmips md.pmax md.sbmips md.sgimips Log Message: Don't remove

CVS commit: src/sys/arch/atari/atari

2009-08-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 19 19:39:05 UTC 2009 Modified Files: src/sys/arch/atari/atari: atari_init.c Log Message: One more file needing sys/exec_aout.h. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/arch/atari/atari

2009-08-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 19 23:46:52 UTC 2009 Modified Files: src/sys/arch/atari/atari: machdep.c Log Message: Another needing sys/exec_aout.h. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/arch/atari/atari/machdep.c

CVS commit: src/lib/libc/gen

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 08:30:04 UTC 2009 Modified Files: src/lib/libc/gen: nlist.c nlist_aout.c Log Message: Instead of including a.out.h to get at struct nlist (with a comment to explain it), include nlist.h instead, so that our mips ports

CVS commit: src/lib/libc/gen

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 10:19:36 UTC 2009 Modified Files: src/lib/libc/gen: nlist_aout.c Log Message: Actually, when we really need the a.out defines from nlist.h, we need to include a.out.h anyway. Move it inside #ifdef NLIST_AOUT. To

CVS commit: src/sys/arch/arm/footbridge/isa

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 12:51:28 UTC 2009 Modified Files: src/sys/arch/arm/footbridge/isa: isa_machdep.c Log Message: Typo correction: it's isa_dmadestroy(), not isa_dma_destroy(), apparently. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/crunch/crunchide

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 17:39:51 UTC 2009 Modified Files: src/usr.bin/crunch/crunchide: crunchide.c exec_coff.c Log Message: Remove the include of a.out.h, since these files do not appear to need it. Fixes build for mips ports. Also fix a

CVS commit: src/usr.bin/ldd

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 21:07:47 UTC 2009 Modified Files: src/usr.bin/ldd: Makefile Log Message: Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.sbin/lpr/lpr

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 21:25:59 UTC 2009 Modified Files: src/usr.sbin/lpr/lpr: lpr.c Log Message: Remove what appears to be a spurious include of a.out.h. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/lpr/lpr/lpr.c

CVS commit: src/usr.sbin/mopd/common

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 21:59:13 UTC 2009 Modified Files: src/usr.sbin/mopd/common: Makefile Log Message: Define NOAOUT if we're building for mips. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/mopd/common/Makefile

CVS commit: src

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 22:07:50 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi src/sys/sys: Makefile core.h exec_aout.h Added Files: src/sys/sys: aout_mids.h Log Message: Introduce sys/aout_mids.h, and include it from

CVS commit: src

2009-08-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 21 08:42:02 UTC 2009 Modified Files: src/include: nlist.h src/lib/libc/gen: nlist_coff.c nlist_ecoff.c nlist_elf32.c nlist_private.h Log Message: Introduce a new accessor macro N_NAME() to access the

CVS commit: src/regress/include/okheaders

2009-08-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 21 13:30:54 UTC 2009 Modified Files: src/regress/include/okheaders: symbolcheck.c Log Message: Don't try to include a.out.h or link_aout.h on mips. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/rescue

2009-08-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 21 15:16:46 UTC 2009 Modified Files: src/rescue: Makefile Added Files: src/rescue: list.ldd.noaout Log Message: Add a new list.ldd.noaout, which is a copy of list.ldd but without the a.out support. Tweak Makefile so

CVS commit: src/sys/lib/libsa

2009-08-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 21 21:12:02 UTC 2009 Modified Files: src/sys/lib/libsa: Makefile Log Message: If we're on mips, don't build exec.c or loadfile_aout.c, since they both deal with a.out format executables. To generate a diff of this commit:

CVS commit: src/sys/arch/mvme68k/stand/bootxx

2009-08-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Aug 22 10:02:21 UTC 2009 Modified Files: src/sys/arch/mvme68k/stand/bootxx: bootxx.c Log Message: This one needs sys/exec_aout.h, so include it explicitly. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2009-08-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Aug 22 23:08:01 UTC 2009 Modified Files: src/sys/arch/pmax/include: loadfile_machdep.h Log Message: Remove BOOT_AOUT, since our mips ports no longer deal with a.out. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2009-08-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 23 08:32:23 UTC 2009 Modified Files: src/sys/arch/sgimips/include: loadfile_machdep.h Log Message: Remove BOOT_AOUT here as well, mips no longer deals with a.out. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sparc/stand/bootxx

2009-08-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 23 08:51:56 UTC 2009 Modified Files: src/sys/arch/sparc/stand/bootxx: bootxx.c Log Message: We need an explicit include of sys/exec_aout.h here as well. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/lib/libsa

2009-08-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Aug 25 14:10:54 UTC 2009 Modified Files: src/sys/lib/libsa: Makefile Log Message: Uh, move loadfile_aout.c in under the check for ${SA_USE_LOADFILE} again, so that it's not unconditionally compiled, fixing the previous. To

CVS commit: src/sys/rump/librump/rumpdev

2009-09-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Sep 4 08:57:00 UTC 2009 Modified Files: src/sys/rump/librump/rumpdev: devnodes.c Log Message: Both amiga and atari needs sys/lwp.h explicitly included in order for curlwp to be properly declared. To generate a diff of this

CVS commit: src/sys/opencrypto

2009-09-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Sep 4 08:58:44 UTC 2009 Modified Files: src/sys/opencrypto: cryptodev.h Log Message: It is best to explicitly include sys/condvar.h if we're going to use kcondvar_t. To generate a diff of this commit: cvs rdiff -u -r1.16

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

2009-09-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 7 08:22:51 UTC 2009 Modified Files: src/distrib/sets/lists/tests: mi module.mi Log Message: Move ./usr/tests/modules/Atffile from tests/mi to tests/module.mi. This should get us building for evbppc again, which doesn't do

CVS commit: src/etc/mtree

2009-09-08 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Sep 8 09:57:32 UTC 2009 Modified Files: src/etc/mtree: Makefile Log Message: Allow builds without X11 to succeed. The previous change when used in this situation caused the contents of ${.CURDIR} to be cat'ed into the generated

CVS commit: src/tools

2009-09-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 14 13:44:05 UTC 2009 Modified Files: src/tools: Makefile.disklabel Log Message: We need to install disklabel_rdb.h here as well, so that the toolized disklabel for amiga (at least) can be allowed to build. To generate a

CVS commit: src/dist/tcpdump

2009-09-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 14 15:18:15 UTC 2009 Modified Files: src/dist/tcpdump: print-pfsync.c Log Message: Print an explicit 64-bit type with %PRIu64, not with %llu, so that this builds on our LP64 ports as well. To generate a diff of this commit:

CVS commit: src/sbin/ifconfig

2009-09-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 14 15:12:21 UTC 2009 Modified Files: src/sbin/ifconfig: Makefile.inc Log Message: Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this file may be included by different parts of the source tree, in particular deep

CVS commit: src/sbin/ifconfig

2009-09-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Sep 15 09:22:07 UTC 2009 Modified Files: src/sbin/ifconfig: Makefile Makefile.inc Log Message: Move the addition of pfsync.c from Makefile.inc to Makefile, so that this part doesn't get included in install media versions of

CVS commit: src/distrib

2009-09-24 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 24 21:04:46 UTC 2009 Modified Files: src/distrib/acorn26/instkernel: Makefile src/distrib/acorn32/ramdisk: Makefile src/distrib/evbppc/ramdisk: Makefile src/distrib/hp300/ramdisk: Makefile

CVS commit: src/sys/arch/sun68k/stand/libsa

2009-09-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Sep 25 11:19:35 UTC 2009 Modified Files: src/sys/arch/sun68k/stand/libsa: Makefile.inc Log Message: Use .PATH.S instead of giving a source file with fully qualified path. This should avoid the sun3 port contaminating its source

CVS commit: src/lib/libc/gdtoa

2011-03-27 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Mar 27 11:21:55 UTC 2011 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: Fix this so that it builds for vax; where the compiler balks at the mixture of a union and a double in an expression (imagine that!) I see other

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

2011-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 4 09:58:28 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi shl.mi Log Message: Move the recently added tests for libexec/ld.elf_so to shl.mi, so that the sun2 port builds again. To generate a diff of this commit:

CVS commit: src/tests/lib/libcurses/slave

2011-04-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Apr 13 09:46:38 UTC 2011 Modified Files: src/tests/lib/libcurses/slave: Makefile Log Message: Explicitly list -lterminfo after -lcurses, to support static builds. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x68k/stand/loadbsd

2011-04-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Apr 13 11:10:50 UTC 2011 Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Convert to using -nostdinc, and set include paths and create symlinks so that we include the source tree's sys/, machine/ and m68k/

CVS commit: src/sys/compat/linux/arch/alpha

2011-04-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Apr 14 11:17:47 UTC 2011 Modified Files: src/sys/compat/linux/arch/alpha: linux_pipe.c Log Message: Fix this so that it builds (missing struct keyword). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/compat/linux/arch

2011-04-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Apr 15 13:04:53 UTC 2011 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/arm: syscalls.master src/sys/compat/linux/arch/m68k: syscalls.master

CVS commit: src/sys/compat/linux/arch

2011-04-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Apr 15 13:07:38 UTC 2011 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h

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

2011-04-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Apr 16 18:41:59 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal: Makefile.inc Log Message: Some ports don't (need to) construct separate _pic libraries, so where MKPICLIB != yes, refer to libipc.a instead of

CVS commit: src/share/mk

2011-04-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 26 08:22:18 UTC 2011 Modified Files: src/share/mk: bsd.prog.mk Log Message: The new Heimdal adds -lwind and -lheimbase to the set of libraries, so define the corresponding LIB* variables. These are also needed in the

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

2011-05-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 15 13:36:13 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: GUMSTIX Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

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

2011-05-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 15 13:38:20 UTC 2011 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/arch/sparc/stand/ofwboot

2011-05-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri May 20 14:49:54 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c ofdev.c Added Files: src/sys/arch/sparc/stand/ofwboot: net.h Log Message: Put the external functions from net.c in it's own

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

2011-05-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed May 25 19:21:20 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/bin: Makefile.inc src/crypto/external/bsd/heimdal/bin/gsstool: Makefile src/crypto/external/bsd/heimdal/bin/hxtool: Makefile

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

2011-06-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jun 7 15:01:44 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: TWINTAIL Log Message: SYMTAB_SPACE is decimal, so fix syntax error introduced by the previous. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/lib/libkern

2009-03-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 26 22:18:15 UTC 2009 Modified Files: src/sys/lib/libkern: crc32.c Log Message: Make the function declaration the same for the big-endian case as for the little-endian case, and consistent with the libkern.h declaration.

CVS commit: src/usr.bin/mail

2009-04-12 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Apr 12 22:47:39 UTC 2009 Modified Files: src/usr.bin/mail: send.c Log Message: Work around a problem with gcc -Wuninitialized seen for our sh3 targets. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/usr.bin/mail

2009-04-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 13 10:03:58 UTC 2009 Modified Files: src/usr.bin/mail: send.c Log Message: Do the -Wuninitialized workaround in a way which conforms to our style guide, and remove a now unneeded LINTED comment. From private feedback. To

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

2009-04-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 13 11:54:58 UTC 2009 Modified Files: src/sys/arch/powerpc/powerpc: darwin_machdep.c Log Message: Add the include of compat/darwin/darwin_types.h, so that this builds again with COMPAT_DARWIN defined. Fix from KIYOHARA

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

2009-04-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 13 11:56:35 UTC 2009 Modified Files: src/sys/arch/powerpc/powerpc: darwin_commpage_machdep.S Log Message: Define _NOREGNAMES before including machine/asm.h so that the assembler doesn't get confused. To generate a diff of

CVS commit: src/sys/arch/acorn26/acorn26

2009-05-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 10 21:47:57 UTC 2009 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c Log Message: Also update the prototype for pmap_enter1() after the recent int - u_int change. To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/dist/pdisk

2009-05-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 10 22:03:22 UTC 2009 Modified Files: src/dist/pdisk: dump.c Log Message: Now that we have strnlen() in libc, get rid of the local and type-conflicting implementation here instead of fixing it locally. I don't think (hope!)

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

2009-05-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon May 11 16:09:24 UTC 2009 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Follow up the changed prototype of pmap_enter(), flag from int to u_int. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2009-05-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon May 11 16:16:42 UTC 2009 Modified Files: src/sys/arch/evbppc/conf: WALNUT Log Message: Bump SYMTAB_SPACE so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbppc/conf/WALNUT

CVS commit: src/crypto/external/bsd/netpgp/bin

2009-05-17 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 17 11:38:43 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/bin: Makefile Log Message: Add LDADD+= and DPADD+= settings so that this builds on sun2 as well, where we can't rely on shared libraries expressing the needs

CVS commit: src/sys/arch/amiga/stand/bootblock/txlt

2011-06-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jun 20 20:25:47 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/txlt: txlt.l Log Message: Include string.h for strncmp() prototype. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/alpha/instkernel/ramdisk

2011-06-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jun 20 23:00:53 UTC 2011 Modified Files: src/distrib/alpha/instkernel/ramdisk: list Log Message: Add -lbz2 and -llzma so that this links again. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch/newsmips/apbus

2011-07-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jul 15 07:49:20 UTC 2011 Modified Files: src/sys/arch/newsmips/apbus: if_tlp_ap.c Log Message: Track the changes to tulipvar.h -- use the recently introduced tlp_chip_name() to get the chip name for aprint output. To generate a

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

2011-07-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jul 15 08:07:08 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the ibm4xx and booke modules for dtv. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/kern

2011-08-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Aug 1 15:26:31 UTC 2011 Modified Files: src/sys/kern: subr_pserialize.c Log Message: Need to include sys/evcnt.h explicitly to build this on at least amiga. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2010-12-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 1 09:52:29 UTC 2010 Modified Files: src/sys/arch/macppc/dev: if_wi_obio.c Log Message: Follow up the changes done to wivar.h -- the consequence here is that instead of a _disable and _enable routine, we have a single _enable

CVS commit: src/crypto/external/bsd/openssh/bin/sshd

2010-12-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 2 10:21:28 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile Log Message: Don't rely on the shared library dependencies to pull in the ssl and lber libraries, for the benefit of static linking and

CVS commit: src/crypto/external/bsd/openssh/dist

2010-12-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 2 10:23:51 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-pkcs11.c Log Message: Make this build for platforms which don't define HAVE_DLOPEN, notably our sun2 port. Eliminates defined but not used

CVS commit: src/usr.bin/awk

2010-12-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 15 08:09:23 UTC 2010 Modified Files: src/usr.bin/awk: Makefile Log Message: Make this build as part of the dist/miniroot build, where it's still referenced. Adjust for the move from dist/ to external/. To generate a diff

CVS commit: src/usr.bin/netstat

2010-12-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 15 09:15:05 UTC 2010 Modified Files: src/usr.bin/netstat: Makefile Log Message: Make this build with CRUNCHEDPROG defined, and default to the sysctl() method of fetching information. Apparently we can't simply not define the

CVS commit: src/sys/lib/libsa

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 17:48:37 UTC 2010 Modified Files: src/sys/lib/libsa: udp.c Log Message: Print size_t and ssize_t with %zd, not just %d. (How did this build before?) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 18:00:42 UTC 2010 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: Since struct cpu_data isn't the first member in struct cpu_info, instead expose the initial portion of struct cpu_info if _KMEMUSER is

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

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 21:05:35 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Expose parts of struct cpu_info if _KMEMUSER is defined, for the benefit of e.g. vmstat. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc

2010-12-27 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Dec 27 15:10:33 UTC 2010 Modified Files: src/tests/lib/libc: Makefile Log Message: Don't try to build the SSP tests if the target doesn't have SSP. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/distrib/sets

2010-12-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Dec 28 09:15:24 UTC 2010 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/tests: mi Log Message: Introduce the ssp attribute derived from HAS_SSP from bsd.sys.mk. Use it to flag entries which

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

2010-12-31 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Jan 1 00:37:17 UTC 2011 Modified Files: src/sys/arch/m68k/include: cpu.h Log Message: Protect the include of sys/cpu_data.h with a test for either _KERNEL or _KMEMUSER. This should fix the build problem in libkvm for our m68k

CVS commit: src/sys/arch/mips/mips

2011-01-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jan 2 12:17:28 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Make this build again by removing the const qualifier on the local pcb0 variable in mips_init_lwp0_uarea(). To generate a diff of this

CVS commit: src/sys/arch/mvmeppc/stand/libsa

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 09:03:15 UTC 2011 Modified Files: src/sys/arch/mvmeppc/stand/libsa: bugsyscalls.S srt0.S Log Message: Prefix register names with %, apparently now required to build. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/evbsh3/evbsh3

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 09:36:33 UTC 2011 Modified Files: src/sys/arch/evbsh3/evbsh3: machdep.c Log Message: Need machine/pcb.h to define struct pcb. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/mmeye/mmeye

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 10:19:07 UTC 2011 Modified Files: src/sys/arch/mmeye/mmeye: machdep.c Log Message: Need machine/pcb.h for struct pcb definition. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/distrib/sets/lists

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 21:07:18 UTC 2011 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: Mark the set list entries for librumpfs_zfs and librumpkern_solaris with the zfs attribute

CVS commit: src/sys/compat/linux/arch/powerpc

2011-01-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jan 20 11:59:25 UTC 2011 Modified Files: src/sys/compat/linux/arch/powerpc: linux_machdep.c Log Message: save_fpu_lwp() was renamed to fpu_save_lwp(), so follow suit. To generate a diff of this commit: cvs rdiff -u -r1.44

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

2011-01-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jan 21 22:37:12 UTC 2011 Modified Files: src/sys/arch/algor/conf: P4032 Log Message: Bump SYMTAB_SPACE so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P4032 Please

CVS commit: src/share/mk

2011-01-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jan 25 10:28:56 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: Default MKREPRO to no, so that the tests in stand/ etc. don't need to add :Uno to the variable expansion inside the test to avoid errors from nbmake.

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

2010-06-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jun 6 11:41:06 UTC 2010 Modified Files: src/sys/arch/m68k/include: pmap_motorola.h Log Message: Only include opt_m68k_arch.h if _KERNEL_OPT is defined, so that librump builds again. OK'ed by m...@. To generate a diff of this

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

2010-06-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jun 30 07:03:26 UTC 2010 Modified Files: src/sys/arch/sbmips/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/sys/arch/cobalt/stand/boot

2010-07-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jul 11 17:09:27 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: Include sys/param.h for howmany() definition. OK'ed by tsut...@. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/netpgp/netpgpverify

2010-08-12 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 13 05:16:29 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/netpgpverify: Makefile Log Message: Add reference to libmj, so that static-linkers (sun2) can make build progress beyond this point. To generate a diff of

CVS commit: src/distrib/sgimips/instkernel

2010-08-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Aug 16 13:24:54 UTC 2010 Modified Files: src/distrib/sgimips/instkernel: Makefile Log Message: Bump size from 3500k to 3600k so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tools

2009-12-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Dec 29 22:13:01 UTC 2009 Modified Files: src/tools: Makefile Log Message: To unbreak the build, temporarily remove the build of libelf here, since no other part of the build depends on this yet. Suggested as a temporary

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

2009-12-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 30 18:39:03 UTC 2009 Modified Files: src/sys/arch/cobalt/include: bootinfo.h Log Message: Change prototype of lookup_bootinfo() so that it matches the implementation again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm32

2010-01-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Jan 2 07:53:29 UTC 2010 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Remove a shadowed and unused local declaration so that this builds again. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211

CVS commit: src/distrib/sparc64/xminiroot

2010-01-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jan 5 18:36:16 UTC 2010 Modified Files: src/distrib/sparc64/xminiroot: Makefile Log Message: Bump the miniroot size from 8m to 9m, so that the contents fits again. OK'ed by mrg@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2010-01-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 13 14:24:58 UTC 2010 Modified Files: src/distrib/acorn32/ramdisk: Makefile src/sys/arch/acorn32/conf: INSTALL Log Message: Bump the ramdisk size so that the contents fits again. OK'ed by reinoud@ To generate a diff

CVS commit: src/distrib/sets

2010-01-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jan 14 13:45:51 UTC 2010 Modified Files: src/distrib/sets: sets.subr Log Message: In addition to setting module=no if ${MKKMOD} is no, also set kmod=no. This should get evbppc building correctly again. To generate a diff of

CVS commit: src/sys/kern

2010-01-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jan 26 12:59:51 UTC 2010 Modified Files: src/sys/kern: subr_prf.c Log Message: On a recursive panic(), don't try to take a dump, as that may very well have triggered the recursive panic. Fix the comment for panic() to reflect

CVS commit: src/lib/libterminfo

2010-02-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Feb 5 14:39:07 UTC 2010 Modified Files: src/lib/libterminfo: term.h term_private.h Log Message: More adaptation for ports with unsigned char as char. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/tic

2010-02-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Feb 5 14:40:07 UTC 2010 Modified Files: src/usr.bin/tic: tic.c Log Message: More adaptation for ports where char is unsigned char. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tic/tic.c Please note

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

2010-02-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Feb 7 12:52:04 UTC 2010 Modified Files: src/sys/arch/amiga/dev: atzsc.c Log Message: Remove a now-unused variable declaration. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/amiga/dev/atzsc.c

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

2010-02-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Feb 19 15:25:28 UTC 2010 Modified Files: src/sys/arch/algor/conf: P5064 Log Message: Bump SYMTAB_SPACE so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/algor/conf/P5064 Please

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

2009-05-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri May 22 08:08:36 UTC 2009 Modified Files: src/sys/arch/mvme68k/include: intr.h Log Message: Remove a no-longer-needed include of sys/device.h, which now created a build problem because dvl_mtx has an incomplete type when building

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2009-05-24 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 24 20:35:41 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Apply fix borrowed from i386: Fix const issue (cast const pointers to const uint8_t * instead of caddr_t). To generate a

CVS commit: src/sys/dev/ic

2009-05-31 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 31 14:11:18 UTC 2009 Modified Files: src/sys/dev/ic: smc90cx6.c Log Message: Don't include machine/mtpr.h anymore since it has been removed (at least from the amiga port) and appears to no longer be required. To generate a

CVS commit: src/sys/arch/evbarm/g42xxeb

2009-05-31 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 31 17:47:26 UTC 2009 Modified Files: src/sys/arch/evbarm/g42xxeb: gb225_pcic.c Log Message: Adapt to changes in sa11x0 code, with struct device * - device_t changes. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/distrib/sparc/miniroot

2009-06-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jun 1 13:06:03 UTC 2009 Modified Files: src/distrib/sparc/miniroot: Makefile.inc Log Message: The sparc miniroot actually doesn't use file anymore to distinguish between a.out and ELF objects, so omit the now no-longer-present

  1   2   3   >