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:41:38 UTC Now

2015-05-23 11:47:56 UTC MAIN commitmail json YAML

Add VIS_NOLOCALE to avoid ambiguous conversions.

(christos)

2015-05-23 09:18:01 UTC MAIN commitmail json YAML

strvisx is used here to encode binary data, but the encoding
depends on locale settings and the result might not be accepted
or even misinterpreted by the strunvis decoder. As a workaround
encode manually as a string of octal numbers.

strvisx should learn how enforce such an encoding by itself.

(mlelstv)

2015-05-23 01:45:08 UTC MAIN commitmail json YAML

2015-05-23 01:41:02 UTC MAIN commitmail json YAML

Add the mips n32 target vectors.

(matt)

2015-05-22 22:05:32 UTC MAIN commitmail json YAML

pass connect address directly to soconnect()

instead of allocating an mbuf, copying the address into it and then
mtod()'ing it back to a sockaddr * for soconnect.

(rtr)

2015-05-22 18:27:04 UTC MAIN commitmail json YAML

bah. this time without a typo.

(snj)

2015-05-22 18:26:19 UTC MAIN commitmail json YAML

restore rcsid accidentally deleted in previous

(snj)

2015-05-22 17:33:15 UTC netbsd-7 commitmail json YAML

795, 796, 789, 797

(snj)

2015-05-22 17:28:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #797):
sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c: revision 1.4
Fix kassert: npdp may be GEN8_LEGACY_PDPS exactly.
Tripped over by msaitoh, our first Broadwell user, apparently.

(snj)

2015-05-22 16:58:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #789):
lib/libpam/libpam/Makefile: revision 1.18
When building with clang, make warnings about NULL checks of parameters
with attribute nonnull non-fatal.

(snj)

2015-05-22 16:56:45 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #796):
sys/arch/xen/xen/xenevt.c: revision 1.42
Fix off by one error, pointed out by Wei Liu in port-xen/49919

(snj)

2015-05-22 16:53:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #795):
sys/arch/x86/x86/lapic.c: revision 1.48
Workaround for "lapic_set_lvt: bad pin value %d" panic on some (broken?) BIOS
system. Don't panic when a local APIC's interrput input pin number (LINTx) > 1.
Instead, print warning message and continue. The default is pin 1.
Same as Linux (and perhaps FreeBSD). Tested with Shuttle DS57U.

(snj)

2015-05-22 15:32:21 UTC MAIN commitmail json YAML

Limit the number of dma segments used for transmitting packets to
IWM_NUM_OF_TBS - 2.  We have IWM_NUM_OF_TBS slots, but use two of those
for sending commands to the firmware.

From OpenBSD rev. 1.41.

(nonaka)

2015-05-22 11:45:01 UTC netbsd-5-2 commitmail json YAML

2015-05-22 11:44:25 UTC netbsd-5-2 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1965):
sys/arch/xen/xen/xenevt.c: revision 1.42

Fix off by one error, addresses port-xen/49919.

(sborrill)

2015-05-22 11:22:34 UTC netbsd-5-1 commitmail json YAML

2015-05-22 11:22:03 UTC netbsd-5-1 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1965):
sys/arch/xen/xen/xenevt.c: revision 1.42

Fix off by one error, addresses port-xen/49919.

(sborrill)

2015-05-22 11:05:57 UTC netbsd-5 commitmail json YAML

2015-05-22 11:04:28 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1965):
sys/arch/xen/xen/xenevt.c: revision 1.42

Fix off by one error, addresses port-xen/49919.

(sborrill)

2015-05-22 10:34:13 UTC MAIN commitmail json YAML

Fix off by one error, pointed out by Wei Liu in port-xen/49919

(bouyer)

2015-05-22 07:44:46 UTC MAIN commitmail json YAML

Replace NARC with NARCNET to follow renaming at 2007

Hmm, is anyone using this?

(ozaki-r)

2015-05-22 06:27:17 UTC MAIN commitmail json YAML

2015-05-22 03:15:43 UTC MAIN commitmail json YAML

- Currently, WM_F_EEE bit is not set on all chips. it's intened to not
  to use all of EEE fuction but wm_set_eee_i350() leaves IPCNFG_10BASE_TE
  bit and it causes link negotiation problem on some old switches. Disable
  10BASE-Te function, too.
