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 (18m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 15:00:34 UTC Now

2016-02-01 13:48:01 UTC MAIN commitmail json YAML

Figure out if we need libdl.

(christos)

2016-02-01 13:44:52 UTC MAIN commitmail json YAML

Add -ldl if it is needed

(christos)

2016-02-01 12:56:06 UTC MAIN commitmail json YAML

Switch hppa to binutils 2.26

(skrll)

2016-02-01 10:37:57 UTC MAIN commitmail json YAML

Avoid unsigned/signed comparision warning to fix the build.

(martin)

2016-02-01 10:33:26 UTC MAIN commitmail json YAML

2016-02-01 10:29:24 UTC MAIN commitmail json YAML

2016-02-01 09:54:10 UTC MAIN commitmail json YAML

2016-02-01 09:52:19 UTC MAIN commitmail json YAML

sig.c: reduce differences to upstream libedit

Reduces differences to upstream libedit:
- Use "config.h" again.
- Use sigaction() et al instead of xsignal_restart() from progressbar.c.

(lukem)

2016-02-01 08:53:36 UTC MAIN commitmail json YAML

Add parenthesis for the addr argument of ISMT_DESC_ADDR_RW(addr, is_read).
It was no real bug.

(msaitoh)

2016-02-01 08:28:48 UTC MAIN commitmail json YAML

Rename macro (sync with pcidevs rev. 1.1246). No functional change.

(msaitoh)

2016-02-01 08:27:43 UTC MAIN commitmail json YAML

2016-02-01 08:27:17 UTC MAIN commitmail json YAML

- s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.

(msaitoh)

2016-02-01 05:05:44 UTC MAIN commitmail json YAML

Implement the 'io' provider for DTrace.  From riastradh@, with
fixes from me.

(riz)

2016-02-01 02:59:33 UTC MAIN commitmail json YAML

We can't depend on dp->d_namlen existing for the parts that are used in
makefs(8).

(christos)

2016-02-01 02:16:48 UTC MAIN commitmail json YAML

For the tools version we determine our own arch, we don't need to figure
it out at runtime in the linux case.

(christos)

2016-02-01 02:12:55 UTC MAIN commitmail json YAML

Split the opensolaris types into opentypes.h because linux includes
sysmacros.h from types.h and we can't interpose ourselves to define
the needed types otherwise.
Disable unused macros, get rid of __APPLE__

(christos)

2016-02-01 02:09:54 UTC MAIN commitmail json YAML

2016-01-31 23:41:38 UTC MAIN commitmail json YAML

PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh)
Always restore the tty settings.

(christos)

2016-01-31 23:14:34 UTC MAIN commitmail json YAML

Move "shotgun approach to rump syscalls" from rump.h to a separate header,
sort of as a hint that relying on those macros is not necessarily the
way you want to do things in 2016.  Include things from rump.h for compat
for the time being, though.

(pooka)

2016-01-31 23:11:49 UTC MAIN commitmail json YAML

2016-01-31 22:28:58 UTC MAIN commitmail json YAML

remove now-unused makelist.in

(lukem)

2016-01-31 22:25:37 UTC MAIN commitmail json YAML

2016-01-31 22:23:59 UTC MAIN commitmail json YAML

configure.ac: remove alloca and RETSIGTYPE

alloca() isn't used by libedit any more - remove AC_FUNC_ALLOCA()
don't use RETSIGTYPE - remove obsolete and unused AC_TYPE_SIGNAL()

(lukem)

2016-01-31 22:18:35 UTC MAIN commitmail json YAML

libedit: adapt back to upstream makelist

Simplify syncing with upstream by adapting to the upstream makelist
(and previous config.h change to use tnftp.h).
Take advantage of automake's silent-rules.

(lukem)

2016-01-31 22:11:18 UTC MAIN commitmail json YAML

makelist: allow AWK to be supplied in env

(lukem)

2016-01-31 22:08:37 UTC MAIN commitmail json YAML

adapt config.h to use tnftp.h

(lukem)

2016-01-31 22:06:02 UTC MAIN commitmail json YAML

2016-01-31 18:57:29 UTC MAIN commitmail json YAML

2016-01-31 18:56:49 UTC MAIN commitmail json YAML

2016-01-31 18:47:14 UTC MAIN commitmail json YAML

flip amd64 and evbarm to the new binutils

(christos)

2016-01-31 18:41:36 UTC MAIN commitmail json YAML

2016-01-31 18:40:24 UTC MAIN commitmail json YAML

