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

2024-05-10 01:37:52 UTC Now

2015-05-16 04:40:31 UTC netbsd-7 commitmail json YAML

2015-05-16 04:37:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #779):
etc/rc.d/modules: revision 1.2
Parse config file like ifconfig.if(5).
First word is always the module name, followed by options.
Load modules right after root filesystem is checked and before it
becomes writable.

(snj)

2015-05-16 04:06:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #761):
sys/arch/sgimips/dev/scn.c: revision 1.8
sys/arch/sgimips/mace/macekbc.c: revision 1.8
sys/dev/hpc/hpcfb.c: revision 1.59
sys/dev/i2c/i2c.c: revision 1.47
sys/dev/ic/mfi.c: revision 1.57
sys/dev/if_ndis/if_ndis_pci.c: revision 1.21
sys/dev/sysmon/sysmon_power.c: revisions 1.50-1.52
sys/dev/usb/umass_isdata.c: revision 1.31
fix double free, found by Brainy.
--
Free cmd on error if we allocated it.
Found by Brainy, reported by maxv@.
--
don't leak rl (but there are other leaks), found by Brainy.
--
Free ped if we can't hand it to the power daemon.
Found by Brainy, reported by maxv@.
--
don't forget to free the dictionary.
--
another missing free dict.
--
fix leak, found by Brainy.
--
don't malloc a tiny, fixed size buffer to scribble into, then not use it
and never free it either
found by Brainy
--
malloc() -> kmem_alloc() for private data, also kmem_free() them if we
don't finish attaching for whatever reason
found by Brainy

(snj)

2015-05-16 03:45:21 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #773):
usr.sbin/postinstall/postinstall: revisions 1.184, 1.187
Handle obsolete xen/pae-xen kernel modules; reported by John D. Baker.
--
add powerpc variants to the list of potentially obsolete modules to check

(snj)

2015-05-16 02:33:12 UTC MAIN commitmail json YAML

Use :Q instead of " to quote make vars DBG and LDSTATIC

(matt)

2015-05-16 01:15:34 UTC MAIN commitmail json YAML

Don't put segment on the wire if security request can't be fulfilled

(kefren)

2015-05-15 18:28:36 UTC MAIN commitmail json YAML

Don't pre-compute string sizes in a relatively cold function.

(joerg)

2015-05-15 18:03:45 UTC MAIN commitmail json YAML

Don't try to do PCB lookup for bad checksummed segments
Fixes PR/43510 and PR/48452

(kefren)

2015-05-15 17:43:36 UTC MAIN commitmail json YAML

2015-05-15 16:25:50 UTC MAIN commitmail json YAML

Drop conditional support for writing large numbers as hex.

(joerg)

2015-05-15 16:24:30 UTC MAIN commitmail json YAML

2015-05-15 14:26:02 UTC MAIN commitmail json YAML

Don't create a weak alias in the !RUMPACTION case.

(joerg)

2015-05-15 12:18:48 UTC MAIN commitmail json YAML

enable SATA, maybe it will inspire someone to fix it

(jmcneill)

2015-05-15 11:50:30 UTC MAIN commitmail json YAML

2015-05-15 11:49:58 UTC MAIN commitmail json YAML

2015-05-15 11:49:11 UTC MAIN commitmail json YAML

2015-05-15 10:57:55 UTC MAIN commitmail json YAML

Make sure TLB is invalidated and ACTLR.SMP is set on ARM A15.  ACTLR.SMP
enables the processor to receive instruction cache, BTB and TLB main-
tenance operations from other processors

(skrll)

2015-05-15 10:53:58 UTC MAIN commitmail json YAML

Add missing rump flag to net/route test files

(ozaki-r)

2015-05-15 08:44:24 UTC MAIN commitmail json YAML

Print operable voltage with aprint_verbose(). OK'ed by pgoyette@.

(msaitoh)

2015-05-15 08:44:15 UTC MAIN commitmail json YAML

2015-05-15 08:39:14 UTC MAIN commitmail json YAML

2015-05-15 08:36:41 UTC MAIN commitmail json YAML

2015-05-15 08:29:33 UTC MAIN commitmail json YAML

2015-05-15 08:26:44 UTC MAIN commitmail json YAML

2015-05-15 08:19:48 UTC MAIN commitmail json YAML

Enable ktrace by default

(martin)

2015-05-15 08:02:39 UTC MAIN commitmail json YAML

Add options -X for deadline and -x for reply maxwait (flag names matching
FreeBSD). Unline FreeBSD, currently -x doesn't count late packets to statistics.
After discussion with, and help from ozaki-r@
Should fix PR/49896

(kefren)

2015-05-15 07:59:00 UTC MAIN commitmail json YAML

Fix typo in comment.

(msaitoh)

2015-05-15 07:56:25 UTC MAIN commitmail json YAML

2015-05-15 07:52:51 UTC MAIN commitmail json YAML

In lwp_ctl, convert ptr to 32 bits before copyout.

(matt)

2015-05-15 07:45:16 UTC MAIN commitmail json YAML

Fix _lwp_ctl for big endian 64-bit platforms.  (little-endian too but not
as noticable).

(matt)

2015-05-15 06:58:59 UTC MAIN commitmail json YAML

Fix rump.{netstat,route} shows host's interface names in link local addresses

Interface names of IPv6 link local addresses are resolved
by getnameinfo(3). So we need to rump-ify it as well as
if_indextoname and getifaddrs.

(ozaki-r)

2015-05-15 06:51:24 UTC MAIN commitmail json YAML

2015-05-15 06:50:41 UTC MAIN commitmail json YAML

