CVS commit: src

2009-06-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jun 9 11:06:10 UTC 2009 Modified Files: src/distrib/sparc/ramdisk: Makefile list src/sys/arch/sparc/conf: INSTALL Log Message: Add -lprop to the ramdisk build, so that it builds again, due to recent changes in newfs.

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

2009-06-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jun 10 11:41:44 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add a dummy uvm_readahead() function, to fix build issues after it recently got added to the kernel. OK'ed by pooka@ To generate a diff

CVS commit: src

2009-06-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jun 18 15:22:24 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c src/sys/lib/libkern/arch/vax: Makefile.inc Log Message: Back out the addition of memset.c to the vax libkern, and instead do as tsutsui@

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

2011-02-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Feb 14 10:22:19 UTC 2011 Modified Files: src/sys/arch/sparc/include: pmap.h Log Message: Provide a macro for pmap_mmap_flags() since we define PMAP_EXCLUDE_DECLS here. To generate a diff of this commit: cvs rdiff -u -r1.89

CVS commit: src/sys/dev/hil

2011-02-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Feb 21 12:33:05 UTC 2011 Modified Files: src/sys/dev/hil: hilkbd.c Log Message: Since hilkbd_rawrepeat() is only defined under WSDISPLAY_COMPAT_RAWKBD, protect the declaration similarly to avoid build failure of the INSTALL

CVS commit: src/sys/ufs/ffs

2011-02-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Feb 22 20:25:54 UTC 2011 Modified Files: src/sys/ufs/ffs: ffs_snapshot.c Log Message: Move blocks_in_journal() in under #ifndef FFS_NO_SNAPSHOT, all uses are under that ifdef anyway; this allows build with FFS_NO_SNAPSHOT

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

2011-02-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Feb 23 09:06:48 UTC 2011 Modified Files: src/sys/arch/mmeye/include: loadfile_machdep.h Log Message: Since this port doesn't build its stand binaries with _STANDALONE defined, put in declarations of alloc() and dealloc() which

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

2011-03-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Mar 5 21:19:46 UTC 2011 Modified Files: src/distrib/sets/lists/base: md.mmeye Log Message: This port now installs an /usr/mdec/boot file, so note that here. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch

2011-03-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Mar 6 20:34:58 UTC 2011 Modified Files: src/sys/arch/arc/include: param.h src/sys/arch/bebox/include: param.h src/sys/arch/cobalt/include: param.h src/sys/arch/newsmips/include: param.h

CVS commit: src/tools/makefs

2011-03-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Mar 7 13:28:06 UTC 2011 Modified Files: src/tools/makefs: Makefile Log Message: This tool now depends on updated target includes in the tools build for an UPDATE build to succeed; ensure that by including

CVS commit: src/sys/dev/pci

2011-03-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 11 20:22:53 UTC 2011 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add two NetMos NM9865 1-port and 2-port controllers, as found in 2x and 1x on a 4-port card sold as Sunsway/ST Lab I-430. To generate a diff of

CVS commit: src/lib/libc/tls

2011-03-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 18 14:56:01 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: It would be nice if lint knew that abort() will never return. For now just insert a /* NOTREACHED */ comment to fix the build failure. To generate a

CVS commit: src/sys/dev/isa

2010-03-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Mar 16 12:53:17 UTC 2010 Modified Files: src/sys/dev/isa: fd.c Log Message: Allow this driver to build for ofppc as well. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/isa/fd.c Please note that

CVS commit: src

2010-04-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 5 07:16:13 UTC 2010 Modified Files: src/sys/kern: kern_malloc.c src/sys/sys: mallocvar.h param.h src/usr.bin/vmstat: vmstat.c Log Message: Extend struct malloc_type to count the number of active allocations

CVS commit: src

2010-04-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Apr 5 08:03:42 UTC 2010 Modified Files: src/sys/kern: kern_malloc.c src/sys/sys: mallocvar.h src/usr.bin/vmstat: vmstat.c Log Message: Follow christos' suggestions, and make ks_active a u_short, and also only use

CVS commit: src/distrib

2010-04-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Apr 23 14:10:19 UTC 2010 Modified Files: src/distrib/i386/cdroms: Makefile.cdrom src/distrib/sparc64/cdroms/installcd: Makefile Log Message: Um, as has been noted, INSTALL_FILE records what's installed if it's done

CVS commit: src/lib/csu/arm_elf

2012-01-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 25 13:29:58 UTC 2012 Modified Files: src/lib/csu/arm_elf: crt0.c Log Message: After christos@ latest re-structuring of includes and defines in the various param.h files, STACKALIGNBYTES is now called STACK_ALIGNBYTES, so

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

