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

2024-05-09 23:26:49 UTC Now

2016-01-10 16:14:27 UTC MAIN commitmail json YAML

there is no reason to use __unused here.

(christos)

2016-01-10 16:06:07 UTC nick-nhusb commitmail json YAML

2016-01-10 15:52:36 UTC MAIN commitmail json YAML

2016-01-10 14:03:11 UTC MAIN commitmail json YAML

Correct previous - external temperature 2 is read from the 2.5V register,
not the Vccp2 register.

(jdc)

2016-01-10 10:33:43 UTC nick-nhusb commitmail json YAML

Bring the following change from HEAD

Get the iManufacturer, iProduct, and iSerialNumber strings before probing
for drivers and cache them for later use.  This reduces bus transactions
and fixes attachment for at least two of my umass(4)s.

(skrll)

2016-01-10 10:20:08 UTC MAIN commitmail json YAML

Add missing register definitions.
Handle LM87 external temperature 2 input, and Vcc input scaling (5V or 3.3V).

(jdc)

2016-01-10 10:16:00 UTC nick-nhusb commitmail json YAML

Do the same loan dance with control transfers as with other transfer
types.  That is,

Use the pipe "tail" TD as our first and loan our first TD to the
next transfer.

Sprinkle the above comment where necessary.

Also, remove a TD from the hash list BEFORE calling into
usb_transfer_complete.  It might get reused when starting the next
transfer.

(skrll)

2016-01-10 09:04:32 UTC MAIN commitmail json YAML

__mcount_lock is moved to MI from MD.
because it is needed for all MULTIPROCESSOR arch, but it is exists only in i386 and amd64.

ok christos@, on tech-kern@

(ryo)

2016-01-10 08:11:07 UTC MAIN commitmail json YAML

Clear the "forced" flag after updating a line, otherwise we'll always do
complete line redraws.

(jdc)

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

Apparently it's important to do
  -Wp,-iremap,${DESTDIR}:
and not
  -Wp,-iremap,${DESTDIR}/:/

Why this should matter for strings where the trailing slash is
present, I dunno. But it does.

Fixes the MKREPRO problem where the unfixed path to lfs_accessors.h
appears ina bunch of bins.

(dholland)

2016-01-10 04:09:28 UTC MAIN commitmail json YAML

scsibus at scsi should work; if it does not...

(christos)

2016-01-10 03:59:34 UTC MAIN commitmail json YAML

For MKREPRO, substitute DESTDIR before NETBSDSRCDIR; then it has a
chance of working if DESTDIR is under NETBSDSRCDIR (as happens with
default objdirs when building someplace random other than /usr/src...)

(dholland)

2016-01-10 03:19:36 UTC MAIN commitmail json YAML

PR/50636: Ryo ONODERA: Add scsibus to vioscsi

(christos)

2016-01-10 03:07:50 UTC MAIN commitmail json YAML

PR/50636: Ryo ONODERA: Reduce memory use

(christos)

2016-01-10 03:07:25 UTC MAIN commitmail json YAML

PR/50636: Ryo ONODERA: Fix incorrect kmem_free()

(christos)

2016-01-10 02:40:21 UTC MAIN commitmail json YAML

Fix two functions that were accidentally "static __unused" instead of
"static __unused inline". Oops; but probably not actually harmful.

(dholland)

2016-01-09 22:15:24 UTC MAIN commitmail json YAML

2016-01-09 22:07:53 UTC MAIN commitmail json YAML

2016-01-09 22:05:33 UTC MAIN commitmail json YAML

2016-01-09 21:47:23 UTC nick-nhusb commitmail json YAML

Consistency with USBHIST_LOGN

(skrll)

2016-01-09 21:45:20 UTC nick-nhusb commitmail json YAML

2016-01-09 21:44:55 UTC MAIN commitmail json YAML

2016-01-09 21:16:35 UTC MAIN commitmail json YAML

2016-01-09 21:14:42 UTC MAIN commitmail json YAML

2016-01-09 21:14:20 UTC MAIN commitmail json YAML

src/sys/external/bsd/acpica/dist/common/dmtbdump.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/acpica/dist/common/dmtbinfo.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/compiler/aslanalyze.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslcompile.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h@1.4 / diff / nxr@1.4
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslerror.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslfileio.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslfiles.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslload.c@1.5 / diff / nxr@1.5
src/sys/external/bsd/acpica/dist/compiler/asllookup.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslopcodes.c@1.5 / diff / nxr@1.5
src/sys/external/bsd/acpica/dist/compiler/aslpredef.c@1.5 / diff / nxr@1.5
src/sys/external/bsd/acpica/dist/compiler/aslprepkg.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslsupport.l@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/asltree.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/aslutils.c@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/compiler/aslwalks.c@1.5 / diff / nxr@1.5
src/sys/external/bsd/acpica/dist/compiler/aslxref.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/acpica/dist/compiler/dtcompile.c@1.7 / diff / nxr@1.7
      :
