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 (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 11:30:30 UTC Now

2011-06-30 03:37:24 UTC MAIN commitmail json YAML

apply our LIBGCC_PICSUFFIX to one more use of "static_name".
i hope that this is the last merge botch here to fix...

(mrg)

2011-06-30 00:53:01 UTC MAIN commitmail json YAML

2011-06-30 00:49:14 UTC MAIN commitmail json YAML

Move PMAP_* cache defines to before inclusion of <machine/pmap.h>

(matt)

2011-06-30 00:37:08 UTC MAIN commitmail json YAML

Backout previous.  May be I need more coffee.

(enami)

2011-06-30 00:09:27 UTC MAIN commitmail json YAML

- Use << PAGE_SHIFT rather than calling round_page again.
- No need to call uao_dropswap_range() here since uao_dropswap()
  is already called for each pages by uvm_vnp_setsize().

(enami)

2011-06-29 23:15:55 UTC MAIN commitmail json YAML

Don't use TLB1 entries for device access if they are writethrough or not
cache-inhibited.

(matt)

2011-06-29 21:53:11 UTC MAIN commitmail json YAML

2011-06-29 19:51:12 UTC MAIN commitmail json YAML

Remove dead uvm_vnp_zerorange() after bump to 5.99.54.

(hannken)

2011-06-29 14:52:18 UTC MAIN commitmail json YAML

More sort. (i.e. fix merge botch)

(tsutsui)

2011-06-29 14:49:14 UTC MAIN commitmail json YAML

2011-06-29 14:38:02 UTC MAIN commitmail json YAML

2011-06-29 14:35:13 UTC MAIN commitmail json YAML

Update a list for newsmips. The previous one has a bit obsolete entries.

(tsutsui)

2011-06-29 09:12:42 UTC MAIN commitmail json YAML

Make vnd(4) work on sparse files:
- Make the strategy decision a device flag and set VNF_USE_VN_RDWR for
  files known to be sparse.
- Change handle_with_rdwr() to use POSIX_FADV_NOREUSE advise to disable
  read ahead and keep the size of mapped pages below 1 MByte.

No objections on tech-kern@.

(hannken)

2011-06-29 08:37:10 UTC MAIN commitmail json YAML

GCC 4.5 x86 installs a bunch more platform header files

(mrg)

2011-06-29 08:10:05 UTC MAIN commitmail json YAML

XXX: for now, disable fatal linker warnings for GCC 4.5.

(mrg)

2011-06-29 08:09:43 UTC MAIN commitmail json YAML

enable lint.
fix the 32 / 64 bit problem.

(mrg)

2011-06-29 08:08:54 UTC MAIN commitmail json YAML

powerpc*-netbsd* wants svr4.h these days.

(mrg)

2011-06-29 08:06:47 UTC MAIN commitmail json YAML

2011-06-29 08:05:53 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/i386.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/Makefile.inc@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/arch/i386.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++allocator.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/cxxabi_tweaks.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr-default.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr-posix.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr-single.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr-tpf.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/omp.h@1.1 / diff / nxr@1.1
      :
(more 14 files)
mknative-gcc output for i386 with GCC 4.5.3.

(mrg)

2011-06-29 08:01:14 UTC MAIN commitmail json YAML

Fix bug introduced in previous commuit: Do not vrele() a vnode we did not
obtained.

(manu)

2011-06-29 06:34:31 UTC MAIN commitmail json YAML

fix previous / -Wno-enum-compare is only valid for GCC 4.5.

(mrg)

2011-06-29 06:32:32 UTC MAIN commitmail json YAML

-Wno-enum-compare is only valid for GCC 4.5.

(mrg)

2011-06-29 06:25:35 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/sparc64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/x86_64.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/arch/sparc64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/sparc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/sparc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/sparc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++allocator.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/cxxabi_tweaks.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gthr-default.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gthr-posix.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gthr-single.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gthr-tpf.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gthr.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/omp.h@1.1 / diff / nxr@1.1
      :
(more 24 files)
generated files from mknative-gcc.

(mrg)

2011-06-29 06:24:48 UTC MAIN commitmail json YAML

pull across from gcc 4.1 tree:

>revision 1.2
>date: 2007/09/15 16:24:06;  author: christos;  state: Exp;  lines: +10 -0
>Add a hack to handle that the __stack_chk_fail_local call is not generated
>properly for pic code; more explained in the code.

(mrg)

2011-06-29 06:23:36 UTC MAIN commitmail json YAML

2011-06-29 06:22:21 UTC MAIN commitmail json YAML

Add the new ci to cpu_infos *before* calling routines which may want to
cpu_lookup.

(matt)

2011-06-29 06:21:16 UTC MAIN commitmail json YAML

2011-06-29 06:13:09 UTC MAIN commitmail json YAML

2011-06-29 06:12:10 UTC MAIN commitmail json YAML

Use a private bus_space for freescale eSDHC controller (only allows
32 bit access).

(matt)

2011-06-29 06:06:04 UTC MAIN commitmail json YAML

2011-06-29 06:05:38 UTC MAIN commitmail json YAML

Add an empty pmap_md_tlb_info_init.

(matt)

2011-06-29 06:03:52 UTC MAIN commitmail json YAML

Add cpu_hatch and cpu_boot_secondary_cpus.

(matt)

2011-06-29 06:02:43 UTC MAIN commitmail json YAML

2011-06-29 06:01:33 UTC MAIN commitmail json YAML

Add some e500 MP prototypes.

(matt)

2011-06-29 06:00:57 UTC MAIN commitmail json YAML

2011-06-29 06:00:17 UTC MAIN commitmail json YAML

2011-06-29 05:57:30 UTC MAIN commitmail json YAML

2011-06-29 05:56:31 UTC MAIN commitmail json YAML

Only attach tc on primary cpu.

(matt)

2011-06-29 05:55:47 UTC MAIN commitmail json YAML

Panic when an ipi is sent to unknown cpu.

(matt)

2011-06-29 05:53:45 UTC MAIN commitmail json YAML

2011-06-29 05:53:05 UTC MAIN commitmail json YAML

Some initial MULTIPROCESSOR spin code.  Doesn't work yet.

(matt)

2011-06-29 05:51:56 UTC MAIN commitmail json YAML

Wildcard cpu* since the P2020 is dual core.

(matt)

2011-06-29 05:18:33 UTC MAIN commitmail json YAML

add support for C files that are linked to different names for building.

(mrg)

2011-06-29 05:06:03 UTC MAIN commitmail json YAML

fix all-tree.def, and add gtyp-input.list

(mrg)

2011-06-29 05:00:06 UTC MAIN commitmail json YAML

make the EDID buffer pointer void *

(macallan)

2011-06-29 04:59:10 UTC MAIN commitmail json YAML

2011-06-29 04:50:32 UTC MAIN commitmail json YAML

2011-06-29 04:11:31 UTC MAIN commitmail json YAML

2011-06-29 03:15:18 UTC MAIN commitmail json YAML

support WSDISPLAYIO_GET_EDID

(macallan)

2011-06-29 03:14:36 UTC MAIN commitmail json YAML

support WSDISPLAYIO_GET_EDID

(macallan)

2011-06-29 03:11:59 UTC MAIN commitmail json YAML

declare wsdisplayio_get_edid()

(macallan)

2011-06-29 03:09:37 UTC MAIN commitmail json YAML

dumping ground for generic driver convenience functions
So far it contains only a generic WSDISPLAYIO_GET_EDID implementation that
relies on EDID data being passed to drivers as a device property.

(macallan)

2011-06-29 03:06:16 UTC MAIN commitmail json YAML

add two new ioctl()s:
WSDISPLAYIO_GET_EDID to retrieve EDID data from display drivers
WSDISPLAYIO_SET_POLLING to control polling with VCONS_DRAW_INTR

(macallan)

2011-06-29 02:56:24 UTC MAIN commitmail json YAML

2011-06-29 02:41:03 UTC MAIN commitmail json YAML

use __unused instead of having a function call itself, to provide an
empty translation unit.

(mrg)

2011-06-29 02:40:11 UTC MAIN commitmail json YAML

2011-06-29 02:36:26 UTC MAIN commitmail json YAML

apply some -Wno-enum-compare.

(mrg)

2011-06-29 02:36:13 UTC MAIN commitmail json YAML

apply some -fno-strict-aliasing

XXX -- someone please fix this properly.

(mrg)

2011-06-29 02:27:17 UTC MAIN commitmail json YAML

2011-06-29 02:26:47 UTC MAIN commitmail json YAML

2011-06-29 02:17:36 UTC MAIN commitmail json YAML

apply some .if checks upon dependancies.

(mrg)

2011-06-29 02:17:17 UTC MAIN commitmail json YAML

make this build with GCC 4.5.

(mrg)

2011-06-29 02:16:52 UTC MAIN commitmail json YAML

move gcc-options.c generation in here.
handle i386 in here as well.

XXX: need to see about mknative-gcc handling eg, driver-i386.c

(mrg)

2011-06-29 02:15:34 UTC MAIN commitmail json YAML

2011-06-29 02:15:13 UTC MAIN commitmail json YAML

add G_BUGURL and G_PKGVERSION variables that are unquoted versions.

(mrg)

2011-06-29 02:14:28 UTC MAIN commitmail json YAML

update the gcc-vers.texi generation and fix various build issues.

(mrg)

2011-06-29 02:13:59 UTC MAIN commitmail json YAML

fix the path for libdecnumber.

(mrg)

2011-06-29 02:12:29 UTC MAIN commitmail json YAML

fix a merge error with LIBGCC_PIC_SUFFIX code.

(mrg)

2011-06-29 02:05:25 UTC MAIN commitmail json YAML

re-enable the gcc 4.5 crtstuff/libgcc builders now that they work.
also build the gmp, mpfr and mpc libraries in this case.

(mrg)

2011-06-29 02:02:38 UTC MAIN commitmail json YAML

get libdecnumber info out of GCC.

(mrg)

2011-06-29 02:01:38 UTC MAIN commitmail json YAML

2011-06-29 02:00:09 UTC MAIN commitmail json YAML

2011-06-29 01:59:26 UTC MAIN commitmail json YAML

use:
  extern "C" { stuff-here; }
instead of just
  extern "C" stuff-here;
that GCC 4.5 demands.

(mrg)

2011-06-29 01:58:00 UTC MAIN commitmail json YAML

- build libdecnumber
- don't build protoize/unprotoize
- use libdecnumber and VER_CPPFLAGS

(mrg)

2011-06-29 01:56:58 UTC MAIN commitmail json YAML

2011-06-29 01:38:27 UTC MAIN commitmail json YAML

Update date (ok phone).

(simonb)

2011-06-28 21:01:25 UTC MAIN commitmail json YAML

dont define FLASH_DEBUG in header

(ahoka)

2011-06-28 20:58:00 UTC MAIN commitmail json YAML

use proper format string

(ahoka)

2011-06-28 20:49:43 UTC MAIN commitmail json YAML

add flash_addr_t

(ahoka)

2011-06-28 20:28:49 UTC MAIN commitmail json YAML

Don't hardcode the libpuffs path to /usr/src/lib/libpuffs.

(riz)

2011-06-28 18:14:12 UTC MAIN commitmail json YAML

Refactor flash and nand driver, so we can reuse the io thread code
in the future nor driver (and any other future driver).

Also simplify some of the code in the process, eg. saner flash attachment.

(ahoka)

2011-06-28 17:33:48 UTC MAIN commitmail json YAML

2011-06-28 16:19:16 UTC MAIN commitmail json YAML

2011-06-28 14:58:35 UTC MAIN commitmail json YAML

2011-06-28 14:22:36 UTC MAIN commitmail json YAML

Add Nvidia GeForce 8500 GT

(sborrill)

2011-06-28 13:15:24 UTC MAIN commitmail json YAML

ANSIfy, de-__P(), KNF, misc cosmetics.

(tsutsui)

2011-06-28 13:13:16 UTC MAIN commitmail json YAML

ANSIfy, KNF, misc cosmetics.

(tsutsui)

2011-06-28 11:42:51 UTC MAIN commitmail json YAML

Must need srr0 and srr1 in FRAME_SETUP and trapexit.
parentheses is good.
Remove no-need 'addi FRAME_TF'.

(kiyohara)

2011-06-28 10:32:45 UTC MAIN commitmail json YAML

adjust to nand changes

(ahoka)

2011-06-28 10:17:17 UTC MAIN commitmail json YAML

delete file in the wrong directory.

(mrg)

2011-06-28 10:15:40 UTC MAIN commitmail json YAML

2011-06-28 10:15:16 UTC MAIN commitmail json YAML

2011-06-28 10:14:41 UTC MAIN commitmail json YAML

2011-06-28 10:11:04 UTC MAIN commitmail json YAML

some of the way towards working.  there's a couple of hacks in there that
need to be cleaned up before this is properly finished.

(mrg)

2011-06-28 09:47:01 UTC MAIN commitmail json YAML

Bump kernel due recent ACPICA changes.

(jruoho)

2011-06-28 09:31:55 UTC MAIN commitmail json YAML

init.o wants a localedir.h to define LOCALEDIR now.  make it so.

(mrg)

2011-06-28 09:31:11 UTC MAIN commitmail json YAML

2011-06-28 09:28:22 UTC MAIN commitmail json YAML

- add LIBDECNUMBEROBJ.
- update the VER_CPPFLAGS for GCC 4.5.

(mrg)

2011-06-28 09:27:50 UTC MAIN commitmail json YAML

2011-06-28 09:27:39 UTC MAIN commitmail json YAML

TOOLDIR_BASE_PREFIX must be a relative path now.

(mrg)

2011-06-28 09:17:22 UTC MAIN commitmail json YAML

Note the ACPICA 20110623 import.

(jruoho)

2011-06-28 09:16:42 UTC MAIN commitmail json YAML

2011-06-28 09:11:33 UTC MAIN commitmail json YAML

Adjust for ACPICA 20110623.

(jruoho)

2011-06-28 09:09:43 UTC MAIN commitmail json YAML

Adjust a prototype due ACPICA 20110623.

(jruoho)

2011-06-28 09:04:30 UTC MAIN commitmail json YAML

2011-06-28 09:02:48 UTC MAIN commitmail json YAML

Import ACPICA 20110623.

Selected changes since 20110211 include, among other things, fixes to _PRW
parsing, fix to a regression with the Load() operator, improvements in NULL
package element removal, support for "spurious" global lock interrupts,
execution of orphaned _REG methods under acpiec(4), and smaller iasl(8)
improvements.


Status:

Vendor Tag: intel
Release Tags: acpica-20110623

(jruoho)

2011-06-28 07:52:40 UTC MAIN commitmail json YAML

fix a merge error only seen with NETBSD_NATIVE defined.

(mrg)

2011-06-28 07:50:03 UTC MAIN commitmail json YAML

Improve a bit listxattr(2). It attemps to list both system and user
extended attributes, and it faled if calling user did not have privilege
for reading system EA. Now we just lise user EA and skip system EA in
reading them is not allowed.

(manu)

2011-06-28 07:24:15 UTC MAIN commitmail json YAML

Fix previous broken commit for extended attribute listing.

(manu)

2011-06-28 07:17:31 UTC MAIN commitmail json YAML

follow nand api changes

(ahoka)

2011-06-28 07:16:53 UTC MAIN commitmail json YAML

follow nand api changes

(ahoka)

2011-06-28 07:16:11 UTC MAIN commitmail json YAML

2011-06-28 07:05:19 UTC MAIN commitmail json YAML

disable a debug printf and split it, as it's acutally two conditions

(ahoka)

2011-06-28 07:00:18 UTC MAIN commitmail json YAML

2011-06-28 04:53:52 UTC MAIN commitmail json YAML

Add fsck_v7fs, mount_v7fs, newfs_v7fs entries for MKDEBUG=yes

(uch)

2011-06-28 04:30:32 UTC MAIN commitmail json YAML

also need bversion.h

(mrg)

2011-06-28 04:24:47 UTC MAIN commitmail json YAML

2011-06-28 04:24:12 UTC MAIN commitmail json YAML

2011-06-28 04:23:56 UTC MAIN commitmail json YAML

build the gcc libraries.

(mrg)

2011-06-28 04:23:01 UTC MAIN commitmail json YAML

begin to fix this for GCC 4.5.  gengtype-yacc is gone, and -parse is its
replacement.  build the list of files from $G_GTFILES like GCC build dones.

(mrg)

2011-06-28 04:22:17 UTC MAIN commitmail json YAML

DEVPHASE of an actual gcc release is empty.  do that.

(mrg)

2011-06-28 04:08:58 UTC MAIN commitmail json YAML

- libmath is gone.
- add a bunch of file-specific CPP and compiler directives necessary.
  with a sucessful mknative-gcc run, this appears to run.  haven't yet
  confirmed that the resultant library is usable.

(mrg)

2011-06-28 04:07:36 UTC MAIN commitmail json YAML

2011-06-28 04:07:05 UTC MAIN commitmail json YAML

2011-06-28 04:03:56 UTC MAIN commitmail json YAML

add _floatundixf to the normal list.  fix the G_EXTRA_HEADERS.  from chuq.

(mrg)

2011-06-28 04:03:16 UTC MAIN commitmail json YAML

2011-06-28 03:58:55 UTC MAIN commitmail json YAML

some more updates for GCC 4.5.

(mrg)

2011-06-28 03:35:28 UTC MAIN commitmail json YAML

get some things off the TODO list

when initialising, recognise keys in a different order.

1. read the public keyring

2. if a userid has been specified, use it

3.  if not, check the configuration file (~/.gnupg/gpg.conf) for a
default user id

4, only read the secret keyring if we need to (decrypting or signing)

5.  if signing, and we still don't have a userid, use the first key in
the secret keyring

6.  if encrypting, and we still have no userid, use the first in the
public keyring

ssh keys remain the same as previously.

(agc)

2011-06-28 03:29:38 UTC MAIN commitmail json YAML

re-do the tests so that it's much easier to see at a glance which tests
passed and which failed.

(agc)

2011-06-27 16:39:44 UTC MAIN commitmail json YAML

Fix multiple non compliances in our Linux-like extattr API, and make it
public so that it can be used.

(manu)

2011-06-27 16:34:48 UTC MAIN commitmail json YAML

Implement extended attribute listing for UFS1.

Modify lsextattr(8) so that it does not expect each attribute name to be
prefixed by its length. This enable extattr_list_(file|link|fd) to
return a buffer matching its documentation. This also makes the interface
similar to what Linux and FUSE do, which is nice for interoperability.

Note that since we had no EA implementation supporting listing, we do
not break anything.

(manu)

2011-06-27 15:56:37 UTC MAIN commitmail json YAML

amap_copy(): Keep the source amap locked until its lock has been copied.

Kernel assertion "anon->an_lock == amap->am_lock" no longer fails.

Ok: Mindaugas Rasiukevicius <rmind@netbsd.org>

(hannken)

2011-06-27 14:53:27 UTC MAIN commitmail json YAML

2011-06-27 14:52:45 UTC MAIN commitmail json YAML

Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers.

(nonaka)

2011-06-27 14:27:56 UTC MAIN commitmail json YAML

sh3 also needs libgcc_pic for millicode (cf. revision 1.107)

(uwe)

2011-06-27 13:50:32 UTC MAIN commitmail json YAML

2011-06-27 12:06:20 UTC MAIN commitmail json YAML

From Evgeniy Ivanov: puffs_node_readdir() should set eofflag to one, when
end-of-directory is reached.

(manu)

2011-06-27 11:52:58 UTC MAIN commitmail json YAML

2011-06-27 10:23:21 UTC cherry-xenmp commitmail json YAML

Add xpq locking around xpq-QUEUE_TLB_FLUSH()

(cherry)

2011-06-27 10:21:53 UTC cherry-xenmp commitmail json YAML

Conditionally compile xen_ipi.c

(cherry)

2011-06-27 08:21:08 UTC MAIN commitmail json YAML

2011-06-27 07:05:32 UTC MAIN commitmail json YAML

only attempt to load the secret key if we need to (for signing or for
decrypting).

(agc)

2011-06-27 06:40:27 UTC MAIN commitmail json YAML

2011-06-27 00:45:50 UTC MAIN commitmail json YAML

Don't increment ip_nfragpackets when failed to allocate fragment queue.
No one will decrement it on such case.

(enami)

2011-06-26 22:50:27 UTC MAIN commitmail json YAML

Use copyinstr(), not strlcpy, to copy a string from userland.  I can
now use iscsi on my macppc box.

(riz)

2011-06-26 22:27:14 UTC MAIN commitmail json YAML

put back some compat code for systems that don't have O_CLOEXEC.

(christos)

2011-06-26 22:20:31 UTC MAIN commitmail json YAML

- use sizeof(var) instead of sizeof(type)
- remove useless cast

(christos)

2011-06-26 22:18:17 UTC MAIN commitmail json YAML

- Fix bug copying only 1 byte instead of the whole page number. Broke nvi
  joining lines that needed R_BIGDATA.
- Fix from FreeBSD for nrec IAFTER.
XXX: Should be pulled up to 5.x

(christos)

2011-06-26 22:16:46 UTC MAIN commitmail json YAML

2011-06-26 17:05:55 UTC MAIN commitmail json YAML

2011-06-26 17:05:24 UTC MAIN commitmail json YAML

- syscalls that takes socklen_t arguments should do so.
- add pipe2, dup3, paccept, kqueue1

(christos)

2011-06-26 16:49:40 UTC MAIN commitmail json YAML

mention recent changes.

(christos)

2011-06-26 16:43:12 UTC MAIN commitmail json YAML

* Arrange for interfaces that create new file descriptors to be able to
  set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

    - Add F_DUPFD_CLOEXEC to fcntl(2).
    - Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
    - Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
      for socket(2) and socketpair(2).
    - Add new paccept(2) syscall that takes an additional sigset_t to alter
      the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
      SOCK_NONBLOCK.
    - Add new mode character 'e' to fopen(3) and popen(3) to open pipes
      and file descriptors for close on exec.
    - Add new kqueue1(2) syscall with a new flags argument to open the
      kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
  (rump_syscallargs.h).

* Bump libc version for the new syscalls.

(christos)

2011-06-26 13:17:36 UTC MAIN commitmail json YAML

fix fallout from including signal.h in rump_syscallargs.h

(christos)

2011-06-26 13:15:22 UTC MAIN commitmail json YAML

fix fallout from including signal.h from rump_syscallargs.h

(christos)

2011-06-26 13:13:31 UTC MAIN commitmail json YAML

fix fallout from including signal.h in rump_syscallargs.h

(christos)

2011-06-26 13:08:08 UTC MAIN commitmail json YAML

more fallout from rump_syscallargs.h including <signal.h>

(christos)

2011-06-26 13:06:00 UTC MAIN commitmail json YAML

ggr, how many of those I will need to fix. Fallout from the bogus inclusion
of <signal.h> in rump_syscallargs.h.

(christos)

2011-06-26 12:56:33 UTC cherry-xenmp commitmail json YAML

2011-06-26 12:14:59 UTC MAIN commitmail json YAML

need signal.h for kill()
this is why it was wrong for rump_syscalls.h to include this.

(christos)

2011-06-26 10:20:41 UTC MAIN commitmail json YAML

Add missing El macro.

(njoly)

2011-06-26 10:14:14 UTC MAIN commitmail json YAML

2011-06-26 08:31:28 UTC MAIN commitmail json YAML

ACPICA 20110623 is out. Due some bug fixes, this will be imported later.

(jruoho)

2011-06-25 20:27:02 UTC MAIN commitmail json YAML

2011-06-25 20:13:03 UTC MAIN commitmail json YAML

2011-06-25 17:19:56 UTC MAIN commitmail json YAML

2011-06-25 17:13:35 UTC MAIN commitmail json YAML

It is a lot nicer to getenv() what you need once and makes the code a lot
more readable.

(christos)

2011-06-25 17:05:35 UTC MAIN commitmail json YAML

Add a substitution phase via -s '|regexp|replace|' to the tar and pax
frontends to mat(1) and libmat(3).  This allows filenames to be
manipulated on entry to or exit from an archive, so that entries can
be created in the mat archive with generic filenames (such as
"@extractiondir@" or similar), which can be manipulated when
extracting archive components accordingly.

The substitution pattern uses the first character of the argument as
the delimiter, which can itself be escaped using the '\\' character,
should anyone be massochistic as to want to use the '/' character to
delimit file and directory names in a substitution pattern. Extended
regular expressions (NOT wildcards, fnmatch or glob patterns) are
used to match file name patterns.

The same archive security and integirty checks are made for archives
when extracting or listing, so it will not be possible to extract any
archive which has been constructed with a component name starting with
a '/', or which contains the "/../" pattern.  Should such a pattern be
wanted or needed, (and the big question there is "WHY???????"), then a
generic pattern can be substituted at mat archive creation time, and
the extracting user will explicitly need to specify that pattern at
extraction time.  This is, however, really not advised, and a
different way of creating the mat archive should be found.

Also change the mat(1) (and mattar(1)) man pages to use better and
more real-life examples.

Add tests for the -s functionality.

(agc)

2011-06-25 12:44:37 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2011-06-25 12:43:03 UTC MAIN commitmail json YAML

Quote minus so it does not become a dash.

(wiz)

2011-06-25 09:28:45 UTC MAIN commitmail json YAML

use appropriate types for uid/gid

(plunky)

2011-06-25 09:16:52 UTC MAIN commitmail json YAML

use size_t to satisfy lint

(plunky)

2011-06-25 05:50:14 UTC MAIN commitmail json YAML

ld.elf_so(1): Support ELF symbol versioning.

(nonaka)

2011-06-25 05:45:14 UTC MAIN commitmail json YAML

2011-06-25 02:26:53 UTC MAIN commitmail json YAML

Move some stuff from evbppc's Makefile.inc to powerpc's.
This avoids redundant objcopy's

(matt)

2011-06-25 00:42:58 UTC MAIN commitmail json YAML

2011-06-25 00:37:45 UTC MAIN commitmail json YAML

change mj library to take an additional argument for a string type,
denoting its length. this allows binary strings to be encoded using
libmj.

escape magic characters in json strings in a more efficient manner.
the previous method was not scalable.

update callers to suit

bump libmj major version number

add examples to the libmj(3) man page

(agc)

2011-06-25 00:07:10 UTC MAIN commitmail json YAML

Make powerpc work on BookE.  At this time we only support DOZE (lightest
form of power-saving).  By default, power-saving is disabled but can be
enabled in /etc/sysctl.conf by setting machdep.powersave=1

(matt)

2011-06-24 23:54:37 UTC MAIN commitmail json YAML

Use intr_init since we have it.

(matt)

2011-06-24 22:19:45 UTC MAIN commitmail json YAML

Fix code that's been broken for over seven years...

(matt)

2011-06-24 21:30:36 UTC MAIN commitmail json YAML

Default PAX_ASLR to off.

(matt)

2011-06-24 20:53:56 UTC MAIN commitmail json YAML

some attributes contain comma separated lists which are too long to
show on a single line, split them up

(plunky)

2011-06-24 20:11:23 UTC MAIN commitmail json YAML

in the "Basic Printing Profile" it is not really very clear
which ServiceClass the attributes relate to, so link them
to "Direct Printing" and "Printer Status" as well as
"Reference Printing", since I have a printer (HP460) which
does not claim the latter.

(plunky)

2011-06-24 20:06:04 UTC MAIN commitmail json YAML

if print_attribute() did not print, we should try the next
service_class before failing

(plunky)

2011-06-24 19:03:47 UTC MAIN commitmail json YAML

interpret "Hardcopy Cable Replacement Profile" attributes

(plunky)

2011-06-24 18:50:33 UTC MAIN commitmail json YAML

interpret "Basic Imaging Profile" attributes

(plunky)

2011-06-24 16:59:29 UTC MAIN commitmail json YAML

Commit fix for misc/45029.
Approved by pooka@

(manu)

2011-06-24 05:31:39 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/x86_64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/x86_64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/x86_64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/x86_64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/x86_64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++allocator.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/cxxabi_tweaks.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gthr-default.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gthr-posix.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gthr-single.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gthr-tpf.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gthr.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/auto-host.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/bconfig.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/config.h@1.1 / diff / nxr@1.1
      :
(more 6 files)
run mknative-gcc for amd64 and GCC 4.5.

this is only enough to build crtstuff, libgcc* and libobjc.

(mrg)

2011-06-24 05:28:48 UTC MAIN commitmail json YAML

update this for GCC 4.5's libiberty.

(mrg)

2011-06-24 05:27:57 UTC MAIN commitmail json YAML

- fix the path for GCCARCH and GCCARCH
- force DEVPHASE to "release"
-

(mrg)

2011-06-24 05:26:07 UTC MAIN commitmail json YAML

look in the right path for auto-host.h

(mrg)

2011-06-24 05:25:24 UTC MAIN commitmail json YAML

look in the right path for defs.mk.

(mrg)

2011-06-24 03:53:46 UTC MAIN commitmail json YAML

Fix broken stack.  The r4 points cpu_info in ddb_trap.  (not test)

(kiyohara)

2011-06-24 03:50:23 UTC MAIN commitmail json YAML

add a README to describe how to port GMP build framework, and a script
to parse the GMP ./configure output and generate part of a makefile.

move all the mpn build stuff into the MD part of the framework, and
update the amd64 port to build all the parts it should.

XXX: amd64 build fails to preprocess redc_1.asm gcd_1.asm mod_1_4.asm,
XXX: so we're using the generic C versions for now.

(mrg)

2011-06-24 01:48:43 UTC MAIN commitmail json YAML

amap_copy: fix one more regression, thanks to enami@.

(rmind)

2011-06-24 01:39:41 UTC MAIN commitmail json YAML

pmap_map_ptes: fix a bug introduced by rmind-uvmplock merge

(yamt)

2011-06-24 01:39:22 UTC MAIN commitmail json YAML

Fix uvmplock regression - a lock against oneself case in amap_swap_off().
Happens since amap is NULL in uvmfault_anonget(), so uvmfault_unlockall()
keeps anon locked, when it should unlock it.

(rmind)

2011-06-24 01:23:05 UTC MAIN commitmail json YAML

uvm_anon_release: fix a locking error after the rmind-uvmplock merge

(yamt)

2011-06-24 01:10:32 UTC MAIN commitmail json YAML

Always use our own align macro and explain a bit more why this is bogus.

(christos)

2011-06-24 01:03:09 UTC MAIN commitmail json YAML

amap_pp_adjref: fix regression, spotted by nonaka@.

(rmind)