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

2024-05-10 03:55:00 UTC Now

2013-10-25 21:09:25 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-25 20:57:03 UTC MAIN commitmail json YAML

The :C/// modifier takes an extendedregular expression.

(apb)

2013-10-25 20:55:24 UTC MAIN commitmail json YAML

Consistently ifdef a variable and all uses

(martin)

2013-10-25 20:53:02 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-25 20:51:14 UTC MAIN commitmail json YAML

Mark a potentialy unused variable

(martin)

2013-10-25 20:49:38 UTC MAIN commitmail json YAML

2013-10-25 20:46:29 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-25 20:45:35 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:39:41 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 20:38:10 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 20:37:17 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 20:36:08 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:28:33 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:27:29 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 20:26:22 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:25:25 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 20:23:33 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:22:55 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:08:11 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 20:05:39 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 19:55:22 UTC MAIN commitmail json YAML

Eliminat an unused variable and simplify the KASSERT which used to use it

(martin)

2013-10-25 16:34:20 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:30:52 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:29:20 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:23:46 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:18:37 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:17:35 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:09:29 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:08:18 UTC MAIN commitmail json YAML

Mark diagnostic-only variables

(martin)

2013-10-25 16:06:44 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:05:47 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:04:57 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:03:51 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:01:56 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 16:00:35 UTC MAIN commitmail json YAML

2013-10-25 15:52:57 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 15:51:36 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2013-10-25 15:44:39 UTC MAIN commitmail json YAML

Mark a variable as used only in diagnostic kernels

(martin)

2013-10-25 15:42:50 UTC MAIN commitmail json YAML

Fix dmamap cleanup in an error path

(martin)

2013-10-25 15:27:03 UTC MAIN commitmail json YAML

2013-10-25 15:11:32 UTC MAIN commitmail json YAML

Eliminate unused variable

(martin)

2013-10-25 15:11:21 UTC MAIN commitmail json YAML

Use markup in the descriptions of __diagused and __debugused.

(apb)

2013-10-25 14:54:25 UTC MAIN commitmail json YAML

Now that these attributes are documented in attribute(3), shorten
the comments for __used, __unused, __diagused, and __debugused.
Also s/variable/item/ because the attributes may bve applied
to functions.

(apb)

2013-10-25 14:46:59 UTC MAIN commitmail json YAML

Document __diagused and __debugused

(apb)

2013-10-25 14:46:35 UTC MAIN commitmail json YAML

2013-10-25 14:44:25 UTC MAIN commitmail json YAML

Simplify (and remove now unused variable)

(martin)

2013-10-25 14:41:08 UTC MAIN commitmail json YAML

Try to make this more compiler-neutral, and give both GCC and LLVM/Clang
as examples.

(apb)

2013-10-25 14:32:10 UTC MAIN commitmail json YAML

Add "i2c-at34c02" AT34C02 EEPROM.  This is compatible with the AT24C02
EEPROM, apart from software write protection (not supported in our driver).

(jdc)

2013-10-25 14:30:21 UTC MAIN commitmail json YAML

Optimize out VM_PHYSMEM_PTR_SWAP on architectures that have VM_PHYSSEG_MAX = 1
(hard to address two different array entries there w/o invoking undefined
behaviour, and newer compilers complain about it).

(martin)

2013-10-25 14:28:29 UTC MAIN commitmail json YAML

Recursively add DT_NEEDED entries from shared libraries if symbols are
used indirectly. This is more in line with the old GNU ld behavior, but
not exactly the desired semantic.

Patch from Martin Husemann.

(joerg)

2013-10-25 14:23:15 UTC MAIN commitmail json YAML

Allow the EEPROM size to be specified in the kernel configuration by
using flags.
Add the flags values, and configuration examples to the manual page.

(jdc)

2013-10-25 14:20:11 UTC MAIN commitmail json YAML

Some pmaps may not consume all arguments of pmap_copy()

(martin)

2013-10-25 11:35:55 UTC MAIN commitmail json YAML