2012-01-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jan 29 20:16:17 UTC 2012 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Only declare helper variable which is only used in KASSERT() if DIAGNOSTIC is defined, to avoid variable defined but never used warning if

CVS commit: src/sys/kern

2012-01-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jan 29 20:20:18 UTC 2012 Modified Files: src/sys/kern: subr_pool.c Log Message: Use the same style for initialization of pool_allocator_kmem under POOL_SUBPAGE as all the other poll_allocator structs. Fixes build problem for

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

2012-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jan 30 17:03:58 UTC 2012 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c Log Message: Convert from malloc()/free() to kmem_* family of functions. Discussed with and some guidance from para@. To generate a diff of this

CVS commit: src/sys/dist/ipf/netinet

2012-02-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Feb 1 10:03:24 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: fil.c Log Message: Don't forward-declare ipf_dolog unless IPFILTER_LOG is defined, since its implementation is under that ifdef. To generate a diff of this

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

2012-02-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Feb 1 10:04:55 UTC 2012 Modified Files: src/sys/arch/evbppc/conf: WALNUT Log Message: Bump SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbppc/conf/WALNUT Please note that diffs are

CVS commit: src/sys/dist/ipf/netinet

2012-02-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Feb 1 10:18:04 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: fil.c Log Message: Don't refer to ipf_log_soft_destroy(), ipf_log_soft_create(), ipf_log_soft_init(), and ipf_log_soft_fini() unless IPFILTER_LOG is defined,

CVS commit: src/etc/etc.evbppc

2012-02-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Feb 4 10:32:11 UTC 2012 Modified Files: src/etc/etc.evbppc: Makefile.inc Log Message: Fix spello for the INSTALL_P2020* kernel configs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/ntp/dist/include

2012-02-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Feb 4 14:56:58 UTC 2012 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h Log Message: Re-define emalloc(arg) to ntp_emalloc(arg), so that this can be linked statically on NetBSD as well, since emalloc() conflicts

CVS commit: src

2012-02-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Feb 4 22:27:26 UTC 2012 Modified Files: src/distrib/sgimips/instkernel: Makefile src/distrib/sgimips/ramdisk: Makefile src/sys/arch/sgimips/conf: INSTALL32_IP2x Log Message: Bump the install image size so that

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

2012-02-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Feb 19 07:51:52 UTC 2012 Modified Files: src/sys/arch/iyonix/include: vmparam.h Log Message: Expose the contents also for _KMEMUSER, fixes build of usr.sbin/crash. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/usb

2012-02-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Feb 23 13:31:13 UTC 2012 Modified Files: src/sys/dev/usb: umass_scsipi.c usscanner.c Log Message: Include sys/lwp.h for access to curlwp, now used in various locking ops. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src/sys/uvm

2012-02-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Feb 27 01:39:59 UTC 2012 Modified Files: src/sys/uvm: uvm_param.h Log Message: __uvmexp_pagesize is needed also for non-modular builds, as witnessed by the otherwise failing sparc build. To generate a diff of this commit: cvs

CVS commit: src/etc/root

2012-03-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Mar 11 17:23:55 UTC 2012 Modified Files: src/etc/root: dot.cshrc Log Message: Can't use Bourne shell syntax here... (Even in comments, for PKG_PATH.) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/etc/root

2012-03-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Mar 11 17:28:47 UTC 2012 Modified Files: src/etc/root: dot.cshrc dot.profile Log Message: Point first to 6.0 packages, then to packages for 5.1 or 5.0. The latter have reduced usefullness in -current or netbsd-6 until we have a

CVS commit: src

2013-06-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jun 28 19:24:29 UTC 2013 Modified Files: src/distrib/zaurus/ramdisk: Makefile src/sys/arch/zaurus/conf: INSTALL Log Message: Bump the INSTALL ramdisk by 100k so that the contents fits again. Approved by nonaka@ To

CVS commit: src/sys/arch/i386/stand

2013-07-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jul 28 08:50:09 UTC 2013 Modified Files: src/sys/arch/i386/stand/boot: boot2.c src/sys/arch/i386/stand/lib: bootmenu.c bootmenu.h Log Message: Two changes for the i386 boot loader related to the boot menu which can be

CVS commit: src

2013-08-08 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 8 13:21:38 UTC 2013 Modified Files: src/distrib/arc/ramdisk: Makefile src/sys/arch/arc/conf: RAMDISK Log Message: Bump RAMDISK size so that the contents fits again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2013-08-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Aug 26 07:14:59 UTC 2013 Modified Files: src/distrib/acorn26/instkernel: Makefile src/sys/arch/acorn26/conf: INSTALL Log Message: Bump the ramdisk image size so that the contents fits again. To generate a diff of this

