Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (31m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 12:55:17 UTC Now

2011-07-02 13:26:39 UTC MAIN commitmail json YAML

split two sub-make targets into two separate make calls.
avoids an annoying -jN install problem.  idea from dh.  thanks!

(mrg)

2011-07-02 13:25:05 UTC MAIN commitmail json YAML

also pull out LIB2ADD_ST for libgcc.

(mrg)

2011-07-02 13:21:30 UTC MAIN commitmail json YAML

avoid some uninitialised variable warnings from GCC 4.5.  i'm pretty
sure they can't happen in practise, but i can see why GCC isn't sure.

(mrg)

2011-07-02 13:18:39 UTC MAIN commitmail json YAML

TARGET_VERSION is used in collect2.c now.  avoid referencing the
m68k_cpu_flags variable and simply print "(NetBSD/m68k/68010 ELF)".

(mrg)

2011-07-02 13:14:47 UTC MAIN commitmail json YAML

fix sequence point errors.  diff explains best:
-      sc->sc_playbuf = ++sc->sc_playbuf % sc->sc_nbufs;
+      sc->sc_playbuf = (sc->sc_playbuf + 1) % sc->sc_nbufs;

(mrg)

2011-07-02 13:13:23 UTC MAIN commitmail json YAML

listen to GCC 4.5 and change "!!x | y" into "(!!x) | y".

(mrg)

2011-07-02 13:12:44 UTC MAIN commitmail json YAML

avoid -Wenum-compare issue.

(mrg)

2011-07-02 13:11:49 UTC MAIN commitmail json YAML

redo previous correctly:
don't try to print fr_arg[6] since it doesn't exist.

(mrg)

2011-07-02 13:10:53 UTC MAIN commitmail json YAML

don't try to print fr_arg[6] since it doesn't exist.

(mrg)

2011-07-02 13:09:32 UTC MAIN commitmail json YAML

insert some (uintptr_t) between some casts involving pointer to int.
(they already had casts for the pointer.)

(mrg)

2011-07-02 13:08:25 UTC MAIN commitmail json YAML

avoid some uninitialised variable warnings from GCC 4.5.  i'm pretty
sure they can't happen in practise, but i can see why GCC isn't sure.

(mrg)

2011-07-02 07:28:08 UTC MAIN commitmail json YAML

Make this adhere to the SVR4 ABI.

(matt)

2011-07-02 03:35:04 UTC MAIN commitmail json YAML

Add the _restgpr* and _savegpr* entries that GCC 4.5 wants.  This file is
designed to support the other GCC 4.5 variants that may be required.

(matt)

2011-07-02 02:38:31 UTC MAIN commitmail json YAML

2011-07-02 02:10:33 UTC MAIN commitmail json YAML

include sys/time.h earlier (rather than implicitly via fcntl.h) so that
the "u" variable doesn't shadow stuff, found later in time.h inlines.

kind of a hack, but i don't want to modify time.h either.

XXX: seems kind of annoying

(mrg)

2011-07-02 02:09:09 UTC MAIN commitmail json YAML

rename a variable from "time" to "stime" (it's a string)

(mrg)

2011-07-02 01:26:29 UTC MAIN commitmail json YAML

Allow the MD code to decide to panic if cpu_uarea_alloc would return NULL.
If NULL is returned, just allocate the standard way.

(matt)

2011-07-02 01:05:38 UTC MAIN commitmail json YAML

Set missing error number

(uch)

2011-07-02 00:38:30 UTC MAIN commitmail json YAML

Default to normal uvm_uarea_alloc if we can't allocate one ourselves.

(matt)

2011-07-02 00:22:06 UTC MAIN commitmail json YAML

Select pmap style before calling oea_init.

(matt)

2011-07-01 23:48:21 UTC MAIN commitmail json YAML

use an unsigned type for unsigned calcations.  avoid GCC 4.5 warnings.

(mrg)

2011-07-01 23:47:10 UTC MAIN commitmail json YAML

Change assert to panic.

(matt)

2011-07-01 22:28:07 UTC MAIN commitmail json YAML

Increase SYMTAB_SPACE.

(dyoung)

2011-07-01 22:23:19 UTC MAIN commitmail json YAML

new gcc 4.5 g++ dirs are for everyone, not just gcc 4.5 users.

fixes build problems.

(mrg)

2011-07-01 22:10:31 UTC MAIN commitmail json YAML

2011-07-01 22:08:22 UTC MAIN commitmail json YAML

Don't #include "opt_cputype.h" unless _KERNEL_OPT is #defined.

(dyoung)

2011-07-01 22:06:20 UTC MAIN commitmail json YAML

2011-07-01 22:05:28 UTC MAIN commitmail json YAML

Switch machine/bus.h references to machine/bus_defs.h and
machine/bus_funcs.h references.

(dyoung)

2011-07-01 21:20:33 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 21:16:40 UTC MAIN commitmail json YAML

2011-07-01 21:02:16 UTC MAIN commitmail json YAML

2011-07-01 21:01:30 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 21:00:57 UTC MAIN commitmail json YAML

2011-07-01 21:00:21 UTC MAIN commitmail json YAML

2011-07-01 20:59:39 UTC MAIN commitmail json YAML

2011-07-01 20:58:39 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 20:57:45 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 20:52:02 UTC MAIN commitmail json YAML

2011-07-01 20:51:15 UTC MAIN commitmail json YAML

2011-07-01 20:50:34 UTC MAIN commitmail json YAML

2011-07-01 20:50:00 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 20:49:38 UTC MAIN commitmail json YAML

2011-07-01 20:48:48 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 20:48:23 UTC MAIN commitmail json YAML

2011-07-01 20:47:43 UTC MAIN commitmail json YAML

2011-07-01 20:46:39 UTC MAIN commitmail json YAML

2011-07-01 20:45:45 UTC MAIN commitmail json YAML

2011-07-01 20:44:21 UTC MAIN commitmail json YAML

2011-07-01 20:42:38 UTC MAIN commitmail json YAML

2011-07-01 20:41:17 UTC MAIN commitmail json YAML

2011-07-01 20:39:35 UTC MAIN commitmail json YAML

2011-07-01 20:38:17 UTC MAIN commitmail json YAML

2011-07-01 20:37:08 UTC MAIN commitmail json YAML

2011-07-01 20:36:42 UTC MAIN commitmail json YAML

2011-07-01 20:35:31 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 20:34:53 UTC MAIN commitmail json YAML

2011-07-01 20:34:06 UTC MAIN commitmail json YAML

2011-07-01 20:32:51 UTC MAIN commitmail json YAML

2011-07-01 20:31:39 UTC MAIN commitmail json YAML

2011-07-01 20:30:22 UTC MAIN commitmail json YAML

2011-07-01 20:27:50 UTC MAIN commitmail json YAML

2011-07-01 20:26:36 UTC MAIN commitmail json YAML

2011-07-01 19:32:28 UTC MAIN commitmail json YAML

2011-07-01 19:31:17 UTC MAIN commitmail json YAML

2011-07-01 19:28:00 UTC MAIN commitmail json YAML

2011-07-01 19:25:42 UTC MAIN commitmail json YAML

2011-07-01 19:24:14 UTC MAIN commitmail json YAML

2011-07-01 19:22:35 UTC MAIN commitmail json YAML

2011-07-01 19:19:51 UTC MAIN commitmail json YAML

2011-07-01 19:17:38 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 19:16:42 UTC MAIN commitmail json YAML

2011-07-01 19:16:06 UTC MAIN commitmail json YAML

2011-07-01 19:12:53 UTC MAIN commitmail json YAML

2011-07-01 19:11:35 UTC MAIN commitmail json YAML

2011-07-01 19:03:51 UTC MAIN commitmail json YAML

2011-07-01 19:03:09 UTC MAIN commitmail json YAML

2011-07-01 19:02:32 UTC MAIN commitmail json YAML

2011-07-01 19:01:31 UTC MAIN commitmail json YAML

2011-07-01 18:59:20 UTC MAIN commitmail json YAML

2011-07-01 18:54:33 UTC MAIN commitmail json YAML

2011-07-01 18:53:48 UTC MAIN commitmail json YAML

2011-07-01 18:51:52 UTC MAIN commitmail json YAML

2011-07-01 18:50:42 UTC MAIN commitmail json YAML

2011-07-01 18:49:24 UTC MAIN commitmail json YAML

2011-07-01 18:48:37 UTC MAIN commitmail json YAML

2011-07-01 18:46:35 UTC MAIN commitmail json YAML

2011-07-01 18:45:36 UTC MAIN commitmail json YAML

2011-07-01 18:44:45 UTC MAIN commitmail json YAML

2011-07-01 18:43:05 UTC MAIN commitmail json YAML

2011-07-01 18:41:52 UTC MAIN commitmail json YAML

2011-07-01 18:40:02 UTC MAIN commitmail json YAML

2011-07-01 18:39:30 UTC MAIN commitmail json YAML

2011-07-01 18:38:49 UTC MAIN commitmail json YAML

2011-07-01 18:37:36 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 18:37:09 UTC MAIN commitmail json YAML

2011-07-01 18:36:45 UTC MAIN commitmail json YAML

2011-07-01 18:36:15 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 18:33:10 UTC MAIN commitmail json YAML

2011-07-01 18:31:32 UTC MAIN commitmail json YAML

2011-07-01 18:30:36 UTC MAIN commitmail json YAML

2011-07-01 18:22:39 UTC MAIN commitmail json YAML

2011-07-01 18:22:08 UTC MAIN commitmail json YAML

2011-07-01 18:21:31 UTC MAIN commitmail json YAML

2011-07-01 18:16:30 UTC MAIN commitmail json YAML

2011-07-01 18:15:11 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 18:14:15 UTC MAIN commitmail json YAML

2011-07-01 18:11:24 UTC MAIN commitmail json YAML

2011-07-01 17:37:27 UTC MAIN commitmail json YAML

2011-07-01 17:34:44 UTC MAIN commitmail json YAML

2011-07-01 17:29:40 UTC MAIN commitmail json YAML

2011-07-01 17:28:55 UTC MAIN commitmail json YAML

2011-07-01 17:10:01 UTC MAIN commitmail json YAML

Per discussion at
<http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>,
divide each machine's bus.h into bus_defs.h (constants & data types)
and bus_funcs.h (macro implementations of bus_space(9) routines and MD
prototypes).

Note that some bus_space(9) routines' implementation will move to .c
files from inline subroutines or macros in .h files.

I've only made the split for machine architectures where there is PCI.
All of the non-PCI-having architectures will require a similar split.

These #include files are not referenced by any (committed) Makefiles or
header files, yet.  Changes to Makefiles, to <sys/bus.h>, and to some
more machine-dependent files will dribble in before I throw the switch.

(dyoung)

2011-07-01 16:57:29 UTC MAIN commitmail json YAML

#include <sys/bus.h> instead of <machine/bus.h>.

(dyoung)

2011-07-01 16:56:52 UTC MAIN commitmail json YAML

2011-07-01 16:55:42 UTC MAIN commitmail json YAML

2011-07-01 16:46:13 UTC MAIN commitmail json YAML

Make this actually compile by adding a wrapper function which calls
flash_io_submit.

(ahoka)

2011-07-01 15:46:30 UTC MAIN commitmail json YAML

2011-07-01 15:09:28 UTC MAIN commitmail json YAML

- use defines for lengths
- strlcpy/snprintf
- KNK

(christos)

2011-07-01 14:28:22 UTC MAIN commitmail json YAML

ffs_copyonwrite(): If the write is to the in-file-system journal
    there is no need to lock and check the snapshots.

(hannken)

2011-07-01 13:30:19 UTC MAIN commitmail json YAML

Add Bluetooth stack to Amiga. Tested with 3Com 3CRWB6096B on an A1200. Change approved by phx.

(rkujawa)

2011-07-01 12:09:35 UTC MAIN commitmail json YAML

Small typo (g++debug -> g++.debug).

(njoly)

2011-07-01 10:06:01 UTC MAIN commitmail json YAML

2011-07-01 10:04:36 UTC MAIN commitmail json YAML

don't set EXTRA_FAKE_HEADERS here.

(mrg)

2011-07-01 10:04:13 UTC MAIN commitmail json YAML

everyone needs the options* stuff here.

(mrg)

2011-07-01 10:03:17 UTC MAIN commitmail json YAML

fix version.c defines.  now the version says:
gcc version 4.5.3 (NetBSD nb1 20110620)
instead of:
gcc version 4.5.320110428

(mrg)

2011-07-01 08:38:11 UTC MAIN commitmail json YAML

apply some (uintptr_t) between pointer and int casting.

(mrg)

2011-07-01 08:37:29 UTC MAIN commitmail json YAML

use the right variables for the fp and pc, and avoid array bounds
violations.

(mrg)

2011-07-01 07:45:39 UTC MAIN commitmail json YAML

Fix uninitialized data warning found by gcc 4.5

(matt)

2011-07-01 07:44:34 UTC MAIN commitmail json YAML

Fix some array bounds errors found by gcc 4.5

(matt)

2011-07-01 06:00:20 UTC MAIN commitmail json YAML

xxx_SUB macros should use a variant of subu, not add

(matt)

2011-07-01 05:45:45 UTC matt-nb5-mips64 commitmail json YAML

Add basic support for the Ralink RT3883 SOC.  No support for the wireless
interfaces is present but i2c, uart, ethernet, gpio, ehci, ohci are supported.
This support was contributed by Cradlepoint Technology.

(matt)

2011-07-01 05:10:29 UTC MAIN commitmail json YAML

2011-07-01 05:07:59 UTC MAIN commitmail json YAML

move the bsd.lib.mk include later so it works properly.

(mrg)

2011-07-01 05:07:46 UTC MAIN commitmail json YAML

declare options.h as an EXTRA_FAKE_HEADERS.

(mrg)

2011-07-01 05:07:07 UTC MAIN commitmail json YAML

fix the _fixunssfsi _fixunsdfsi _fixunsxfsi functions.

(mrg)

2011-07-01 04:05:22 UTC MAIN commitmail json YAML

remove LIB2FUNCS_STATIC_EXTRA and supporting code.
netbsd does not need this.

(mrg)

2011-07-01 03:58:10 UTC MAIN commitmail json YAML

add a comment to confirm a workaround as only being a GCC 4.1 issue.

(mrg)

2011-07-01 03:20:06 UTC MAIN commitmail json YAML

Fix some bugs [exceed array bounds].  Simplify.

(matt)

2011-07-01 03:09:29 UTC MAIN commitmail json YAML

Replace malloc + incorrect memset with calloc.

(joerg)

2011-07-01 03:07:21 UTC MAIN commitmail json YAML

Fix memset usage.

(joerg)

2011-07-01 02:59:05 UTC MAIN commitmail json YAML

2011-07-01 02:54:51 UTC MAIN commitmail json YAML

Fix memset usage.

(joerg)

2011-07-01 02:51:52 UTC MAIN commitmail json YAML

2011-07-01 02:48:48 UTC MAIN commitmail json YAML

2011-07-01 02:46:24 UTC MAIN commitmail json YAML

2011-07-01 02:46:15 UTC MAIN commitmail json YAML

Fix memcpy usage.

(joerg)

2011-07-01 02:42:10 UTC MAIN commitmail json YAML

apply some -Wno-strict-overflow for GCC >= 4.5

(mrg)

2011-07-01 02:34:50 UTC MAIN commitmail json YAML

avoid an uninitialised variable warning that shouldn't normally happen
in practise but isn't entirely impossible for the future.

(mrg)

2011-07-01 02:33:23 UTC MAIN commitmail json YAML

fix an uninitialised variable problem.  large-ish function, but i
couldn't see how GCC 4.5 isn't wrong about this one.

(mrg)

2011-07-01 02:24:14 UTC MAIN commitmail json YAML

Fix memset usage. XXX audit the rest where hard coded sizes are used

(joerg)

2011-07-01 02:18:54 UTC MAIN commitmail json YAML

avoid an overflow condition.

(mrg)

2011-07-01 02:18:37 UTC MAIN commitmail json YAML

avoid a potential uninitialised variable problem.

(mrg)

2011-07-01 02:11:14 UTC MAIN commitmail json YAML

avoid creating an unused directory.

(mrg)

2011-07-01 02:10:20 UTC MAIN commitmail json YAML

2011-07-01 02:10:11 UTC MAIN commitmail json YAML

2011-07-01 02:04:15 UTC matt-nb5-mips64 commitmail json YAML

2011-07-01 02:01:21 UTC MAIN commitmail json YAML

2011-07-01 01:57:09 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/arm.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/powerpc.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/sparc.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/arm.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/powerpc.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/sparc.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/arm/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/powerpc/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/sparc/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/arm/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/arm/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/powerpc/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/powerpc/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/sparc/config.h@1.1 / diff / nxr@1.1
      :
(more 94 files)
(re-)run mknative-gcc for i386, amd64, sparc, sparc64, powerpc and arm.

- both x86 seem to be working fine now
- sparc static binaries work, dynamic fails
- sparc64 fails at startup, accessing beyond the stack
- powerpc and arm still have libgcc issues

(mrg)

2011-07-01 01:51:04 UTC MAIN commitmail json YAML

src/external/lgpl3/gmp/lib/libgmp/arch/arm/Makefile.inc@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/config.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/config.m4@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/gmp-mparam.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/gmp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/arm/mp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/Makefile.inc@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/config.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/config.m4@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/gmp-mparam.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/gmp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/armeb/mp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/Makefile.inc@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/config.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/config.m4@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/gmp-mparam.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/gmp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/mp.h@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/sparc/Makefile.inc@1.1 / diff / nxr@1.1
src/external/lgpl3/gmp/lib/libgmp/arch/sparc/config.h@1.1 / diff / nxr@1.1
      :
(more 4 files)
- add support for building GMP for powerpc, sparc, arm and armeb.
- XXX armeb files modified from arm, not based upon generated ones.

(mrg)

2011-07-01 01:49:43 UTC MAIN commitmail json YAML

2011-07-01 01:49:18 UTC MAIN commitmail json YAML

use C versions of various sources for now.  there's an m4 problem that
fails to properly deal with defframe() macro being defined.

(mrg)

2011-07-01 01:48:02 UTC MAIN commitmail json YAML

2011-07-01 01:30:17 UTC MAIN commitmail json YAML

2011-07-01 01:29:12 UTC MAIN commitmail json YAML

clean up and add some missing dependancies

(mrg)

2011-07-01 01:27:17 UTC MAIN commitmail json YAML

- call each ${MKNATIVE_CONFIG_TARGET_LIBS} target separately
- comment out maybe-all-target-libgcc
- cope with the special transformation needed for gtyp-input.list

(mrg)

2011-07-01 01:26:38 UTC MAIN commitmail json YAML

2011-07-01 01:26:16 UTC MAIN commitmail json YAML

2011-07-01 01:25:52 UTC MAIN commitmail json YAML

2011-07-01 01:24:53 UTC MAIN commitmail json YAML

2011-07-01 01:24:04 UTC MAIN commitmail json YAML

2011-07-01 01:23:23 UTC MAIN commitmail json YAML

define HANDLE_PRAGMA_PACK_PUSH_POP to 1 not just define it

(mrg)

2011-07-01 01:23:01 UTC MAIN commitmail json YAML

move the LIBGCC_PICSUFFIX hack into netbsd.h as the REAL_LIBGCC_SPEC.

(mrg)

2011-07-01 01:22:07 UTC MAIN commitmail json YAML

install the posix_memalign version of mm_malloc.h, clean up

(mrg)

2011-07-01 01:21:39 UTC MAIN commitmail json YAML

2011-07-01 01:19:33 UTC MAIN commitmail json YAML

2011-07-01 01:15:27 UTC MAIN commitmail json YAML

Fix memset usage. XXX should use static allocate and proper sizeof()

(joerg)

2011-07-01 01:08:59 UTC MAIN commitmail json YAML

2011-06-30 23:28:03 UTC MAIN commitmail json YAML

Fix sizeof() usage in memcpy, curtesy of the new warning in clang.

(joerg)

2011-06-30 22:38:50 UTC MAIN commitmail json YAML

Don't cast a pointer void * before passing to memset(), that's not
necessary.  Use NULL instead of (type *)0.  This patch produces no
change in the generated assembly.

(dyoung)

2011-06-30 22:13:03 UTC MAIN commitmail json YAML

New sentence, new line. Use more markup. Bump date for previous.

(wiz)

2011-06-30 20:10:17 UTC MAIN commitmail json YAML

Adapt to new ___start definition.
Use PIC method to load %r13 with address of _SDA_BASE_

(matt)

2011-06-30 20:09:42 UTC MAIN commitmail json YAML

2011-06-30 20:07:36 UTC MAIN commitmail json YAML

Mark ___start as .hidden (for MKPIE=yes executables).

(matt)

2011-06-30 19:48:43 UTC MAIN commitmail json YAML

Assert that ps_strings is valid. Use it to drop the first three
arguments to ___start to make the assembler callers simpler.

(joerg)

2011-06-30 19:46:07 UTC MAIN commitmail json YAML

Drop special cases for i386 and m68k. It is not a validate assumption
that the address of an argument is at the same stack slot the caller
placed in it. It is perfectely valid to copy it into the local frame
first.

(joerg)

2011-06-30 18:20:24 UTC MAIN commitmail json YAML

2011-06-30 18:17:11 UTC MAIN commitmail json YAML

Get rid of local TOOL_GZIP definition that now bsd.own.mk does it for us.

(matt)

2011-06-30 18:15:14 UTC MAIN commitmail json YAML

Add COMPRESS_PROGRAM=${TOOL_GZIP:Q} for pax.
Replace gzip with ${TOOL_GZIP}

(matt)

2011-06-30 18:13:51 UTC MAIN commitmail json YAML

Replace gzip with ${TOOL_GZIP} in manual compression.
Modify the description of USE_PIGZGZIP.

(matt)

2011-06-30 18:09:54 UTC MAIN commitmail json YAML

After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be
gzip or ${TOOL_PIGZ}.  Use of gzip can be replaced with ${TOOL_GZIP} and
automatically get to use pigz if USE_PIGZGZIP is defined as "yes".  This
avoid having to special case each of gzip.

(matt)

2011-06-30 14:56:09 UTC MAIN commitmail json YAML

mention how to switch consoles on ADB keyboards

(macallan)

2011-06-30 14:52:37 UTC MAIN commitmail json YAML

document ioctl(WSDISPLAYIO_GET_EDID)

(macallan)

2011-06-30 09:32:07 UTC netbsd-5 commitmail json YAML

2011-06-30 09:31:15 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1622):
sys/netatalk/aarp.c: revision 1.35
sys/netatalk/aarp.h: revision 1.3
sys/netatalk/ddp_usrreq.c: revision 1.40

aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leading
to a DIAGNOSTIC panic when MBUFTRACE is defined and atalkd is started.
Fix by moving MOWNER_ATTACH(&aarp_mowner) to ddp_init().
Fixes PR kern/44734

(sborrill)

2011-06-30 07:16:59 UTC MAIN commitmail json YAML

fix previous; they belong in _headers1

(mrg)

2011-06-30 07:02:18 UTC MAIN commitmail json YAML

- repurpose MKNATIVE_CONFIG_TARGET_LIBS to list all the targets
- disable building pch for the mknative run

(mrg)

2011-06-30 07:01:14 UTC MAIN commitmail json YAML

also pull tr1_impl_headers parallel_headers and decimal_headers for libstdc++

(mrg)

2011-06-30 04:45:38 UTC MAIN commitmail json YAML

Add prototypes for lbc_* routines.

(matt)

2011-06-30 04:45:04 UTC MAIN commitmail json YAML

2011-06-30 04:44:26 UTC MAIN commitmail json YAML

Unfinished (by far) NAND driver.

(matt)