2013-10-25 10:45:01 UTC MAIN commitmail json YAML

Recognise .3lua and .9lua as man page extensions.  Source
files like foo.3lua will result in installed files like
/usr/share/man/man3lua/foo.3lua, /usr/share/man/cat3lua/foo.0,
and /usr/share/man/html3lua/foo.html.

(apb)

2013-10-25 10:27:08 UTC MAIN commitmail json YAML

add new man page directories

(mbalmer)

2013-10-25 09:46:10 UTC MAIN commitmail json YAML

2013-10-25 09:25:32 UTC MAIN commitmail json YAML

RFC3032 conformance for Router Alert Label

(kefren)

2013-10-25 08:51:55 UTC MAIN commitmail json YAML

Add __diagused and __debugused.  These are for marking variables that
are used only in diagnotic or debug code, but unused when NDEBUG is
defined, or DIAGNOSTIC is not defined, or DEBUG is not defined.

(apb)

2013-10-25 08:47:30 UTC MAIN commitmail json YAML

Add comments explaining what __unused and __used are for.

(apb)

2013-10-25 08:19:46 UTC MAIN commitmail json YAML

add 3l/3lua and 9l/9lua man page sections

(mbalmer)

2013-10-25 08:15:14 UTC MAIN commitmail json YAML

define a place for Lua man pages

(mbalmer)

2013-10-25 07:59:55 UTC MAIN commitmail json YAML

_build rule for man pages with a .<number><letters> extension (.3tcl, .3am, .3lua, etc.)

(mbalmer)

2013-10-25 00:23:42 UTC MAIN commitmail json YAML

Fixing the build for now. gcc=48 should probably be added back later.

(htodd)

2013-10-24 21:55:00 UTC MAIN commitmail json YAML

2013-10-24 19:37:35 UTC MAIN commitmail json YAML

Add entries for ctor/dtor switch.

(joerg)

2013-10-24 19:13:26 UTC MAIN commitmail json YAML

PR 48338: fix typo making a boolean expression always true

(martin)

2013-10-24 19:12:16 UTC MAIN commitmail json YAML

add g++-4.8 include directories

(christos)

2013-10-24 19:06:01 UTC MAIN commitmail json YAML

add new g++ directories

(christos)

2013-10-24 14:01:01 UTC MAIN commitmail json YAML

Now that tools/compat/compat_defs.h defones __USE, there's no
need to treat the tools build as a special case.

(apb)

2013-10-24 13:59:47 UTC MAIN commitmail json YAML

Define __USE for use during a tools build.

(apb)

2013-10-24 13:16:33 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-24 13:15:12 UTC MAIN commitmail json YAML

Fix a few copy&pastos in an error path

(martin)

2013-10-24 13:00:21 UTC MAIN commitmail json YAML

bump date for previous

(mbalmer)

2013-10-24 10:36:25 UTC MAIN commitmail json YAML

2013-10-24 09:49:51 UTC MAIN commitmail json YAML

More formatting, typo fixes.

(wiz)

2013-10-24 09:34:47 UTC MAIN commitmail json YAML

manual page for lua(4)

(mbalmer)

2013-10-24 06:59:03 UTC MAIN commitmail json YAML

- markup
- typo; the label command labels partitions, not remove them
- migrate -s isn't applicable to NetBSD
- add information about the space required for migration
- add a "gpt show -l" example

(jnemeth)

2013-10-23 20:28:11 UTC MAIN commitmail json YAML

Fix PR/48332 by reverting to passing 0xffffffff as the cpuctrlmask.
Comment out the cpuctrlmask that doesn't work for the imx23_olinuxino
leaving it there for reference.

(skrll)

2013-10-23 20:18:51 UTC MAIN commitmail json YAML

Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.
This reduces the amount of MD code enormously, and makes it easier
to implement support for newer CPU features which require more fpu
state, or for fpu usage by the kernel.
For access to FPU state across CPUs, an xcall kthread is used now
rather than a dedicated IPI.
No user visible changes intended.