- Call wm_set_eee_i350() on some chips, too.

(msaitoh)

2015-05-22 01:18:22 UTC MAIN commitmail json YAML

2015-05-22 01:18:05 UTC MAIN commitmail json YAML

define TOOL_MKUBOOTIMAGE for mkimage

(jmcneill)

2015-05-21 23:40:02 UTC MAIN commitmail json YAML

sdmmc_task_thread isn't MPSAFE so instead of just wrapping the callback
in KERNEL_LOCK/KERNEL_UNLOCK_ONE, remove KTHREAD_MPSAFE. While here, use
PRI_BIO instead of PRI_NONE for the task thread priority. Since this is
how all transfers are queued, and we have a 1 second timeout on the task
being picked up off the queue (!), better not to rely on a PRI_NONE thread.

(jmcneill)

2015-05-21 22:24:24 UTC MAIN commitmail json YAML

bump to 7.99.18 for change to nfs_boot_sendrecv

(rtr)

2015-05-21 21:55:55 UTC MAIN commitmail json YAML

2015-05-21 20:50:57 UTC MAIN commitmail json YAML

Before spinning up the secondary cpus flush the dcache otherwise the
dcache invalidate in cortex_mpstart makes bad things happen.

I have no idea why.

RPI2 boots again

(skrll)

2015-05-21 19:53:11 UTC MAIN commitmail json YAML

2015-05-21 18:03:09 UTC MAIN commitmail json YAML

2015-05-21 12:00:59 UTC MAIN commitmail json YAML

Avoid dereferencing NULL tp crashing the kernel (brad harder)
XXX: pullup 7

(christos)

2015-05-21 10:35:08 UTC MAIN commitmail json YAML

re-enable multiprocessor support now that sdmmc has been fixed

(jmcneill)

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

2015-05-21 09:29:51 UTC MAIN commitmail json YAML

Use LIST_FOREACH{,_SAFE}

The first loop doesn't remove any items in it, so we can use
LIST_FOREACH instead of LIST_FOREACH_SAFE.

(ozaki-r)

2015-05-21 09:27:10 UTC MAIN commitmail json YAML

Use NULL instead of 0 for pointers

(ozaki-r)

2015-05-21 09:26:19 UTC MAIN commitmail json YAML

Make arp_init, in_revarpinput and revarprequest static

(ozaki-r)

2015-05-21 08:23:22 UTC MAIN commitmail json YAML

only call the on-enter commands if we're not recursing.
avoids having a fault in the on-enter commands repeating.

(mrg)

2015-05-21 02:04:22 UTC MAIN commitmail json YAML

change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf *

fixes m_serv (single mbuf leak) leak in kern/subr_tftproot.c

(rtr)

2015-05-21 01:29:13 UTC MAIN commitmail json YAML

use reallocarr (Ingo Schwarze)

(christos)

2015-05-21 01:09:00 UTC MAIN commitmail json YAML

Remove obsolete interfaces: eon (netiso) and nsip (netns)

Pointed out by Kamil Rytarowski

(ozaki-r)

2015-05-21 01:05:33 UTC MAIN commitmail json YAML

Remove description of netns/

Pointed out by Kamil Rytarowski

(ozaki-r)

2015-05-21 00:45:27 UTC MAIN commitmail json YAML

remove duplicated assignment of mh->m_len

(rtr)

2015-05-21 00:12:10 UTC MAIN commitmail json YAML

2015-05-20 18:28:32 UTC MAIN commitmail json YAML

Initialize dma.dma_sizereg to avoid copying uninitialized data later.

This field is not actually used here -- not clear it should be in
the hdaudio_dma structure at all.

Noted by Coverity, CID 979553.

(riastradh)

2015-05-20 18:21:17 UTC MAIN commitmail json YAML

memcpy di_extb/db/ib separately.  Noted by Coverity, CID 974636.

(riastradh)

2015-05-20 18:19:09 UTC MAIN commitmail json YAML

Don't (harmlessly) overrun di_db array; copy di_ib separately.

Noted by Coverity, CID 974635.

While here, simplify size calculation for memcpy.

(riastradh)

2015-05-20 18:13:23 UTC MAIN commitmail json YAML