(more 83 files)
merge new acpica

(christos)

2016-01-09 21:14:12 UTC MAIN commitmail json YAML

2016-01-09 21:13:51 UTC MAIN commitmail json YAML

2016-01-09 19:05:13 UTC MAIN commitmail json YAML

Remove extra new line in debugging output.

(jdc)

2016-01-09 18:37:24 UTC MAIN commitmail json YAML

2016-01-09 18:29:13 UTC MAIN commitmail json YAML

delete the generated file.

(christos)

2016-01-09 18:28:41 UTC MAIN commitmail json YAML

2016-01-09 17:40:37 UTC MAIN commitmail json YAML

2016-01-09 17:39:52 UTC MAIN commitmail json YAML

2016-01-09 17:38:57 UTC MAIN commitmail json YAML

2016-01-09 14:55:53 UTC nick-nhusb commitmail json YAML

2016-01-09 14:31:19 UTC MAIN commitmail json YAML

locate_item() doesn't need to have a flags argument, as the flags
are also in the hid item data structure.

(jakllsch)

2016-01-09 07:52:38 UTC MAIN commitmail json YAML

When doing an unlock/relock dance to avoid lock inversion, it's important
to relock the lock you unlocked. Otherwise the lock you unlocked won't
walk the walk, not by a long chalk, and you'll end up getting mocked.

From Mateusz Guzik of FreeBSD via freenode.

XXX: pullup-6 and -7

(dholland)

2016-01-09 07:27:31 UTC MAIN commitmail json YAML

When following process parent pointers, lock the new (parent) before
releasing the initial process.

(pgoyette)

2016-01-09 03:33:54 UTC MAIN commitmail json YAML

avoid potential NULL deref in failure case

(jakllsch)

2016-01-09 02:06:22 UTC MAIN commitmail json YAML

- use -fdebug-regex-map to remap one style of object dirs. There are others.
- change DESTDIR to nothing so that we don't get // in the front
- apply the mappings to both c and c++

(christos)

2016-01-09 02:05:01 UTC MAIN commitmail json YAML

2016-01-09 02:00:14 UTC MAIN commitmail json YAML

2016-01-09 01:13:42 UTC MAIN commitmail json YAML

Save a couple of dollars now that make is fixed.

(christos)

2016-01-09 00:55:17 UTC MAIN commitmail json YAML

2016-01-08 23:37:58 UTC MAIN commitmail json YAML

Update wpa_supplicant(8) to what it actually does.

(roy)

2016-01-08 23:31:29 UTC MAIN commitmail json YAML

2016-01-08 23:09:41 UTC MAIN commitmail json YAML

Check correctly the packet length (CVE-2015-8605)
XXX: pullup-6, pullup-7

(christos)

2016-01-08 21:38:16 UTC MAIN commitmail json YAML

2016-01-08 21:36:52 UTC MAIN commitmail json YAML

2016-01-08 21:35:42 UTC MAIN commitmail json YAML

Welcome to 4.2.8p5:
* [Sec 2956] small-step/big-step.  Close the panic gate earlier.  HStenn.
* CID 1339955: Free allocated memory in caljulian test.  HStenn.
* CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
* CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
* CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
* CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
* CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
* CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
* CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
* CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
* CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
* CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
* CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
* CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
* CID 1341681: Nits in sntp/tests/keyFile.c.  HStenn.
* CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
* CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
* [Bug 2829] Look at pipe_fds in ntpd.c  (did so. perlinger@ntp.org)
* [Bug 2887] stratum -1 config results as showing value 99
  - fudge stratum should only accept values [0..16]. perlinger@ntp.org