Don't keep two list of build kernels.  include etc/etc.evbarm/Makefile.inc
and use it to generate list of MDSETTARGETS.

(matt)

2015-05-15 06:27:48 UTC MAIN commitmail json YAML

Update list of armv7 install kernels.

(matt)

2015-05-15 06:21:12 UTC MAIN commitmail json YAML

Even though this isn't a man page, it looks like one.  So sort the
SEE ALSO section accordingly.

(pgoyette)

2015-05-15 06:11:06 UTC MAIN commitmail json YAML

alphabetize armv7 kernels

(matt)

2015-05-15 04:16:23 UTC netbsd-7 commitmail json YAML

762, 763, 767, 768, 770-772

(snj)

2015-05-15 04:12:07 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #772):
sys/arch/arm/amlogic/amlogic_genfb.c: revision 1.4
sys/arch/arm/arm/disassem.c: revision 1.25
sys/arch/arm/omap/am335x_cm_padconf.c: revision 1.3
sys/arch/arm/omap/sitara_cm.h: revision 1.2
sys/dev/ic/i82557var.h: revision 1.51
sys/dev/ic/rtl8169.c: revision 1.143
sys/dev/ieee1394/fwcrom.c: revision 1.17
sys/external/bsd/dwc2/dwc2.c: revision 1.32
dwc2_hubd appears to be unused so #if 0 it in order to appease clang
--
Preserve const.
--
No reason not to make the string const.
--
Drop unnecessary-but-harmful casts.
--
Replace void * cast with proper __UNVOLATILE.
--
Preserve const.
--
amlogic_genfb_hdmi_write_4 is currently unused, mark it as such.

(snj)

2015-05-15 04:00:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #771):
external/bsd/iscsi/dist/src/lib/disk.c: revision 1.9
external/bsd/iscsi/dist/src/lib/target.c: revision 1.8
the buffer is also used when there is no input
--
make seek test routine work with the configured block size.

(snj)

2015-05-15 03:58:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #770):
sys/netinet6/scope6.c: revision 1.10
Drop impossible check.

(snj)

2015-05-15 03:54:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #768):
external/historical/nawk/bin/awk.1: revision 1.4
Fix important typo, from Joachim Henke on netbsd-docs.
Bump date.

(snj)

2015-05-15 03:52:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #767):
sys/sys/ctype_inline.h: revision 1.4
Fix spelling of feature test macro.

(snj)

2015-05-15 03:50:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #763):
sys/dev/pci/hifn7751.c: revisions 1.58, 1.61
fix mbuf leak on failure (Brainy)
--
Use-after-free. Found by Brainy.

(snj)

2015-05-15 03:44:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)

(snj)

2015-05-14 19:27:23 UTC MAIN commitmail json YAML

The relocation relaxation issue in AES on ARM has been resolved
differently, so remove hack marker.

(joerg)

2015-05-14 19:26:12 UTC MAIN commitmail json YAML

copysignl is also needed for PowerPC's double-double format, so special
case that. Functional support was added earlier, but not enabled.

(joerg)

2015-05-14 17:35:54 UTC MAIN commitmail json YAML

in nfs_writerpc(), avoid a signed/unsigned problem in computing the
number of bytes to back up in the uio when we need to resend a write RPC
(eg. after a server crash) on a 64-bit platform.  should fix PR 35448.

(chs)

2015-05-14 17:31:24 UTC MAIN commitmail json YAML

in bounds_check_with_*, reject negative block numbers and avoid
a potential overflow in calculating the size of the request.

(chs)

2015-05-14 17:15:56 UTC MAIN commitmail json YAML

2015-05-14 13:59:57 UTC MAIN commitmail json YAML

2015-05-14 13:59:15 UTC MAIN commitmail json YAML

Minus needs a backslash, add it.

(wiz)

2015-05-14 13:53:36 UTC MAIN commitmail json YAML

tmux-2.0 is out.

(wiz)

2015-05-14 10:44:15 UTC MAIN commitmail json YAML

2015-05-14 10:23:03 UTC MAIN commitmail json YAML

2015-05-14 08:18:59 UTC netbsd-7 commitmail json YAML

755, 756, 758, 759

(snj)

2015-05-14 08:15:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #758):
bin/ksh/Makefile: revision 1.31
bin/ps/print.c: revision 1.123
external/bsd/iscsi/dist/src/lib/parameters.c: revision 1.4
external/bsd/iscsi/dist/src/lib/target.c: revision 1.9
external/gpl2/lvm2/dist/lib/commands/toolcontext.c: revision 1.8
external/gpl2/lvm2/dist/lib/format1/import-export.c: revision 1.2
gnu/dist/texinfo/makeinfo/xml.c: revision 1.2
sbin/bioctl/bioctl.c: revision 1.16
usr.sbin/isdn/isdnd/msghdl.c: revision 1.12
Drop pointer checks that are always true.
--
Comment out impossible code.
--
Remove tautologic check.
--
Skip vendor if the string is empty.
Use l_wmesg if the string is not empty. Don't bother checking l_name for
nullness.
--
Array can't be null.
--
Show display if it is not empty.
--
Make cast warnings for clang non-fatal.

(snj)