2015-05-20 18:12:01 UTC MAIN commitmail json YAML

Don't pass along null encoder.  Noted by Coverity, CID 113253.

(riastradh)

2015-05-20 17:39:04 UTC MAIN commitmail json YAML

2015-05-20 13:09:34 UTC MAIN commitmail json YAML

need to call lddone with splbio and kernel lock held

(jmcneill)

2015-05-20 12:21:38 UTC MAIN commitmail json YAML

2015-05-20 11:53:08 UTC MAIN commitmail json YAML

Rename usb_at_ugenhc.c to the more generic usb_at_hc.c now that
host controllers beyond ugenhc are attached.

(pooka)

2015-05-20 11:51:32 UTC MAIN commitmail json YAML

also attach usb@{e,o,u}hci

(pooka)

2015-05-20 11:29:45 UTC MAIN commitmail json YAML

Fix kassert: npdp may be GEN8_LEGACY_PDPS exactly.

Tripped over by msaitoh, our first Broadwell user, apparently.

(riastradh)

2015-05-20 11:22:54 UTC MAIN commitmail json YAML

2015-05-20 11:18:37 UTC MAIN commitmail json YAML

Don't log kern.msgbuf* sysctls.  it's rather pointless, nobody can
unload subr_log.c

(pooka)

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

group msgbuf sysctls with the msgbuf code
(init_sysctl.c -> subr_log.c)

(pooka)

2015-05-20 11:02:54 UTC MAIN commitmail json YAML

call loginit() later, a lot later

(pooka)

2015-05-20 09:17:18 UTC MAIN commitmail json YAML

2015-05-20 07:24:49 UTC MAIN commitmail json YAML

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

#include <sys/exec_elf.h> for ksyms

(matt)

2015-05-20 07:04:49 UTC MAIN commitmail json YAML

Don't .set mips64 if we are already mips64

(matt)

2015-05-20 05:21:24 UTC MAIN commitmail json YAML

don't look for now-gone sparc/legal

(snj)

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

2015-05-20 04:37:45 UTC MAIN commitmail json YAML

2015-05-20 04:09:37 UTC MAIN commitmail json YAML

Only define the KIOC netbsd32 stuff if the KIOC ioctls have been defined.

(matt)

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

add struct exec_package;

(matt)

2015-05-20 02:59:57 UTC MAIN commitmail json YAML

move register accessor macros for MPIDR and AUXFMC0 to armreg.h

(hsuenaga)

2015-05-20 02:47:17 UTC netbsd-7 commitmail json YAML

2015-05-20 02:45:20 UTC MAIN commitmail json YAML

Change the ksyms ioctls to more compat_netbsd32 friendly.  Use _IOWR ioctls
to avoid extra copyouts.  With these changes, netstat and vmstat work on
mips64eb with the normal N32 userland and a N64 kernel.

(matt)

2015-05-20 02:45:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #792):
crypto/dist/ipsec-tools/src/racoon/gssapi.c: revision 1.5
crypto/dist/ipsec-tools/src/racoon/gssapi.c: revision 1.6
Protect against a NULL pointer dereference described in:
    https://www.altsci.com/ipsec/
XXX: pullup-7
Detect error earlier to avoid memory leak.
XXX: pullup-7

(msaitoh)

2015-05-20 01:30:42 UTC MAIN commitmail json YAML

Add tests for XRESOLVE flag

(ozaki-r)

2015-05-20 00:43:28 UTC MAIN commitmail json YAML

2015-05-20 00:05:53 UTC MAIN commitmail json YAML

2015-05-19 23:35:11 UTC MAIN commitmail json YAML

Avoid C99 initializers outside _KERNEL.

Various software is built with, e.g., gcc without -std=c99, which
defaults to c89, which chokes on these.

Noted by Kamil Rytarowski.

(riastradh)

2015-05-19 19:45:57 UTC MAIN commitmail json YAML

finish removing the set size stuff, which was thrown out four years ago.

(snj)

2015-05-19 19:30:29 UTC MAIN commitmail json YAML

- update upgrade issues:
  + ARM ABI change
  + new users
  + new groups
- add modules set where missing
- formatting improvements
- note that rtsol{,d} will be gone in the future
- fix raw partition info
- update sparc64 hardware support
- remove note about sparc SMP support being broken
- update some size requirements (still lots of ancient bogus RAM
  minimums lingering -- HI PORTMASTERS!)