(drochner)

2013-10-23 18:57:40 UTC MAIN commitmail json YAML

2013-10-23 17:26:08 UTC MAIN commitmail json YAML

2013-10-23 17:22:49 UTC MAIN commitmail json YAML

2013-10-23 13:15:47 UTC MAIN commitmail json YAML

2013-10-23 09:32:10 UTC MAIN commitmail json YAML

2013-10-23 09:28:57 UTC MAIN commitmail json YAML

add gffb, tweak comments

(macallan)

2013-10-23 09:28:06 UTC MAIN commitmail json YAML

minor cleanup:
- don't map more PCI space than we have video memory
- clarify some comments

(macallan)

2013-10-23 08:38:12 UTC MAIN commitmail json YAML

2013-10-22 21:37:33 UTC MAIN commitmail json YAML

Read the right register for checking big endianess.

(matt)

2013-10-22 16:37:08 UTC MAIN commitmail json YAML

Be strictly correct about chan->xfer_dma assignment and avoid calling
DMAADDR on fully transfered data phase of a control transfer.

Without this change the KASSERT(offset < dma->block->size) in usb_dmaaddr
would fire.

Found by anon when testing athn(4).

(skrll)

2013-10-22 13:04:25 UTC MAIN commitmail json YAML

Avoid "declaration of 'delay' shadows a global declaration" by renaming
the local variable.

(skrll)

2013-10-22 12:57:40 UTC MAIN commitmail json YAML

Remove unused usbd_xfer_handle from dwc2_pipe. (missed commit)

(skrll)

2013-10-22 09:42:20 UTC MAIN commitmail json YAML

Remove unused usbd_xfer_handle from dwc2_pipe.

(skrll)

2013-10-22 09:30:04 UTC MAIN commitmail json YAML

2013-10-22 09:23:34 UTC MAIN commitmail json YAML

2013-10-22 08:08:51 UTC MAIN commitmail json YAML

2013-10-22 07:30:20 UTC MAIN commitmail json YAML

In a NetBSD disklabel, p_offset is from the beginning of the disk,
not the beginning of the NetBSD partition.

(jnemeth)

2013-10-22 01:01:27 UTC MAIN commitmail json YAML

Fix build for missing chip.

(htodd)

2013-10-21 20:05:50 UTC MAIN commitmail json YAML

2013-10-21 19:27:55 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r193064 for another bugfix related to
exception handling.

(joerg)

2013-10-21 19:14:16 UTC MAIN commitmail json YAML

Only initialise TLS space from the PT_TLS segment, if the size is
positive and the offset has been computed. Fixes PR lib/48324.

(joerg)

2013-10-21 19:11:17 UTC MAIN commitmail json YAML

Revert, init-exec in combination with initalised TLS variables is not
supported.

(joerg)

2013-10-21 17:47:28 UTC MAIN commitmail json YAML

chip unused variable; let the system build again

(mbalmer)

2013-10-21 17:14:06 UTC MAIN commitmail json YAML

2013-10-21 16:15:44 UTC MAIN commitmail json YAML

add MODULE_CLASS_LUA_BINDING

(mbalmer)

2013-10-21 15:37:46 UTC MAIN commitmail json YAML

XXX: gcc initialize a variable

(christos)

2013-10-21 15:32:41 UTC MAIN commitmail json YAML

add a gcc XXX initialization

(christos)

2013-10-21 15:31:26 UTC MAIN commitmail json YAML

2013-10-21 15:13:09 UTC MAIN commitmail json YAML

remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes its
arguments

(christos)

2013-10-21 14:57:56 UTC MAIN commitmail json YAML

2013-10-21 14:47:46 UTC MAIN commitmail json YAML

2013-10-21 14:25:14 UTC MAIN commitmail json YAML

fix type of sysctl, from nisimura@

(christos)

2013-10-21 09:02:08 UTC MAIN commitmail json YAML

Improve wording and remove typos

(skrll)