CVS commit: src/distrib/sgimips/instkernel

2013-08-31 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Aug 31 10:42:18 UTC 2013 Modified Files: src/distrib/sgimips/instkernel: Makefile Log Message: Bump the image size so that the contents fits again. Kernel (at least INSTALL32_IP3x) has big enough area already. To generate a

CVS commit: src

2012-03-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Mar 18 14:12:56 UTC 2012 Modified Files: src/distrib/vax/ramdisk: Makefile src/sys/arch/vax/conf: INSTALL Log Message: Bump the ramdisk size so that the contents fits again. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/arch/m68k/gen

2012-03-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Mar 20 10:40:48 UTC 2012 Modified Files: src/lib/libc/arch/m68k/gen: fpfake.c Log Message: Sprinkle some /* ARGSUSED */ before the dummy functions to appease lint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/arch/mips/gen

2012-03-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Mar 20 10:51:24 UTC 2012 Modified Files: src/lib/libc/arch/mips/gen: fpgetmask.c fpgetsticky.c fpsetmask.c fpsetsticky.c Log Message: Cast to unsigned int before doing shift operations, to appease lint. To generate

CVS commit: src/lib/libc/stdlib

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 09:49:03 UTC 2012 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Cast an int argument to umax2s() to size_t. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdlib/jemalloc.c

CVS commit: src/sbin/ldconfig

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 16:11:26 UTC 2012 Modified Files: src/sbin/ldconfig: shlib.c Log Message: Convert from KR to c89 function definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/ldconfig/shlib.c Please note

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

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 19:59:18 UTC 2012 Modified Files: src/sys/arch/m68k/include: profile.h Log Message: Use c89 function declarations in MCOUNT definition. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/common/lib/libc/net

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 20:02:56 UTC 2012 Modified Files: src/common/lib/libc/net: htonl.c htons.c ntohl.c ntohs.c Log Message: Lint seems to prefer that we cast via (void*) and not directly to (u_char*), so follow suit. To generate a diff of

CVS commit: src/lib/libc/arch/arm/gen

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 20:04:57 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: flt_rounds.c Log Message: Use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/arm/gen/flt_rounds.c

CVS commit: src/lib/libc/arch/alpha/gen

2012-03-21 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Mar 21 20:07:52 UTC 2012 Modified Files: src/lib/libc/arch/alpha/gen: fpgetround.c fpsetround.c Log Message: Add some casts to get rid of bitwise op on signed value is non-portable warning from lint. To generate a diff of this

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

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:39:44 UTC 2012 Modified Files: src/sys/arch/arm/include: limits.h Log Message: Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid ANSI C treats constant as unsigned warning from lint. To generate a

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:52:22 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_bus_window.c Log Message: Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/dist/pdisk

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c Please note that

CVS commit: src/lib/libc/arch/sh3/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:58:39 UTC 2012 Modified Files: src/lib/libc/arch/sh3/gen: flt_rounds.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 09:32:04 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c src/lib/libc/arch/sh3/gen: _lwp.c Log Message: Follow the pattern from powerpc, make lint happy. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/csu/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:02:16 UTC 2012 Modified Files: src/lib/csu/alpha: crt0.c Log Message: Convert to use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/csu/alpha/crt0.c Please note that

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:09:13 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtodg.c Log Message: A few fixes to make this build for vax: * The fivesbits[] variable is not used for vax * The decpt variable is only used if INFNAN_CHECK, which

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:15:48 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: A few modifications to make this build for vax: * The decpt variable is only used if INFNAN_CHECK, which isn't defined for vax. * Use a cast

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:25:45 UTC 2012 Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:42:36 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: Make this lint-free (only built for real for the __sh__ ports): * Mark some code after goto as /* NOTREACHED */ * Add a cast for file size

CVS commit: src/dist/pdisk

2012-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 23 14:49:55 UTC 2012 Modified Files: src/dist/pdisk: errors.c io.c pdisk.c Log Message: More c89 prototypes, mostly just filling in void where needed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2012-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 23 18:37:42 UTC 2012 Modified Files: src/distrib/macppc/floppies/ramdisk: Makefile src/sys/arch/macppc/conf: GENERIC_MD INSTALL Log Message: Bump the ramdisk size with 100KB so that the contents fits again. To

CVS commit: src/external/gpl3/gcc/lib/libgomp/arch/m68k