2016-01-31 18:37:42 UTC MAIN commitmail json YAML

2016-01-31 15:32:13 UTC MAIN commitmail json YAML

2016-01-31 15:30:14 UTC MAIN commitmail json YAML

2016-01-31 15:29:04 UTC MAIN commitmail json YAML

remove the MKPIE and MKCTF no hack, and move it to the .mk files

(christos)

2016-01-31 08:43:50 UTC MAIN commitmail json YAML

2016-01-31 06:15:39 UTC MAIN commitmail json YAML

define it when we have vaddr_t exposed.

(christos)

2016-01-31 06:10:20 UTC MAIN commitmail json YAML

Provide missing vasprintf().

vasprintf() is used by the https logic, and some platforms lack it.
Provide replacement based on Joerg's implementation in libnbcompat.
Fix provided by J Raynor on pkgsrc-users on 2016-01-08, with
some tweaks to the autoconf rules by me.

(lukem)

2016-01-31 05:31:28 UTC MAIN commitmail json YAML

we don't keed page count in userland.

(christos)

2016-01-31 05:21:53 UTC MAIN commitmail json YAML

only need pgcnt_t in kernel.

(christos)

2016-01-31 04:40:01 UTC MAIN commitmail json YAML

PR/50730: Benny Siegert: Go kqueue test panics kernel.
- use a marker knote from the stack instead of allocating and freeing on
  each scan.
- add more KASSERTS
- introduce a KN_BUSY bit that indicates that the knote is currently being
  scanned, so that knote_detach does not end up deleting it when the file
  descriptor gets closed and we don't end up using/trashing free memory from
  the scan.

(christos)

2016-01-31 02:16:28 UTC MAIN commitmail json YAML

Disable PIE and CTF for standalone code
XXX: Must be done centrally, and there must be a better way.

(christos)

2016-01-30 23:45:37 UTC MAIN commitmail json YAML

2016-01-30 22:47:06 UTC MAIN commitmail json YAML

Fixed typo in sparc64_send_ipi_sun4u(): sun4v -> sun4u

(palle)

2016-01-30 17:01:47 UTC MAIN commitmail json YAML

2016-01-30 17:00:53 UTC MAIN commitmail json YAML

2016-01-30 17:00:21 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/Configure@1.14 / diff / nxr@1.14
src/crypto/external/bsd/openssl/dist/Makefile@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/NEWS@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/README@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/dist/apps/speed.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/crypto/aes/aes.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/aes/aes_locl.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/crypto/ec/ectest.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/crypto/mem_clr.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/opensslv.h@1.18 / diff / nxr@1.18
src/crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sign.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/sha/sha1test.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/ui/ui_openssl.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/crypto/x509/x509_vfy.c@1.10 / diff / nxr@1.10
      :
(more 10 files)
merge conflicts

(christos)

2016-01-30 16:47:00 UTC MAIN commitmail json YAML

Use .PARSEDIR to set the TOP. It makes things more portable since they
can work outside the tree.

(christos)

2016-01-30 16:31:28 UTC MAIN commitmail json YAML

Some NFS servers return RPC_PROGNOTREGISTERED instead of RPC_PROGVERSMISMATCH
when they don't support EXT_RQUOTAVERS but support RQUOTAVERS, so
retry with RQUOTAVERS for both RPC_PROGNOTREGISTERED and RPC_PROGVERSMISMATCH
return code.
Fix issue against a NetApp server reported by 6bone on current-users

(bouyer)

2016-01-30 16:21:47 UTC MAIN commitmail json YAML

Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.

XXX: pullup 6, 7

(christos)

2016-01-30 15:05:27 UTC MAIN commitmail json YAML

Whitespace fix (Ingo Schwarze)

(christos)

2016-01-30 10:13:02 UTC MAIN commitmail json YAML

New sentence, new line. Bump date.

(wiz)

2016-01-30 09:59:27 UTC MAIN commitmail json YAML

2016-01-30 05:15:18 UTC MAIN commitmail json YAML

2016-01-30 04:12:38 UTC MAIN commitmail json YAML

compile full symbol table for CTF so FBT can get function arguments.

(christos)

2016-01-30 04:07:27 UTC MAIN commitmail json YAML

Make ctfconvert remove the debugging symbols after it is done converting them.

(christos)

2016-01-30 04:02:51 UTC MAIN commitmail json YAML

Fix misplaced parentheses (Ingo Schwarze)

(christos)