* [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
* [Bug 2934] tests/ntpd/t-ntp_scanner.c has a magic constant wired in.  HMurray
* [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
  - applied patch by Christos Zoulas.  perlinger@ntp.org
* [Bug 2952] Symmetric active/passive mode is broken.  HStenn.
* [Bug 2954] Version 4.2.8p4 crashes on startup with sig fault
  - fixed data race conditions in threaded DNS worker. perlinger@ntp.org
  - limit threading warm-up to linux; FreeBSD bombs on it. perlinger@ntp.org
* [Bug 2957] 'unsigned int' vs 'size_t' format clash. perlinger@ntp.org
  - accept key file only if there are no parsing errors
  - fixed size_t/u_int format clash
  - fixed wrong use of 'strlcpy'
* [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
* [Bug 2962] truncation of size_t/ptrdiff_t on 64bit targets. perlinger@ntp.org
  - fixed several other warnings (cast-alignment, missing const, missing prototypes)
  - promote use of 'size_t' for values that express a size
  - use ptr-to-const for read-only arguments
  - make sure SOCKET values are not truncated (win32-specific)
  - format string fixes
* [Bug 2965] Local clock didn't work since 4.2.8p4.  Martin Burnicki.
* [Bug 2967] ntpdate command suffers an assertion failure
  - fixed ntp_rfc2553.c to return proper address length. perlinger@ntp.org
* [Bug 2969]  Seg fault from ntpq/mrulist when looking at server with
              lots of clients. perlinger@ntp.org
* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
  - changed stacked/nested handling of CTRL-C. perlinger@ntp.org
* Unity cleanup for FreeBSD-6.4.  Harlan Stenn.
* Unity test cleanup.  Harlan Stenn.
* Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
* Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
* Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
* Quiet a warning from clang.  Harlan Stenn.
* Update the NEWS file.  Harlan Stenn.
* Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.

(christos)

2016-01-08 21:26:40 UTC netbsd-6 commitmail json YAML

2016-01-08 21:26:15 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1358):
sys/arch/xen/include/xen-public/io/ring.h: revision 1.3 via patch
sys/arch/xen/xen/pciback.c: revision 1.10 via patch
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.62 via patch
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.54 via patch
Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(snj)

2016-01-08 21:25:54 UTC netbsd-6-1 commitmail json YAML

2016-01-08 21:25:28 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1358):
sys/arch/xen/include/xen-public/io/ring.h: revision 1.3 via patch
sys/arch/xen/xen/pciback.c: revision 1.10 via patch
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.62 via patch
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.54 via patch
Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(snj)

2016-01-08 21:24:58 UTC netbsd-6-0 commitmail json YAML

2016-01-08 21:24:37 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1358):
sys/arch/xen/include/xen-public/io/ring.h: revision 1.3 via patch
sys/arch/xen/xen/pciback.c: revision 1.10 via patch
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.62 via patch
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.54 via patch
Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(snj)

2016-01-08 21:06:58 UTC netbsd-7-0 commitmail json YAML

2016-01-08 21:06:07 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1071):
sys/arch/xen/include/xen-public/io/ring.h: revision 1.3 via patch
sys/arch/xen/xen/pciback.c: revision 1.10 via patch
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.62 via patch
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.54 via patch
Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(snj)

2016-01-08 21:05:37 UTC netbsd-7 commitmail json YAML

2016-01-08 21:05:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1071):
sys/arch/xen/include/xen-public/io/ring.h: revision 1.3 via patch
sys/arch/xen/xen/pciback.c: revision 1.10 via patch
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.62 via patch
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.54 via patch
Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(snj)

2016-01-08 19:01:12 UTC MAIN commitmail json YAML

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

gpt_vwarnx is printf-like.

(joerg)

2016-01-08 17:34:57 UTC MAIN commitmail json YAML

fix test program for hid item checks

(jakllsch)

2016-01-08 17:27:48 UTC MAIN commitmail json YAML

rework build of t_hid to be more reliable, while working around ATF cruddyness

(jakllsch)

2016-01-08 13:42:55 UTC nick-nhusb commitmail json YAML

Consistency with USBHIST_LOGN

(skrll)

2016-01-08 08:57:14 UTC MAIN commitmail json YAML

Don't release the proc_lock mutex until we're finished using the stuff
that the mutex protects (ie, the proc list and the entry we found in
the list).

(pgoyette)

2016-01-08 08:50:07 UTC MAIN commitmail json YAML

Add missing RTF_LOCAL; sync with arp_setgate

(ozaki-r)

2016-01-08 08:37:18 UTC MAIN commitmail json YAML

2016-01-08 07:16:13 UTC MAIN commitmail json YAML

2016-01-08 04:06:48 UTC MAIN commitmail json YAML

conform rump behavior to NetBSD kernel (in paticular net.inet.ip.gifttl sysctl)

(knakahara)

2016-01-08 03:55:39 UTC MAIN commitmail json YAML

2016-01-08 03:26:35 UTC MAIN commitmail json YAML

2016-01-08 02:28:44 UTC MAIN commitmail json YAML

From the latest Intel SDM:
- Add Xeon E3-1200 v5
- Change 0x1c from "Atom Family" to "45nm Atom Family"

(msaitoh)

2016-01-08 02:27:08 UTC MAIN commitmail json YAML

Add x86 FPU Data Pointer Updated Only bit from Intel SDM.

(msaitoh)

2016-01-08 02:25:15 UTC MAIN commitmail json YAML

Index 0x6c is not 126 entries but 128 entries. The old value was from
previous SDM.

(msaitoh)