- various other minor content modernization
- whitespace fixes

(snj)

2015-05-19 17:33:44 UTC MAIN commitmail json YAML

Use RUN_ONCE to initialize iss secret. Suggested by riastradh@

(kefren)

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

Detect error earlier to avoid memory leak.

XXX: pullup-7

(christos)

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

Protect against a NULL pointer dereference described in:

    https://www.altsci.com/ipsec/

XXX: pullup-7

(christos)

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

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

Pull up following revision(s) (requested by christos in ticket #791):
lib/libc/db/db/db.c: revision 1.18
Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC

(martin)

2015-05-19 13:20:52 UTC MAIN commitmail json YAML

Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC
XXX: pullup-7

(christos)

2015-05-19 12:17:53 UTC MAIN commitmail json YAML

Use __BEGIN_DECLS / __END_DECLS consistently for _KERNEL part too.
Don't pollute namespace by including sys/sysctl.h for !_KERNEL part.

(joerg)

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

fix Marvell Coherency Barrier register address.
configure coherency bus maintance broadcast using MPIDR. we need to configure
this regardless of 'options MULTIPROCESSOR.'

(hsuenaga)

2015-05-19 08:14:38 UTC MAIN commitmail json YAML

Fix rump.ifconfig shows host's interface names in link local addresses

(ozaki-r)

2015-05-19 07:08:21 UTC MAIN commitmail json YAML

Let the compiler/assembler know we compiling for octeon.

(matt)

2015-05-19 06:58:52 UTC MAIN commitmail json YAML

2015-05-19 06:44:42 UTC MAIN commitmail json YAML

Cosmetics: fix netbsd.org spelling

(martin)

2015-05-19 06:09:15 UTC MAIN commitmail json YAML

Support ELF64 on MIPS N32 even though it's ILP32.
XXX should we do this for other arches that support compat_netbsd32?

(matt)

2015-05-19 05:51:16 UTC MAIN commitmail json YAML

2015-05-19 05:45:56 UTC netbsd-6 commitmail json YAML

2015-05-19 05:43:50 UTC netbsd-6 commitmail json YAML

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

(snj)

2015-05-19 05:37:18 UTC netbsd-7 commitmail json YAML

764, 766, 769, 777, 778, 784-788

(snj)

2015-05-19 05:35:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #788):
external/mit/xf86-video-intel/dist/src/sna/kgem.c: revision 1.5
external/mit/xf86-video-intel/dist/src/sna/sna_display.c: revision 1.4
Remove differences with upstream xf86-video-intel which are no longer
necessary. (Use do_ioctl and mmap rather than drmIoct and drmMap.)
http://mail-index.netbsd.org/tech-x11/2015/01/25/msg001486.html

(snj)

2015-05-19 05:21:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #787):
sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c: revision 1.4
don't apply the "don't set CLUT" to RV280.  it isn't necessary for
my PCI 9250 card, and hoses the colours in X when running.
unfortunately, my RV250 does need this to avoid the console being
very very dark on black.
i'm curious what other earlier radeon card (anything matching any
of the card marked as:  CHIP_R100, CHIP_RV100, CHIP_RS100,
CHIP_RV200, CHIP_RS200, CHIP_R200, CHIP_RV250, and CHIP_RS300.)
the RV280 now works again properly, but the RV250 is still having
a problem waiting for commands to complete and it appears as if
X is hung, when infact it is asking the kernel quite frequently
if the job it asked for is complete, each time sleeping for a
short time and thus only appearing to take almost no CPU.

(snj)

2015-05-19 05:17:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #786):
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.21
switch the default method to SNA.

(snj)

2015-05-19 05:11:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #785):
lib/libc/db/db/db.c: revision 1.17
whitelist O_CLOEXEC flag, should fix lastlogin issue.

(snj)

2015-05-19 05:09:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #784):
sys/dev/pci/if_wm.c: revision 1.321
sys/dev/pci/if_wmreg.h: revision 1.71
sys/dev/pci/if_wmvar.h: 1.24 via patch
Add support iNVM (integrated Non-Volatile Memory) for I21[01].
This change fixes a bug that a MAC address is wrongly set on
iNVM machines/NICs.