2013-10-21 08:59:29 UTC MAIN commitmail json YAML

Move the GNUHOSTDIST assignment back to the top of the Makefile.

(skrll)

2013-10-21 08:28:14 UTC MAIN commitmail json YAML

Fix bug introduced in revision 1.13 which meant longjmp would never
work on EABI where VFP didn't exist.

Hi gimpy!

(skrll)

2013-10-21 06:33:11 UTC MAIN commitmail json YAML

Check cpuid leaf 4 for newer Intel CPU to know the cache information.

(msaitoh)

2013-10-21 06:28:15 UTC MAIN commitmail json YAML

No functional change:
- Add prototypes.
- Make some function static.
- Sort functions.

(msaitoh)

2013-10-21 06:11:49 UTC MAIN commitmail json YAML

- Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4).
  This definitions are required to know chache information of
  newer Intel CPU.
- Fix comment.

(msaitoh)

2013-10-20 21:35:46 UTC MAIN commitmail json YAML

2013-10-20 21:18:00 UTC MAIN commitmail json YAML

2013-10-20 21:17:28 UTC MAIN commitmail json YAML

2013-10-20 21:16:55 UTC MAIN commitmail json YAML

2013-10-20 21:16:05 UTC MAIN commitmail json YAML

2013-10-20 21:13:23 UTC MAIN commitmail json YAML

revert typo fix; teach me to blindly take changes from upstream

(jnemeth)

2013-10-20 21:13:15 UTC MAIN commitmail json YAML

2013-10-20 21:12:08 UTC MAIN commitmail json YAML

Now that KASSERT will always consume its arguments, move a KASSERT inside
a DIAGNOSTIC, because the function used is only defined with DIAGNOSTIC.

(christos)

2013-10-20 21:11:15 UTC MAIN commitmail json YAML

2 splbios in a row does not make sense. make the second one splx.

(christos)

2013-10-20 21:06:37 UTC MAIN commitmail json YAML

2013-10-20 21:06:09 UTC MAIN commitmail json YAML

move debugging code inside ifdef debug

(christos)

2013-10-20 21:05:47 UTC MAIN commitmail json YAML

2013-10-20 20:17:52 UTC MAIN commitmail json YAML

attach tty line discipline by name, not by number.  remove unused case value.  lgtm christos

(mbalmer)

2013-10-20 19:47:28 UTC MAIN commitmail json YAML

Revert previous code move to accommodate relocation that does not fit.
Move pxe_command_buf declaration next to the code so
that it fits on the 16 bit relocation. It is in the text segment, but
it does not matter since it is mapped read-write.

(christos)

2013-10-20 17:36:36 UTC MAIN commitmail json YAML

write fail as a proper macro

(christos)

2013-10-20 17:27:37 UTC MAIN commitmail json YAML

adjust output now that we don't output size info for links and directories
by default.

(christos)

2013-10-20 17:22:49 UTC MAIN commitmail json YAML

broadway changed addresses.

(christos)

2013-10-20 17:18:38 UTC MAIN commitmail json YAML

2013-10-20 17:17:30 UTC MAIN commitmail json YAML

2013-10-20 17:16:57 UTC MAIN commitmail json YAML

2013-10-20 17:15:42 UTC MAIN commitmail json YAML

use new function to avoid array overflow

(christos)

2013-10-20 17:14:48 UTC MAIN commitmail json YAML

2013-10-20 17:14:05 UTC MAIN commitmail json YAML

ifdef kernel used only variable

(christos)

2013-10-20 17:13:18 UTC MAIN commitmail json YAML

2013-10-20 17:12:23 UTC MAIN commitmail json YAML

Group the mknative stuff together - no functional change

(skrll)

2013-10-20 17:10:15 UTC MAIN commitmail json YAML

g/c VAX_CONFIGURE_ARGS

(skrll)

2013-10-20 16:00:20 UTC MAIN commitmail json YAML

Make sure gmake is quiet when grabbing variables.

(skrll)

2013-10-20 14:55:28 UTC MAIN commitmail json YAML