2016-01-07 22:47:49 UTC MAIN commitmail json YAML

2016-01-07 22:07:18 UTC MAIN commitmail json YAML

Move 10-wpa_supplicant, 15-timezone, 29-lookup-hostname and 50-ypbind
from /libexec/dhcpcd-hooks to /usr/share/examples/dhcpcd/hooks so they
are not run by default.

(roy)

2016-01-07 22:03:00 UTC MAIN commitmail json YAML

Use the new -P option to work out which pidfile dhcpcd will use.

(roy)

2016-01-07 21:58:28 UTC MAIN commitmail json YAML

Avoid defining inline functions that are never used when certain options
are missing.

(joerg)

2016-01-07 21:57:00 UTC MAIN commitmail json YAML

Don't use for (...); by using an explicit continue as body.

(joerg)

2016-01-07 21:11:54 UTC MAIN commitmail json YAML

Revert part of previous; fd is closed by readfd...

(christos)

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

Initialize non-VFS parts of tty subsystem already at RUMP_COMPONENT_KERN.

That way components under RUMP__FACTION_DEV can call tty routines.

(pooka)

2016-01-07 21:04:27 UTC MAIN commitmail json YAML

use WSEMUL_NO_DUMB and WSEMUL_VT100

(pooka)

2016-01-07 20:16:12 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.10.0

(roy)

2016-01-07 20:11:57 UTC MAIN commitmail json YAML

CID 1257467: Annotate incorrect inull.

(christos)

2016-01-07 20:10:55 UTC MAIN commitmail json YAML

CID 1257465: Annotate tainted.

(christos)

2016-01-07 20:09:43 UTC MAIN commitmail json YAML

2016-01-07 20:06:44 UTC MAIN commitmail json YAML

CID 1257471: NULL deref.

(christos)

2016-01-07 20:05:41 UTC MAIN commitmail json YAML

CPID 1288934: This is not really a use after free, because the last pointer
is updated in the mdoc_node_unlink.

(christos)

2016-01-07 20:00:35 UTC MAIN commitmail json YAML

2016-01-07 19:51:40 UTC MAIN commitmail json YAML

CID 1288941: Wrong sizeof

(christos)

2016-01-07 19:49:45 UTC MAIN commitmail json YAML

Fix buffer-overrun/off-by-one in hid_set_data(3).

(The tests only detected this as a problem on ARMv7, not i386.)

(jakllsch)

2016-01-07 19:49:25 UTC MAIN commitmail json YAML

CID 1288947: Prevent fd leak.

(christos)

2016-01-07 19:46:01 UTC MAIN commitmail json YAML

CID 1288958: Prevent NULL deref

(christos)

2016-01-07 19:32:44 UTC MAIN commitmail json YAML

CID 1288962: lim was never incremented thus self-definition loop detection
was not functional.

(christos)

2016-01-07 16:10:49 UTC MAIN commitmail json YAML

Don't crash when the device's HID Report Descriptor Pops from an empty stack.

(jakllsch)

2016-01-07 15:58:23 UTC MAIN commitmail json YAML

2016-01-07 14:15:26 UTC MAIN commitmail json YAML

2016-01-07 14:07:01 UTC MAIN commitmail json YAML

remove CONST; it is unused from Brad Harder

(christos)

2016-01-07 13:54:08 UTC MAIN commitmail json YAML

2016-01-07 12:31:55 UTC MAIN commitmail json YAML

Add Buffalo LUA4-U3-AGT.

(nonaka)

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

Instead of waiting for a duration based in IPv6 DAD count sysctl,
wait for 15 seconds for tentative flags to clear allowing 5 seconds
for detached flags to clear as well from configured addresses.

This is now protocol independant and allows time for the interfaces to
work out if they have a carrier or not.

(roy)

2016-01-07 11:40:48 UTC nick-nhusb commitmail json YAML

Need a dummy USBHIST_LOGM for the !USB_DEBUG case

(skrll)

2016-01-07 11:32:21 UTC MAIN commitmail json YAML

-W seconds will wait for the detached flag to clear on addresses on
interfaces marked up to allow time for the carrier to appear on the
interface.

This does not extend the -w option duration.

(roy)

2016-01-07 10:18:36 UTC MAIN commitmail json YAML

llvm-3.7.1 out.

(wiz)

2016-01-07 10:13:37 UTC MAIN commitmail json YAML

sqlite3-3.10 out.

(wiz)

2016-01-07 10:08:18 UTC MAIN commitmail json YAML

- printf->DPRINTF in wm_serdes_mediastatus().
- KNF.

(msaitoh)

2016-01-07 08:58:01 UTC MAIN commitmail json YAML

CID 1347189:  Null pointer dereferences

(mlelstv)

