Module Name:src
Committed By: wiz
Date: Thu Jan 17 08:53:18 UTC 2019
Modified Files:
src/usr.sbin/btpand: btpand.8
Log Message:
Add missing width argument to Bl. Remove Pp before It.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/btpand/btpand.8
Module Name:src
Committed By: hannken
Date: Thu Jan 17 10:18:52 UTC 2019
Modified Files:
src/sys/kern: kern_threadpool.c
Log Message:
Use PRIu64 for "uint64_t tp_refcnt".
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/kern/kern_threadpool.c
Please
Module Name:src
Committed By: hannken
Date: Thu Jan 17 10:20:01 UTC 2019
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
Use cv_broadcast() on "sc_sync_wait" to prevent deadlock
when more than one thread try to "DIOCCACHESYNC" at the
same time.
To generate a di
Module Name:src
Committed By: skrll
Date: Thu Jan 17 12:49:53 UTC 2019
Modified Files:
src/sys/arch/arm/altera: cycv_clkmgr.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/cycv_clkmgr.c
Please note that diffs are no
Module Name:src
Committed By: jmcneill
Date: Thu Jan 17 13:51:25 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Add exynos5422-odroidhc1.dts
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/GENERIC
Please no
Module Name:src
Committed By: maxv
Date: Thu Jan 17 14:24:51 UTC 2019
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Simplify pmap_sync_pv: just pass a pa, and build the pte inside.
To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 src/sys/arch/x
Module Name:src
Committed By: martin
Date: Thu Jan 17 17:23:03 UTC 2019
Modified Files:
src/sys/dev/mii [netbsd-8]: makphy.c makphyreg.h miidevs
Log Message:
Pull up the following (requested by msaitoh in ticket #1164):
sys/dev/mii/miidevs 1.12
Module Name:src
Committed By: martin
Date: Thu Jan 17 17:23:36 UTC 2019
Modified Files:
src/sys/dev/mii [netbsd-8]: miidevs.h miidevs_data.h
Log Message:
regen (ticket #1164)
To generate a diff of this commit:
cvs rdiff -u -r1.128.6.3 -r1.128.6.4 src/sys/dev/mii/miidevs.
Module Name:src
Committed By: martin
Date: Thu Jan 17 17:25:53 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1164
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Thu Jan 17 18:44:50 UTC 2019
Modified Files:
src/external/mpl/bind/include: config.h
Log Message:
Enable stdatomic.h in all except lint (thanks joerg@)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/m
Module Name:src
Committed By: maxv
Date: Thu Jan 17 19:26:03 UTC 2019
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
Increase VM_PHYSSEG_MAX from 32 to 64. Saw an example on tech-kern@ of a
heavily fragmented memory map.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Thu Jan 17 20:36:51 UTC 2019
Modified Files:
src/external/gpl3/gcc.old/dist/libsanitizer/asan: asan_thread.cc
Log Message:
Use the proper stack aligment for the architecture. Fixes broken asan
tests on i386.
To generate a diff
Module Name:src
Committed By: christos
Date: Thu Jan 17 20:37:20 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_thread.cc
Log Message:
Use the proper stack aligment for the architecture. Fixes broken asan
tests on i386.
To generate a diff of
Module Name:src
Committed By: kamil
Date: Thu Jan 17 20:47:42 UTC 2019
Modified Files:
src/sys/modules/examples: Makefile README
Added Files:
src/sys/modules/examples/mapper: Makefile cmd_mapper.c mapper.c
Log Message:
Add a new example kernel module: mapper
Basic
Module Name:src
Committed By: pgoyette
Date: Thu Jan 17 21:32:42 UTC 2019
Modified Files:
src/sys/sys [pgoyette-compat]: module_hook.h
Log Message:
The return value of a hook is not necessarily an error code, so
rename the variable appropriately.
NFCI
To generate a diff
Module Name:src
Committed By: macallan
Date: Thu Jan 17 23:05:15 UTC 2019
Modified Files:
src/sys/arch/sparc/dev: cgfourteen.c
Log Message:
don't crash when we're not the console
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/sparc/dev/cgfourt
Module Name:src
Committed By: pgoyette
Date: Fri Jan 18 00:01:02 UTC 2019
Modified Files:
src/sys/arch/sparc/fpu [pgoyette-compat]: fpu.c
src/sys/compat/common [pgoyette-compat]: if_43.c uipc_usrreq_70.c
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mo
Module Name:src
Committed By: mrg
Date: Fri Jan 18 04:14:47 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
add missing notable things i've done since netbsd-8:
fsdb(8): Add "saveblks" command. [mrg 20170804]
gzip(1): Add SIGINFO support. [mrg 20170
Module Name:src
Committed By: pgoyette
Date: Fri Jan 18 05:42:34 UTC 2019
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Some tweaks, some typos. General clean-up, no significant changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1.
Module Name:src
Committed By: mrg
Date: Fri Jan 18 05:48:31 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
fix a few problems pointed out by clang static analyzer, from rajeev_v_pillai:
- bozostrnsep() may return with "in = NULL", so check for it.
-
Module Name:src
Committed By: pgoyette
Date: Fri Jan 18 05:53:58 UTC 2019
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Add some details to some of the entries.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/TOD
Module Name:src
Committed By: mrg
Date: Fri Jan 18 06:04:10 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
rework size_arrays():
- avoid calloc, use bozomalloc
- minor CSE
- fix bozoprefs->size setting when increasing the size (new total was
being a
Module Name:src
Committed By: kre
Date: Fri Jan 18 06:28:09 UTC 2019
Modified Files:
src/bin/sh: trap.c
Log Message:
Finish (hopefully) the second half of 1.47 ... make sure
that when traps are marked as invalid, we never use them
for anything except output from the trap c
Module Name:src
Committed By: skrll
Date: Fri Jan 18 07:03:02 UTC 2019
Modified Files:
src/sys/dev/pci: xhci_pci.c
Log Message:
Default to USBREV_3_0 if usbrev is unknown.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/xhci_pci.c
Please no
Module Name:src
Committed By: skrll
Date: Fri Jan 18 07:05:36 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/aarch64/aarch64/aarch64_machdep.c
Please no
25 matches
Mail list logo