Deleted 1 line too many in previous commit.

(skrll)

2013-10-20 14:53:23 UTC MAIN commitmail json YAML

2013-10-20 14:14:18 UTC MAIN commitmail json YAML

2013-10-20 14:06:27 UTC netbsd-5 commitmail json YAML

2013-10-20 14:05:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1886):
sys/arch/hp700/hp700/autoconf.c: revision 1.51
Remember to unmap pagezero once we've finished with it. Found by gcc 4.8.

(bouyer)

2013-10-20 14:03:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1885):
usr.bin/systat/keyboard.c: revision 1.25
No David, '\?' is not the del character.  Broken in rev 1.21.
XXX pullup-5, pullup-6.

(bouyer)

2013-10-20 14:02:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1883):
common/lib/libc/sys/cpuset.c: revision 1.16
_cpuset_create: initialize size argument for sysctl call.
From PR/43837 by Sandy Snaman.

(bouyer)

2013-10-20 14:01:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1882):
gnu/dist/texinfo/util/texi2dvi: revision 1.10
Remove trailing whitespace in texi2dvi which confuses sed.
XXX pull up to 5, 6?

(bouyer)

2013-10-20 13:58:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1881):
lib/libpthread/pthread.c: revision 1.137 via patch
return errno if pthread_create hits the system limit, not just -1
(this is not entirely correct because it can return ENOMEM which is
not mentioned in the spec, but there are other places in pthread_create
whete ENOMEM is returned -- it at all, this should be fixed everywhere)

(bouyer)

2013-10-20 13:50:36 UTC netbsd-6-0 commitmail json YAML

2013-10-20 13:50:00 UTC netbsd-6-1 commitmail json YAML

2013-10-20 13:48:56 UTC netbsd-6 commitmail json YAML

Tickets 956, 957, 958, 961, 962, 963, 964, 965, 967, 968, 970, 971, 972, 973.

(bouyer)

2013-10-20 13:45:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #973):
sys/arch/hp700/hp700/autoconf.c: revision 1.51
Remember to unmap pagezero once we've finished with it. Found by gcc 4.8.

(bouyer)

2013-10-20 13:43:26 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #972):
distrib/utils/sysinst/mbr.c: revision 1.92
Fix another botch of my dumb patch in PR/45990; add missing braces.
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks.  Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129
The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.
Should be pulled up to all netbsd-6* branches.

(bouyer)

2013-10-20 13:43:23 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #972):
distrib/utils/sysinst/mbr.c: revision 1.92
Fix another botch of my dumb patch in PR/45990; add missing braces.
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks.  Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129
The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.
Should be pulled up to all netbsd-6* branches.

(bouyer)

2013-10-20 13:43:17 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #972):
distrib/utils/sysinst/mbr.c: revision 1.92
Fix another botch of my dumb patch in PR/45990; add missing braces.
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks.  Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129
The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.
Should be pulled up to all netbsd-6* branches.

(bouyer)

2013-10-20 13:40:10 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #971):
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.11
Add missing i810_dri.c file to SRCS.
PR xsrc/48315.

(bouyer)

2013-10-20 13:40:07 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #971):
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.11
Add missing i810_dri.c file to SRCS.
PR xsrc/48315.

(bouyer)

2013-10-20 13:40:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #971):
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.11
Add missing i810_dri.c file to SRCS.
PR xsrc/48315.

(bouyer)

2013-10-20 13:36:43 UTC netbsd-6 commitmail json YAML

apply patch, requested by simonb in ticket #970:
sys/dev/i2c/w83795g.c patch