2012-04-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Apr 6 20:10:28 UTC 2012 Modified Files: src/external/gpl3/gcc/lib/libgomp/arch/m68k: config.h Log Message: Disable HAVE_TLS for now for gcc's libgomp, since it otherwise causes gcc indigestion (internal compiler error) for all

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

2012-04-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Apr 26 22:09:53 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the sdtemp and dbcool modules for the non-default powerpc variants. To generate a diff of this commit: cvs rdiff -u -r1.20

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

2013-01-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 9 08:11:09 UTC 2013 Modified Files: src/sys/arch/sun2/include: pmap.h Log Message: The pmap_prefer() function grew an additional argument with the introduction of top-down VM; fix the prototype accordingly. To generate a

CVS commit: src/lib/libarch/alpha

2013-01-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 9 08:49:45 UTC 2013 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Include machine/alpha_cpu.h for alpha_mb() definition. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/alpha/stand/netboot

2013-01-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jan 10 10:36:41 UTC 2013 Modified Files: src/sys/arch/alpha/stand/netboot: getsecs.c Log Message: Include machine/cpu.h for alpha_rpcc declaration. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2013-01-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jan 11 09:45:53 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: With the recent enhancement of omapfb, wsdisplay* devices appear to now be required, so follow suit to fix the build. To generate a

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

2013-01-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jan 11 11:00:33 UTC 2013 Modified Files: src/sys/arch/amiga/conf: files.amiga Log Message: We appear to need files.usb included to get opt_usb.h generated, to make hid.c build. The inclusion of hid.c in the build is probably

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

2013-01-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jan 14 10:46:14 UTC 2013 Modified Files: src/sys/arch/alpha/include: param.h Log Message: Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch. Fixes the build. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/bin/csh

2013-01-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jan 25 19:07:15 UTC 2013 Modified Files: src/bin/csh: Makefile Log Message: When using -ledit, also use -lterminfo, to allow static linking. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/bin/csh/Makefile

CVS commit: src/distrib/common

2013-01-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jan 29 18:17:29 UTC 2013 Modified Files: src/distrib/common: Makefile.bootcd Log Message: The rockridge option of makefs now requires a =1, follow suit. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/distrib

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 13:47:36 UTC 2013 Modified Files: src/distrib/common: Makefile.mdset src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: Fix the ALL_KERNELS default value assignment, so that the double quotes don't become a

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

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 13:52:45 UTC 2013 Added Files: src/sys/arch/evbarm/conf: KUROBOX_PRO_INSTALL Log Message: Add an install kernel for KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 14:12:33 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/ramdisk: list Log Message: Add newfs_ext2fs and mount_ext2fs, useful for installing on a hard disk on KUROBOX_PRO. To generate a diff of this commit: cvs

CVS commit: src/distrib/utils/sysinst

2013-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Mar 23 11:50:03 UTC 2013 Modified Files: src/distrib/utils/sysinst: util.c src/distrib/utils/sysinst/arch/evbarm: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Add the ability to install

CVS commit: src/etc/etc.evbarm

2013-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Mar 23 11:51:48 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Add KUROBOX_PRO as an EVBARM_BOARDS member. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/etc/etc.evbarm/Makefile.inc

CVS commit: src/external/public-domain/sqlite/bin

2011-10-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Oct 16 21:31:16 UTC 2011 Modified Files: src/external/public-domain/sqlite/bin: Makefile Log Message: Make this build statically also by linking with -lterminfo as well. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/distrib/sets

2011-11-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Nov 2 14:42:43 UTC 2011 Modified Files: src/distrib/sets: mkvars.mk Log Message: Make sure the value of MKCOMPATMODULES gets imported into sets.subr, so that the compatmodules keyword is properly handled when creating the set

CVS commit: src/distrib/utils/sysinst/arch/vax

2011-11-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Nov 7 12:40:26 UTC 2011 Modified Files: src/distrib/utils/sysinst/arch/vax: md.c Log Message: Return 0 from md_pre_mount(), which is otherwise empty here, so that this builds again. To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/utils/sysinst/arch

2011-11-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Nov 7 14:18:52 UTC 2011 Modified Files: src/distrib/utils/sysinst/arch/x68k: md.c src/distrib/utils/sysinst/arch/zaurus: md.c Log Message: Two more instances which need return 0; to fix the build. To generate a diff of

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

2011-11-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Nov 16 12:40:53 UTC 2011 Modified Files: src/sys/arch/arc/include: intr.h Log Message: Make sure struct clockframe is declared before declaring a parameter as a pointer to that struct; fixes build problem for getfstypename.c as

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

