Module Name:src
Committed By: ozaki-r
Date: Mon Jun 26 06:58:42 UTC 2017
Modified Files:
src/sys/net: rtsock.c
Log Message:
Fix ifdef; care about a case w/ INET6 and w/o INET
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/net/rtsock.c
Please not
Module Name:src
Committed By: knakahara
Date: Mon Jun 26 05:34:49 UTC 2017
Modified Files:
src/sys/opencrypto: crypto.c
Log Message:
simplify mutex_enter/exit(crypto_q_mtx), and fix missing exit.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/openc
Module Name:src
Committed By: msaitoh
Date: Mon Jun 26 04:22:47 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
- Make new wm_phy_post_reset() and use this function at all location after
reseting phy.
- Move the location of calling wm_get_hw_con
Module Name:src
Committed By: msaitoh
Date: Mon Jun 26 04:18:14 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Add missing "else" in wm_nvm_release().
To generate a diff of this commit:
cvs rdiff -u -r1.515 -r1.516 src/sys/dev/pci/if_wm.c
Please note th
Module Name:src
Committed By: msaitoh
Date: Mon Jun 26 04:15:06 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Flush every MTA write. Same as Linux.
- Move the location of calling wm_set_filter. Same as some other OSes.
- Add CSR_WRITE_FLUSH() after writi
Module Name:src
Committed By: msaitoh
Date: Mon Jun 26 04:09:02 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
- Fix wm_set_ral():
- Fix a bug that a RAL was written at incorrect address when the index number
is more than 16 on 82544 and newe
Module Name:src
Committed By: msaitoh
Date: Mon Jun 26 04:03:34 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c if_wmvar.h
Log Message:
Print sc_flags with snprintb().
To generate a diff of this commit:
cvs rdiff -u -r1.512 -r1.513 src/sys/dev/pci/if_wm.c
cvs rdiff -u
Module Name:src
Committed By: ozaki-r
Date: Mon Jun 26 03:16:28 UTC 2017
Modified Files:
src/sys/net: rtsock.c
src/tests/net/arp: t_arp.sh
src/tests/net/ndp: t_ndp.sh
Log Message:
Improve backward compatibility of (fake) routing messages on adding an ARP/ND
Module Name:src
Committed By: sevan
Date: Mon Jun 26 03:15:16 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: BCM5301X BCM56340 BEAGLEBOARDXM BEAGLEBONE
GEMINI GEMINI_MASTER GEMINI_SLAVE GOLDENGATE N900 PANDABOARD
Log Message:
Add a heading to describe the c
Module Name:src
Committed By: ozaki-r
Date: Mon Jun 26 03:13:40 UTC 2017
Modified Files:
src/sys/net: rtsock.c
src/tests/net/arp: t_arp.sh
src/tests/net/ndp: t_ndp.sh
src/usr.sbin/arp: arp.c
src/usr.sbin/ndp: ndp.c
Log Message:
Fix usage of
Module Name:src
Committed By: bouyer
Date: Sun Jun 25 22:16:46 UTC 2017
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Xen/i386PAE is special, in that top-level entries are not in per-pmap
tables but per-CPU pages. pmap_alloc_level() takes care of making new
ent
Module Name:src
Committed By: bouyer
Date: Sun Jun 25 20:22:32 UTC 2017
Modified Files:
src/sys/arch/i386/conf: kern.ldscript.Xen
Log Message:
Restore alignement of _end to rev 1.12: this is where the Xen loader
puts the symbol table and should not be changed (maybe we sho
Module Name:src
Committed By: christos
Date: Sun Jun 25 16:07:48 UTC 2017
Modified Files:
src/sys/dev/pci: yds.c ydsvar.h
Log Message:
PR/52331: ydc driver: sleep-under-spin-mutex bugs in yds_allocmem
Don't hold the spin interrupt mutex while calling yds_init from resume.
Module Name:src
Committed By: christos
Date: Sun Jun 25 15:56:32 UTC 2017
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
PR/52330: Jia-Ju Bai: mpii driver: a sleep-in-interrupt bug in mpii_intr
Since the enclosing routime mpii_event_raid already calls malloc with
M_N
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:44:04 UTC 2017
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
NULL deref, found by Mootja; not sure how to fix it, so just add a big XXX
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: bouyer
Date: Sun Jun 25 12:42:40 UTC 2017
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Page tables are not writable under Xen, so we can't memcpy() to them.
Rewite to do the copy using pmap_pte_set() in the Xen case.
To generate
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:39:27 UTC 2017
Modified Files:
src/sys/dev/ieee1394: fwdev.c
Log Message:
memory leak, found by Mootja; it seems that we should check the return
value of 'fw_bindadd' in several other places, but whatever
To generate
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:29:32 UTC 2017
Modified Files:
src/sys/dev/ata: ata_raid_subr.c
Log Message:
dumb instruction
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ata/ata_raid_subr.c
Please note that diffs are no
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:27:13 UTC 2017
Modified Files:
src/sys/dev/ppbus: if_plip.c
Log Message:
spl leak, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ppbus/if_plip.c
Please note that diffs are
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:25:02 UTC 2017
Modified Files:
src/sys/dev/pcmcia: if_malo_pcmcia.c
Log Message:
two spl leaks, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pcmcia/if_malo_pcmcia.c
Pleas
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:21:00 UTC 2017
Modified Files:
src/sys/dev/hpc: hpcapm.c
Log Message:
spl leak, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/hpc/hpcapm.c
Please note that diffs are not p
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:15:04 UTC 2017
Modified Files:
src/sys/arch/bebox/stand/boot: siop.c
Log Message:
uninitialized var, found by Mootja; don't know which value to put, so add
a big XXX
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:11:30 UTC 2017
Modified Files:
src/sys/arch/arm/imx: imx51_ipuv3.c
Log Message:
memory leak, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx51_ipuv3.c
Please note
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:07:23 UTC 2017
Modified Files:
src/sys/arch/acorn32/podulebus: if_ie.c
Log Message:
spl leak, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/acorn32/podulebus/if_ie.c
Plea
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:04:37 UTC 2017
Modified Files:
src/sys/arch/ia64/stand/ia64/ski: devicename.c
Log Message:
uninitialized variable, found by Mootja
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/stand/i
Module Name:src
Committed By: maxv
Date: Sun Jun 25 12:02:59 UTC 2017
Modified Files:
src/sys/dev/sbus: be.c
Log Message:
spl leak, found by Mootja a long time ago
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/sbus/be.c
Please note that diffs
Module Name:src
Committed By: nat
Date: Sun Jun 25 10:28:23 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Don't autoconfig for 24 bits precision. It does not work as yet.
To generate a diff of this commit:
cvs rdiff -u -r1.365 -r1.366 src/sys/dev/audio.c
P
Module Name:src
Committed By: skrll
Date: Sun Jun 25 10:06:27 UTC 2017
Modified Files:
src/sys/arch/cats/conf: GENERIC
Log Message:
Comment out a bunch of thing so that a GENERIC kernel boots on my cats
with cyclone firmware
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: nat
Date: Sun Jun 25 09:42:40 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Don't start playback or recording on the hw ring only stream ring buffers.
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/sys/dev/a
Module Name:src
Committed By: nat
Date: Sun Jun 25 09:40:17 UTC 2017
Modified Files:
src/sys/dev/ic: am7930.c
Log Message:
Set hw parameters for linear to ulaw filters.
Tested by flxd@.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/am7930.
30 matches
Mail list logo