2016-01-07 07:59:09 UTC MAIN commitmail json YAML

2016-01-07 07:37:09 UTC MAIN commitmail json YAML

Display force flag in debug print.

(jdc)

2016-01-07 07:36:35 UTC MAIN commitmail json YAML

Add missing new line in debug print.

(jdc)

2016-01-07 04:45:10 UTC MAIN commitmail json YAML

exynos mct -- snapshot

This code is still a mess, but at least it uses an interrupt-map so I can
use it to test whether interrupt-map handling in fdt_intr_ is working
properly.

Need to get some real documentation and redo this so it works. :(

(marty)

2016-01-07 04:41:46 UTC MAIN commitmail json YAML

Exynos WDT - change the compatible string to match the current dts

(marty)

2016-01-07 04:26:44 UTC MAIN commitmail json YAML

FDT interrupts - bug fixing

Fix a pair of memory leaks
Add some descriptive messaging in fail cases.
Fix that _by_index wasn't walking the tree upward to find the interrupt-parent.
Fix a pair of messages so they include the function in the text.

(marty)

2016-01-06 23:03:14 UTC MAIN commitmail json YAML

Sort command list in usage.

(wiz)

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

Sort commands so I can find stuff.

(wiz)

2016-01-06 22:57:44 UTC MAIN commitmail json YAML

Use standard sort order for options.

Add -U to usage.

(wiz)

2016-01-06 22:12:49 UTC MAIN commitmail json YAML

Get the iManufacturer, iProduct, and iSerialNumber strings before probing
for drivers and cache them for later use.  This reduces bus transactions
and fixes attachment for at least two of my umass(4)s.

(skrll)

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

Simplify and fix the unload to destroy the mutex. To reproduce, configure
a kernel with LOCKDEBUG make clockctl a module:

    /etc/rc.d/ntpd stop
    modunload clockctl
    /etc/rc.d/ntpd start
    boom.

(christos)

2016-01-06 17:41:36 UTC MAIN commitmail json YAML

2016-01-06 17:40:50 UTC MAIN commitmail json YAML

2016-01-06 15:34:54 UTC MAIN commitmail json YAML

Unbreak the sun2 build: Don't use program-specific LDADD options because
those come after the general LDADD options and break static linking.

(christos)

2016-01-06 15:28:40 UTC MAIN commitmail json YAML

Apply patch from xsa155: make sure that the backend won't read parts of the
request again (possibly because of compiler optimisations), by using
copies and barrier.
From XSA155:
The compiler can emit optimizations in the PV backend drivers which
can lead to double fetch vulnerabilities. Specifically the shared
memory between the frontend and backend can be fetched twice (during
which time the frontend can alter the contents) possibly leading to
arbitrary code execution in backend.

(bouyer)

2016-01-06 05:22:06 UTC MAIN commitmail json YAML

Use Pa for paths.

(wiz)

2016-01-06 04:42:10 UTC MAIN commitmail json YAML

gnu mp 6.1.0 is out

(kamil)

2016-01-06 04:41:02 UTC MAIN commitmail json YAML

mpfr 3.1.3 is out

(kamil)

2016-01-06 04:40:07 UTC MAIN commitmail json YAML

mpc 1.0.3 is out

(kamil)

2016-01-06 04:34:03 UTC MAIN commitmail json YAML

Lutok has moved to GitHub

(kamil)

2016-01-06 04:32:32 UTC MAIN commitmail json YAML

lutok 0.4 is out

(kamil)

2016-01-06 04:31:44 UTC MAIN commitmail json YAML

lua 5.3.2 is out

(kamil)

2016-01-06 04:30:56 UTC MAIN commitmail json YAML

llvm 3.7 is out

(kamil)

2016-01-06 04:27:33 UTC MAIN commitmail json YAML

gcc 5.3 is out

(kamil)

2016-01-06 04:25:06 UTC MAIN commitmail json YAML

flex 2.6.0 is out

(kamil)

2016-01-06 04:18:21 UTC MAIN commitmail json YAML

binutils 2.25.1 are out

(kamil)

2016-01-06 04:16:20 UTC MAIN commitmail json YAML

Automated Testing Framework (ATF) 0.21 is out

(kamil)

2016-01-06 04:15:34 UTC MAIN commitmail json YAML

acpica 20151218 is out

(kamil)

2016-01-06 03:53:29 UTC MAIN commitmail json YAML

fix 32 bit compilation

(christos)

2016-01-06 01:54:53 UTC MAIN commitmail json YAML

Add a BUGS section...

(pgoyette)

2016-01-06 01:37:17 UTC MAIN commitmail json YAML

PR/50626: Vicente Chaves de Melo: acpi_display.c erroneously sends character
to console during boot

(christos)

2016-01-06 00:22:30 UTC MAIN commitmail json YAML

print the disklabel information on error if DIAGNOSTIC.

(christos)

2016-01-06 00:22:22 UTC MAIN commitmail json YAML

Whitespace.

(wiz)

2016-01-05 22:29:48 UTC netbsd-7 commitmail json YAML

2016-01-05 22:27:26 UTC netbsd-7-0 commitmail json YAML

2016-01-05 22:22:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1058):
sys/arch/arm/conf/Makefile.arm: revision 1.43
sys/arch/aarch64/conf/Makefile.aarch64: revision 1.2
share/mk/bsd.sys.mk: revision 1.243, 1.244
Use wildcards for stripping/preserving the mapping symbols on ARM and
AArch64. LLVM creates unique symbols in each file of the form $a.n etc.
--
Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.