2016-01-30 03:38:39 UTC MAIN commitmail json YAML

If we are building CTF, keep debugging symbols.

(christos)

2016-01-30 02:13:15 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/earmhf/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earmhf/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earmhf/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earmhfeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earmhfeb/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libopcodes/arch/earmhf/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libopcodes/arch/earmhfeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/usr.bin/common/arch/earmhf/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/earmhfeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/earmhfeb/defs.mk@1.3 / diff / nxr@1.3
      :
(more 10 files)
one left but evbarm64 but clang is busted.

(christos)

2016-01-30 01:44:24 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/earmeb/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmeb/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/earmeb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/earmeb/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfdver.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfdver.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libiberty/arch/riscv32/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/riscv32/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/riscv64/config.h@1.2 / diff / nxr@1.2
      :
(more 25 files)
do riscv and earmeb

(christos)

2016-01-30 01:17:05 UTC MAIN commitmail json YAML

2016-01-30 00:52:11 UTC MAIN commitmail json YAML

2016-01-30 00:00:56 UTC MAIN commitmail json YAML

Always initialize error.

Found by joerg.

(riastradh)

2016-01-29 23:58:22 UTC MAIN commitmail json YAML

2016-01-29 22:49:06 UTC MAIN commitmail json YAML

Restrict -Wno-unused-but-set-variable to gcc.

(joerg)

2016-01-29 22:39:00 UTC MAIN commitmail json YAML

2016-01-29 22:25:45 UTC MAIN commitmail json YAML

Use %"PRIx8", not %hx, for uint8_t.  %hx is for unsigned short.

(riastradh)

2016-01-29 21:46:14 UTC MAIN commitmail json YAML

2016-01-29 21:46:03 UTC MAIN commitmail json YAML

2016-01-29 21:45:00 UTC MAIN commitmail json YAML

2016-01-29 21:38:35 UTC MAIN commitmail json YAML

2016-01-29 21:33:53 UTC MAIN commitmail json YAML

2016-01-29 21:11:55 UTC MAIN commitmail json YAML

2016-01-29 20:54:10 UTC MAIN commitmail json YAML

2016-01-29 20:53:14 UTC MAIN commitmail json YAML

2016-01-29 20:41:27 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/earm/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earm/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earm/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/earm/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earm/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/earm/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/ia64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libiberty/arch/ia64/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libopcodes/arch/earm/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libopcodes/arch/ia64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/usr.bin/common/arch/earm/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/ia64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/common/arch/ia64/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/gprof/arch/earm/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/gprof/arch/earm/gconfig.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/gprof/arch/ia64/defs.mk@1.2 / diff / nxr@1.2
      :
(more 5 files)
regen earm, rest of ia64

(christos)

2016-01-29 20:39:20 UTC MAIN commitmail json YAML

2016-01-29 20:35:48 UTC MAIN commitmail json YAML

PR/50631: Joerg Sonnenberger: Don't rename syscalls before you include
the relevant headers.

(christos)

2016-01-29 19:59:11 UTC MAIN commitmail json YAML

One macro is enough (Ingo Schwarze)

(christos)

2016-01-29 18:05:38 UTC MAIN commitmail json YAML

2016-01-29 18:05:18 UTC MAIN commitmail json YAML

2016-01-29 18:03:16 UTC MAIN commitmail json YAML

Drop almost unnecessary devices for floppy to shrink sysinst.fs.

Briefly tested on TT030.

(tsutsui)

2016-01-29 17:30:32 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/alpha/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/binutils/lib/libbfd/arch/alpha/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/alpha/bfdver.h@1.8 / diff / nxr@1.8
src/external/gpl3/binutils/lib/libbfd/arch/alpha/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/alpha/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/hppa/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/binutils/lib/libbfd/arch/hppa/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h@1.8 / diff / nxr@1.8
src/external/gpl3/binutils/lib/libbfd/arch/hppa/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/hppa/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/m68000/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/binutils/lib/libbfd/arch/m68000/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h@1.8 / diff / nxr@1.8
src/external/gpl3/binutils/lib/libbfd/arch/m68000/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/m68000/defs.mk@1.3 / diff / nxr@1.3
      :
(more 223 files)
regen!

(christos)

2016-01-29 17:01:55 UTC MAIN commitmail json YAML

2016-01-29 16:24:00 UTC MAIN commitmail json YAML

2016-01-29 16:23:51 UTC MAIN commitmail json YAML

2016-01-29 15:33:51 UTC MAIN commitmail json YAML