(snj)

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

Pull up following revision(s) (requested by joerg in ticket #778):
lib/libm/compiler_rt/Makefile.inc: revisions 1.7-1.9
Complex division for long double uses different function names on PPC.
--
PPC64 uses the double-double code too
--
Add missing muldc3.c.

(snj)

2015-05-19 04:58:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #777):
sys/arch/arm/arm32/pmap.c: revision 1.308
pmap_tlb_flushD is for !ARM_MMU_EXTENDED only now

(snj)

2015-05-19 04:56:46 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #769):
sys/nfs/nfs_vnops.c: revision 1.308
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.

(snj)

2015-05-19 04:53:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #766):
sys/kern/subr_disk.c: revision 1.113
in bounds_check_with_*, reject negative block numbers and avoid
a potential overflow in calculating the size of the request.

(snj)

2015-05-19 04:42:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #764):
sbin/veriexecctl/veriexecctl.c: revision 1.38
share/man/man9/veriexec.9: revision 1.10
sys/conf/files: revision 1.1128
sys/dev/verified_exec.c: revisions 1.70, 1.71
sys/kern/kern_veriexec.c: revisions 1.1-1.8
sys/kern/kern_verifiedexec.c: delete
Rename kern_verifiedexec.c to kern_veriexec.c. "Veriexec" is the name of
the subsystem, not "Verifiedexec".

The revisions of kern_verifiedexec.c are now in Attic/.

No change between kern_verifiedexec.c and kern_veriexec.c.

Also, update the man page accordingly.

Okayed by christos@ and blymn@ some months ago.
--
KNF
--
Don't mix veriexec lock and file lock in veriexec_file_verify().

Now:
- 'veriexec_op_lock' needs to be held when calling veriexec_file_verify()
- the 'file_lock_state' argument indicates if the file is locked
- add some KASSERTs
--
Instead of duplicating code, add veriexec_fp_status(). Also reorder a
useless goto.
--
Make veriexec_renamechk() more readable. Also add a KASSERT on vte_count.

No real functional change
--
If we already have an entry for the file being loaded, return EEXIST, don't
silently skip it.
--
Remove FreeBSD.

ok elad@
--
KASSERT x then y, not (x && y).
--
KNF
--
Not to add even more confusion in an already overcomplicated subsystem,
remove the FreeBSD code. This code is likely to be outdated, and Veriexec
is in all cases not available on FreeBSD.
--
Be a bit more verbose if the kernel rejects a file

(snj)

2015-05-19 04:19:49 UTC netbsd-7 commitmail json YAML

amend ticket 761: missing semicolon in hpcfb.c is revision 1.60.

(snj)

2015-05-19 04:14:04 UTC MAIN commitmail json YAML

Handle child's exit status precisely

(ozaki-r)

2015-05-19 03:19:27 UTC MAIN commitmail json YAML

Use EXIT_FAILURE instead of 1

(ozaki-r)

2015-05-19 02:30:57 UTC MAIN commitmail json YAML

Enable MSDOSFS since the kernel lives on a MSDOS fs.

(matt)

2015-05-19 01:14:40 UTC MAIN commitmail json YAML

Use NULL instead of 0 for pointers

(ozaki-r)

2015-05-19 00:09:03 UTC MAIN commitmail json YAML

no wd devices on erlite, use sd instead for the USB mass storage.

(matt)

2015-05-19 00:00:24 UTC MAIN commitmail json YAML

u-boot on the ERLITE will call the kernel entry point on each cpu specified
in the coremask argument.  Add code to deal with that.

(matt)

2015-05-18 23:12:53 UTC MAIN commitmail json YAML

2015-05-18 21:32:06 UTC MAIN commitmail json YAML

make sure the display controllar partition is powered on

(jmcneill)

2015-05-18 21:21:11 UTC MAIN commitmail json YAML

2015-05-18 21:03:36 UTC MAIN commitmail json YAML

2015-05-18 20:36:42 UTC MAIN commitmail json YAML

2015-05-18 19:32:48 UTC MAIN commitmail json YAML

2015-05-18 17:49:16 UTC MAIN commitmail json YAML

Rewrite rules so that makesyscalls.sh will not be executed multiple
times in a parallel make.

Hopefully fixes sporadic build failures reported by Justin

(pooka)

2015-05-18 15:11:47 UTC MAIN commitmail json YAML

explicitly un-suspend the OTG port after PHY reset

(macallan)

2015-05-18 15:07:53 UTC MAIN commitmail json YAML

pass the appropriate clock register to devices so different instances of the
same driver don't have to guess
also wire the ddc2 part to iic4 for now so we can see the monitor

(macallan)

2015-05-18 15:07:04 UTC MAIN commitmail json YAML

make el_gets() return the number of characters read in wide mode (not the
number of wide characters) From khorben@ by FreeBSD:
https://svnweb.freebsd.org/ports/head/devel/libedit/files/patch-src_eln.c?\
revision=382458&view=markup
XXX: Pullup-7

(christos)

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

add some clock divider registers

(macallan)

2015-05-18 14:41:41 UTC MAIN commitmail json YAML

don't re-define END() now that amd64 defines it

(christos)

2015-05-18 14:27:49 UTC MAIN commitmail json YAML

add WSDISPLAY_TYPE_TEGRA

(jmcneill)

2015-05-18 13:09:55 UTC MAIN commitmail json YAML

OOOOPS. Revert previous.

(msaitoh)

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

Workaround for "lapic_set_lvt: bad pin value %d" panic on (broken?) BIOS
system. Don't panic when a local APIC's interrput input pin number (LINTx) > 1.
Instead, print warning message and continue. The default is pin 1.
Same as Linux (and perhaps FreeBSD). Tested with Shuttle DS57U.

(msaitoh)

2015-05-18 11:56:20 UTC MAIN commitmail json YAML

2015-05-18 11:07:34 UTC MAIN commitmail json YAML

Use the right IO handle to get HOSTPC. Also, mask out LS and HS from
reported status just-in-case and misc tidyup.

HS, FS and LS now all probe correctly.

(skrll)

2015-05-18 09:56:43 UTC MAIN commitmail json YAML

Re-enable EHCIF_ETTF and provide a sc_vendor_port_status to get port
speed from HOSTSC1

My FS usb stick works with this change.

(skrll)

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

Print all sizes as size_t

(martin)

2015-05-18 08:24:10 UTC MAIN commitmail json YAML

Do not set CRT_ALIAS for rump kernel; symbols provided by toolchain

(justin)

2015-05-18 08:07:30 UTC MAIN commitmail json YAML

Make the recently added fs_cgsize test less strict, as it prevents existing
installs from booting.
Catch the common case and warn about it, pointing to a web page describing
the issue - but allow mounting. In all other cases, print more details about
the inconsistency and fail the mount.

(martin)

2015-05-18 06:42:34 UTC MAIN commitmail json YAML

Welcome to 7.99.17 (if_clone_list() became public and changed signature)

(martin)

2015-05-18 06:38:59 UTC MAIN commitmail json YAML

2015-05-18 06:27:04 UTC MAIN commitmail json YAML

2015-05-18 06:25:05 UTC MAIN commitmail json YAML

2015-05-18 01:56:40 UTC netbsd-7 commitmail json YAML

Add missing semicolon. Fix build break in last commit.

(msaitoh)

2015-05-18 01:53:50 UTC MAIN commitmail json YAML

Use kern/disk_subr_mbr.c instead of evbmips/disksubr.c

(matt)

2015-05-18 01:53:21 UTC MAIN commitmail json YAML

Allow automatic insertion of ramdisk image.

(matt)

2015-05-18 01:32:52 UTC MAIN commitmail json YAML

Print cpu_model after copyright.

(matt)

2015-05-18 01:32:18 UTC MAIN commitmail json YAML

2015-05-18 01:06:35 UTC MAIN commitmail json YAML

Add missing pci_intr_release() for the detach.

(msaitoh)

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

KNF

Tweaks of whitespaces and tabs.

(ozaki-r)

2015-05-17 22:14:38 UTC MAIN commitmail json YAML

It is just the __ffssi2 alias we do not want in rump kernel

(justin)

2015-05-17 22:08:24 UTC MAIN commitmail json YAML

2015-05-17 20:57:12 UTC MAIN commitmail json YAML

2015-05-17 19:36:52 UTC MAIN commitmail json YAML

2015-05-17 18:52:37 UTC MAIN commitmail json YAML

machine_arch on mips depends on the ABI so we need a routine to return
the right value.

(matt)

2015-05-17 15:48:57 UTC MAIN commitmail json YAML

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

Fix compile error on non-__HAVE_PCI_MSI_MSIX machines.

(msaitoh)

2015-05-17 14:17:52 UTC MAIN commitmail json YAML

Allow overriding/adding configuration in ERLITE.local

(martin)

2015-05-17 13:51:31 UTC MAIN commitmail json YAML

Add pciide_machdep_compat_intr_establish().

Used by ... would you believe pciide?

(pooka)

2015-05-17 13:45:37 UTC MAIN commitmail json YAML

Implement bus_space_read/write_multi() and bus_space_subregion().

Used by (at least) wdc.

(pooka)

2015-05-17 13:14:41 UTC MAIN commitmail json YAML

2015-05-17 12:06:26 UTC MAIN commitmail json YAML

- Add MSI support.
- Use tagged status function for 5717 and newer devices. All controllers
  except BCM5700 supports tagged status but we use tagged status only for MSI
  case on BCM5717. Otherwise MSI on BCM5717 does not work. Same as other *BSDs.

(msaitoh)

2015-05-17 10:22:20 UTC MAIN commitmail json YAML

Do not -DCATALOG_DIR for DEBUG builds to allow easy (local) testin of
translations.

(martin)

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

2015-05-17 09:46:12 UTC MAIN commitmail json YAML

update: runs as a userspace process now.

(pooka)

2015-05-17 09:45:37 UTC MAIN commitmail json YAML

Remove.  For example, vfs_cluster hasn't existed since early UBC days
(which were 10+ years ago).

(pooka)

2015-05-17 06:30:06 UTC MAIN commitmail json YAML

Print out mpidr on MP systems (verbose print)

(matt)

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

Restructure a bit to make spinning a subset of cores easier.

(matt)

2015-05-17 06:12:40 UTC MAIN commitmail json YAML

Add a missing defined(CORTEX_A15)

(matt)

2015-05-17 05:34:53 UTC MAIN commitmail json YAML

KASSERT in cpu_hatch that AUXCTL.SMP is set for Cortex CPUs.

(matt)

2015-05-17 05:22:43 UTC MAIN commitmail json YAML

2015-05-17 05:21:39 UTC MAIN commitmail json YAML

2015-05-17 05:20:37 UTC MAIN commitmail json YAML

Modularize the spkr(4) driver (i386 and amd64 only).  Adapt parent
pcppi(4) driver to be able to handle rescan().

(pgoyette)

2015-05-17 04:59:43 UTC MAIN commitmail json YAML

Add Core 5G (mobile) LPC support.

(msaitoh)

2015-05-17 01:28:32 UTC MAIN commitmail json YAML

add HDMI, DISPLAYA, DISPLAYB irqs

(jmcneill)

2015-05-17 01:28:17 UTC MAIN commitmail json YAML

add graphics host offsets

(jmcneill)

2015-05-17 01:27:16 UTC MAIN commitmail json YAML

add ddc_dev_read_edid{,_block} functions, same as ddc_read_edid{,_block} but takes a device_t instead of i2c_tag_t

(jmcneill)

2015-05-17 01:26:22 UTC MAIN commitmail json YAML

initialize FIFO TX/RX trigger levels, wait for MSTR_CONFIG_LOAD to clear after setting it

(jmcneill)

2015-05-16 23:34:52 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.9.0

(roy)

2015-05-16 23:33:33 UTC MAIN commitmail json YAML

Inform dhcpcd we have config.h file to load.

(roy)

2015-05-16 23:31:32 UTC MAIN commitmail json YAML

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

fix source clock divisor, set MSTR_CONFIG_LOAD after updating config, reset controller on errors, read from rx fifo before waiting for xfer to complete

(jmcneill)

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

use correct enable reg for I2C5

(jmcneill)

2015-05-16 22:41:59 UTC MAIN commitmail json YAML

Add support iNVM (integrated Non-Volatile Memory) for I21[01]. This change
fixes a bug that a MAC address is wrongly set on iNVM machines and NICs.
Tested with Shuttle DS57U(iNVM based) and other non iNVM based I210 machines.

(msaitoh)

2015-05-16 22:24:41 UTC MAIN commitmail json YAML

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

2015-05-16 21:31:39 UTC MAIN commitmail json YAML

Support transfers > 4-bytes long by reading and writing using the
controller's packet-based interface instead of non-packet ("normal") mode.

(jmcneill)

2015-05-16 20:23:38 UTC MAIN commitmail json YAML

2015-05-16 20:23:06 UTC MAIN commitmail json YAML

2015-05-16 20:22:15 UTC MAIN commitmail json YAML

Use assembler implementation of Camellia on x86_64, switching a boost
for medium to large block sizes.

(joerg)

2015-05-16 19:33:59 UTC MAIN commitmail json YAML

Use x86_64 assembler version of whirlpool. It has a small but consistent
performance advantage over the clang output on my E3v2.

(joerg)

2015-05-16 19:19:36 UTC MAIN commitmail json YAML

2015-05-16 19:09:03 UTC MAIN commitmail json YAML

Use assembler version of SHA1. Can't use SHA2 version yet due to overlap
with libc.

(joerg)

2015-05-16 19:08:37 UTC MAIN commitmail json YAML

Explicitly pass CC down. When building with clang, force external
assembler as some of the Perl scripts use -Wa,-v. Regenerate for AVX
support.

(joerg)

2015-05-16 18:15:33 UTC netbsd-7 commitmail json YAML

2015-05-16 18:05:07 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #783):
crypto/external/bsd/openssh/dist/compat.c: revision 1.10
Pass the correct length to match_patter_list; from Hanno Boeck.

(snj)

2015-05-16 18:02:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #782):
common/lib/libprop/prop_kern.c: revision 1.19
common/lib/libprop/prop_object.c: revision 1.30
common/lib/libprop/prop_object_impl.h: revision 1.32
Limit size of xml buffer for userland requests (From Mateusz Kocielski)
--
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)
--
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