(snj)

2016-01-05 22:18:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1057):
usr.bin/man/man.c: revision 1.62
For an argument to be interpreted as a local file name, bypassing the
search rules in man.conf or MANPATH, it must begin with "/", "./", or
"../".  Simply testing whether it contains "/" is wrong, because it
breaks usage like "man 8 vax/boot".
This reverts revision 1.57 dated 2013-10-06,
"Be more permissive in interpreting man pages as filenames".

(snj)

2016-01-05 22:16:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1056):
sys/kern/kern_lock.c: revision 1.156
Allow sleeping in the idle lwp if the cpu isn't running yet.
OK'ed by rmind a while ago.

(snj)

2016-01-05 22:14:17 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #1055):
etc/namedb/root.cache: revision 1.19
Update to 2015120100.
* Addresses of H.ROOT-SERVERS.NET has updated.
* Make IPv6 address lower case.

(snj)

2016-01-05 22:13:55 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #1055):
etc/namedb/root.cache: revision 1.19
Update to 2015120100.
* Addresses of H.ROOT-SERVERS.NET has updated.
* Make IPv6 address lower case.

(snj)

2016-01-05 22:08:54 UTC MAIN commitmail json YAML

KNF - blank line after (non-existant) declarations.  No functional change.

(pgoyette)

2016-01-05 21:57:18 UTC MAIN commitmail json YAML

FDT interrupts -- clean up debug printfs

Ooops. forgot to delete my debug printfs before my last checkin.

(marty)

2016-01-05 21:53:48 UTC MAIN commitmail json YAML

FDT: Interrupts -- add support for interrupt maps

The mct on exynos uses an interrupt map so we add support now.  Devices
represent their interrupts either through a combination of interrupt-parent
and interrupts properties, where the 'interrupts' property is an array of
one or more interrupt specifiers; or through a combination of an
interrupt-parent that points to an interrupt-map, where the interrupt-map
contains 2 or more entries consisting of an index, a pointer to an
interrupt-controller, and a specifier for that controller.

This code adds the ability to walk the interrupt-map and return a specifier.
Unfortunately, the addition requires changing the interface to the
interrupt-controllers' _establish and _intstr functions, so this check in
contains a rototill of the three existing fdt interrupt controllers to use
the new interface.

(marty)

2016-01-05 18:44:34 UTC MAIN commitmail json YAML

revert bp->b_error checking; biowait() is a no-op in that case and it is
valid to call biowait() after biodone. (thanks chuq)

(christos)

2016-01-05 18:16:20 UTC MAIN commitmail json YAML

Document close-on-exec redirection behavior.

(christos)

2016-01-05 17:22:39 UTC MAIN commitmail json YAML

2016-01-05 17:06:34 UTC MAIN commitmail json YAML

When autoconfiguring RAID sets:

Pseudo devices like vnd and cgd can be opened but may still
need some configuration. Ignore these quietly.

(mlelstv)

2016-01-05 17:03:53 UTC MAIN commitmail json YAML

handle possible errors from bdev_strategy.

(mlelstv)

2016-01-05 14:21:43 UTC MAIN commitmail json YAML

2016-01-05 13:16:37 UTC MAIN commitmail json YAML

2016-01-05 13:07:47 UTC MAIN commitmail json YAML

2016-01-05 13:00:29 UTC MAIN commitmail json YAML

2016-01-05 12:18:42 UTC MAIN commitmail json YAML

2016-01-05 11:49:32 UTC MAIN commitmail json YAML

Check whether iic_exec is failed or not.
- This change fixes a bug that a device that the checksum is really 0 fails
  attaching.
- Reduce the number of access to one if a device doesn't exist. Without this
  change and iic(4) does polling, it'll wait long time.

(msaitoh)

2016-01-05 11:41:00 UTC MAIN commitmail json YAML

Fix downloads of local files using file:// URLs

Previously it would error out in copyurlinfo() when copying a NULL port.

