CVS commit: src/external/gpl3/binutils/dist/bfd

2020-09-07 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Mon Sep 7 19:46:45 UTC 2020 Modified Files: src/external/gpl3/binutils/dist/bfd: Makefile.am Makefile.in Log Message: Fix `build.sh tools -j1` compilation, where bfd.h wasn't generated early enough. To generate a diff of this

CVS commit: src/sys/kern

2020-02-10 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Feb 11 06:09:48 UTC 2020 Modified Files: src/sys/kern: kern_lwp.c Log Message: fix compilation failure for arches without l_pcu_valid ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225

CVS commit: src/usr.sbin/acpitools/acpidump

2019-04-28 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Mon Apr 29 02:49:35 UTC 2019 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: acpica 20190405 changed some internal macros; update code to match To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2014-05-02 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Fri May 2 23:49:11 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: ADI_BRH_INSTALL CP3100_INSTALL GUMSTIX_INSTALL INTEGRATOR_INSTALL KUROBOX_PRO_INSTALL MV2120_INSTALL NETWALKER_INSTALL

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2014-04-29 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Wed Apr 30 02:04:11 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: arm.h Log Message: fix munged patch: xcompilation on linux/non-arm systems - netbsd/arm works again. To generate a diff of this commit:

CVS commit: src/sys/kern

2014-02-02 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Sun Feb 2 08:25:23 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: Delete duplicate symbol definition introduced in 1.371. Now builds again. To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372

CVS commit: src/usr.sbin/makefs/chfs

2012-04-27 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Fri Apr 27 20:58:54 UTC 2012 Modified Files: src/usr.sbin/makefs/chfs: chfs_mkfs.c Log Message: As this code is used by tools, and thus needs to be portable, eliminate all the mucking around for an undocumented, seemingly unused

CVS commit: src/sys/dev/pci

2010-08-26 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Thu Aug 26 10:21:56 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add several Broadcom BCM43xx devices. To generate a diff of this commit: cvs rdiff -u -r1.1048 -r1.1049 src/sys/dev/pci/pcidevs Please note

CVS commit: src/libexec/httpd

2010-08-16 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Mon Aug 16 10:00:56 UTC 2010 Modified Files: src/libexec/httpd: dir-index-bozo.c Log Message: readdir - scandir and requisite changes, so that bozohttpd now sorts directory listings. To generate a diff of this commit: cvs rdiff

CVS commit: src/libexec/httpd

2010-08-16 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Mon Aug 16 18:32:45 UTC 2010 Modified Files: src/libexec/httpd: dir-index-bozo.c Log Message: ...and free() memory malloc()ed by scandir so we don't leak. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/wpa/dist/src/drivers

2010-08-05 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Thu Aug 5 14:03:17 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Fix build on big-endian hosts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/mkubootimage

2010-06-22 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Jun 22 14:54:11 UTC 2010 Modified Files: src/usr.bin/mkubootimage: crc32.c mkubootimage.c Log Message: nbtool.h'ify; fixes cross-compilation. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2010-03-16 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Mar 16 22:01:18 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Fix entries whose filenames do not actually end with .sh. (Hi, jmmv!) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sbin/savecore

2009-08-17 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Aug 18 04:02:40 UTC 2009 Modified Files: src/sbin/savecore: savecore.c Log Message: Instead of exiting with an obscure error message if -N /kernelname isn't specified, blithely assume the kernel will consume around 20 megs.

CVS commit: src/usr.bin/elf2aout

2009-04-18 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Sat Apr 18 10:12:42 UTC 2009 Modified Files: src/usr.bin/elf2aout: elf2aout.c Log Message: Fix sign/unsigned and discards qualifiers. Based on patch by mlelstv. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2009-04-14 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Wed Apr 15 02:07:20 UTC 2009 Modified Files: src/usr.bin/crunch/crunchide: exec_aout.c Log Message: more signed/unsigned comparison fixes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10