new binutils will be 2.26

(christos)

2016-01-29 15:19:01 UTC MAIN commitmail json YAML

remove clauses 3, 4

(christos)

2016-01-29 15:18:34 UTC MAIN commitmail json YAML

disable dso protected to work around binutils bug

(christos)

2016-01-29 15:18:08 UTC MAIN commitmail json YAML

2016-01-29 14:42:49 UTC MAIN commitmail json YAML

2016-01-29 13:51:13 UTC MAIN commitmail json YAML

Document MKREPRO_TIMESTAMP.

(wiz)

2016-01-29 11:30:03 UTC MAIN commitmail json YAML

Remove debug message.

(msaitoh)

2016-01-29 10:42:30 UTC MAIN commitmail json YAML

It is meaningless to check the root node if there was an error.

(christos)

2016-01-29 04:15:46 UTC MAIN commitmail json YAML

Add tests for a gateway not on the local subnet

The tests are derived from the example at
http://www.netbsd.org/docs/network/#nonsubnetgateway ,
which has come up in PR 50717.

(ozaki-r)

2016-01-29 02:40:22 UTC MAIN commitmail json YAML

fix printf formats

(christos)

2016-01-29 01:54:14 UTC MAIN commitmail json YAML

2016-01-28 23:50:04 UTC MAIN commitmail json YAML

2016-01-28 19:40:29 UTC MAIN commitmail json YAML

2016-01-28 19:06:39 UTC MAIN commitmail json YAML

Create dtrace device as part of "all"

(riz)

2016-01-28 17:23:21 UTC MAIN commitmail json YAML

fixed metatable access to deallocated field

author: Lua.org <team@lua.org>
see: http://www.lua.org/bugs.html#5.3.2-1

(lneto)

2016-01-28 16:32:40 UTC MAIN commitmail json YAML

Don't detach devices if we are dumping core.

(christos)

2016-01-28 14:41:39 UTC MAIN commitmail json YAML

2016-01-28 13:01:30 UTC nick-nhusb commitmail json YAML

2016-01-28 10:20:40 UTC MAIN commitmail json YAML

2016-01-28 10:10:09 UTC MAIN commitmail json YAML

The test for PR 50608 works now, remove the expected failure.

(martin)

2016-01-28 09:12:17 UTC MAIN commitmail json YAML

binutils-2.26 out.

(wiz)

2016-01-28 06:52:55 UTC MAIN commitmail json YAML

move #ifdef notyet to encompass all relevant parts

(jnemeth)

2016-01-28 04:37:01 UTC MAIN commitmail json YAML

Tidy up

- KNF
- Remove obsolete ifdefs for other OSes
- Remove unnecessary else block

No functional change.

(ozaki-r)

2016-01-28 03:32:29 UTC MAIN commitmail json YAML

Don't crash if we have a missing section.

(christos)

2016-01-28 01:09:57 UTC MAIN commitmail json YAML

2016-01-28 01:08:43 UTC MAIN commitmail json YAML

fix previous commit that ate all 4's, and add aprint_btinfo()

(christos)

2016-01-28 00:28:11 UTC MAIN commitmail json YAML

2016-01-28 00:18:27 UTC MAIN commitmail json YAML

2016-01-27 21:25:00 UTC MAIN commitmail json YAML

clean Makefile.local

(christos)

2016-01-27 21:18:28 UTC MAIN commitmail json YAML

use HOST_CFLAGS for -pthread

(christos)

2016-01-27 19:29:25 UTC netbsd-7 commitmail json YAML

2016-01-27 19:24:30 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1079):
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c: revision 1.6
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nvc0.c: revision 1.5
don't try to wait if (cold), spin waiting for registers to clear.
same as in nouveau_engine_fifo_nve0.c 1.5.  should fix PR#50362.
minor re-format of the previous.

(riz)

2016-01-27 18:55:51 UTC MAIN commitmail json YAML

Use unsigned, not signed, int for shifting 1 left until zero.

Signed shift into sign bit and beyond is undefined behaviour.

From Michael McConville.

(riastradh)

2016-01-27 18:43:44 UTC MAIN commitmail json YAML

use -pthread for more portability

(christos)

2016-01-27 18:43:26 UTC MAIN commitmail json YAML

don't link/depend on libpthread if we are a hostprog.
XXX: should be using -pthread instead?

(christos)

2016-01-27 15:55:18 UTC MAIN commitmail json YAML

remove debug/lint sets now that the Makefiles have been fixed.