(wiz)

2016-01-05 11:35:39 UTC MAIN commitmail json YAML

2016-01-05 11:33:18 UTC MAIN commitmail json YAML

2016-01-05 11:24:43 UTC MAIN commitmail json YAML

Port FreeBSD's ismt(4) driver. ismt(4) supports Intel Chipset internal
SMBus 2.0 controller with DMA. It's different from ichsmb(4). Supported
chipsets are S1200 and C2000.

(msaitoh)

2016-01-05 10:20:23 UTC MAIN commitmail json YAML

Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
their implementation.  Both functions don't take the passcode as
argument.

As wrmsr_locked() no longer writes the passcode to the msr the
erratum 721 on my Opteron 2356 really gets patched and cc1 no longer
crashes with SIGSEGV.

(hannken)

2016-01-05 09:37:11 UTC MAIN commitmail json YAML

Although not recommended, it is possible to include filemon(4) as a
built-in module.  If we do this, don't try to call devsw_attach() as
our device structures will already have been included via ioconf.[ch].

This avoids calling the init routine twice (once for CLASS_DRIVER and
then later for CLASS_ANY), which in turn avoids trying to initialize
an already initialized lock.

(pgoyette)

2016-01-05 09:07:19 UTC MAIN commitmail json YAML

Fix a couple of checks for kernel vm_space, and convert the 'naked
panic" code to KASSERT/KASSERTMSG.

Thanks,  Taylor!

(pgoyette)

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

Remove stray label from previous

(skrll)

2016-01-05 06:05:11 UTC nick-nhusb commitmail json YAML

Fix usb_block_allocmem locking

(skrll)

2016-01-05 05:53:38 UTC nick-nhusb commitmail json YAML

Don't leak sqtds in ehci_free_sqtds

(skrll)

2016-01-05 05:37:06 UTC MAIN commitmail json YAML

Make revarprequest static

(ozaki-r)

2016-01-05 03:40:41 UTC MAIN commitmail json YAML

add missing lint library

(christos)

2016-01-05 02:44:57 UTC MAIN commitmail json YAML

2016-01-05 00:47:08 UTC MAIN commitmail json YAML

Fix #endif; it should be after __END_DECLS

This unbreaks the build of sun2.

(ozaki-r)

2016-01-05 00:41:30 UTC MAIN commitmail json YAML

2016-01-04 23:57:23 UTC MAIN commitmail json YAML

Bump date for previous

(kamil)

2016-01-04 23:56:22 UTC MAIN commitmail json YAML

Bump date for previous

(kamil)

2016-01-04 23:55:36 UTC MAIN commitmail json YAML

Bump date for previous

(kamil)

2016-01-04 23:32:45 UTC MAIN commitmail json YAML

Add HISTORY and AUTHORS to jot

John A. Kunze requested to add himself as the author of jot
on the FreeBSD bugzilla with the following text:

  Please re-instate my name (as "John A. Kunze") as AUTHOR of the
  jot, rs, and lam utilities.  I wrote these in 1982, around or
  before the time that I worked with Jordan at UCB (he left to work
  at FreeBSD and later at Apple).  Thank you!

  -- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786

While there add a note that this tool first appeared in BSD 4.2.
This information is based on the FreeBSD manual pages.

Patch submitted by Michal Mazurek <akfaew AT jasminek.net>.

Reviewed by <dholland>

(kamil)

2016-01-04 23:31:44 UTC MAIN commitmail json YAML

Add HISTORY and AUTHORS to lam

John A. Kunze requested to add himself as the authord of rs
on the FreeBSD bugzilla with the following text:

  Please re-instate my name (as "John A. Kunze") as AUTHOR of the
  jot, rs, and lam utilities.  I wrote these in 1982, around or
  before the time that I worked with Jordan at UCB (he left to work
  at FreeBSD and later at Apple).  Thank you!

  -- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786

While there add a note that this tool first appeared in BSD 4.2.
This information is based on the FreeBSD manual pages.

Patch submitted by Michal Mazurek <akfaew AT jasminek.net>.

Reviewed by <dholland>

(kamil)

2016-01-04 23:30:57 UTC MAIN commitmail json YAML

Add HISTORY and AUTHORS to rs

John A. Kunze requested to add himself as the authord of rs
on the FreeBSD bugzilla with the following text:

  Please re-instate my name (as "John A. Kunze") as AUTHOR of the
  jot, rs, and lam utilities.  I wrote these in 1982, around or
  before the time that I worked with Jordan at UCB (he left to work
  at FreeBSD and later at Apple).  Thank you!

  -- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786

While there add a note that this tool first appeared in BSD 4.2.
This information is based on the FreeBSD manual pages.