Make this driver compile on the netbsd-6 branch (fix ticket #929).

(bouyer)

2013-10-20 13:32:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #968):
usr.bin/systat/keyboard.c: revision 1.25
No David, '\?' is not the del character.  Broken in rev 1.21.
XXX pullup-5, pullup-6.

(bouyer)

2013-10-20 13:30:50 UTC MAIN commitmail json YAML

Force use of static TLS space.

(joerg)

2013-10-20 13:29:48 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #967):
sys/netinet/tcp_usrreq.c: revision 1.168
PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that
don't have credentials yet.
XXX: pullup-6

(bouyer)

2013-10-20 13:29:44 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #967):
sys/netinet/tcp_usrreq.c: revision 1.168
PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that
don't have credentials yet.
XXX: pullup-6

(bouyer)

2013-10-20 13:29:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #967):
sys/netinet/tcp_usrreq.c: revision 1.168
PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that
don't have credentials yet.
XXX: pullup-6

(bouyer)

2013-10-20 13:28:20 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by pettai in ticket #965):
sys/arch/x86/x86/vmt.c: revision 1.8
share/man/man4/man4.x86/vmt.4: revision 1.4
Synchronize the clock periodically in vmt(4).
Add periodic clock synchronization to vmt(4) so that the guest clock
remains synchronized even when the host is suspended (which is a very
typical situation in a laptop).
Do this by default once per minute, but provide a sysctl to tune this
value (machdep.vmt0.clock_sync.period).
Sent to tech-kern@ for review and addressed a couple of issues.

(bouyer)

2013-10-20 13:25:02 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #964):
usr.sbin/eeprom/eehandlers.c: revision 1.16
PR/47528: Izumi Tsutsui: eeprom(8) dumps core after 64 bit time_t changes

(bouyer)

2013-10-20 13:18:50 UTC netbsd-6-1 commitmail json YAML

Apply patchm requested by gson in ticket #963:
sys/arch/x86/pci/pci_machdep.c 1.61 via patch

Force PCI mode 1 when running under QEMU, to work around
QEMU bug 897771.
This should also make it possible to boot NetBSD under versions of KVM
that have inherited said QEMU bug.  Fixes PR kern/45671.

(bouyer)

2013-10-20 13:18:48 UTC netbsd-6-0 commitmail json YAML

Apply patchm requested by gson in ticket #963:
sys/arch/x86/pci/pci_machdep.c                  1.61 via patch

Force PCI mode 1 when running under QEMU, to work around
QEMU bug 897771.
This should also make it possible to boot NetBSD under versions of KVM
that have inherited said QEMU bug.  Fixes PR kern/45671.

(bouyer)

2013-10-20 13:16:57 UTC netbsd-6 commitmail json YAML

Apply patch, requested by riastradh in ticket #962:
sys/arch/x86/pci/pci_machdep.c 1.61 via patch

Force PCI mode 1 when running under QEMU, to work around
QEMU bug 897771.
This should also make it possible to boot NetBSD under versions of KVM
that have inherited said QEMU bug.  Fixes PR kern/45671.

(bouyer)

2013-10-20 13:14:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #962):
gnu/dist/texinfo/util/texi2dvi: revision 1.10
Remove trailing whitespace in texi2dvi which confuses sed.
XXX pull up to 5, 6?

(bouyer)

2013-10-20 12:58:26 UTC netbsd-6 commitmail json YAML

Apply patch, requested by tron in ticket #961:
external/ibm-public/postfix/dist/HISTORY patch
external/ibm-public/postfix/dist/RELEASE_NOTES patch
external/ibm-public/postfix/dist/src/global/mail_version.h patch
external/ibm-public/postfix/dist/src/local/forward.c patch
external/ibm-public/postfix/dist/src/tls/tls_client.c patch
external/ibm-public/postfix/dist/src/tls/tls_server.c patch

Update postfix to version 2.8.16:
- TLS Interoperability workaround: turn on SHA-2 digests by
  force. This improves interoperability with clients and servers that
  deploy SHA-2 digests without the required support for TLSv1.2-style
  digest negotiation.
- TLS Performance workaround: the Postfix SMTP server TLS session
  cache had become ineffective because recent OpenSSL versions enable
  session tickets by default, resulting in a different ticket
  encryption key for each smtpd(8) process. The workaround turns off
  session tickets. Postfix 2.11 will enable session tickets properly.
- TLS Interoperability workaround: Debian Exim versions before 4.80-3
  may fail to communicate with Postfix and possibly other MTAs, with
  the following Exim SMTP client error message:
  TLS error on connection to server-name [server-address]
  (gnutls_handshake):

The Diffie-Hellman prime sent by the server is not acceptable
(not long  enough)

  See the RELEASE_NOTES file for a Postfix SMTP server configuration
  workaround.
- Bugfix (defect introduced: 1997): memory leak while forwarding mail
  with the local(8) delivery agent, in code that handles a cleanup(8)
  server error.

(bouyer)

2013-10-20 12:52:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #958):
sys/arch/hp300/hp300/pmap_bootstrap.c: revision 1.58
Fix a build error on a kernel config without 68040 machines.
Reported by Andrew Gillham on port-hp300@:
http://mail-index.NetBSD.org/port-hp300/2013/09/09/msg000077.html
(I removed defined(68060) since hp300 doesn't have it)
Should be pulled up to netbsd-6.

(bouyer)

2013-10-20 12:51:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #957):
sys/arch/i386/stand/lib/vbe.c: revision 1.8
The 'vesa' command can take 'list' flag so mention it in an error message.

(bouyer)

2013-10-20 12:49:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #956):
sys/dev/usb/if_aue.c: revision 1.131
Change one aprint_error_dev(9) to aprint_debug_dev(9) to avoid console spam.
My aue (BUFFALO LUA2-TX) generates a bunch of
"aue0: 1 usb errors on intr: IOERROR" errors during TRX,
but works without visible problems.
XXX this is not autoconf(9) message

(bouyer)

2013-10-20 11:37:53 UTC MAIN commitmail json YAML

Fix memory leak if the provided mac address isn't valid.

(bouyer)

2013-10-20 11:37:11 UTC MAIN commitmail json YAML

Add more XENPRINTF() to xbdback_connect()
in xbdback_backend_changed(), fix memory leak.
Do not free an uninitialized pointer in xbdback_connect(). Should fix
hypervisor or dom0 reboot when using windows PV drivers, as reported
by several users on port-xen.

(bouyer)

2013-10-20 09:30:41 UTC MAIN commitmail json YAML

Use cpuctrlmask in the arm1[01] case.

(skrll)

2013-10-20 03:35:59 UTC MAIN commitmail json YAML

2013-10-20 03:35:33 UTC MAIN commitmail json YAML

- provide the right size to the zeroing memory function
- remove unused variables

(christos)

2013-10-20 03:34:58 UTC MAIN commitmail json YAML

2013-10-20 03:14:34 UTC MAIN commitmail json YAML

2013-10-20 03:14:21 UTC MAIN commitmail json YAML

fix unused variable warnings

(christos)

2013-10-20 03:13:44 UTC MAIN commitmail json YAML

2013-10-20 03:11:44 UTC MAIN commitmail json YAML

2013-10-20 03:10:45 UTC MAIN commitmail json YAML

2013-10-20 03:09:11 UTC MAIN commitmail json YAML

2013-10-20 03:02:27 UTC MAIN commitmail json YAML

2013-10-20 03:00:02 UTC MAIN commitmail json YAML

2013-10-20 02:58:34 UTC MAIN commitmail json YAML

2013-10-20 02:58:24 UTC MAIN commitmail json YAML

2013-10-20 02:47:38 UTC MAIN commitmail json YAML

2013-10-20 00:29:10 UTC MAIN commitmail json YAML

2013-10-20 00:20:53 UTC MAIN commitmail json YAML

always declare needswap

(christos)

2013-10-20 00:16:16 UTC MAIN commitmail json YAML

Move an instruction above .code16 so that it produces an R_386_32 instead
of an R_386_16 relocation, which is truncated to fit. XXX: untested.

(christos)

2013-10-20 00:01:55 UTC MAIN commitmail json YAML

provide a function to access the name and extension as a single array as
opposed depend on array index overflow.

(christos)