(christos)

2016-01-27 11:54:07 UTC MAIN commitmail json YAML

Mark /usr/X11R7/lib/modules/libi2c_g.a as obsolete as well.

Already marked that way for other platforms, and other versions of this
file for this platform too.

(wiz)

2016-01-27 00:27:45 UTC netbsd-7 commitmail json YAML

1070, 1073, 1074, 1077, 1078

(snj)

2016-01-27 00:26:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1078):
sys/dev/pci/agp_i810.c: revision 1.120
sys/dev/pci/agp_i810.c: revision 1.121
CID 1328433: Anding with 0 and comparing != 0 will not work very will.
Fix typo

(snj)

2016-01-27 00:06:49 UTC MAIN commitmail json YAML

Fix filename creation and deleting with illegal file names. UDF has a
machanism for it but it allowed to create a file with a name it considered
illegal that then couldn't be deleted with the same name.

Fixes PR kern/50608. When confirmed, it can be closed.

(reinoud)

2016-01-27 00:01:07 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1077):
sys/external/bsd/drm2/include/linux/pci.h: revision 1.22
Use PCI ROM MD fallback if PCI ROM BAR points to invalid ROM.
We previously applied the PCI ROM MD fallback only if the PCI ROM BAR
was altogether unpopulated.  Some Radeon devices seem to have a
populated PCI ROM BAR pointing at a bogus ROM, while 0xc0000 works
fine.
Fixes at least one manifestation of PR kern/49964.

(snj)

2016-01-26 23:55:52 UTC netbsd-7-0 commitmail json YAML

2016-01-26 23:49:47 UTC MAIN commitmail json YAML

2016-01-26 23:49:37 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #1074):
etc/ssh/ssh_known_hosts: revision 1.9
Add keys for wip.pkgsrc.org.

(snj)

2016-01-26 23:48:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #1074):
etc/ssh/ssh_known_hosts: revision 1.9
Add keys for wip.pkgsrc.org.

(snj)

2016-01-26 23:46:59 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1073):
sys/arch/x86/x86/errata.c: revision 1.23
sys/arch/x86/include/cpufunc.h: revision 1.19
Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
their implementation.  Both functions don't take the passcode as
argument.
As wrmsr_locked() no longer writes the passcode to the msr the
erratum 721 on my Opteron 2356 really gets patched and cc1 no longer
crashes with SIGSEGV.

(snj)

2016-01-26 23:46:37 UTC MAIN commitmail json YAML

fix typo in previous

(pooka)

2016-01-26 23:44:58 UTC MAIN commitmail json YAML

"rump_private" -> <rump-sys/kern.h>

(pooka)

2016-01-26 23:44:11 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1070):
sys/kern/vfs_vnode.c: revision 1.46 via patch
Take the vnode lock before the vnode is marked VI_CHANGING and fed
to vclean().  Prevents a deadlock with two null mounts on the same
physical mount where one thread tries to vclean() a layer node and
another thread tries to vget() a layer node pointing to the same
physical node.
Fixes PR kern/50375 layerfs (nullfs) locking problem leading to livelock

(snj)

2016-01-26 23:43:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1070):
sys/kern/vfs_vnode.c: revision 1.46 via patch
Take the vnode lock before the vnode is marked VI_CHANGING and fed
to vclean().  Prevents a deadlock with two null mounts on the same
physical mount where one thread tries to vclean() a layer node and
another thread tries to vget() a layer node pointing to the same
physical node.
Fixes PR kern/50375 layerfs (nullfs) locking problem leading to livelock

(snj)

2016-01-26 23:41:15 UTC MAIN commitmail json YAML

2016-01-26 23:30:10 UTC MAIN commitmail json YAML

2016-01-26 23:28:06 UTC MAIN commitmail json YAML

"rump_private.h" -> <rump-sys/kern.h>

(pooka)

2016-01-26 23:25:41 UTC MAIN commitmail json YAML

2016-01-26 23:24:55 UTC MAIN commitmail json YAML

"rump_private.h" -> <rump-sys/kern.h>

(pooka)

2016-01-26 23:22:22 UTC MAIN commitmail json YAML

2016-01-26 23:21:19 UTC MAIN commitmail json YAML

include rumpif private headers from <rump-sys>

(pooka)

2016-01-26 23:12:19 UTC MAIN commitmail json YAML

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories.  Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

(pooka)

2016-01-26 22:52:15 UTC MAIN commitmail json YAML