Patch submitted by Michal Mazurek <akfaew AT jasminek.net>.

Reviewed by <dholland>

(kamil)

2016-01-04 22:07:17 UTC MAIN commitmail json YAML

Move libusbhid tests' Report Descriptors and Report Data to seperate file,
so future tests of the kernel HID functions can use them too.

(jakllsch)

2016-01-04 19:24:15 UTC MAIN commitmail json YAML

PR/50621: David Binderman: Wrap iic_exec() in a simpler utility function
and fix all the pointer/sizeof botches in the proces.

(christos)

2016-01-04 18:17:31 UTC MAIN commitmail json YAML

revert, this has to do with the bootloader protocol version and should
stay the same until there is a reason for it to change.

(christos)

2016-01-04 16:24:52 UTC MAIN commitmail json YAML

Notify disk subsystem of the current geometry.

Ok: Michael van Elst

(hannken)

2016-01-04 14:10:15 UTC MAIN commitmail json YAML

Make the -p option work, like with loadbsd.
Otherwise the kernel could load into a low-priority 512MB Z3 RAM segment.

(phx)

2016-01-04 13:57:15 UTC MAIN commitmail json YAML

PR/50619: Fix reversed test.

(christos)

2016-01-04 13:15:17 UTC MAIN commitmail json YAML

prevent unconfigure/detach while background threads are running.

(mlelstv)

2016-01-04 11:12:40 UTC MAIN commitmail json YAML

Fix dump on raid.
- offset dump by RF_PROTECTED_SECTORS (thanks oster@ for noticing)
- call component dump function with byte count instead of block count
- return -1 instead of errno values in dk_size for error conditions.

There are still issues with dumping.
- the raid device must be open, neither reading the disklabel
  nor flushing the component labels in rfmarkdirty is possible
  when dumping.
- dumping to a wedge component fails because the wedge driver only
  allows dumping to swap partitions, not raid partitions.

(mlelstv)

2016-01-04 10:02:15 UTC MAIN commitmail json YAML

erase dangling pointer to prevent reuse

(mlelstv)

2016-01-04 10:00:33 UTC MAIN commitmail json YAML

Redo r1.12 - process cmd and value buffers in pcfiic_xmit().
Avoids allocating a temporary buffer for writes using both buffers.

(jdc)

2016-01-04 09:08:38 UTC MAIN commitmail json YAML

Fix the destruction of the afdata lock

Pointed out by mlelstv@

(ozaki-r)

2016-01-04 08:24:42 UTC MAIN commitmail json YAML

Cast register_t to unsigned long before printf'ing it with %lx.

(martin)

2016-01-04 07:50:08 UTC MAIN commitmail json YAML

Revert extra wating codes.

PR kern/50522 is actually fixed by sys/kern/kern_softint.c:r1.42, so waiting
codes in if_gif.c is not required.

(knakahara)

2016-01-04 03:00:24 UTC MAIN commitmail json YAML

Don't leak redirected rescriptors to exec'ed processes. This is what ksh
does, but bash does not. For example:

    $ cat test1
    #!/bin/sh
    exec 6> out
    echo "test" >&6
    sh ./test2
    exec 6>&-
    $ cat test2
    echo "test2" >&6
    $ ./test1
    ./test2: 6: Bad file descriptor

This fixes by side effect the problem of the rc system leaking file descriptors
7 and 8 to all starting daemons:

    $ fstat -p 1359
    USER    CMD          PID  FD MOUNT      INUM MODE        SZ|DV R/W
    root    powerd      1359  wd /              2 drwxr-xr-x    512 r
    root    powerd      1359    0 /          63029 crw-rw-rw-    null rw
    root    powerd      1359    1 /          63029 crw-rw-rw-    null rw
    root    powerd      1359    2 /          63029 crw-rw-rw-    null rw
    root    powerd      1359    3* kqueue pending 0
    root    powerd      1359    4 /          64463 crw-r-----  power r
    root    powerd      1359    7 flags 0x80034<ISTTY,MPSAFE,LOCKSWORK,CLEAN>
    root    powerd      1359    8 flags 0x80034<ISTTY,MPSAFE,LOCKSWORK,CLEAN>
    root    powerd      1359    9* pipe 0xfffffe815d7bfdc0 -> 0x0 w

Note fd=7,8 pointing to the revoked pty from the parent rc process.

(christos)

2016-01-03 22:05:18 UTC MAIN commitmail json YAML

be a bit smarter about fcntl

(christos)

2016-01-03 21:58:17 UTC MAIN commitmail json YAML

Correct email address (pointed out by wiz@).

(jdc)

2016-01-03 20:59:47 UTC MAIN commitmail json YAML

change 60 to 70 which is the current release. Noticed by Rares Aioanei.

(christos)