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


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




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:01:31 UTC Now

2016-06-13 00:04:41 UTC MAIN commitmail json YAML

Add new primaries -asince, -csince, and -since to compare file's
attributes against a user-specified timestamp (rather than the
attributes of a reference file).

Update the parse routines so they have access to the name of the
option being parsed.  This enables accurate error reporting for
"aliases" of primaries.

Now that aliases work, introduce some aliases for consistency with
Gnu findutils.

(pgoyette)

2016-06-12 22:25:13 UTC MAIN commitmail json YAML

Use .Ic markup for consistency with the rest of the document

(pgoyette)

2016-06-12 22:17:18 UTC MAIN commitmail json YAML

Further clarification of the treatment of numeric user and group names.

(pgoyette)

2016-06-12 20:50:10 UTC MAIN commitmail json YAML

Extend the numeric handling for uids with -user to gids with -group, and
document it. Leftover bit of PR 46158.

(dholland)

2016-06-12 18:44:46 UTC MAIN commitmail json YAML

2016-06-12 18:42:28 UTC MAIN commitmail json YAML

Remove crash.8 for hp300 as there is already a man page for crash(8).
Discussed on port-hp300: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html

(abhinav)

2016-06-12 15:25:38 UTC nick-nhusb commitmail json YAML

Remove KASSERTs that don't make sense.

(skrll)

2016-06-12 15:20:02 UTC MAIN commitmail json YAML

Remove KASSERTs that don't make sense.

(skrll)

2016-06-12 14:28:26 UTC MAIN commitmail json YAML

Add libutil to the DPADD variable.

(abhinav)

2016-06-12 13:29:29 UTC MAIN commitmail json YAML

Fix a buffer overflow when reading from files containing extra long lines.
Instead of using a statically allocated buffer, manage the buffer at run-time
and reallocate as needed.

It was dumping core for following two cases:
man evrpc | ul
man xdm | ul

While there, also remove __P macro from function prototypes.

Ok from Christos.

(abhinav)

2016-06-12 12:48:33 UTC MAIN commitmail json YAML

- fix setting of hdr_lba_alt which was broken in revision 1.10 on 2015/12/2
- switch to using gpt_last
- PR/51230 -- recreate the PMBR if it was lost

(jnemeth)

2016-06-12 10:14:13 UTC MAIN commitmail json YAML

Fix m_reset_rcvif

m_reset_rcvif should zero whole m_pkthdr._rcvif union, which is
the original behavior.

(ozaki-r)

2016-06-12 09:42:41 UTC MAIN commitmail json YAML

Don't refer getfsstat() using .Xr as we don't have man page for it anymore.
Ok from wiz@

(abhinav)

2016-06-12 09:08:09 UTC MAIN commitmail json YAML

- add machdep.xen.version sysctl to easily get hypervisor version
- move machdep.xen_timepush_ticks to machdep.xen.timepush_ticks to
  consolidate all Xen related sysctls under machdep.xen

(jnemeth)

2016-06-12 08:35:48 UTC nick-nhusb commitmail json YAML

Oops... use the ipq we created.

(skrll)

2016-06-12 08:33:29 UTC nick-nhusb commitmail json YAML

2016-06-12 07:18:52 UTC nick-nhusb commitmail json YAML

2016-06-12 06:21:56 UTC MAIN commitmail json YAML

2016-06-12 03:21:35 UTC MAIN commitmail json YAML

Change -{min,max}depth argument name from n to depth so that the
earlier statement concerning n being prefaced by a plus or minus.
(These exceptions to the +/- rule noted by kre@)

While here, fix markup error.  .Em for emphasis (stress) rather
than .Ar  :)

(pgoyette)

2016-06-12 02:16:16 UTC MAIN commitmail json YAML

Make internal functions static to avoid conflicts with arc_* from zfs.

(christos)

2016-06-12 02:15:26 UTC MAIN commitmail json YAML

Fix the out-of-memory behavior so the message doesn't disappear under
endwin(). Related to PR 3126.

(dholland)

2016-06-11 23:10:01 UTC MAIN commitmail json YAML

2016-06-11 20:45:07 UTC MAIN commitmail json YAML