2015-05-14 07:58:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #756):
usr.sbin/sysinst/arch/arc/md.c: revision 1.4
usr.sbin/sysinst/arch/atari/md.c: revision 1.3
usr.sbin/sysinst/arch/cobalt/md.c: revision 1.4
usr.sbin/sysinst/arch/emips/md.c: revision 1.3
usr.sbin/sysinst/arch/evbarm/md.c: revision 1.4
usr.sbin/sysinst/arch/evbarm64/md.c: revision 1.2
usr.sbin/sysinst/arch/hp300/md.c: revision 1.4
usr.sbin/sysinst/arch/i386/md.c: revision 1.6
usr.sbin/sysinst/arch/mac68k/md.c: revision 1.3
usr.sbin/sysinst/arch/mac68k/md.c: revision 1.4
usr.sbin/sysinst/arch/mac68k/menus.md.de: revisions 1.3, 1.4
usr.sbin/sysinst/arch/mac68k/menus.md.en: revisions 1.3, 1.4
usr.sbin/sysinst/arch/mac68k/menus.md.es: revisions 1.3, 1.4
usr.sbin/sysinst/arch/mac68k/menus.md.pl: revisions 1.3, 1.4
usr.sbin/sysinst/arch/mvme68k/md.c: revision 1.4
usr.sbin/sysinst/arch/ofppc/md.c: revision 1.3
usr.sbin/sysinst/arch/prep/md.c: revisions 1.3, 1.4
usr.sbin/sysinst/arch/prep/menus.md.en: revision 1.2
usr.sbin/sysinst/arch/x68k/md.c: revision 1.4
usr.sbin/sysinst/configmenu.c: revisions 1.4, 1.5
usr.sbin/sysinst/defs.h: revisions 1.8, 1.9
usr.sbin/sysinst/disks.c: revision 1.9
usr.sbin/sysinst/install.c: revision 1.4
usr.sbin/sysinst/label.c: revision 1.3
usr.sbin/sysinst/mbr.c: revision 1.5
usr.sbin/sysinst/menus.mi: revisions 1.9, 1.10
usr.sbin/sysinst/net.c: revisions 1.18-1.20
usr.sbin/sysinst/partman.c: revision 1.10
usr.sbin/sysinst/upgrade.c: revision 1.4
usr.sbin/sysinst/util.c: revisions 1.6, 1.7
Backout the previous incorrect fix for PR 49440 and redo it more globaly:
get rid of the global "yesno", introduce utility functions "ask_yesno()"
and "ask_noyes()" instead, greatly simplifying a lot of code.
Pass in a pointer to the return value to various "set source" menus.
--
Make it compile on architectures that do not support INET6 in sysinst
--
Remove a few more (ab-)usages of "yesno".
--
More (ab-)usages of "yesno"
--
Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving
the deconst() dance into the utility functions and simplifying all callers.
--
Missed a few more "yesno" in previous

(snj)

2015-05-14 07:27:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #755):
usr.sbin/sysinst/msg.mbr.fr: revisions 1.3, 1.4
usr.sbin/sysinst/msg.mi.fr: revisions 1.6, 1.7
Several fixes for the French translation. Looks like the '{\n' break the
interface: the "No" buttons sometimes disappear.
--
Fix the French translation.

(snj)

2015-05-14 07:27:14 UTC MAIN commitmail json YAML

Use-after-free. Found by Brainy.

ok christos@

(maxv)

2015-05-14 07:11:53 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #759):
distrib/amd64/cdroms/Makefile.cdrom: revision 1.12
distrib/amd64/installimage/Makefile: revision 1.5
distrib/amd64/installimage/spec.inst: revision 1.2
distrib/common/10-resolv.conf: file removal
distrib/common/99-print-sysinst: file removal
distrib/common/Makefile.dhcpcd: revision 1.2
distrib/common/list.dhcpcd: revision 1.3
distrib/i386/cdroms/Makefile.cdrom: revision 1.32
distrib/i386/installimage/Makefile: revision 1.5
distrib/i386/installimage/spec.inst: revision 1.2
distrib/sparc64/cdroms/installcd/Makefile: revision 1.20
distrib/vax/cdroms/installcd/Makefile: revision 1.10
usr.sbin/sysinst/msg.mi.de: revision 1.4
usr.sbin/sysinst/msg.mi.en: revision 1.4
usr.sbin/sysinst/msg.mi.es: revision 1.4
usr.sbin/sysinst/msg.mi.fr: revision 1.4
usr.sbin/sysinst/msg.mi.pl: revision 1.4
usr.sbin/sysinst/net.c: revisions 1.5-1.8, 1.11-1.15
The dhcpcd utilties in pkgsrc require dhcpcd to be running in master mode.
So set dhcpcd to start like so, but restrict it to the configured interface
still instead of ifconfig_foo=dhcp.
--
Use the 20-resolv.conf hook from dhcpcd rather than the minimal one.
Extract configured information from resolv.conf and hostname instead
of scraping the last dhcpcd script run.
This will allow the use of DHCPv6 and IPv6RA DNS details in the future.
--
dhcpcd will already have configured the system at this point, so
don't bother writing it manually.
--
Don't prompt for hostname or domain if obtained from DHCP.
--
Change the display order so it's protocol agnostic at the top,
then IPv4 then IPv6.
--
Strip newline from the gateway correctly.
--
Show the IP6 address instead of yes
--
Fix a bogus gcc warning: dhcp_config may be used uninitialized
--
Punt custom dhcpcd hooks in favour up upstream hooks
--
For the benefit of gcc 4.5, rename a local "nl" variable to "nline",
so it doesn't collide with the global curses nl() function.

(snj)

2015-05-14 06:44:57 UTC netbsd-7 commitmail json YAML

amend amendment to 754

(snj)

2015-05-14 05:39:32 UTC MAIN commitmail json YAML

2015-05-14 02:43:33 UTC MAIN commitmail json YAML

2015-05-14 01:34:31 UTC MAIN commitmail json YAML