The new acpi code tries to read the pci configuration registers in the
acpi_probe() phase, before acpi_softc is allocated. Detect this and use
a NULL chipset handle instead of crashing.

(christos)

2016-01-26 21:19:20 UTC MAIN commitmail json YAML

back to binutils.old now that it works.

(christos)

2016-01-26 21:18:43 UTC MAIN commitmail json YAML

2016-01-26 19:38:12 UTC MAIN commitmail json YAML

src/external/gpl3/binutils.old/Makefile.inc@1.1 / diff / nxr@1.1
src/external/gpl3/binutils.old/lib/Makefile.inc@1.1 / diff / nxr@1.1
src/external/gpl3/binutils.old/lib/libbfd/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/lib/libiberty/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/lib/libopcodes/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/Makefile.inc@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/addr2line/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/ar/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/c++filt/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/coffdump/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/common/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/common/Makefile.inc@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/common/Makefile.prog@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/elfedit/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/gas/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/gprof/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/ld/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/nlmconv/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/nm/Makefile@1.2 / diff / nxr@1.2
src/external/gpl3/binutils.old/usr.bin/objcopy/Makefile@1.2 / diff / nxr@1.2
      :
(more 9 files)
Sync with binutils.

(christos)

2016-01-26 19:37:49 UTC MAIN commitmail json YAML

Centralize the definition of TOP/DIST and cleanup a little.

(christos)

2016-01-26 19:09:56 UTC MAIN commitmail json YAML

back to use binutils since the path is hard-coded everywhere!

(christos)

2016-01-26 17:48:56 UTC MAIN commitmail json YAML

use EXTERNAL_FOO_SUBDIR

(christos)

2016-01-26 17:48:31 UTC MAIN commitmail json YAML

use EXTERNAL_GDB_SUBDIR

(christos)

2016-01-26 17:47:57 UTC MAIN commitmail json YAML

use EXTERNAL_BINUTILS_SUBDIR

(christos)

2016-01-26 17:47:35 UTC MAIN commitmail json YAML

use EXTERNAL_BINUTILS_SUBDIR

(christos)

2016-01-26 17:47:06 UTC MAIN commitmail json YAML

external binutils and gdb variables.

(christos)

2016-01-26 17:37:52 UTC MAIN commitmail json YAML

switch to binutils.old

(christos)

2016-01-26 16:23:27 UTC MAIN commitmail json YAML

PR/50712: David Binderman: Fix memory leaks.

(christos)

2016-01-26 16:05:18 UTC MAIN commitmail json YAML

PR/50711: David Binderman: Fix memory leak on error

(christos)

2016-01-26 16:04:12 UTC MAIN commitmail json YAML

PR/50710: David Binderman: Fix memory leak.

(christos)

2016-01-26 16:02:50 UTC MAIN commitmail json YAML

PR/50694: David Binderman: Fix wrong pasto constant.

(christos)

2016-01-26 16:01:45 UTC MAIN commitmail json YAML

PR/50693: David Binderman: Fix constant pasto.

(christos)

2016-01-26 16:00:12 UTC MAIN commitmail json YAML

PR/50692: David Binderman: Set the right wake up bits.

(christos)

2016-01-26 14:34:50 UTC MAIN commitmail json YAML

Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.

Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.

Should prevent tmpfs data corruption under load.

Ok: Chuck Silvers

(hannken)

2016-01-26 14:08:58 UTC MAIN commitmail json YAML

David Binderman in PR bin/50714: fix memory leak

(martin)

2016-01-26 14:05:29 UTC MAIN commitmail json YAML

David Binderman in PR bin/50713: fix memory leaks

(martin)

2016-01-26 06:27:38 UTC MAIN commitmail json YAML

typo in comment

(dholland)

2016-01-26 06:00:10 UTC MAIN commitmail json YAML

2016-01-26 05:58:06 UTC MAIN commitmail json YAML

implement encapsw instead of protosw and uniform prototype.

suggested and advised by riastradh@n.o, thanks.

BTW, It seems in_stf_input() had bugs...

(knakahara)

2016-01-26 04:57:58 UTC netbsd-7 commitmail json YAML

2016-01-26 04:57:20 UTC netbsd-7-0 commitmail json YAML

2016-01-26 04:56:56 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #1069):
sys/arch/sparc64/sparc64/ofw_machdep.c: revision 1.45
Restrict the check for fully specified interrupts to machines with psycho
controllers only, and adjust comments to note this.
See also the mail thread starting at:
http://mail-index.NetBSD.org/port-sparc64/2015/12/03/msg002488.html