2016-06-11 19:11:20 UTC MAIN commitmail json YAML

Update to match change to dec_prom.h.

(dholland)

2016-06-11 19:01:19 UTC MAIN commitmail json YAML

Sort options in SYNOPSIS too.

(wiz)

2016-06-11 16:55:10 UTC MAIN commitmail json YAML

PR/51234: Onno van der Linden: syslogd sometimes incorrectly handles iso to
bsd time conversion

(christos)

2016-06-11 15:17:34 UTC MAIN commitmail json YAML

Fix typo in the date.
While there, remove .Pp from inside of the list (mandoc -Tlint warns about it).

(abhinav)

2016-06-11 13:39:26 UTC MAIN commitmail json YAML

2016-06-11 07:01:25 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:59:21 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:58:42 UTC MAIN commitmail json YAML

2016-06-11 06:57:46 UTC MAIN commitmail json YAML

Revert this one; I can't tell for sure if it's using libsa gets or its
own firmware one in ../libdos. If the latter, switching and bringing
in the libsa one (a) might not work and (b) might make the bootloader
overflow size limits.

PR 51200.

(dholland)

2016-06-11 06:50:21 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:49:46 UTC MAIN commitmail json YAML

2016-06-11 06:43:47 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:43:16 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:42:27 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:41:55 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:41:12 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:40:24 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:39:25 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:38:50 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:38:18 UTC MAIN commitmail json YAML

gets -> unsafe_gets; nothing uses this but let's not start by accident.
(related to PR 51200)

(dholland)

2016-06-11 06:35:38 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:35:00 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:34:00 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:33:30 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:32:46 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:31:49 UTC MAIN commitmail json YAML

2016-06-11 06:29:24 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:28:49 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:28:07 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:26:50 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:26:07 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:25:21 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:24:36 UTC MAIN commitmail json YAML

PR 51200 gets in libsa considered harmful: use kgets

(dholland)

2016-06-11 06:22:11 UTC MAIN commitmail json YAML

Change "tgets_s" back to "tgets". We obviously want to keep the bounds
argument, but there's no need to mess with the function name.

(dholland)

2016-06-11 06:20:11 UTC MAIN commitmail json YAML

gets_s -> kgets.

The exact name isn't that important; but it is important not to use
"gets_s" and thereby allow anyone to falsely get the impression we're
implementing Annex K. We aren't.

ok core.

(dholland)

2016-06-11 06:17:43 UTC MAIN commitmail json YAML

Sort options. Use Nx. Uppercase start of sentence.

(wiz)

2016-06-11 03:41:38 UTC MAIN commitmail json YAML

use the package name, not the set name, within the +CONTENTS file

(agc)

2016-06-11 03:36:49 UTC MAIN commitmail json YAML

Add set2pkg to othersrc - a small script to convert an installed set to a
pkgsrc package.

set2pkg allows us to convert from a set-based installation to being
able to use pkgsrc tools to maintain the base system.  This has
nothing to do with syspkgs, which have been around for over 15 years
but have gained little, if any, traction.

Firstly, you can convert a single set, any number of sets, or all sets
using set2pkg:

% sudo set2pkg -a
Converting base to netbsd-base-20160610
Converting comp to netbsd-comp-20160610
Converting etc to netbsd-etc-20160610
Converting games to netbsd-games-20160610
Converting man to netbsd-man-20160610
Converting misc to netbsd-misc-20160610
Converting modules to netbsd-modules-20160610
Converting tests to netbsd-tests-20160610
Converting text to netbsd-text-20160610
Converting xbase to netbsd-xbase-20160610
Converting xcomp to netbsd-xcomp-20160610
Converting xetc to netbsd-xetc-20160610
Converting xfont to netbsd-xfont-20160610
Converting xserver to netbsd-xserver-20160610
% pkg_info -I netbsd-\*
netbsd-base-20160610 NetBSD system package for netbsd-base-20160610, created by set2pkg
netbsd-comp-20160610 NetBSD system package for netbsd-comp-20160610, created by set2pkg
netbsd-etc-20160610 NetBSD system package for netbsd-etc-20160610, created by set2pkg
netbsd-games-20160610 NetBSD system package for netbsd-games-20160610, created by set2pkg
netbsd-man-20160610 NetBSD system package for netbsd-man-20160610, created by set2pkg
netbsd-misc-20160610 NetBSD system package for netbsd-misc-20160610, created by set2pkg
netbsd-modules-20160610 NetBSD system package for netbsd-modules-20160610, created by set2pkg
netbsd-tests-20160610 NetBSD system package for netbsd-tests-20160610, created by set2pkg
netbsd-text-20160610 NetBSD system package for netbsd-text-20160610, created by set2pkg
netbsd-xbase-20160610 NetBSD system package for netbsd-xbase-20160610, created by set2pkg
netbsd-xcomp-20160610 NetBSD system package for netbsd-xcomp-20160610, created by set2pkg
netbsd-xetc-20160610 NetBSD system package for netbsd-xetc-20160610, created by set2pkg
netbsd-xfont-20160610 NetBSD system package for netbsd-xfont-20160610, created by set2pkg
netbsd-xserver-20160610 NetBSD system package for netbsd-xserver-20160610, created by set2pkg
%

The date in the package name is taken from the mtime on the /etc/mtree
metadata files which describe the installed sets on a machine.

We can now try them out, check entries, etc:

% pkg_info netbsd-base
Information for netbsd-base-20160610:

*** PACKAGE MAY NOT BE DELETED ***
Comment:
NetBSD system package for netbsd-base-20160610, created by set2pkg

Required by:

Description:
NetBSD system package for netbsd-base-20160610.

This was automatically created from the base set
by the set2pkg utility.

This package may not be deleted, and has been created to allow
better manipulation of systems by using the pkgsrc tools.

More information can be found by browsing the mailing lists at
the homepage.

Hompage:
https://www.NetBSD.org/

*** PACKAGE MAY NOT BE DELETED ***