Descend into the examples to build them all the time.  (They will not
be installed, but we still want to make sure they build to avoid any
bit-rot).

(pgoyette)

2015-05-14 00:59:03 UTC MAIN commitmail json YAML

hook JETSONTK1 kernel into build

(jmcneill)

2015-05-14 00:32:45 UTC netbsd-7 commitmail json YAML

2015-05-14 00:30:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) to fix the build (requested by riz in ticket #754):
usr.sbin/sysinst/net.c: revision 1.10
usr.sbin/sysinst/menus.mi: revision 1.5
usr.sbin/sysinst/net.c: revision 1.9
usr.sbin/sysinst/defs.h: revision 1.4
rtsol is no longer used.
Only prompt for one nameserver, let the user decide if it's a
pre-determined google server other another one.

(riz)

2015-05-14 00:09:55 UTC MAIN commitmail json YAML

Update sets lists for new devsw_attach(9) man page and its MLINKS

(pgoyette)

2015-05-14 00:08:44 UTC MAIN commitmail json YAML

Add new man page for devsw_attach() and friends.

From Kamil Ritarowski with some editting by myself.

(pgoyette)

2015-05-14 00:07:04 UTC MAIN commitmail json YAML

add INSTALL kernel for JETSONTK1

(jmcneill)

2015-05-14 00:02:00 UTC MAIN commitmail json YAML

5V/12V power to molex connector on Jetson TK1 is controlled by GPIO EE2

(jmcneill)

2015-05-14 00:00:44 UTC MAIN commitmail json YAML

2015-05-13 23:57:02 UTC MAIN commitmail json YAML

Remove workaround for PR kern/49195.

Problem seems to have been properly fixed in rev. 1.25.

(riastradh)

2015-05-13 23:15:57 UTC MAIN commitmail json YAML

Missing MAP_PRIVATE on mmap

(justin)

2015-05-13 22:41:48 UTC MAIN commitmail json YAML

Fix up another internal reference to renamed module, and adjust some
English grammar.

(pgoyette)

2015-05-13 22:37:53 UTC MAIN commitmail json YAML

Fix instructions to match reality.  (I renamed the example from the
original submitter, but didn't catch all internal references.)

(pgoyette)

2015-05-13 22:31:16 UTC MAIN commitmail json YAML

Add a reference to the recently added module examples.

(pgoyette)

2015-05-13 20:13:22 UTC MAIN commitmail json YAML

Mark error as dead.

(joerg)

2015-05-13 19:57:16 UTC MAIN commitmail json YAML

void * is bad for computation, so cast to const char * first.

(joerg)

2015-05-13 19:20:30 UTC netbsd-7 commitmail json YAML

2015-05-13 19:19:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #760):
usr.sbin/syslogd/syslogd.c: revision 1.120
- when checking hostname of incoming remote messages, fallback to checking
  remote host if the message doesn't contain a hostname
- don't truncate IP addresses when reading syslogd.conf

(snj)

2015-05-13 19:16:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #737):
sys/miscfs/fdesc/fdesc_vnops.c: revision 1.125 via patch
The comment about toxicity was correct, restore VNON setting code and
then set the proper type in lookup.

(snj)

2015-05-13 17:30:57 UTC netbsd-7 commitmail json YAML

2015-05-13 17:04:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #754):
usr.sbin/sysinst/menus.mi: revision 1.6
usr.sbin/sysinst/msg.mi.de: revision 1.5
usr.sbin/sysinst/msg.mi.en: revision 1.5
usr.sbin/sysinst/msg.mi.es: revision 1.5
usr.sbin/sysinst/msg.mi.fr: revision 1.5
usr.sbin/sysinst/msg.mi.pl: revision 1.5
Change the IPv6 DNS selection to use DNS selection and add the
Google Public V4 DNS servers to the list.
The other field can take an IPv4 or IPv6 name server of choice.
Fixes PR install/49231.

(snj)

2015-05-13 15:33:47 UTC MAIN commitmail json YAML

Use PDE_SYNC when syncing pdeps

(skrll)

2015-05-13 14:14:10 UTC netbsd-7 commitmail json YAML

2015-05-13 14:09:09 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ragge in ticket #757):
sys/arch/vax/vax/ka660.c: revision 1.11
PR port-vax/49884
Fixes bug introduced in earlier cleanup.

(martin)

2015-05-13 13:35:25 UTC netbsd-7 commitmail json YAML

2015-05-13 13:33:55 UTC netbsd-7 commitmail json YAML

Sync lib/libedit with head, requested by christos in #753:

lib/libedit/Makefile 1.53
lib/libedit/chartype.h 1.13
lib/libedit/editline.3 1.83-1.84
lib/libedit/editrc.5 1.28-1.29
lib/libedit/eln.c 1.18
lib/libedit/filecomplete.c 1.33-1.34
lib/libedit/readline.c 1.112-1.115

Man page improvements, fix overlapping strcpy, improve readline
compatibility, clang build fix.

(martin)

2015-05-13 12:21:04 UTC MAIN commitmail json YAML

Add the correct cross-ref, to intro(9lua)

(pgoyette)

2015-05-13 12:13:38 UTC MAIN commitmail json YAML

2015-05-13 12:01:24 UTC MAIN commitmail json YAML

Before pinging, wait for addresses to come out of tentative state

(martin)

2015-05-13 11:36:12 UTC MAIN commitmail json YAML

0 mappings are currently disabled on all architectures.

(shm)

2015-05-13 11:21:38 UTC MAIN commitmail json YAML

2015-05-13 11:21:04 UTC MAIN commitmail json YAML

One comment is enough for anybody

(skrll)

2015-05-13 11:07:28 UTC MAIN commitmail json YAML

select max cpu frequency (~2.3GHz) at boot

(jmcneill)

2015-05-13 11:07:02 UTC MAIN commitmail json YAML

2015-05-13 11:06:13 UTC MAIN commitmail json YAML

Tegra K1 CPU frequency scaling support.

jetsontk1# sysctl machdep.cpu
machdep.cpu.frequency.target = 2292
machdep.cpu.frequency.current = 2292
machdep.cpu.frequency.available = 2292 2100 1896 1692 1500 1296 1092 900 696

(jmcneill)

2015-05-13 10:49:26 UTC MAIN commitmail json YAML

Note to self:  if you're going to revert, do it right.

This should restore the original SEE ALSO section.

(pgoyette)

2015-05-13 10:17:27 UTC MAIN commitmail json YAML

Revert revision 1.31 - the referenced page does not exist and I am not
qualified to write it!

(pgoyette)

2015-05-13 10:04:44 UTC MAIN commitmail json YAML

2015-05-13 09:15:21 UTC MAIN commitmail json YAML

Fix typos, sort SEE ALSO.

(wiz)

2015-05-13 09:04:38 UTC MAIN commitmail json YAML

Add an entry for lue(9lua) to the SEE ALSO list.

(pgoyette)

2015-05-13 07:28:49 UTC MAIN commitmail json YAML

2015-05-13 07:07:36 UTC MAIN commitmail json YAML

2015-05-13 07:02:16 UTC MAIN commitmail json YAML

Soon to be replaced with a more comprehensive set of examples.

(pgoyette)

2015-05-13 06:24:18 UTC MAIN commitmail json YAML

Make sure mips_elf_n32_is_local_label_name is used.

(skrll)

2015-05-13 02:37:41 UTC MAIN commitmail json YAML

s/TRUE/true/ and s/FALSE/false/ to make crash(8) compilable.

(msaitoh)

2015-05-13 02:27:25 UTC MAIN commitmail json YAML

2015-05-13 02:23:10 UTC MAIN commitmail json YAML

Added Qualcomm Atheros QCA986x/988x.

(nonaka)

2015-05-13 02:17:13 UTC MAIN commitmail json YAML

2015-05-13 02:15:34 UTC MAIN commitmail json YAML

Descend into subdir to actually build the new sysv_ipc module

(pgoyette)

2015-05-13 02:13:08 UTC MAIN commitmail json YAML

2015-05-13 02:10:46 UTC MAIN commitmail json YAML

Update syscalls to point to the new module. (Regen of dependant
files to follow.)

(pgoyette)

2015-05-13 02:08:20 UTC MAIN commitmail json YAML

The compat_sysv module now depends on sysv_ipc module.

(pgoyette)

2015-05-13 02:06:25 UTC MAIN commitmail json YAML

Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, and
SYSVMSG options.  Move associated variables out of param.c and into
the module's source file.

(pgoyette)

2015-05-13 01:23:10 UTC MAIN commitmail json YAML

2015-05-13 01:16:15 UTC MAIN commitmail json YAML

More prep:  add a xxxfini() routine to each subcomponent so we can
clean up after ourselves.  Mostly, this checks to make sure that
there are no active itmes, and then deallocates wired kernel virtual
memory.  For SYSVSEM, we also disestablish the exithook() so we
won't try to call it after destroying its memory pool!

(pgoyette)

2015-05-13 01:00:16 UTC MAIN commitmail json YAML

More preparation for modularizing the SYSVxxx options.  Here we
change the kern.ipc.sysvxxx sysctls into dynamic values, so each
sub-component of SYSVxxx can declare its own availability.

(pgoyette)

2015-05-12 23:16:47 UTC MAIN commitmail json YAML

When in Rome... use true or false, instead of TRUE and FALSE.

(christos)

2015-05-12 20:54:30 UTC MAIN commitmail json YAML

2015-05-12 20:54:08 UTC MAIN commitmail json YAML

Add driver for Texas Instruments TMP451 Temperature Sensor

(jmcneill)

2015-05-12 20:42:46 UTC MAIN commitmail json YAML

rump is compiled with COMPAT_OSOCK not COMPAT_OIFREQ and the code in if.c
is not handling this case properly. Make this work by checking again if
we need to convert struct ifreq here, and if we do, we do it ourselves.

(christos)

2015-05-12 19:43:50 UTC MAIN commitmail json YAML

libasan depends on libstdc++ so move it under the wait barrier.

(christos)

2015-05-12 19:24:57 UTC MAIN commitmail json YAML

Catch up FreeBSD and OpenBSD's changes. Not completed but it's better than
before:
- Add support rdrand, rdseed, fxrstor, ldmxcsr, stmxcsr, xsare, xrstor,
  xsaveopt, cflush and some others.
- Check REX bit correctly.
- Print correct register.
- Fix a lot of bugs.
- KNF.

(msaitoh)

2015-05-12 16:09:58 UTC netbsd-7 commitmail json YAML

revert unrelated change that was included in ticket 711.

(snj)

2015-05-12 14:59:35 UTC MAIN commitmail json YAML

Now that _PROP_ISSPACE does not include the EOF check, put the check for
EOF inside the loop. Also fix another unbounded loop that did not check for
EOF. From Mateusz Kocielski
XXX: pullup-7

(christos)

2015-05-12 14:05:29 UTC MAIN commitmail json YAML

ioctl -> prog_ioctl as pointed out by pooka@

(roy)

2015-05-12 10:37:20 UTC MAIN commitmail json YAML

copy bootargs from uboot before we turn on the MMU, for the benefit of kernels without __HAVE_MM_MD_DIRECT_MAPPED_PHYS

(jmcneill)

2015-05-12 10:20:14 UTC MAIN commitmail json YAML

Finish work started in previous commit.  Ensure that initialization
code is only called once for built-in variants of the module.

(pgoyette)

2015-05-12 08:25:28 UTC MAIN commitmail json YAML

No kernel modules for acorn26

(martin)

2015-05-12 07:07:16 UTC MAIN commitmail json YAML

Add some KASSERTs to catch similar bugs to the cnptes/nptes one

(skrll)

2015-05-12 05:19:20 UTC MAIN commitmail json YAML

In preparation for modularization of the SYSV* options, restore the
use of opt_sysv.h to get the -DSYSVxxx definitions.

(pgoyette)

2015-05-12 05:18:50 UTC MAIN commitmail json YAML

Add missing check for db_Grp9. This change fixes a bug that cmpxchg8b can't
be disassembled.

(msaitoh)

2015-05-12 02:38:00 UTC MAIN commitmail json YAML

Don't manipulate the autoconfig databases for built-in module.

Thanks, christos!

(pgoyette)

2015-05-12 00:04:34 UTC MAIN commitmail json YAML

Like the non-host mkdep don't print ./foo.h as a dependency, but simplify
it to foo.h. This was causing problems with:

.y.h: ${.TARGET:.h=.c}

where .h was ./cgram.h and the source became ./cgram.c confusing for example
/usr/src/tools/lint1 because make had both cgram.c and ./cgram.c in the list
of sources, trying to build both of them in parallel thinking that they were
different files. Since the regular mkdep does not produce such dependencies,
the regular build does not suffer from this issue.

(christos)

2015-05-12 00:00:35 UTC MAIN commitmail json YAML

Use roundup2() and uintptr_t. Adviced by riastradh@.

(msaitoh)

2015-05-11 22:28:23 UTC MAIN commitmail json YAML

Make sure nptes is a multiple of PAGE_SIZE / L2_S_SIZE.

(matt)

2015-05-11 21:46:50 UTC MAIN commitmail json YAML

add ath@pci (mini-PCIe expansion slot)

(jmcneill)

2015-05-11 21:26:42 UTC MAIN commitmail json YAML

acorn26 probably was not meant to use the arm32 genassym

(martin)

2015-05-11 21:07:56 UTC MAIN commitmail json YAML

2015-05-11 19:37:51 UTC MAIN commitmail json YAML

2015-05-11 17:22:37 UTC MAIN commitmail json YAML

2015-05-11 17:21:32 UTC MAIN commitmail json YAML

2015-05-11 17:20:06 UTC MAIN commitmail json YAML

handle compound literals with a trailing comma

(christos)

2015-05-11 16:50:35 UTC MAIN commitmail json YAML

Don't treat NUL (EOF) as SPACE. All the code that uses _PROP_ISSPACE() checks
explicitly for _PROP_EOF() anyway, and this can be abused to cause run beyond
the end of buffer DoS (Mateusz Kocielski)
XXX: pullup-7

(christos)

2015-05-11 16:48:34 UTC MAIN commitmail json YAML

Limit size of xml buffer for userland requests (From Mateusz Kocielski)
XXX: pullup-7

(christos)

2015-05-11 13:07:57 UTC MAIN commitmail json YAML

Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving
the deconst() dance into the utility functions and simplifying all callers.

(martin)

2015-05-11 13:01:08 UTC MAIN commitmail json YAML

2015-05-11 12:57:55 UTC MAIN commitmail json YAML

2015-05-11 11:02:42 UTC netbsd-7 commitmail json YAML

2015-05-11 11:00:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #751):
sys/arch/arm/zynq/zynq_axi.c: revision 1.1
sys/arch/evbarm/conf/files.zynq: revision 1.1
sys/arch/arm/zynq/zynq_uart.c: revision 1.1
sys/arch/evbarm/zynq/genassym.cf: revision 1.1
sys/arch/evbarm/zynq/zynq_start.S: revision 1.1
sys/arch/arm/zynq/zynq_slcrreg.h: revision 1.1
sys/arch/arm/zynq/zynq_usbreg.h: revision 1.1
sys/arch/arm/zynq/zynq7000_uart.c: revision 1.1
sys/arch/arm/zynq/zynq7000_sdhc.c: revision 1.1
sys/arch/arm/zynq/zynq_slcrvar.h: revision 1.1
sys/arch/arm/zynq/zynq_usbvar.h: revision 1.1
sys/arch/evbarm/conf/PARALLELLA_INSTALL: revision 1.1
sys/arch/arm/zynq/zynq_uartreg.h: revision 1.1
sys/arch/evbarm/zynq/platform.h: revision 1.1
sys/arch/evbarm/conf/mk.zynq: revision 1.1
sys/arch/evbarm/conf/files.zedboard: revision 1.1
sys/arch/arm/zynq/zynq7000_usb.c: revision 1.1
sys/dev/cadence/if_cemacvar.h: revision 1.1
sys/arch/arm/zynq/files.zynq: revision 1.1
sys/arch/arm/zynq/zynq_slcr.c: revision 1.1
sys/arch/arm/zynq/zynq7000_intr.h: revision 1.1
sys/arch/arm/conf/majors.arm32: revision 1.36
sys/arch/arm/zynq/zynq_uartvar.h: revision 1.1
sys/arch/evbarm/conf/files.parallella: revision 1.1
sys/arch/arm/zynq/zynq_space.c: revision 1.1
sys/dev/cadence/if_cemac.c: revision 1.1
sys/arch/evbarm/conf/PARALLELLA: revision 1.1
sys/arch/arm/zynq/zynq7000_board.c: revision 1.1
sys/arch/evbarm/Makefile: revision 1.10
sys/arch/evbarm/zynq/zynq_machdep.c: revision 1.1
sys/arch/arm/zynq/zynq7000_reg.h: revision 1.1
sys/arch/evbarm/conf/ZEDBOARD: revision 1.1
sys/dev/cadence/cemacreg.h: revision 1.1
sys/arch/evbarm/conf/std.zynq: revision 1.1
sys/arch/arm/zynq/zynq_dma.c: revision 1.1
sys/arch/arm/zynq/zynq_cemac.c: revision 1.1
sys/arch/arm/zynq/zynq7000_var.h: revision 1.1
sys/arch/evbarm/conf/ZEDBOARD_INSTALL: revision 1.1
sys/arch/arm/zynq/zynq_usb.c: revision 1.1
Initial Zynq (Xilinx) support
Add support for ZedBoard evaluation board and Parallella board.
* cemac(4) Cadence EMAC/GEM(Gigabit) Ethernet Controller driver
  based on at91emac

(msaitoh)

2015-05-11 10:43:10 UTC MAIN commitmail json YAML

2015-05-11 10:42:00 UTC MAIN commitmail json YAML

2015-05-11 10:32:13 UTC MAIN commitmail json YAML

Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuff
gets handled properly even in built-in module case.

XXX
Whatever was I thinking when I put those conditionals in?  And wouldn't it
be a wonderful thing to have some atf regression tests to actually catch
errors in the compat{,_sysv} modules?  :)

(pgoyette)

2015-05-11 08:24:50 UTC MAIN commitmail json YAML

Re-allocale buffer if a buffer for microcode is not 16byte aligned.

(msaitoh)

2015-05-11 07:27:07 UTC netbsd-7 commitmail json YAML

2015-05-11 07:26:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #746):
usr.sbin/sysinst/Makefile.inc: revision 1.6-1.7
Make gcc generate better debug info when building with DEBUG set.

(msaitoh)

2015-05-11 06:58:13 UTC MAIN commitmail json YAML

Make it compile on architectures that do not support INET6 in sysinst

(martin)

2015-05-11 06:44:36 UTC MAIN commitmail json YAML

Remove '\n' from panic message.

(skrll)

2015-05-11 06:17:16 UTC netbsd-7 commitmail json YAML

2015-05-11 06:15:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #750):
sys/dev/pci/hifn7751.c: revision 1.59
initialise sc_mtx slightly earlier, before it is used on systems with rng.
fixes problem reported by msaitoh@.

(msaitoh)

2015-05-11 05:49:48 UTC MAIN commitmail json YAML

add MARVELL Armada XP MV78260 B0(rev.2)
recent OpenBlocks AX3 uses it.

(hsuenaga)

2015-05-11 05:43:52 UTC netbsd-7 commitmail json YAML

2015-05-11 04:51:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #749):
external/bsd/wpa/dist/src/ap/wmm.c: revision 1.2
external/bsd/wpa/dist/src/wps/httpread.c: revision 1.2
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c: revision 1.2-1.3
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c: revision 1.2-1.4
- strtoul() return value may end up overflowing the int h->chunk_size and
  resulting in a negative value to be stored as the chunk_size. This could
  result in the following memcpy operation using a very large length
  argument which would result in a buffer overflow and segmentation fault.

  This could have been used to cause a denial service by any device that
  has been authorized for network access (either wireless or wired). This
  would affect both the WPS UPnP functionality in a WPS AP (hostapd with
  upnp_iface parameter set in the configuration) and WPS ER
  (wpa_supplicant with WPS_ER_START control interface command used).
  Validate the parsed chunk length value to avoid this. In addition to
  rejecting negative values, we can also reject chunk size that would be
  larger than the maximum configured body length.
  Thanks to Kostya Kortchinsky of Google security team for discovering and
  reporting this issue.

- The length of the WMM Action frame was not properly validated and the
  length of the information elements (int left) could end up being
  negative. This would result in reading significantly past the stack
  buffer while parsing the IEs in ieee802_11_parse_elems() and while doing
  so, resulting in segmentation fault.

  This can result in an invalid frame being used for a denial of service
  attack (hostapd process killed) against an AP with a driver that uses
  hostapd for management frame processing (e.g., all mac80211-based
  drivers).

  Thanks to Kostya Kortchinsky of Google security team for discovering and
  reporting this issue.

- The length of the received Commit and Confirm message payloads was not
  checked before reading them. This could result in a buffer read
  overflow when processing an invalid message.

  Fix this by verifying that the payload is of expected length before
  processing it. In addition, enforce correct state transition sequence to
  make sure there is no unexpected behavior if receiving a Commit/Confirm
  message before the previous exchanges have been completed.

  Thanks to Kostya Kortchinsky of Google security team for discovering and
  reporting this issue.

- The remaining number of bytes in the message could be smaller than the
  Total-Length field size, so the length needs to be explicitly checked
  prior to reading the field and decrementing the len variable. This could
  have resulted in the remaining length becoming negative and interpreted
  as a huge positive integer.

  In addition, check that there is no already started fragment in progress
  before allocating a new buffer for reassembling fragments. This avoid a
  potential memory leak when processing invalid message.

- The L (Length) and M (More) flags needs to be cleared before deciding
  whether the locally generated response requires fragmentation. This
  fixes an issue where these flags from the server could have been invalid
  for the following message. In some cases, this could have resulted in
  triggering the wpabuf security check that would terminate the process
  due to invalid buffer allocation.

(msaitoh)

2015-05-11 03:33:46 UTC netbsd-7 commitmail json YAML

2015-05-11 03:14:29 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #748):
sys/dev/pci/hifn7751.c: revision 1.60
Defer to a callout in hifn_rng_get.  Fixes lock-against-self.
Still can't call rnd_add_data directly from an rndsource callback.
(Still plan to fix this with further rnd rototilling.)
XXX pullup netbsd-7

(msaitoh)

2015-05-11 01:05:16 UTC MAIN commitmail json YAML

Additional commentary for where other duplicate entries might need to
be made (amd64-xen, i386-xen, and i386-xen-pae).

(pgoyette)

2015-05-10 23:56:21 UTC MAIN commitmail json YAML

2015-05-10 23:51:08 UTC MAIN commitmail json YAML

add tegrai2c (I2C[12345]) and seeprom on I2C1

(jmcneill)

2015-05-10 23:50:21 UTC MAIN commitmail json YAML

2015-05-10 22:54:06 UTC MAIN commitmail json YAML

Many I2C drivers hold spin locks between iic_acquire_bus / iic_release_bus.
Avoid sleeping while owning the I2C bus.

(jmcneill)

2015-05-10 22:21:38 UTC MAIN commitmail json YAML

Don't report EINVAL errors when searching the bootwedge, this error
is most likely the result of reading beyond the end of the wrong disk.

(mlelstv)

2015-05-10 22:18:58 UTC MAIN commitmail json YAML

If BTINFO_ROOTDEVICE is set but isn't a device name, then treat it
as a root specification. This allows strings like wedge:wedgename.

(mlelstv)

2015-05-10 20:30:54 UTC MAIN commitmail json YAML

Include printf by default even for SMALL builds. It is used e.g. by
dhcpcd and as such required by most ramdisk images. Allow turning it off
again by TINYPROG.

(joerg)

2015-05-10 18:55:22 UTC MAIN commitmail json YAML

mtod mbuf to sockaddr * for so_send().

(rtr)

2015-05-10 15:31:48 UTC MAIN commitmail json YAML

2015-05-10 14:08:55 UTC MAIN commitmail json YAML

CID 976256: Help coverity understand that when the list is empty the head
is NULL.

(christos)

2015-05-10 14:05:22 UTC MAIN commitmail json YAML

2015-05-10 14:00:42 UTC MAIN commitmail json YAML

CID 274829: Check error from fd_getfile to avoid NULL deref immediately
after.

(christos)

2015-05-10 13:24:12 UTC MAIN commitmail json YAML

half-attached sdhc breaks reset for some reason, so disable eMMC until we fix it

(jmcneill)

2015-05-10 11:12:07 UTC MAIN commitmail json YAML

correct CAR_PLLX_MISC_REG value

(jmcneill)

2015-05-10 11:04:59 UTC MAIN commitmail json YAML

2015-05-10 10:14:03 UTC MAIN commitmail json YAML

2015-05-10 09:13:15 UTC MAIN commitmail json YAML

Sort DBG vs CPPFLAGS in the DEBUG case, as requested by Christos

(martin)

2015-05-10 08:13:41 UTC MAIN commitmail json YAML

2015-05-10 07:50:31 UTC MAIN commitmail json YAML

2015-05-10 07:41:16 UTC MAIN commitmail json YAML

Split the SYSV* compat code out into a separate compat_sysv module.

For monolithic kernels, both modules will be compiled as "built-ins",
while modular environments will be able to load the SYSVSEM, SYSVSHM,
and SYSVMSG code independant from the rest of compat.

This is a necessary precursor step to making the "STD" SYSV* code
into a separate module.

Tested in both monolithic and modular environments with no errors
seen.

(pgoyette)

2015-05-10 06:33:28 UTC MAIN commitmail json YAML

mips doesn't do a.out and never has.

(matt)

2015-05-09 23:29:52 UTC MAIN commitmail json YAML

Remove pointless casts.

(dholland)

2015-05-09 23:28:43 UTC MAIN commitmail json YAML

2015-05-09 23:19:34 UTC MAIN commitmail json YAML

Use proper (enough) parentheses in macro expansion.

(dholland)

2015-05-09 23:16:51 UTC MAIN commitmail json YAML

Use errx when malloc fails, and also don't cast the return value of
malloc/realloc.

(dholland)

2015-05-09 23:14:22 UTC MAIN commitmail json YAML

one crash -> errx Christos missed

(dholland)

2015-05-09 23:12:57 UTC MAIN commitmail json YAML

Polish the error messages.

Don't use warn/err to print error messages about the input, as
prepending the program name to those both isn't helpful and confuses
programs that try to parse compile logs.

(dholland)

2015-05-09 22:58:22 UTC MAIN commitmail json YAML

#if 0 code should still compile :-)

(dholland)

2015-05-09 22:23:40 UTC MAIN commitmail json YAML

use standard idiom - thanks riastradh@

(dholland)

2015-05-09 21:57:56 UTC MAIN commitmail json YAML

Defer to a callout in hifn_rng_get.  Fixes lock-against-self.

Still can't call rnd_add_data directly from an rndsource callback.

(Still plan to fix this with further rnd rototilling.)

XXX pullup netbsd-7

(riastradh)

2015-05-09 21:54:35 UTC MAIN commitmail json YAML

2015-05-09 21:53:45 UTC MAIN commitmail json YAML

PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX

(christos)