(riz)

2016-01-26 04:56:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #1069):
sys/arch/sparc64/sparc64/ofw_machdep.c: revision 1.45
Restrict the check for fully specified interrupts to machines with psycho
controllers only, and adjust comments to note this.
See also the mail thread starting at:
http://mail-index.NetBSD.org/port-sparc64/2015/12/03/msg002488.html

(riz)

2016-01-26 04:53:42 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1068):
include/protocols/dumprestore.h: revision 1.17
PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX)

(riz)

2016-01-26 04:50:37 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #1067):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
- the softhand_t is set SOFTINT_PENDING flag
- the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
- waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
- the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
so CPU#Y does not wait
- unset the function of "handler A"
(4) CPU#X does softint_execute()
- the function of "handler A" is already clear, so panic

(riz)

2016-01-26 04:50:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #1067):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
- the softhand_t is set SOFTINT_PENDING flag
- the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
- waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
- the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
so CPU#Y does not wait
- unset the function of "handler A"
(4) CPU#X does softint_execute()
- the function of "handler A" is already clear, so panic

(riz)

2016-01-26 02:54:25 UTC MAIN commitmail json YAML

2016-01-26 02:22:57 UTC MAIN commitmail json YAML

Bring NetBSD CVS up-to-date with my private Subversion repository.

In dt/core.c, delete dead scratch_t members L1 and L2.  Pull the gaps
count out of subcell_t and add to scratch_t members G[0..1] and Gclocc
to hold the gaps count when/where I use it.  This gives me back a bit of
speed, but I'm still not back to the previous best: affine gap penalties
are expensive.

Add a dummy 'test' target to it/Makefile.  Really need to come up with
some tests for IT.  Some version of the DT tests oughta do the trick.

Thanks, Thomas Klausner (wiz@NetBSD.org), for the heads-up about some
Makefile problems.  Fix them: recurse on 'test' target.  Make 'test'
target depend on dependall.

Fix/improve usage messages.

Disable debug assertions for now.

Make 'make cleandir' remove *.gcov.

In dt/sym.c, don't dereference a NULL pointer trying to emit a symbol
that is too long.  XXX ought to revisit this.

Add the hierarchical-logging library that I developed for CUWiN and
start to use it to switch debugging printfs on and off.

Repair the 'tags' rule, making it write tags to .CURDIR instead of
.OBJDIR.

Add two new scanners, one for whitespace up to and including end-of-line
(EOL), and one for whitespace other than whitespace at EOL.  Bring
expected test results up-to-date with these beneficial changes to
whitespace handling.

Add mk/helpers.mk that provides utilities PRINTOBJDIR and PRINTOBJDIROF.

Use relative paths like 'dt/core.h' for ARFE header files.  Add
CPPFLAGS+=-I$(.CURDIR)/.. to all of the makefiles to make this work.

Add DPINCS to makefiles that were missing it.

Factor out some initialization and argument parsing; put it into
arfe_parse_options().

Improve file_to_slice() error reporting: print the filename concerned.