2011-11-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Nov 16 17:26:24 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the iscsi kernel module and directories for ibm4xx and booke variants. Re-sort. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2011-11-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Nov 22 12:11:39 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: TWINTAIL src/sys/arch/sbmips/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the symbol table fits again. To generate a diff of this commit: cvs

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

2011-11-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Nov 29 10:05:28 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the chfs module for powerpc-4xx and powerpc-booke. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 7 22:14:43 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the secmodel_extensions variants of the kernel modules. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 8 01:08:19 UTC 2011 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Bump SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbppc/conf/EXPLORA451 Please note that

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

2011-12-17 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Dec 17 12:44:12 UTC 2011 Modified Files: src/sys/arch/atari/conf: GENERIC.in Log Message: Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atari contains it. To generate a diff of this commit: cvs rdiff -u -r1.95

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

2011-12-17 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Dec 17 12:45:14 UTC 2011 Modified Files: src/sys/arch/atari/conf: SMALL030 Log Message: Commit regenerated configuration file after COPTS=-Os shuffle. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2011-12-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Dec 30 12:47:37 UTC 2011 Modified Files: src/sys/arch/dreamcast/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/usr.bin/tftp

2012-07-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jul 16 09:20:26 UTC 2012 Modified Files: src/usr.bin/tftp: main.c tftp.c Log Message: Undo the non-sharing of the toplevel jmp_buf between main.c and tftp.c, so that we don't get a core dump if a transfer time-out is experienced.

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

2012-08-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Aug 14 13:02:19 UTC 2012 Modified Files: src/sys/arch/powerpc/booke/pci: pq3pci.c Log Message: Make this build again by adding a couple of right-parens. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/adb

2012-09-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Sep 2 21:06:54 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: Move adbkbd_setup_sysctl() declaration to outside NWSMOUSE 0, to match the rest of the code. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wscons

2012-09-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Sep 2 21:14:56 UTC 2012 Modified Files: src/sys/dev/wscons: wskbdvar.h Log Message: Now that we use keysym_t, make sure dev/wscons/wsksymvar.h is included. Fixes the kernel build for next68k's nextcons.c and mac68k's maccons.c.

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

2012-09-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Sep 16 12:10:57 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_pax.c Log Message: Be consistent with applying __HAVE_PCI_CONF_HOOK around bcmpax_conf_hook implementation as well. Fixes build for BCM5301X evbarm

CVS commit: src/external/bsd/ntp/include

2010-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Sep 1 13:46:58 UTC 2010 Modified Files: src/external/bsd/ntp/include: config.h Log Message: Vax doesn't have IEEE floating point. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2010-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Sep 1 16:02:40 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add entries for the ntp.conf man page, html'ized and the two text variants. To generate a diff of this commit: cvs rdiff -u -r1.1235 -r1.1236

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

2010-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Sep 1 16:13:33 UTC 2010 Modified Files: src/sys/arch/dreamcast/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: src/external/bsd/ntp/bin/ntpdc

2010-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Sep 1 16:26:11 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpdc: Makefile Log Message: Add -lterminfo after -ledit, so that this links when doing static linking as well (found when building for the sun2 target). To

CVS commit: src/external/bsd/ntp/bin/ntpq

2010-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Sep 1 16:43:39 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpq: Makefile Log Message: Another addition of -lterminfo after -ledit, so this links statically as well. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/dev/scsipi

2010-09-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 2 16:55:15 UTC 2010 Modified Files: src/tests/dev/scsipi: Makefile Log Message: Re-order libraries so that this links statically as well. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/fs/common/nfsrpc

2010-09-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 23 09:38:14 UTC 2010 Modified Files: src/tests/fs/common/nfsrpc: clnt_bcast.c namespace.h rpc_generic.c rpcb_clnt.c svc.c svc_dg.c svc_vc.c Log Message: Do symbol renaming for these bits as well, so that we don't

CVS commit: src/tests/fs

2010-09-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 23 09:39:14 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile src/tests/fs/nfs: Makefile src/tests/fs/vfs: Makefile Log Message: Reorder the library specifications, so that we don't depend on the library

CVS commit: src/external/bsd/iscsi/initiator

2010-09-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 23 09:40:23 UTC 2010 Modified Files: src/external/bsd/iscsi/initiator: Makefile Log Message: Don't depend on shared library dependencies; we also need -lpuffs here. This allows us to link statically. To generate a diff of

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

2010-09-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 23 09:42:18 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Added Files: src/distrib/sets/lists/tests: shl.mi Log Message: Move shared library bits of the tests out to shl.mi, so that sun2, which only does

<    1   2   3   >