(snj)

2015-05-16 17:58:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #781):
common/lib/libc/stdlib/strtoi.c: revision 1.2
common/lib/libc/stdlib/strtou.c: revision 1.2
distrib/sets/lists/debug/mi: revision 1.113
distrib/sets/lists/tests/mi: revision 1.617
lib/libc/include/namespace.h: revision 1.178
lib/libc/stdlib/Makefile.inc: revision 1.90 via patch
lib/libc/stdlib/strtoi.3: revisions 1.1, 1.2
lib/libc/stdlib/strtol.3: revision 1.32
lib/libc/stdlib/strtou.3: revisions 1.1, 1.2
lib/libc/stdlib/strtoul.3: revisions 1.30, 1.31
tests/lib/libc/stdlib/Makefile: revision 1.25
tests/lib/libc/stdlib/t_strtoi.c: revision 1.1
- new test for strtoi
- namespace protection for strto{i,u}
- separate manpages for strto{i,u} from the ones for strto{u,}l
From: Kamil Rytarowski
--
Sort ERRORS and SEE ALSO.
--
Sort ERRORS and SEE ALSO.
--
Sort SEE ALSO.

(snj)

2015-05-16 17:40:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #780):
lib/libc/sys/intro.2: revisions 1.56, 1.57
Mention EWOULDBLOCK too since a lot of the source code and documentation still
refers to it.
--
Remove trailing whitespace.

(snj)

2015-05-16 17:32:54 UTC MAIN commitmail json YAML

2015-05-16 17:26:51 UTC MAIN commitmail json YAML

2015-05-16 17:26:00 UTC MAIN commitmail json YAML

Use assembler routine for GCM modes on x86_64.

(joerg)

2015-05-16 17:18:57 UTC MAIN commitmail json YAML

2015-05-16 17:13:56 UTC MAIN commitmail json YAML

the OSI options are long gone (hi joerg!)

(snj)

2015-05-16 15:03:12 UTC MAIN commitmail json YAML

Autogenerate /dev/ldNx nodes based on which units attached instead of
hardcoding some arbitrary value for N.

(pooka)

2015-05-16 14:29:37 UTC MAIN commitmail json YAML

Enable IPv6 negative tests

As ping6 timeout feature (-X option) is added, we can do negative
tests without wasting time.

1 sec delay is added after network setup to avoid false positives.

(ozaki-r)