Add a utility function, cloccs_are_equal(), that returns true if and
only if the string comprising the left-hand clocc is equal to the string
comprising the right-hand clocc.  Use it here and there, especially in
the `tt' implementation.

Tweak the costs for opening and extending gaps, and tweak clocc_score(),
to get more desirable outputs from dt, it, and tt.  Update tests to
match new expectations.

Add instrumentation that prints a sub-table of the table computed by
findsplitn() as an HTML table.

Fix some bugs in table initialization in findsplitn() & count_records()
that were found with the help of the new instrumentation.

For count_records() debug output, record and print a few generations of
record boundaries.

Add a new member to clocc_t, the number of potential counterpart
clocc_t's in a counterpart template, and for each match-template clocc,
count the number of counterparts it has in the transform template---see
count_match_occ_transform_counterparts().  Eventually I will use the
counterparts to tweak scores for clocc-alignment between inputs and
match templates in tt.

Fix a bug in emit_transformed_text() where it wasn't considering all of
the match clocc_t's in a hash bucket.

Expand cloccs_t and the size of the clocc_t hash tables, too.  XXX needs
to be dynamic!

In dt, it, and tt (?), instead of running findlcs(), run count_records()
and quit if the -c option is passed.  This is just a convenience while I
test count_records(), which is a work in progress.

Fix some NULL pointer dereferences in the decimal- and hexadecimal-number
scanners.

Run the really long-running dt tests last instead of first.

Make tt/testit.sh run the tests on its command line or else all of the
tests in tests/.

In tt, allocate the class occurrences for the transform template on the
heap instead of the stack, so that we don't run out of stack space
and segfault.

Add a test for 'tt' that extracts the packet input/output statistics
from ifconfig -v output and nothing else.

Fix a bug in count_match_occ_transform_counterparts() where I was
calling TAILQ_NEXT() on an uninitialized element.  I'm not sure how I
missed the bug before, since it crashes 'tt' in its first test every
time.

Pick up some changes from the NetBSD CVS repository by wiz@.  Change
__attribute__((__noreturn__)) to __dead.  Prepare for committing to
NetBSD CVS by adding a .cvsignore or two, making Subversion ignore some
CVS/ directories, etc.

(dyoung)

2016-01-26 01:30:56 UTC netbsd-7-0 commitmail json YAML

2016-01-26 01:30:41 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1066):
crypto/external/bsd/openssh/dist/sftp.c: revision 1.17
PR/50564: Rin Okuyama: sftp: filename completion is broken

(riz)

2016-01-26 01:30:23 UTC netbsd-7 commitmail json YAML

2016-01-26 01:29:35 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1066):
crypto/external/bsd/openssh/dist/sftp.c: revision 1.17
PR/50564: Rin Okuyama: sftp: filename completion is broken

(riz)

2016-01-26 01:27:21 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1065):
sys/net/npf/npf_mbuf.c: revision 1.15
handle delayed cksums also for ipv6

(riz)

2016-01-26 01:25:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #1064):
sys/arch/sparc64/dev/schizo.c: revision 1.34
sys/arch/sparc64/dev/schizo.c: revision 1.35
sys/arch/sparc64/dev/schizovar.h: revision 1.7
sys/arch/sparc64/dev/schizoreg.h: revision 1.10
sys/arch/sparc64/dev/schizoreg.h: revision 1.11
add some tomatillo specific information to schizo_pbm_regs.
Set the target JPID for all interrupts on Tomatillo.
If the "ino-bitmap" property is available, use it to route error interrupts.
Minor cosmetic changes.
Add register printing when DEBUG is defined.
Use __BIT() for some masks to fix the sparc build.
No binary changes.

(riz)

2016-01-26 01:23:50 UTC netbsd-7-0 commitmail json YAML

2016-01-26 01:22:13 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1063):
usr.sbin/ndp/ndp.c: revision 1.46
Don't forget to set sin_scope. From Ryota Ozaki

(riz)

2016-01-26 01:21:56 UTC netbsd-7 commitmail json YAML

2016-01-26 01:21:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1063):
usr.sbin/ndp/ndp.c: revision 1.46
Don't forget to set sin_scope. From Ryota Ozaki

(riz)

2016-01-26 01:18:37 UTC netbsd-7 commitmail json YAML

Apply patch (requested by martin in ticket #1062):

sys/kern/exec_elf.c patch

Restore binary compatibility on sparc64 for old binaries.
[martin, ticket #1062]

(riz)

2016-01-26 01:11:13 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #1037):
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c: revision 1.13
We've never supported the executable stack note, and none of the other
archs have it.

(riz)

2016-01-26 01:09:56 UTC MAIN commitmail json YAML

Note limited extent for reference to the pserialized object.

(riastradh)

2016-01-26 01:05:17 UTC MAIN commitmail json YAML

Suggest the cacheline-aligned global struct idiom.

(riastradh)

2016-01-25 22:15:15 UTC MAIN commitmail json YAML

Get rid of a file which shouldn't be there.

ok christos@

(agc)

2016-01-25 21:58:02 UTC MAIN commitmail json YAML

2016-01-25 21:56:27 UTC MAIN commitmail json YAML

earm (iyonix and zaurus) don't have cpu_counter.h

(christos)

2016-01-25 21:54:14 UTC MAIN commitmail json YAML

2016-01-25 18:55:25 UTC MAIN commitmail json YAML

use :Q to quote variables properly.

(christos)

2016-01-25 18:37:38 UTC MAIN commitmail json YAML

PR/50701: Martijn van Buul: Adjust MS Confort Mouse 6000

(christos)

2016-01-25 18:20:16 UTC MAIN commitmail json YAML

we don't have va_mask

(christos)

2016-01-25 18:14:40 UTC MAIN commitmail json YAML

Don't expose kernel structs to userland.

(christos)