% pkg_info -qL netbsd-base
/bin/[
/bin/cat
/bin/chio
/bin/chmod
/bin/cp
/bin/cpio
/bin/csh
/bin/date
/bin/dd
/bin/df
/bin/domainname
/bin/echo
/bin/ed
/bin/expr
/bin/hostname
/bin/kill
/bin/ksh
/bin/ln
/bin/ls
/bin/mkdir
/bin/mt
/bin/mv
/bin/pax
/bin/ps
/bin/pwd
/bin/rcmd
/bin/rcp
/bin/rm
/bin/rmdir
/bin/rump.dd
/bin/sh
/bin/sleep
/bin/stty
/bin/sync
/bin/tar
/bin/test
/etc/release
/etc/mtree/set.base
...
% sudo pkg_admin check netbsd-base
Password:
pkg_admin: base: File `//dev/log' is in +CONTENTS but not on filesystem!
.
Checked 4870 files from 1 package.
Done.
%

Alistair Crooks
Fri Jun 10 18:53:12 PDT 2016

(agc)

2016-06-11 00:56:38 UTC MAIN commitmail json YAML

GSoC 2016: Charles Cui: add SIGPOLL

(christos)

2016-06-10 23:29:20 UTC MAIN commitmail json YAML

GSoC 2016: Charles Cui: Add timer related macros
    _POSIX_CPUTIME
    _POSIX_THREAD_CPUTIME
    _POSIX_DELAYTIMER_MAX

(christos)

2016-06-10 23:26:43 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2016-06-10 23:24:33 UTC MAIN commitmail json YAML

2016-06-10 23:07:52 UTC MAIN commitmail json YAML

Avoid trying to create a tag for locating AMD HyperTransport bridge that will
panic a machine that uses Configuration Mechanism 2.

(jakllsch)

2016-06-10 21:32:46 UTC MAIN commitmail json YAML

add driver for 'platinum' onboard video found in Power Mac 7200 and possibly
other machines
from s_cole

(macallan)

2016-06-10 21:26:43 UTC MAIN commitmail json YAML

add WSDISPLAY_TYPE_PLATINUM, for platinumfb

(macallan)

2016-06-10 18:55:52 UTC MAIN commitmail json YAML

Fix spelling of the month in the date (sent pull request upstream).

(abhinav)

2016-06-10 15:19:27 UTC MAIN commitmail json YAML

Add callout_stop while clearing stall.  From t-hash.

(skrll)

2016-06-10 14:53:31 UTC nick-nhusb commitmail json YAML

Add callout_stop while clearing stall.  From t-hash.

(skrll)

2016-06-10 14:44:56 UTC nick-nhusb commitmail json YAML

Don't forget to destroy sc_cmdbusy_cv.  From t-hash.

(skrll)

2016-06-10 14:43:35 UTC nick-nhusb commitmail json YAML

Only call sc_vendor_init once. Spotted by t-hash.

(skrll)

2016-06-10 13:31:45 UTC MAIN commitmail json YAML

Avoid storing a pointer of an interface in a mbuf

Having a pointer of an interface in a mbuf isn't safe if we remove big
kernel locks; an interface object (ifnet) can be destroyed anytime in any
packet processing and accessing such object via a pointer is racy. Instead
we have to get an object from the interface collection (ifindex2ifnet) via
an interface index (if_index) that is stored to a mbuf instead of an
pointer.

The change provides two APIs: m_{get,put}_rcvif_psref that use psref(9)
for sleep-able critical sections and m_{get,put}_rcvif that use
pserialize(9) for other critical sections. The change also adds another
API called m_get_rcvif_NOMPSAFE, that is NOT MP-safe and for transition
moratorium, i.e., it is intended to be used for places where are not
planned to be MP-ified soon.

The change adds some overhead due to psref to performance sensitive paths,
however the overhead is not serious, 2% down at worst.

Proposed on tech-kern and tech-net.

(ozaki-r)

2016-06-10 13:27:17 UTC MAIN commitmail json YAML

2016-06-10 08:59:26 UTC MAIN commitmail json YAML

switch sparc to GCC 5.4 and powerpc to GDB 7.10

(mrg)

2016-06-10 08:15:22 UTC nick-nhusb commitmail json YAML

Use SOFTINT_SERIAL for the USB stack (the 'S' stands for serial).

This is a step in the right direction towards fixing

kern/50491: unkillable wait in usbd_transfer while using usmsc0 on
raspberry pi 2

kern/49065: ifconfig tun0 ... sequence locks up system

but further analysis of locking of the usb drivers is required.

(skrll)

2016-06-10 08:05:13 UTC MAIN commitmail json YAML

New sentence, new line. Remove Pp before section header.

(wiz)

2016-06-10 08:03:46 UTC MAIN commitmail json YAML

Bump date for -r.

XXX: this file has no license.

(wiz)

2016-06-10 08:03:26 UTC MAIN commitmail json YAML

Sort option descriptions. Use Mt.

(wiz)

2016-06-10 07:50:15 UTC MAIN commitmail json YAML

Add missing \n (I triggered the systbl message on a qemu virtual machine!)

(pgoyette)

2016-06-10 06:30:59 UTC MAIN commitmail json YAML

2016-06-10 05:45:27 UTC MAIN commitmail json YAML

re-enable MKCOMPAT for arm eabi platforms, as it now works again.

(mrg)

2016-06-10 05:35:33 UTC MAIN commitmail json YAML

switch all arm (vs just evbarm) to GDB 7.10.

(mrg)

2016-06-10 05:31:24 UTC MAIN commitmail json YAML

switch to using xorg-server.old for everyone.

(mrg)

2016-06-10 05:11:18 UTC MAIN commitmail json YAML

Add some patches which were in an older tree, from January 29 2015:

+ add a -r argument to agrep(1) and document it. This has the same
effect as the -r flag to grep(1) - perform a recursive search
through sub-directories.

+ if a match is found in a "binary" file, then do the same as grep(1)
and just print the message that a match was found in the file, without
attempting to print the match in full.

(agc)

2016-06-10 03:37:34 UTC MAIN commitmail json YAML

2016-06-10 03:36:55 UTC MAIN commitmail json YAML

define XORG_SERVER_SUBDIR to either xorg-server or xorg-server.old.

(mrg)

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

for the eabi targetted compiler, if not compiling libgcc for eabi ensure
that libgcc doesn't try to define __[CD]TOR_LIST__[].

(mrg)

2016-06-10 01:13:05 UTC MAIN commitmail json YAML

add missed file for ppc64 gcc5.4 mknative.

(mrg)

2016-06-10 00:17:48 UTC MAIN commitmail json YAML

switch powerpc64 to GCC 5.

(mrg)

2016-06-09 23:36:53 UTC MAIN commitmail json YAML

update powerpc64 info

(mrg)

2016-06-09 23:30:19 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libiberty/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libiberty/defs.mk@1.12 / diff / nxr@1.12
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/cxxabi_tweaks.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-posix.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-single.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h@1.5 / diff / nxr@1.5
      :
(more 7 files)
mknative-gcc for powerpc64 and GCC 5.4.

(mrg)

2016-06-09 23:28:22 UTC MAIN commitmail json YAML

enable checks for no dot syms on netbsd ppc64, fixes build issues
in libutil where the opd() function conflicts with the .opd section.

remove a couple of tainted defines that are handled differently now.

this, with mknative-gcc as well, enables ppc64 world to build again.

(mrg)

2016-06-09 22:05:38 UTC MAIN commitmail json YAML

Fix typo: degress -> degrees.

(abhinav)

2016-06-09 20:02:52 UTC MAIN commitmail json YAML

improve on ipfilter rules by Cy Schubert

(christos)

2016-06-09 19:04:43 UTC MAIN commitmail json YAML

2016-06-09 18:59:32 UTC MAIN commitmail json YAML

2016-06-09 17:43:36 UTC MAIN commitmail json YAML

Make "gpt show" add an "(active)" annotation to the PMBR output line
when it has been marked active for legacy (non UEFI) booting.
This was (kind of obviously) intended by the previous commit, but...

(kre)

2016-06-09 16:48:14 UTC MAIN commitmail json YAML

Fix rendering of biosboot command synopsis.

(kre)

2016-06-09 15:12:54 UTC MAIN commitmail json YAML

2016-06-09 15:09:07 UTC MAIN commitmail json YAML

2016-06-09 15:00:26 UTC MAIN commitmail json YAML

2016-06-09 14:52:48 UTC MAIN commitmail json YAML

PR kern/32830 (from 10 years ago, pre NetBSD 4...)
Reference correct include files needed for the ioctl calls mentioned.

(kre)

2016-06-09 14:37:06 UTC MAIN commitmail json YAML

2016-06-09 14:30:57 UTC MAIN commitmail json YAML

Disable glibc workaround for non linux. Rin Okuyama

(christos)

2016-06-09 09:01:21 UTC MAIN commitmail json YAML

Fix typo: processess -> processes

(abhinav)

2016-06-09 07:38:45 UTC MAIN commitmail json YAML

add netbsd padding to 'struct addrinfo' copy.

eeew, this is really horrible

(mrg)

2016-06-09 07:37:49 UTC MAIN commitmail json YAML

2016-06-09 07:13:10 UTC MAIN commitmail json YAML

2016-06-09 07:11:08 UTC MAIN commitmail json YAML

2016-06-09 06:24:34 UTC MAIN commitmail json YAML

2016-06-09 05:43:51 UTC MAIN commitmail json YAML

Sync register number for curlwp with the kernel

(martin)

2016-06-09 05:06:20 UTC nick-nhusb commitmail json YAML

Open the rx interrupt pipe in umct_open when ucom is ready.  Also, tidyup
in umct_close.

(skrll)

2016-06-09 05:04:07 UTC nick-nhusb commitmail json YAML

2016-06-09 04:57:43 UTC nick-nhusb commitmail json YAML

2016-06-09 04:46:08 UTC MAIN commitmail json YAML

Update sets lists for new ipl (aka ipfilter) module.

(pgoyette)

2016-06-09 04:44:19 UTC MAIN commitmail json YAML

2016-06-09 04:43:46 UTC MAIN commitmail json YAML

2016-06-09 04:42:50 UTC MAIN commitmail json YAML

2016-06-09 04:26:07 UTC MAIN commitmail json YAML

Mark phone so we rebuild every time.

(christos)

2016-06-09 04:07:46 UTC MAIN commitmail json YAML

Don't run .BEGIN if we are cleaning or making obj.

(christos)

2016-06-09 03:44:01 UTC MAIN commitmail json YAML

Avoid most of the .CURDIR hackery by letting make locate the files.

(christos)

2016-06-09 03:05:54 UTC MAIN commitmail json YAML

2016-06-09 00:20:53 UTC MAIN commitmail json YAML

allow earm* platforms to *try* to enable MKCOMPAT=yes, since it only
is a build failure, not an entirely unavailable feature.

(mrg)

2016-06-09 00:19:31 UTC MAIN commitmail json YAML

make sure the build dist files are build before we try to use them.

(mrg)

2016-06-09 00:17:45 UTC MAIN commitmail json YAML

2016-06-08 23:55:25 UTC MAIN commitmail json YAML

2016-06-08 22:32:01 UTC MAIN commitmail json YAML

2016-06-08 22:25:35 UTC MAIN commitmail json YAML

Revert previous (rev. 1.98).  It breaks at least one user's card.

PR kern/44433

(pgoyette)

2016-06-08 22:12:42 UTC MAIN commitmail json YAML

don't give NetBSD.dist.tmp any inputs, as then it won't rebuild ever
unless they change, and we want to rebuild based upon what inputs are
present, not when they were last touched.

this fixes update builds that switch options that change the dirlist
like MKX11 or MKCOMPAT, restoring a portion of rev 1.14.

note that some opertions like turning off MKX11=yes will also require
a fresh DESTDIR, in addition to this fix.  there may be more issues
remaining, but i am now able to enable MKX11=yes successfully without
any other change.

(mrg)

2016-06-08 21:32:27 UTC MAIN commitmail json YAML

Grr, gcc-5.4 creates DW_AT_typedef without DW_AT_type for HARD_REG_SET!

<1><c26b>: Abbrev Number: 4 (DW_TAG_typedef)
    <c26c>  DW_AT_name        : (indirect string, offset: 0x16e30): HARD_REG_ELT_TYPE
    <c270>  DW_AT_decl_file  : 57
    <c271>  DW_AT_decl_line  : 43
    <c272>  DW_AT_type        : <0x70>
<1><c276>: Abbrev Number: 102 (DW_TAG_typedef)
    <c277>  DW_AT_name        : (indirect string, offset: 0x2f954): HARD_REG_SET
    <c27b>  DW_AT_decl_file  : 57
    <c27c>  DW_AT_decl_line  : 54

(christos)

2016-06-08 19:28:48 UTC MAIN commitmail json YAML

switch all arm platforms to GCC 5, not just evbarm.

(mrg)

2016-06-08 15:00:04 UTC MAIN commitmail json YAML

Fix typo. From Kurt Jaeger via Brooks Davis and FreeBSD.

(wiz)

2016-06-08 12:48:38 UTC MAIN commitmail json YAML

2016-06-08 08:34:43 UTC MAIN commitmail json YAML

2016-06-08 07:53:16 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2016-06-08 07:31:45 UTC MAIN commitmail json YAML

Sync STANDARDS of iconv(3) with current reality

GNU libiconv is no longer incompatible with POSIX since 2007.

Solaris 11 moved to POSIX.
Illumos moved to POSIX http://illumos.org/man/3c/iconv

New software is aligned to POSIX not to the old mistake in the standard.

(kamil)

2016-06-08 04:25:31 UTC MAIN commitmail json YAML

Correct misspellings in a few Thai airport names

(kre)

2016-06-08 02:58:19 UTC MAIN commitmail json YAML

delete generated file

(christos)

2016-06-08 02:27:31 UTC MAIN commitmail json YAML

2016-06-08 02:00:40 UTC MAIN commitmail json YAML

elide stack protector warning

(christos)

2016-06-08 01:59:06 UTC MAIN commitmail json YAML

Feeding uninitialised garbage to the hypervisor is likely to be a bad idea.

(jnemeth)

2016-06-08 01:41:43 UTC MAIN commitmail json YAML

2016-06-08 01:33:08 UTC MAIN commitmail json YAML

fix variable length stack allocation from upstream

(christos)

2016-06-08 01:19:05 UTC MAIN commitmail json YAML

2016-06-08 01:17:54 UTC MAIN commitmail json YAML

2016-06-08 01:16:35 UTC MAIN commitmail json YAML

2016-06-08 01:15:26 UTC MAIN commitmail json YAML

2016-06-08 01:13:14 UTC MAIN commitmail json YAML

2016-06-08 01:11:49 UTC MAIN commitmail json YAML

2016-06-07 23:33:45 UTC MAIN commitmail json YAML

elide stack protector warning

(christos)

2016-06-07 23:21:58 UTC MAIN commitmail json YAML

sprinke -Wno-stack-protector

(christos)

2016-06-07 19:42:47 UTC MAIN commitmail json YAML

BER is not an operational airport

(mbalmer)

2016-06-07 19:16:46 UTC MAIN commitmail json YAML

add bits/uniform_int_dist.h for gcc=53 (*)

(*) gcc=53 now means gcc 5.4, and is hard to fix until we remove gcc=48
    support and can go to eg, gcc=5, gcc=6, etc.  the same applies for
    the HAVE_GCC variable in the build system.

(mrg)

2016-06-07 18:53:12 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/coldfire/gcov-iov.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhfeb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7eb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hf/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hfeb/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h@1.9 / diff / nxr@1.9
      :
(more 280 files)
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.

(mrg)

2016-06-07 17:31:02 UTC MAIN commitmail json YAML

2016-06-07 12:09:30 UTC MAIN commitmail json YAML

Explicitly provide a hidden attribute for the declaration of the end
symbol, since our GCC 4.8 forgets to emit it. This shows up most
prominently in rump on SPARC, where the linker set iteration would try
to continue across DSO borders.

(joerg)

2016-06-07 12:07:35 UTC MAIN commitmail json YAML

Fun fact of the weak: a weak reference doesn't have visibility attached.
As such, reorganize the start/end references to use a weak reference
only, if we use it to remove size knowledge. Otherwise use weak
external declarations.

(joerg)

2016-06-07 11:20:45 UTC MAIN commitmail json YAML

Fix typo. Sort errors.

(wiz)

2016-06-07 08:12:13 UTC MAIN commitmail json YAML

set gcc 5.4 netbsd version to 2016-06-06

(mrg)

2016-06-07 06:14:18 UTC MAIN commitmail json YAML

2016-06-07 03:04:45 UTC MAIN commitmail json YAML

fix memory leak, simplify

(christos)

2016-06-07 01:07:11 UTC MAIN commitmail json YAML

Update sets for new i2c_bitbang and bpf_filter modules.

(pgoyette)

2016-06-07 01:06:28 UTC MAIN commitmail json YAML

Create separate modules for i2c_bitbang and bpf_filter so these files
can be included in kernels which need them without also duplicating
them in other modules.  Removes the duplicate symbols I found which
prevented loading i2c and bpf modules after having fixed PR 45125.

(pgoyette)

2016-06-07 00:40:00 UTC MAIN commitmail json YAML

Extend the mtimes cache used by dir.c so it can be used by others.

We store both st_mtime and st_mode, since some callers care about the
later.

Reviewed by: christos

(sjg)

2016-06-06 21:06:33 UTC MAIN commitmail json YAML

Build fix for big endian arm, from Rin Okuyama.
Still not working, but other details still under discussion.

(martin)

2016-06-06 17:50:19 UTC MAIN commitmail json YAML

PR/51216: Instead of trying to open files in the current working
directory first for paths that don't contain "/", first try the
/dev paths to avoid confusion with files in the working directory
that happen to match disk names.

(christos)

2016-06-06 16:32:19 UTC MAIN commitmail json YAML

Convert reference to f77(1) from .Xr to .Ic as we don't have it any more.
Ok from wiz@

(abhinav)

2016-06-06 16:09:47 UTC MAIN commitmail json YAML

Fix .Xr references to troff(1), ok from wiz@

(abhinav)

2016-06-06 15:09:33 UTC MAIN commitmail json YAML

Remove reference to uucp(1) in SEE ALSO, as it is no more there.
Ok from wiz@

(abhinav)

2016-06-06 15:02:32 UTC MAIN commitmail json YAML

statfs(2) was removed, don't reference it using .Xr

(abhinav)

2016-06-06 14:45:15 UTC MAIN commitmail json YAML

Fix reference to mtree(8) from mtree(1).
While there fix the .Dt, make the document title all caps.
Also, remove .Pp before .Bl.
Ok from wiz@

(abhinav)

2016-06-06 14:25:12 UTC MAIN commitmail json YAML

We don't have f77(1) anymore, remove the reference from SEE ALSO.
While there, also add .An for AUTHORS section.
Ok from wiz@.

(abhinav)

2016-06-06 12:25:37 UTC MAIN commitmail json YAML

Correct MUSB2_REG_RXNAKLIMIT offset on Allwinner.

This register is actually the RXINTERVAL register...

(jakllsch)

2016-06-06 10:52:09 UTC MAIN commitmail json YAML

gcc-5.4 out.

(wiz)

2016-06-06 08:28:18 UTC MAIN commitmail json YAML

Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3).

(wiz)

2016-06-06 08:27:23 UTC MAIN commitmail json YAML

Remove trailing whitespace. Fix Xr. Fix Dd argument.

(wiz)

2016-06-06 08:27:05 UTC MAIN commitmail json YAML

Use Fn. Merge two EINVAL sections.

(wiz)

2016-06-06 08:22:52 UTC MAIN commitmail json YAML

Whitespace and punctuation nits.

(wiz)

2016-06-05 20:09:00 UTC MAIN commitmail json YAML

2016-06-05 20:08:26 UTC MAIN commitmail json YAML

2016-06-05 19:17:23 UTC MAIN commitmail json YAML

2016-06-05 18:46:03 UTC MAIN commitmail json YAML

Use MUSB2_REG_RXNAKLIMIT instead of MUSB2_REG_TXNAKLIMIT in the recieve path.

XXX MUSB2_REG_RXNAKLIMIT in awin_otgreg.h is probably wrong.

(jakllsch)

2016-06-05 18:39:02 UTC MAIN commitmail json YAML

2016-06-05 18:35:32 UTC MAIN commitmail json YAML

Fix CSRG-era typo: typedef, not typdef. Spotted by Piotr Stefaniak.

(dholland)

2016-06-05 17:44:40 UTC MAIN commitmail json YAML

2016-06-05 17:43:02 UTC MAIN commitmail json YAML

2016-06-05 17:37:36 UTC MAIN commitmail json YAML

2016-06-05 17:33:50 UTC MAIN commitmail json YAML

2016-06-05 17:17:35 UTC MAIN commitmail json YAML

Add bsd_signal (GSoC 2016 Charles Cui)

(christos)

2016-06-05 17:16:44 UTC MAIN commitmail json YAML

2016-06-05 16:43:10 UTC MAIN commitmail json YAML

Don't play type games with size_t for NetBSD. It is either 32 bits for ILP32
or 64 bits for LP64.

(christos)

2016-06-05 16:24:34 UTC MAIN commitmail json YAML

Sync mdoc page with the one provided from upstream.

(christos)

2016-06-05 15:05:49 UTC MAIN commitmail json YAML

2016-06-05 15:04:31 UTC MAIN commitmail json YAML

use correct comparison of serial numbers

(mlelstv)

2016-06-05 14:13:57 UTC MAIN commitmail json YAML

2016-06-05 14:06:31 UTC MAIN commitmail json YAML

The bootinfo is refreshed each time the bootloader tries to execute a
kernel, so there's no point in using this global variable. Because of
this variable, only one "boot" command can be issued in the prompt, and
you have to reboot the machine if you mistyped the kernel name.

(maxv)

2016-06-05 14:00:13 UTC MAIN commitmail json YAML

Don't resume throttled CCBs when connection is terminating, except for
those being actively waited for. Stop unthrottling when reaching MaxCmdSN
again.

(mlelstv)

2016-06-05 13:54:28 UTC MAIN commitmail json YAML

Handle freeing of PDU when referencing CCB is freed.

(mlelstv)