From | Subject |
04/01/2019 |
jmcneill | [src/trunk]: src/sys/stand/efiboot Add support for netbooting with non-PCI ne... |
christos | [src/trunk]: src/distrib/emips/instkernel paleo diet is not working |
christos | [src/trunk]: src/distrib/pmax/instkernel need bigger clothes |
uwe | [src/trunk]: src/share/misc JCL |
msaitoh | [src/trunk]: src/sys s/adddress/address/ |
msaitoh | [src/trunk]: src/sys Fix typo in comment (s/numer/number/). |
simonb | [src/trunk]: src/sys/arch/evbmips/sbmips Handling CFE addresses in 64-bit mod... |
roy | [src/trunk]: src/lib/libcurses printw: rework vw_printw so it uses open_memst... |
martin | [src/netbsd-8]: src/sys/dev/pci/ixgbe Pull up the following, requested by msa... |
martin | [src/netbsd-8]: src/doc Ticket #1225 |
martin | [src/trunk]: src/etc Double the number of wedge device nodes |
04/02/2019 |
uwe | [src/trunk]: src/share/misc Oops, wrong millennium :) |
sevan | [src/trunk]: src/etc Add an initial ruleset and rc script for NPF to protect ... |
christos | [src/trunk]: src/external/gpl3 Compiling some files with -fPIC and -O2 ends u... |
christos | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax remove debugging code |
isaki | [src/trunk]: src/sys/arch/arm/broadcom Fix indent. |
jmcneill | [src/trunk]: src/distrib/utils/embedded/files Turn off efiboot until we figur... |
sevan | [src/trunk]: src/share/misc Add ABNF and EBNF |
sevan | [src/trunk]: src/share/misc Add RBNF |
sevan | [src/trunk]: src/share/misc CDL, LBNF, TBNF |
sevan | [src/trunk]: src/doc The case for PF was handled some time ago and pulled up ... |
christos | [src/trunk]: src/external/gpl3/gdb/dist/gdb/config/vax add a missing file |
christos | [src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch/vax regen |
jmcneill | [src/trunk]: src/sys/arch/arm/arm Whitespace police |
04/03/2019 |
christos | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Vax ain't ha... |
mrg | [src/trunk]: src/external/gpl3/gcc make ia64 build with gcc7: |
christos | [src/trunk]: src/sys/lib/libsa fix sign-compare and sign-passing errors. |
mrg | [src/trunk]: src/external/gpl3/gcc/lib/libgcc fix error in previous |
thorpej | [src/trunk]: src/sys/dev/ic After throwing away countless hours of my life on... |
kamil | [src/trunk]: src/sys Rework the fork(2)/vfork(2) event signalling under ptrac... |
kamil | [src/trunk]: src/tests/lib/libc/sys The *fork*_signalmasked ATF tests no long... |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 - fix missing else ... |
kamil | [src/trunk]: src/sys/kern Remove support for early SIGTRAP (fork related) sig... |
christos | [src/trunk]: src/distrib/pmax/ramdisk Give us a bit of breathing room since t... |
christos | [src/trunk]: src/sys/arch/pmax/conf Adjust for bigger ramdisk |
joerg | [src/trunk]: src/tools/llvm-lib Undo tools part of the AMDGPU changes for LLVM. |
joerg | [src/trunk]: src Revert MKLLVMCMDS changes. |
joerg | [src/trunk]: src/share/mk Document MKLLVM. |
joerg | [src/trunk]: src/share/mk Provide a default value of no for MKLLVMRT. |
joerg | [src/trunk]: src Add MKLLVMRT to build a subset of the LLVM stack for JIT pur... |
joerg | [src/trunk]: src Use and enable MKLLVMRT for HAVE_MESA_VER=18. |
christos | [src/trunk]: src/sys/arch/sun2/conf Gut more stuff so we fit. Last working RA... |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Add MSR_TSC. |
skrll | [src/trunk]: src/sys/arch/arm/arm Debug output alignment |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Add new VMCS bits. |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 VMX: if PAT is not valid, #GP on WRMSR, rat... |
maxv | [src/trunk]: src/sys/arch/amd64/stand/prekern When scrolling the screen don't... |
maxv | [src/trunk]: src/sys/netinet6 Fix small read overflow; harmless, because sinc... |
nakayama | [src/trunk]: src/etc/mtree Fix previous. |
04/04/2019 |
scole | [src/trunk]: src/doc Remove obsoleted ia64 gcc 4.5.3 hacks |
scole | [src/trunk]: src/sys/arch/ia64 add note about pmap.c compilation warnings |
christos | [src/trunk]: src/libexec/ld.elf_so Disable optimization for rtld.c on the vax... |
christos | [src/trunk]: src/doc mention rtld vax hack |
christos | [src/trunk]: src/share/mk vax "cough" works, with gcc-7 |
christos | [src/trunk]: src/sys centralize setdisklabel(9) |
christos | [src/trunk]: src/usr.bin/ftp Make fetch_read() return size_t like fread() doe... |
isaki | [src/trunk]: src/sys/arch/x68k/x68k Display 68060 revision. From amiga/amiga... |
isaki | [src/trunk]: src/sys/arch/x68k/x68k Remove cpuspeed info for 68060. |
martin | [src/trunk]: src/sys/kern Make the DEBUG version compile |
pgoyette | [src/trunk]: src/sys/sys Fix a typo in a comment: s/avissory/advisory/ |
msaitoh | [src/trunk]: src/sys/dev/pci 0 -> NULL. |
kamil | [src/trunk]: src/tests/modules Fix flaky check for the /dev/kcov device in t_... |
christos | [src/trunk]: src/sys/kern one more __func__ |
mlelstv | [src/trunk]: src/sys/kern Don't validate buffer size for tape I/O, this is al... |
joerg | [src/trunk]: src/external/bsd/llvm Use right definitions in src/tools/llvm. |
msaitoh | [src/trunk]: src/sys/dev/pci No functional change. This change reduces diff a... |
martin | [src/trunk]: src/sbin/gpt Allow specifying the partition via -b startsec for ... |
martin | [src/trunk]: src/sbin/gpt Ignore -f with the "destroy" command completely (it... |
martin | [src/trunk]: src/sbin/gpt PR bin/54088: make "destroy" remove the protective ... |
04/06/2019 |
maya | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/util Use a name for the larg... |
04/07/2019 |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util VAXin... |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/include/GL/internal prevent re-d... |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe - we re... |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri don't retur... |
04/08/2019 |
wiz | [src/trunk]: src/share/man/man9 Remove superfluous comma. Try improving a sen... |
thorpej | [src/trunk]: src/sys/arch/alpha/include Add the R_ALPHA_BRSGP relocation type. |
isaki | [src/trunk]: src/sys/arch/vax/vsa White space -> TAB, fix indent, and add RCS... |
isaki | [src/trunk]: src/sys/dev/pci Fix minor bugs. |
maxv | [src/trunk]: src/sys/dev/nvmm Use the fd_clone approach, to avoid losing refe... |
maxv | [src/trunk]: src/sys/dev/nvmm Don't forget to call (*machine_destroy) when ki... |
maxv | [src/trunk]: src/sys/dev/nvmm Switch to MODULE_CLASS_MISC, from pgoyette@. |
maxv | [src/trunk]: src/sys/kern Reset so_cred to NULL after freeing it, because clo... |
christos | [src/trunk]: src/lib/libc/time The typecnt refers the to ttis array and the t... |
sevan | [src/trunk]: src/usr.sbin/screenblank Offer a potential workaround to the cav... |
ryo | [src/trunk]: src/sys/arch/aarch64 - free empty page tables pages if reach a c... |
04/09/2019 |
uwe | [src/trunk]: src/sys/arch/sh3/sh3 Support R_SH_REL32 (encountered in .eh_frame). |
uwe | [src/trunk]: src/sys/arch/sh3/sh3 Fix previous. P is the final (relocated) a... |
msaitoh | [src/trunk]: src/sys/dev/mca KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/mca Fix a bug that the supported media can't passed ... |
msaitoh | [src/trunk]: src/sys/dev/isa KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/isa Make it compilable with AI_DEBUG. |
msaitoh | [src/trunk]: src/sys/dev/isa - Use the correct function name for the panic me... |
skrll | [src/trunk]: src/sys/arch/arm/samsung Fix softc size in CFATTACH_DECL_NEW |
msaitoh | [src/trunk]: src/sys/dev/isa Make it compilable with EF_DEBUG. |
msaitoh | [src/trunk]: src/sys/dev/isa KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/isa Make it compilable with IX_DEBUG. |
msaitoh | [src/trunk]: src/sys/dev/ic Fix a bug that media setting for fiber didn't wor... |
skrll | [src/trunk]: src/sys/arch/arm/samsung EXYNOS5422_DISABLE_CA7_CLUSTER isn't re... |
tnn | [src/trunk]: src/sbin/fdisk mention that -B is used to set the timeout for mb... |
msaitoh | [src/trunk]: src/sys/dev/mii - Use uint16_t more for MII registers. |
maya | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src Add workaround for non-zero ... |
msaitoh | [src/trunk]: src/sys/dev/ic KNF. No functional change. |
sevan | [src/trunk]: src/share/man/man9 Add instructions on how to determine the sche... |
maya | [src/trunk]: src/external/mit/xorg/lib/libGL Expand all @@ things in pkgconfi... |
maya | [src/trunk]: src/external/mit/xorg/lib/dri Need pthread for all the mtx_lock. |
christos | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Use MIN_PAGE... |
sevan | [src/trunk]: src/usr.sbin/altq/altqstat New sentence, new line |
sevan | [src/trunk]: src/usr.sbin/altq/altqd Drop Pp before Bl |
sjg | [src/trunk]: src/usr.bin/make ParseDoDependency: free paths rather than assert |
sevan | [src/trunk]: src/usr.sbin/altq/altqd bump date |
04/10/2019 |
pgoyette | [src/trunk]: src/sys defparam all of the config variables associated with SYS... |
sevan | [src/trunk]: src/sys/arch/macppc/conf Add a commented out entry for CARP |
sevan | [src/trunk]: src/share/man/man4 typo, you don't need to specify a prefix & mask |
sevan | [src/trunk]: src Include npf_boot rc.d scripts which loads an interim config ... |
sevan | [src/trunk]: src/distrib/sets/lists/etc typo, pasto |
sevan | [src/trunk]: src/sys/arch/macppc/conf Include CARP support by default |
msaitoh | [src/trunk]: src/sys/arch/usermode/usermode Add missing semicolon. |
thorpej | [src/trunk]: src/sys/net Avoid a maybe-uninitialized warning by checking for ... |
thorpej | [src/trunk]: src/sys/arch/usermode Make the usermode kernel compile again. |
msaitoh | [src/trunk]: src/sys/compat/sys Fix ifdata"o2n"() macro. This is not a real b... |
msaitoh | [src/trunk]: src/sys/compat/sys Whitespace change. No functional change. |
kre | [src/trunk]: src PR bin/53999 from rudolf (eq.cz) |
kre | [src/trunk]: src/sbin/cgdconfig KNF, 80 column police, a few other tidy ups (... |
kre | [src/trunk]: src/tests/dev/cgd Fix quoting (quotes really do not nest...) and... |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 add missing userret() at the end of... |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 some items are already done. update... |
martin | [src/netbsd-8]: src/sys Pull up following revision(s) (requested by pgoyette ... |
martin | [src/netbsd-8]: src/doc Ticket #1229 |
kre | [src/trunk]: src PR bin/54112 |
msaitoh | [src/trunk]: src/sys/net Fix a bug that OSIOCSIFMEDIA can't treat. Add missin... |
msaitoh | [src/trunk]: src/sys/net KNF. No functional change. |
pgoyette | [src/trunk]: src/sys Replace some "panic()" calls with simple "printf() ; ret... |
tpaul | [src/trunk]: src/share/man/man4 Remove mention of SPLASHSCREEN_PROGRESS option. |
wiz | [src/trunk]: src/share/man/man4 Bump date for previous. |
sevan | [src/trunk]: src/doc npf_boot rc script loads npf.boot.conf to address that i... |
sevan | [src/trunk]: src/share/misc Add LLD & LLDD |
christos | [src/trunk]: src/distrib adjust miniroot scripts to deal with the time prefix... |
roy | [src/trunk]: src/sys/arch/evbmips/conf ELRITE is a router .... enable gif(4) ... |
mlelstv | [src/trunk]: src/sys/dev/dkwedge add types for windows and linux partitions. |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config remove bogus specs redefin... |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config Remove lingering reference... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src CVE-2019-9498 (EAP-pwd server miss... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/eap_server When processing an EAP-... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/eap_peer When processing an EAP-pw... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src This adds an explicit check for 0 ... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common Explicitly verify that own ... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/crypto This helps in reducing meas... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/utils These functions can be used ... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/crypto Get rid of the branches tha... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/eap_common This algorithm could le... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common The QR test result can prov... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common Make the non-failure path i... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common These groups have significa... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common This is an initial step tow... |
christos | [src/trunk]: src/external/bsd/wpa/dist/src/common Try to avoid showing extern... |
maxv | [src/trunk]: src Add the NVMM_CTL ioctl, always privileged regardless of the ... |
skrll | [src/trunk]: src/sys/stand/efiboot Fixup EFIBOT_DEBUG output for non-_LP64 case |
skrll | [src/trunk]: src/sys/stand/efiboot Print bootargs from the environment |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config revert previous |
joerg | [src/trunk]: src/external Extend LLVM link.mk to handle librt. Use it in Gall... |
04/11/2019 |
maya | [src/trunk]: src/lib/librefuse provide fuse_version |
maya | [src/trunk]: src/lib/librefuse Use the equivalent FUSE_VERSION. Probably a mo... |
sevan | [src/trunk]: src/share/examples/npf Switch out deprecated keywords. |
sevan | [src/trunk]: src/share/examples/npf Use a separate variable for IPv6. |
sevan | [src/trunk]: src/share/examples/npf typo |
jakllsch | [src/trunk]: src/sys/arch/arm/dts Revert RockPro64 dts changes made for rk339... |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/i386 be sure to keep cc1_c... |
simonb | [src/trunk]: src/sys/arch/evbmips/sbmips Force all devices to IPL_VM. For so... |
simonb | [src/trunk]: src/sys/arch/evbmips/conf Be consistent with file^I and include^I. |
msaitoh | [src/trunk]: src/sys/net Remove inclusion of compat/sys/socket.h. It's not re... |
simonb | [src/trunk]: src/sys/arch/evbmips/conf Generate SREC kernels that YAMON can l... |
msaitoh | [src/trunk]: src/sys/compat/sys Remove unused macro definitions. OK'd by pgoy... |
msaitoh | [src/trunk]: src/sys/compat/sys Restore sys/ioccom.h. |
msaitoh | [src/trunk]: src/sys/dev/ic Fix yet another fiber mediachange fix. Not tested. |
mrg | [src/trunk]: src/sys/dev/pci add a bunch of PCI devices on my systems, and a ... |
mrg | [src/trunk]: src/sys/dev/pci fix a couple of errors in the previous. |
wiz | [src/trunk]: src/lib/librefuse Avoid marking up semicolons. |
mrg | [src/trunk]: src/sys/dev/pci regen. |
uki | [src/trunk]: src/distrib/sets Fix "build.sh syspkgs" error when creating base... |
msaitoh | [src/trunk]: src/sys/dev/mii Fix a bug that the duplex of manual media settin... |
msaitoh | [src/trunk]: src/sys Fix a bug that the duplex of manual media setting may be... |
msaitoh | [src/trunk]: src/sys/dev/mii Simplify. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/mii KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/usb Fix a bug that the duplex of manual media settin... |
simonb | [src/trunk]: src/sys/arch/mips/include Fix tyop. |
sevan | [src/trunk]: src/share/examples/npf Revert previous & just use the inets func... |
maya | [src/trunk]: src/external/mit/xorg/lib/libGL the drivers we dlopen need pthread. |
sevan | [src/trunk]: src/share/examples/npf s/ifnets/ifaddrs |
kamil | [src/trunk]: src/sys/sys Rely on volatile operations in KCOV data types |
kamil | [src/trunk]: src/sys Fix a typo in a comment |
kamil | [src/trunk]: src/sys/arch/hpcsh/dev/hd64461 Fix a typo in a comment |
kamil | [src/trunk]: src/sys Fix CVS Id |
kamil | [src/trunk]: src/sys Fix CVS Id usage |
martin | [src/trunk]: src/usr.sbin/postinstall Do not test contents of non-existing Xr... |
kamil | [src/trunk]: src/sys/arch/evbppc/mpc85xx Fix incorrect CVS Id |
maxv | [src/trunk]: src/sys Add KASAN instrumentation for copyin/copyinstr/copyoutst... |
kamil | [src/trunk]: src/share/man/man4 Fix CVS Id |
kamil | [src/trunk]: src/tests/lib/libc/sys Validate that clone(2) is handled properl... |
04/12/2019 |
kamil | [src/trunk]: src/tests/lib/libc/sys Add clone_func() in t_ptrace_wait.h |
kamil | [src/trunk]: src/tests/lib/libc/sys Add new tests traceme_vfork_clone* in ATF... |
kamil | [src/trunk]: src/tests/lib/libc/sys Add new tests in ATF t_prace_wait* |
alnsn | [src/trunk]: src/distrib Add a symlink to /altroot/stand to help the kernel f... |
jakllsch | [src/trunk]: src/lib/libterminfo fix typo in error message; database is spell... |
pgoyette | [src/trunk]: src/sbin/tunefs Add missing space in "quotas disabled" output fr... |
thorpej | [src/trunk]: src/sys/arch/m68k/m68k Fix an asm-comments-vs-preprocessor-line-... |
msaitoh | [src/trunk]: src/sys/dev/usb Apply FreeBSD r346028 from ganbold@f.o: |
msaitoh | [src/trunk]: src/sys/arch Add the following debug options: |
msaitoh | [src/trunk]: src/sys/dev/pci - Add some new C620 LPC devices. |
msaitoh | [src/trunk]: src/sys/dev/pci Regen. |
msaitoh | [src/trunk]: src/sys/arch/mips/adm5120/dev Fix a bug that the duplex of manua... |
knakahara | [src/trunk]: src/sys/netipsec remove a variable which is no longer used. |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 COMPAT_NETBSD32 to work on also thu... |
abhinav | [src/trunk]: src/lib/libc/sys Markup improvements: use Dv for kqueue filters, ... |
abhinav | [src/trunk]: src/share/man/man9 Split the examples into two separate literal ... |
christos | [src/trunk]: src/lib/libedit PR/54117: Paavo Helde: Fix memory overrun: Accou... |
martin | [src/trunk]: src/usr.bin/menuc new_menu: add missing initializations - we mig... |
martin | [src/trunk]: src/usr.bin/menuc Backout previous - our pool is zeroed, no need... |
christos | [src/trunk]: src/lib/libedit PR/52359: Benjamin Lorenz: When resizing because... |
christos | [src/trunk]: src/external/mit/xorg/lib/gallium more stack protector (arm32) |
skrll | [src/trunk]: src/sys/arch/mips/mips Typo in comment |
04/13/2019 |
rin | [src/trunk]: src/libexec/ld.elf_so Do not compile __tls_get_addr() into ldd(1... |
christos | [src/trunk]: src/libexec/ld.elf_so Fix c++ exceptions on arm; jemalloc calls ... |
maxv | [src/trunk]: src/sys/dev/pci Fix use-after-free. If we're not polling, virtio... |
isaki | [src/trunk]: src/sys/arch Add drvctl to kernel which has audio device. |
isaki | [src/trunk]: src/sys/arch Regen. |
maxv | [src/trunk]: src/sys Introduce POOL_QUARANTINE, a feature that creates a wind... |
maya | [src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-intel Enable Tea... |
jmcneill | [src/trunk]: src Remove sun50i support from 32-bit GENERIC. |
maya | [src/trunk]: src/sys/arch/riscv/include Handle changes since the gcc riscv to... |
christos | [src/trunk]: src/usr.bin/xlint/xlint Undefine SSE stuff; we don't want portab... |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/riscv use NETBSD_LINK_SPEC... |
maya | [src/trunk]: src/external/gpl3/gcc/lib/libgcc/arch/riscv64 Fake mknative. eno... |
maya | [src/trunk]: src/sys/arch/riscv/include Provide defines for the 64bit case. |
maya | [src/trunk]: src/sys/arch/riscv/include Our current configuration is that lon... |
maya | [src/trunk]: src/lib/libc/arch/riscv Looks like libc is too big to be able to... |
maya | [src/trunk]: src/lib/libm/arch/riscv Don't alias the long double version to t... |
jmcneill | [src/trunk]: src/sys/arch/arm/fdt The spin-table CPU enable method is only va... |
jmcneill | [src/trunk]: src/sys/arch/arm/fdt Fix build w/o PSCI |
maya | [src/trunk]: src/lib/libc/arch/riscv/gen build the generic 128bit long double... |
christos | [src/trunk]: src/external/gpl3/gdb/dist/gdb fix core stack traces (missing re... |
christos | [src/trunk]: src/external/gpl3/gdb/dist/gdb fix typo, unused variable |
christos | [src/trunk]: src/external/gpl3/gdb/dist/gdb/config/arm add missing files |
christos | [src/trunk]: src/external/gpl3/gdb/lib regen |
jmcneill | [src/trunk]: src/sys/arch/arm/fdt If an enable-method property is present on ... |
maya | [src/trunk]: src/sbin Omit mention of old vnd(4) bug, now resolved. |
maya | [src/trunk]: src/sys/arch/mips/mips Remove unused declaration of __BIT and __... |
04/14/2019 |
christos | [src/trunk]: src/tests/net/net ifix uninialized pid |
isaki | [src/trunk]: src/sys/arch/hpcarm/conf Fix build error. size locater is gone. |
skrll | [src/trunk]: src/sys/arch/evbarm/conf Create a RPI compatible image which cn ... |
abhinav | [src/trunk]: src/usr.sbin/makemandb Set the snippet_length field of the callb... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Trailing whitespace |
maxv | [src/trunk]: src/sys/kern Add more checks, if the values are negative we hit ... |
pgoyette | [src/trunk]: src/sys/compat/common Only need to #include sys/vnode.h once |
kardel | [src/trunk]: src/sys/ufs/ffs PR/53990, PR/52380, PR/52102: UFS2 cylinder grou... |
christos | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Declare the ... |
christos | [src/trunk]: src/libexec/ld.elf_so undo previous unlock/relock; it is not nee... |
maya | [src/trunk]: src/lib/libc/arch/riscv/gdtoa Provide a definition of quiet NaN ... |
maya | [src/trunk]: src/libexec/ld.elf_so Note that we now search DT_RUNPATH paths a... |
04/15/2019 |
wiz | [src/trunk]: src/libexec/ld.elf_so Use more Dv. |
pgoyette | [src/trunk]: src/sys Split the COMPAT_50 socket-timeout stuff out of kern/uip... |
pgoyette | [src/trunk]: src/sys/kern Actually update the timeout value for the compabili... |
pgoyette | [src/trunk]: src/sys/kern If the compat code successfully handled an option, ... |
ozaki-r | [src/trunk]: src/sys/dev/ic Protect ether_multi list |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Trailing whitespace |
abhinav | [src/trunk]: src/libexec/ld.elf_so Typo: s/a indirection/an indirection/ |
skrll | [src/trunk]: src/sys/arch/hppa/dev Some KNF |
msaitoh | [src/trunk]: src/sys/dev/pci - Add some Intel Xeon Scalable processor's devices. |
msaitoh | [src/trunk]: src/sys/dev/pci Regen. |
msaitoh | [src/trunk]: src/sys/dev/pci Avoid duplication. |
msaitoh | [src/trunk]: src/sys/dev/pci Regen. |
maya | [src/trunk]: src/libexec/ld.elf_so $ORIGIN support is now enabled. |
pgoyette | [src/trunk]: src/sys Clean up this mess and simplify, so that all the socket ... |
hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Add support for f... |
hannken | [src/trunk]: src/sys/kern Add reference counting to alias states to prevent t... |
maya | [src/trunk]: src/external Fake mknative |
maya | [src/trunk]: src/sys/arch/riscv/include Avoid -Wconversion warnings |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/riscv don't redefine types. |
maya | [src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv64 more fake mk... |
maya | [src/trunk]: src/share/mk Don't build compat libraries for riscv, for now. |
maya | [src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Provide... |
kamil | [src/trunk]: src/tests/lib/libc/sys Temporarily ifdef out PTRACE_VFORK and PT... |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/util use long long and volat... |
maya | [src/trunk]: src/lib/libc/arch/riscv/gdtoa Cargo cult follow the other 128bit... |
maya | [src/trunk]: src/lib/libm we need rintl (long double) to link binaries |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/riscv Re-do previous: |
maya | [src/trunk]: src/libexec/ld.elf_so/arch/riscv r_symndx is no longer declared, ... |
christos | [src/trunk]: src/tests/modules/ufetchstore fix TESTSDIR. |
uwe | [src/trunk]: src/bin/sh -compact must come last |
skrll | [src/trunk]: src/sys/arch/hppa Trailing whitespace |
christos | [src/trunk]: src/external/bsd/jemalloc/lib Ignore atomic alignment error for ... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Trailing whitespace |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Whitespace |
christos | [src/trunk]: src/sys/net Zero out the ifreq struct for SIOCGIFCONF to avoid u... |
christos | [src/trunk]: src/sys/netsmb Prevent a NULL pointer dereference when the local... |
maya | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/riscv Remove unused defini... |
04/16/2019 |
gutteridge | [src/trunk]: src/usr.sbin/cpuctl cpuctl.8: update the URL for AMD microcode, ... |
sevan | [src/trunk]: src/share/examples/npf Provide a simpler config for a host which... |
sevan | [src/trunk]: src/doc npf_boot and /etc/defaults/npf.boot.conf |
sevan | [src/trunk]: src/doc spelling |
christos | [src/trunk]: src/tests/modules Re-arrange the ufetchstore tests to look like ... |
martin | [src/trunk]: src/sys/kern mq_send1: fix argument validation and reject too la... |
kamil | [src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Sync Ge... |
kamil | [src/trunk]: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common Syn... |
mrg | [src/trunk]: src/external/gpl3/binutils/dist/bfd fix merge botch - remove dup... |
msaitoh | [src/netbsd-8]: src/sys/kern Pull up following revision(s) (requested by mart... |
msaitoh | [src/netbsd-8]: src/doc ticket #1230 |
msaitoh | [src/netbsd-7]: src/sys/kern Pull up following revision(s) (requested by mart... |
msaitoh | [src/netbsd-7]: src/doc Ticket #1688. |
msaitoh | [src/netbsd-7-0]: src/sys/kern Pull up following revision(s) (requested by ma... |
msaitoh | [src/netbsd-7-0]: src/doc Ticket #1688. |
msaitoh | [src/netbsd-7-1]: src/sys/kern Pull up following revision(s) (requested by ma... |
msaitoh | [src/netbsd-7-1]: src/doc Ticket #1688. |
msaitoh | [src/trunk]: src/sys/net The path of SOICSIFMEDA or TAPGIFNAME calls are as f... |
msaitoh | [src/trunk]: src/sys Rename ifreqo2n() and ifreqo2n() to IFREQO2N_43() and IF... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Whitespace |
mrg | [src/trunk]: src/external/gpl3/binutils regen for mknative-binutils for riscv64. |
skrll | [src/trunk]: src/sys/arch/hppa/conf dino depends on gedoens |
skrll | [src/trunk]: src/sys/arch/hppa/dev Re-arrange dino_softc members to improve a... |
msaitoh | [src/trunk]: src/sys/net It's not required (and can't do) to convert OSIOCSIF... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Fix a comment |
maya | [src/trunk]: src/sys/arch/riscv/include We're now using gcc netbsd-stdint.h i... |
mrg | [src/trunk]: src/lib/libc/arch/riscv/gdtoa risc32 doesn't want long double sp... |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common no clon... |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 avoid differences t... |
maya | [src/trunk]: src/sys/arch/riscv/include RISC-V ELF psABI says ILP32 also defa... |
mrg | [src/trunk]: src/external/gpl3/gcc regen mknative-gcc for GCC 7 and ppc64. l... |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/libgcc list a bunch of soft-fp as pre... |
mrg | [src/trunk]: src/lib/libc/arch/riscv/gdtoa revert previously. we want riscv32... |
mrg | [src/trunk]: src/external/gpl3/gcc mknative-gcc for riscv64. |
mrg | [src/trunk]: src/external/gpl3/gcc/lib/libgcc fix -I paths for powerpc*. con... |
martin | [src/netbsd-7]: src/sys/external/bsd/drm2/pci Pull up following revision(s) (... |
martin | [src/netbsd-7]: src/doc Ticket #1673 |
mrg | [src/trunk]: src/sys/external/bsd fix various problems i've seen where cv_*wa... |
sevan | [src/trunk]: src/share/examples/npf Indent to improve readability. |
martin | [src/trunk]: src/sys/arch/sparc/include Add PTRACE_ILLEGAL_ASM |
skrll | [src/trunk]: src/sys/arch/hppa Trailing whitespace |
sevan | [src/trunk]: src/doc one tab to start an item, and two tabs to indent the con... |
christos | [src/trunk]: src/external/mit/xorg/lib/gallium Ran out of patience playing st... |
sevan | [src/trunk]: src/doc Add manual categories to generate links to man.n.o on th... |
sevan | [src/trunk]: src/doc typo - via leot |
mrg | [xsrc/trunk]: xsrc/external/mit - enable EGL on x86/arm64 (XXX also do evbarm32) |
sevan | [src/trunk]: src/doc Tag evbarm related changes separately to separate out th... |
sevan | [src/trunk]: src/doc s/evbarm64/evbarm |
04/17/2019 |
skrll | [src/trunk]: src/sys/arch/hppa/hppa If arg3 is zero then fill it with the val... |
mrg | [src/trunk]: src enable EGL and glamor. partly from maya@. |
mrg | [src/trunk]: src/external/mit/xorg enable EGL and glamor. partly from maya@. |
sevan | [src/trunk]: src/sys/arch/playstation2/conf Bogus number police |
ozaki-r | [src/trunk]: src/sys/kern Don't check pserialize_not_in_read_section after panic |
nonaka | [src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: Don't panic when BLOCK_... |
msaitoh | [src/trunk]: src/sys/net Tabify. No functional change. |
mrg | [src/trunk]: src/common/lib/libc/arch/riscv/atomic add missing aliases for _a... |
mrg | [src/trunk]: src/common/lib/libc/arch/riscv/atomic add missing atomic_and_16_... |
mrg | [src/trunk]: src/lib/libm also want s_nexttoward.c on riscv. now tests/lib/l... |
msaitoh | [src/trunk]: src/sys/net Remove unused inclusion. |
mrg | [src/trunk]: src/distrib/sets/lists/comp fix MKCOMPAT=no builds. |
mrg | [src/trunk]: src/external fake mknative, mostly enough to build real for mkna... |
msaitoh | [src/trunk]: src/sys/compat/common KNF. No functional change. |
mrg | [src/trunk]: src/external/gpl3 mknative-gcc and mknative-binutils for riscv32... |
mrg | [src/trunk]: src/external/gpl3/gcc - define __riscv__ again |
mrg | [src/trunk]: src/sys/arch/riscv/include fix for riscv32. |
maya | [src/trunk]: src fix typo |
sevan | [src/trunk]: src/share/misc LZSS NC-SI NCSI ODM VPD |
martin | [src/trunk]: src/sys/arch/sparc/include Make the illegal instruction macro sa... |
kamil | [src/trunk]: src/tests/lib/libc/sys Fix Clang/LLVM build in t_ptrace_wait.c |
martin | [src/netbsd-8]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... |
martin | [src/netbsd-8]: src/doc Ticket #1231 |
sevan | [src/trunk]: src/share/misc BCH DSF HFS ISL LIF ODE VXFS VXVM |
christos | [src/trunk]: src/lib/libc/time Pick up the latest matching (most recent) entr... |
sevan | [src/trunk]: src/share/misc NVMM |
tih | [src/trunk]: src/usr.sbin/npf/npfctl Summary: Ensure default TCP flags are ap... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Get a large enough buffer for the LIF DIR |
04/18/2019 |
tih | [src/trunk]: src/usr.sbin/npf/npfctl Summary: Ensure default TCP flags are ap... |
skrll | [src/trunk]: src/sys/arch/hppa/hppa Get a large enough buffer for the LIF DIR |
sevan | [src/trunk]: src/share/misc L2CAP |
roy | [src/roy]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.2.0 with the followin... |
roy | [src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.2.0 with the follow... |
roy | [src/trunk]: src/external/bsd/dhcpcd/dist/src Sync |
roy | [src/trunk]: src/external/bsd/dhcpcd/dist Remove non distributed file. |
roy | [src/trunk]: src/doc Note import of dhcpcd-7.2.0 |
sevan | [src/trunk]: src/doc OpenSSH 8.0 is out |
rin | [src/trunk]: src Add missing ./var/db/dhcpcd |
mrg | [src/trunk]: src/external/gpl3/gcc/dist/gcc/config/riscv delete files no long... |
mrg | [xsrc/trunk]: xsrc/external/mit/libepoxy/dist/src on NetBSD, don't define PLA... |
ozaki-r | [src/trunk]: src/tests/net tests: make utility funtions easy to use for tests... |
ozaki-r | [src/trunk]: src/tests/net/route tests: dump kernel stats on cleanup |
ozaki-r | [src/trunk]: src/sys/rump/kern/lib/libsysproxy rump: add missing sanity check... |
mrg | [src/trunk]: src/external/gpl3/gcc - undef STARTFILE_PREFIX_SPEC, it is wrong... |
mrg | [src/trunk]: src - various updates for GCC 7 riscv definitions: -mabi and -ma... |
mrg | [src/trunk]: src/external/gpl3/binutils - use the same set of emulations for ... |
mrg | [src/trunk]: src/external/mit/xorg/lib/libepoxy if HAVE_XORG_GLAMOR != no, se... |
maya | [src/trunk]: src/external/mit/xorg/lib/libEGL We use pthread functions, link ... |
pgoyette | [src/trunk]: src/lib/libc/time Note restrictions on return values from tzgetn... |
isaki | [src/trunk]: src/sys/dev White space and indent fix. |
christos | [xsrc/trunk]: xsrc/external/mit/libepoxy/src all we are saying is, give lint ... |
isaki | [src/trunk]: src/sys/dev/wscons Fix the bell period. |
christos | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal no tls for s... |
christos | [src/trunk]: src/sys/arch/amd64/conf Yes, we support FFS_EI but not DISKLABEL... |
maya | [src/trunk]: src/sys/arch/amd64/conf Follow arm64 and provide two sizes of fo... |
christos | [src/trunk]: src/sys/compat Zero out the ifreq struct for SIOCGIFCONF to avoi... |
mrg | [src/trunk]: src/share/mk turn on MKCOMPAT for riscv64. |
04/19/2019 |
mrg | [src/trunk]: src/external/mit/xorg/lib/libGL remove now dated comment. |
ozaki-r | [src/trunk]: src/sys Implement a simple psref leak detector |
martin | [src/netbsd-8]: src/usr.sbin/npf/npfctl Pull up following revision(s) (reques... |
martin | [src/netbsd-8]: src/sys Pull up following revision(s) (requested by christos ... |
martin | [src/netbsd-8]: src/doc Tickets #1232 and #1233 |
martin | [src/netbsd-7]: src/sys Pull up following revision(s) via patch (requested by... |
martin | [src/netbsd-7]: src/doc Ticket #1689 |
martin | [src/netbsd-7-1]: src/sys Pull up following revision(s) via patch (requested ... |
martin | [src/netbsd-7-1]: src/doc Ticket #1689 |
martin | [src/netbsd-7-0]: src/doc Ticket #1689 |
martin | [src/netbsd-7-0]: src/sys Pull up following revision(s) via patch (requested ... |
scole | [src/trunk]: src/sys/arch/ia64/ia64 In map_vhpt(), read pmap_vhpt_log2size be... |
leot | [src/trunk]: src/etc/rc.d Do not start npf again at reboot (it is started via... |
jmcneill | [src/trunk]: src/sys/dev/fdt Add support for Meson GXL USB3 controller |
jmcneill | [src/trunk]: src/sys/arch Add support for Amlogic Meson GXL family SoCs. |
jmcneill | [src/trunk]: src/doc evbarm: Add support for Amlogic GXL family SoCs. |
jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Remove qsphy(4), this 20+ year old PHY ... |
gutteridge | [src/trunk]: src/sys/dev/pci if_iwn.c: add a comment noting which PCI IDs are... |
jmcneill | [src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic Add t... |
abhinav | [src/trunk]: src/usr.sbin/makemandb Memory allocated by sqlite3_mprintf shoul... |
04/20/2019 |
mrg | [src/trunk]: src/share/mk switch ia64 to GCC 7. scole@ commited a workaround... |
kamil | [src/trunk]: src/tests/lib/libc/sys Fix typo in TEST_VFORK_ENABLED |
kamil | [src/trunk]: src/share/mk Fix typo cost -> host |
mrg | [src/trunk]: src/sys/dev/usb fix umodem(4) detach: |
wiz | [src/trunk]: src/lib/libc/time Remove 'No' macros with no effect. |
abhinav | [src/trunk]: src/lib/libedit PR lib/54131 - declare the loop variable outside... |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Ah, take XSAVE into account in ECX too, not... |
jmcneill | [src/trunk]: src/sys/stand/efiboot Skip clearing the screen when efiboot star... |
jmcneill | [src/trunk]: src/sys/stand/efiboot ST FirmwareRevision field is in a vendor d... |
martin | [src/netbsd-8]: src/sys/arch/hppa/hppa Pull up following revision(s) (request... |
martin | [src/netbsd-8]: src/sys/arch/hppa Pull up following revision(s) (requested by... |
martin | [src/netbsd-8]: src/doc Ticket #1234 and #1235 |
christos | [src/trunk]: src/crypto/external/bsd/openssh/dist Import 8.0: |
christos | [src/trunk]: src/crypto/external/bsd/openssh merge conflicts. |
christos | [src/trunk]: src/distrib/sets/lists bump libssh |
christos | [src/trunk]: src/doc new OpenSSH |
christos | [src/trunk]: src/crypto/external/bsd/openssh/dist put back hpn/lpk strings |
maya | [src/trunk]: src/external/mit/xorg/lib Add missing file. Allows linking webki... |
christos | [src/OPENSSH]: src/crypto/external/bsd/openssh/dist Import 8.0: |
04/21/2019 |
pgoyette | [src/trunk]: src/sys/net Typos in comments. NFCI. |
kre | [src/trunk]: src/crypto/external/bsd/openssh/dist Put declaration of 'useraut... |
blymn | [src/trunk]: src/sys/dev/pckbport Fix minor comment nit. |
isaki | [src/isaki-audio2]: src/sys/dev/hdaudio Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys Use C99 style struct initializer to audio_format. |
isaki | [src/isaki-audio2]: src/sys Adapt ad1848/cs4231 families to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/isa Not yet fully adapted to audio2 but make ... |
isaki | [src/isaki-audio2]: src/sys/dev/isa Adapt to audio2. |
maxv | [src/trunk]: src/sys/arch/x86/x86 Rename the PTE bits. |
maxv | [src/trunk]: src/doc Note removal of COMPAT_OSF1. |
maxv | [src/trunk]: src/doc update |
martin | [src/trunk]: src/usr.sbin/sysinst Use FOREACH_SAFE when removing devices from... |
isaki | [src/isaki-audio2]: src/sys/dev/ic Oops, add accidentally dropped chunks. |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt cs428x families to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Make it compilable (on this branch). |
isaki | [src/isaki-audio2]: src/sys/arch/arm/broadcom Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch/arm/iomd Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch/amiga/dev Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch/amiga/dev Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch Adapt to audio2. |
jmcneill | [src/trunk]: src/sys/arch Add support for Meson GXL internal PHY. |
mlelstv | [src/trunk]: src/sys/dev/iscsi Replace build option to enable hex encoded big... |
maya | [src/trunk]: src wether -> whether |
jmcneill | [src/trunk]: src/sys/arch/arm/amlogic Provide a separate ap_reset for Meson G... |
jmcneill | [src/trunk]: src/sys/arch/arm/amlogic Fix module clock rate in DDR52 mode and... |
isaki | [src/isaki-audio2]: src/sys/arch/sgimips/hpc Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch/sgimips/mace Adapt to audio2. |
jmcneill | [src/trunk]: src/sys/arch/arm/amlogic Don't rely on the existing state of the... |
jmcneill | [src/trunk]: src/sys/arch Add driver for Meson GX EE-domain watchdog timer. |
jmcneill | [src/trunk]: src/sys/arch/arm/amlogic Add support for Meson GXBB and GXL |
jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Add mesonrng |
chs | [src/trunk]: src/sys/uvm If a pager fault method returns ENOMEM but some memo... |
chs | [src/trunk]: src/sys/uvm Draining pools from the pagedaemon thread can deadlo... |
chs | [src/trunk]: src/sys/external/bsd/drm2/ttm in ttm_bus_dma_populate(), move th... |
jmcneill | [src/trunk]: src/sys/arch/arm/amlogic Fix SOC_MESON8B build |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
christos | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/egl/main The third argument ... |
04/22/2019 |
mrg | [src/trunk]: src/sys/dev/acpi use cpu_name() on a struct cpu_info *. don't a... |
thorpej | [src/trunk]: src/sys/stand/efiboot - Add support for a boot configuration fil... |
thorpej | [src/trunk]: src/doc Note efiboot.plist / device tree overlay changes. |
blymn | [src/trunk]: src/sys/dev/pckbport Modify driver to use bits(3) to extract cap... |
kre | [src/trunk]: src/bin/sh PR standards/40554 |
kre | [src/trunk]: src/bin/sh Bump date for previous. |
msaitoh | [src/trunk]: src/sys/arch/mips/adm5120/dev Don't include mii*.h because this ... |
msaitoh | [src/trunk]: src/sys/dev/pci Remove extra SIOCSIFMEDIA check. |
msaitoh | [src/trunk]: src/sys In drivers which use MII(4) and have hook SIOC[GS]IFMEDI... |
msaitoh | [src/trunk]: src/sys On drivers which use MII(4) and have hook SIOC[GS]IFMEDI... |
knakahara | [src/trunk]: src/sys/net fix a potential bug of gif(4) check for tunnel dupli... |
msaitoh | [src/trunk]: src/sys/arch/macppc/dev These drivers do ether_ioctl() on SIOC{A... |
msaitoh | [src/trunk]: src/sys/dev These drivers do ether_ioctl() on SIOC{ADD, DEL}MULTI... |
msaitoh | [src/trunk]: src/sys/arch/mips/sibyte/dev This driver does ether_ioctl() on S... |
martin | [src/netbsd-8]: src/sys/uvm Pull up following revision(s) (requested by chs i... |
martin | [src/netbsd-8]: src/sys/external/bsd/drm2/ttm Pull up following revision(s) (... |
martin | [src/netbsd-8]: src/sys/uvm Pull up following revision(s) (requested by chs i... |
martin | [src/netbsd-8]: src/sys/dev/usb Pull up following revision(s) (requested by m... |
martin | [src/netbsd-8]: src/doc Tickets #1236 - #1240 |
jmcneill | [src/trunk]: src/sys/dev/mii regen |
msaitoh | [src/trunk]: src/sys/dev/ic This driver uses MII(4) and have hook SIOC[GS]IFM... |
martin | [src/trunk]: src/etc/etc.mac68k Add a few more sd drive nodes, with SD2SCSI a... |
martin | [src/netbsd-8]: src/doc Ticket #1241 |
msaitoh | [src/trunk]: src/sys/dev/pci This driver uses MII(4) and have hook SIOC[GS]IF... |
msaitoh | [src/trunk]: src/sbin/ifconfig Suggested by Christos: |
martin | [src/netbsd-8]: src/sys/net Pull up following revision(s) (requested by knaka... |
jmcneill | [src/trunk]: src/sys/dev/mii Add Amlogix GXL internal PHY |
martin | [src/netbsd-8]: src/sys/external/bsd/drm2/ttm Pull up following revision(s) (... |
msaitoh | [src/trunk]: src/sys/net Add missing error check. |
sevan | [src/trunk]: src/share/misc ZOI |
isaki | [src/isaki-audio2]: src/sys/arch/macppc/dev Adapt to audio2. |
maya | [src/trunk]: src Express more confidence in our ability to boot on hardware w... |
maya | [src/trunk]: src/sys/arch/arm/sunxi remove unused mii to fix the build |
isaki | [src/isaki-audio2]: src/sys Adapt am7930 families to audio2. |
04/23/2019 |
maya | [src/trunk]: src Add awge(4) man page |
msaitoh | [src/trunk]: src/sys/dev/ic Fix compile error. |
msaitoh | [src/trunk]: src/sys/net KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/compat KNF. No functional change. |
martin | [src/netbsd-8]: src/sys/external/bsd Pull up following revision(s) via patch ... |
martin | [src/netbsd-8]: src Pull up following revision(s) via patch (requested by mrg... |
martin | [src/netbsd-8]: src/etc/mtree Pull up following revision(s) via patch (reques... |
martin | [src/netbsd-8]: src/doc Tickets #1242 - #1244 |
bouyer | [src/trunk]: src/sys/arch/arm/arm32 Don't try to aquire/release the pmap lock... |
bouyer | [src/trunk]: src/sys/arch/arm/arm32 Fix a deadlock between the pool and pmap ... |
christos | [src/trunk]: src/sys/conf Add -h to the link command so that we replace the t... |
isaki | [src/isaki-audio2]: src/sys/arch/arm/xscale Adapt to audio2. |
uwe | [src/trunk]: src/usr.bin/uniq Don't pass '-' to getopt(3). My guess is that ... |
skrll | [src/trunk]: src/sys/arch/arm/arm32 Revert the part of the previous Whitespac... |
christos | [src/trunk]: src/usr.bin/uniq remove unused label |
martin | [src/netbsd-8]: src/sys/arch/arm/arm32 Pull up following revision(s) (request... |
martin | [src/netbsd-8]: src/sys/arch/arm/arm32 Pull up following revision(s) (request... |
martin | [src/netbsd-8]: src/doc Tickets #1245 and #1246 |
christos | [src/trunk]: src/external/gpl3/gcc Add an ifdef _GLIBCXX_COMPAT_ that removes... |
04/24/2019 |
mrg | [src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64 add missin... |
sevan | [src/trunk]: src/usr.sbin/veriexecgen Omit files not marked executable from t... |
msaitoh | [src/trunk]: src/sys/net No functional change: |
msaitoh | [src/trunk]: src/sys/net/agr KNF. No functional change. |
thorpej | [src/trunk]: src/sys/dev/fdt Fix leak of iba.iba_child_devices in fdtbus_atta... |
skrll | [src/trunk]: src/sys/arch/evbarm/fdt In fdt_add_boot_physmem make sure the me... |
blymn | [src/trunk]: src/lib/libcurses Add/improve debug output for some routines. |
msaitoh | [src/trunk]: src/sys/arch/next68k/dev KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/ic KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/ic KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/ic KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/dev/pci Remove extra test of SIOCSIFMEDIA. |
bouyer | [src/trunk]: src/sys/dev/pci Clean up timeout logic. Now the system survives ... |
msaitoh | [src/trunk]: src/sys/dev/isa Remove extra test for SIOCSIFMEDIA. |
roy | [src/trunk]: src/sys/netinet ARP: Enable Address Defence again. |
msaitoh | [src/trunk]: src/sys/dev/pci KNF. No functional change. |
roy | [src/trunk]: src Don't install YP headers when MKYP=no |
roy | [src/trunk]: src/lib/librpcsvc Fix building librpcsvc for MKYP=no |
roy | [src/trunk]: src/usr.sbin/rpcbind Fix building rpcbind with MKYP=no |
roy | [src/trunk]: src/external/bsd/am-utils Fix building am-utils with MKYP=no |
msaitoh | [src/trunk]: src/sys This driver uses MII(4) and have hook SIOCGIFMEDIA which... |
wiz | [src/trunk]: src/distrib/sets Fix typo. |
msaitoh | [src/trunk]: src/sys/dev/marvell This driver uses MII(4) and have hook SIOC[G... |
msaitoh | [src/trunk]: src/sys/arch/powerpc/booke/dev SIOCS is 'S'et function and the i... |
msaitoh | [src/trunk]: src/sys SIOCS is 'S'et function and the ioctl argument is ifreq. |
maya | [src/trunk]: src/external/bsd/ntp/dist/ntpd Only warn about being unable to m... |
kamil | [src/trunk]: src Add a complete C11 threads(3) implementation |
isaki | [src/isaki-audio2]: src/sys/arch/arm/imx Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/audio Accept if bufsize returned from round_b... |
isaki | [src/isaki-audio2]: src/sys/arch/macppc/dev Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/bluetooth Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/arch Adapt zaudio family to audio2. |
kamil | [src/trunk]: src Bump the libpthread(3) minor number to 4 |
sevan | [src/trunk]: src/share/misc RFU |
christos | [src/trunk]: src/external/bsd/jemalloc/dist/src Allow os_page sizes greater t... |
kamil | [src/trunk]: src/doc libpthread(3): Import C11 thread support library |
christos | [src/trunk]: src/tests/lib/libc/gen PR/54000: Andreag Gustafsson: Compile the... |
cheusov | [src/trunk]: src/bin/pax Fix compilation failure with gcc-8. |
maxv | [src/trunk]: src/sys/dev/nvmm Provide the hardware error code for NVMM_EXIT_I... |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Match the structure order, for better cache... |
kamil | [src/trunk]: src/lib/libpthread Introduce minor changes to the C11 threading ... |
christos | [src/trunk]: src/sys/conf change -h to -n because it is more "portable" |
04/25/2019 |
kamil | [src/trunk]: src/lib/libpthread Drop error path from C11 call_once |
mlelstv | [src/trunk]: src/sys/dev/ic Expose device type. You can query it with e.g. dr... |
msaitoh | [src/trunk]: src/sys/arch/amd64/conf Add gem(4). |
kre | [src/trunk]: src/bin/sh Better interactive SIGINT handling (when a trap is se... |
pgoyette | [src/trunk]: src Tyop in error message... |
msaitoh | [src/trunk]: src/sys/arch/evbarm/smdk2xx0 KNF. No functional change. |
msaitoh | [src/trunk]: src/sys/arch/next68k/dev - KNF. |
roy | [src/trunk]: src Don't install YP rc.d files with MKYP=no |
maya | [src/trunk]: src/external/mit/xorg/lib/libgbm Link against expat. |
msaitoh | [src/trunk]: src/sys No functional change: |
msaitoh | [src/trunk]: src/sys KNF. No functional change. |
roy | [src/trunk]: src/etc/rc.d Fix build, install wsmoused |
kamil | [src/trunk]: src/tests/lib/libc/sys In ATF t_ptrace_wait* SIGILL tests allow ... |
kamil | [src/trunk]: src/tests/lib/libc/sys Do not allow 0 as ILL si_code as it's res... |
Joerg Sonnenberger | [src/trunk]: src Close old heads |
Joerg Sonnenberger | [src/FREEBSD]: src Close old heads |
Joerg Sonnenberger | [src/netbsd-7]: src Close old heads |
Joerg Sonnenberger | [src/NetBSD]: src Close old heads |
Joerg Sonnenberger | [src/netbsd-8]: src Close old heads |
Joerg Sonnenberger | [src/ipsec-tools-0_8-branch]: src Close old heads |
Joerg Sonnenberger | [src/jdolecek-ncqfixes]: src Close old heads |
Joerg Sonnenberger | [src/mrg-ohci-jmcneill-usbmp]: src Close old heads |
Joerg Sonnenberger | [src/netbsd-8]: src Close old heads |
Joerg Sonnenberger | [src/isaki-audio2]: src Close old heads |
isaki | [src/isaki-audio2]: src/sys/dev/ic Add missing mutex_exit() in interrupt hand... |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/isa Adapt to audio2. |
kamil | [src/trunk]: src/tests/lib/libc/sys Introduce check for the support of FPU ex... |
kamil | [src/trunk]: src/tests/kernel Fix typo |
kamil | [src/trunk]: src/tests/lib Fix typo in 'exceptions' |
04/26/2019 |
mlelstv | [src/trunk]: src/sys/miscfs/procfs Restore mapping of file id to pid/type/fd. |
maya | [src/trunk]: src/tests/lib/libm Expand to cover long double somewhat. |
maya | [src/trunk]: src document cosl with MLINKS and in the man page |
christos | [src/trunk]: src/crypto/external/bsd/openssh/dist attribute police |
blymn | [src/trunk]: src/tests/lib/libcurses/slave Fix argument parsing for mvinsch, ... |
msaitoh | [src/trunk]: src/sys/dev/pci Remove duplicated inclusion of sys/bus.h. |
msaitoh | [src/trunk]: src/sys/dev/pci Fix a bug that read value of MII_EXTSR register ... |
msaitoh | [src/trunk]: src/sys No functional change: |
skrll | [src/trunk]: src/sys/arch/cats/cats The free block after the kernel from arm3... |
skrll | [src/trunk]: src/usr.bin/elf2aout A couple of fixes so that NetBSD/cats build... |
pgoyette | [src/trunk]: src/sys Set the "required modules" to NULL, not to an empty string. |
mrg | [src/trunk]: src/sys/arch implement TSADC driver for rockchip RK3328 and RK33... |
maya | [src/trunk]: src Add a test case for signbit. |
maya | [src/trunk]: src/lib/libc Unify signbitl implementations. |
jmcneill | [src/trunk]: src/sys Remove Designware timer code. This was used by the old R... |
maya | [src/trunk]: src/lib/libm/arch/i387 Remove unused 387 implementations. |
mrg | [src/trunk]: src/sys/arch/arm/rockchip - implement sub-5degC interpolation. |
mrg | [src/trunk]: src/sys/arch/arm/rockchip re-#if 0 some testing code. |
pgoyette | [src/trunk]: src/sys Some more empty-string --> NULL conversions for module d... |
mlelstv | [src/trunk]: src/sys/dev/ic Expose device type. You can query it with e.g. dr... |
roy | [src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.2.1 with the follow... |
roy | [src/trunk]: src/external/bsd/dhcpcd/dist/src Sync |
roy | [src/trunk]: src/doc Note import of dhcpcd-7.2.1 |
christos | [src/trunk]: src/external/bsd/jemalloc/dist/src Undo previous, it is moving u... |
roy | [src/roy]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.2.1 with the followin... |
christos | [src/trunk]: src/lib/libedit Follow the man page for EL_GETTC and not require... |
mlelstv | [src/trunk]: src/sys/kern Clean up pipe structure before recycling it. |
mlelstv | [src/trunk]: src/sys/kern Handle half-closed pipes in FIONWRITE and FIONSPACE. |
skrll | [src/trunk]: src/distrib/hppa/ramdisk Add mount_cd9660 and sysctl |
skrll | [src/trunk]: src/sys/arch/hppa/hppa KNF |
sevan | [src/trunk]: src/sys/dev Add a configuration file for enabling Veriexec in ke... |
christos | [src/trunk]: src/external/mit/xorg/lib/dri Amputate stack protector warnings, ... |
maya | [src/trunk]: src/tests/lib/libc/gen -frounding-math is gcc specific, help cla... |
christos | [src/trunk]: src/external/bsd/top/dist/machine for "countable" lwp names, try... |
christos | [src/trunk]: src/external/mit/xorg/lib/libEGL Fix stack protector build |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by b... |
martin | [src/netbsd-8]: src/sys/arch/hppa/hppa Pull up following revision(s) (request... |
martin | [src/netbsd-8]: src/doc Tickets #1247 - #1250 |
martin | [src/netbsd-8]: src/external/bsd/dhcpcd Sync to head, requested by roy in tic... |
martin | [src/netbsd-7]: src/external/bsd/dhcpcd/dist Apply patch, requested by roy in... |
martin | [src/netbsd-7]: src/doc Ticket #1690 |
maya | [src/trunk]: src/tests/lib/libc/sys Use LDADD, which apparently puts the libr... |
macallan | [src/trunk]: src/sys/arch/sgimips/dev fix misleading error message |
sevan | [src/trunk]: src/sys/arch Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in... |
martin | [src/netbsd-8]: src/sys/arch/cats/cats Pull up following revision(s) (request... |
04/27/2019 |
sevan | [src/trunk]: src/sys/arch/pmax/conf Enable BUFQ_PRIOCSCAN, CARP, Veriexec |
sevan | [src/trunk]: src/sys/arch/pmax/conf typo |
sevan | [src/trunk]: src/sys/arch Use veriexec.config to reduce duplication |
christos | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Back to usin... |
christos | [src/trunk]: src/external/bsd/jemalloc/dist/src Enforce alignment also if the... |
kamil | [src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Backpor... |
sevan | [src/trunk]: src/sys/conf Sort |
sevan | [src/trunk]: src/sys/conf Sort more |
sevan | [src/trunk]: src/sys/arch/macppc/conf Use filesystems.config to reduce duplic... |
mrg | [src/trunk]: src/sys/dev/usb fix uchcom(4) detach, like umodem(4) recently: |
sevan | [src/trunk]: src/sys/dev/usb Rename imask to intr_mask as imask is defined gl... |
sevan | [src/trunk]: src/sys/arch/macppc/conf Use usbdevices.config & bluetooth.confi... |
isaki | [src/isaki-audio2]: src/sys/arch/arm/sunxi Adapt to audio2. |
pgoyette | [src/trunk]: src/sys A few more empty-string --> NULL in required-modules lists |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Optimize nvmm-intel, use inlined GCC assemb... |
pgoyette | [src/trunk]: src/sys/netcan Oooppss - deleted too many chars. Put them back. |
pgoyette | [src/trunk]: src/sys/netcan Semicolon not needed |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 If guest events were being processed when a... |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev Add audio_indexof_format(). It finds index m... |
isaki | [src/isaki-audio2]: src/sys Adapt to audio2. |
maxv | [src/trunk]: src/sys/arch/x86/x86 Add support for EnhancedIBRS, a more perfor... |
wiz | [src/trunk]: src/lib/libpthread Fix some typos, improve wording. |
sevan | [src/trunk]: src/sys/arch/ews4800mips/conf Skip CARP & Veriexec support in RA... |
sevan | [src/trunk]: src/sys/arch/sgimips/conf Skip CARP & Veriexec support to reduce... |
isaki | [src/isaki-audio2]: src/sys/dev/hdaudio More adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci More adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
christos | [src/trunk]: src/external/bsd/top/dist/machine simplify and explain |
skrll | [src/trunk]: src/usr.bin/elf2aout Fix build on ppc64 |
maxv | [src/trunk]: src Reorder the NVMM headers, to make a clear(er) distinction be... |
maxv | [src/trunk]: src/sys/dev/nvmm Mmh, fix nvmm_vcpu_create(), the cpuid is given... |
christos | [src/trunk]: src/common/lib/libutil Fix an off-by-one in the F modifier that ... |
christos | [src/trunk]: src/lib/libutil Document the '*' field and give a more complex e... |
christos | [src/trunk]: src/sys/sys Add more cases for the small alignments (useful beca... |
christos | [src/trunk]: src/lib/libutil remove dup line |
christos | [src/trunk]: src/sys/sys provide 1, 2, 4, 8M entries since this are popular for ... |
wiz | [src/trunk]: src/lib/libutil Remove trailing whitespace. |
04/28/2019 |
pgoyette | [src/trunk]: src/lib/libc/sys s/three/multiple/ |
kamil | [src/trunk]: src Add a C99 symbol to libm: nexttowardl |
christos | [src/trunk]: src/external/mpl/bind/dist --- 9.14.1 released --- |
christos | [src/trunk]: src/external/mpl/bind merge conflicts, bump versions, sync includes |
christos | [src/trunk]: src/distrib/sets/lists bump bind |
christos | [src/trunk]: src/doc new bind |
christos | [src/ISC]: src/external/mpl/bind/dist --- 9.14.1 released --- |
isaki | [src/isaki-audio2]: src/sys/arch/sgimips/hpc Correct debug message in previou... |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Don't release sc_lock on eso_halt_{input, ... |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
wiz | [src/trunk]: src/lib/libm/man Remove undefined \*H |
gutteridge | [src/trunk]: src/external/gpl2/xcvs/dist/doc cvs.1 & cvs.texinfo: add a missi... |
martin | [src/netbsd-8]: src/sys/arch/cats/cats Redo previous, this time actually usin... |
martin | [src/netbsd-8]: src/doc Annotate ticket #1249 |
maxv | [src/trunk]: src Modify the communication layer between the kernel NVMM drive... |
christos | [src/trunk]: src/crypto/external/bsd/openssh/dist one more noreturn |
jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Add pcihost at fdt, qemufwcfg at fdt, n... |
alnsn | [src/trunk]: src/sys/kern Document that veriexec_file_add() also expects keep... |
04/29/2019 |
christos | [src/intel]: src/sys/external/bsd/acpica/dist -------------------------------... |
christos | [src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------... |
christos | [src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts |
christos | [src/trunk]: src/doc new acpica |
dogcow | [src/trunk]: src/usr.sbin/acpitools/acpidump acpica 20190405 changed some int... |
pgoyette | [src/trunk]: src/sys For the rtsock compat code, make sure we create the "oro... |
kre | [src/trunk]: src snprintb(3) says that, in the new(?) Torek format, all field... |
pgoyette | [src/trunk]: src/sys/compat/common Move the set-up of the net.oroute... sysct... |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
isaki | [src/isaki-audio2]: src/sys/dev/pci Adapt to audio2. |
roy | [src/trunk]: src/sys rtsock: Route address message simplification |
christos | [src/trunk]: src/sys/arch/arm/acpi Catch up with constant name change. |
roy | [src/trunk]: src/sys Move lla_snprintf from if_arp.c to dl_print.c |
roy | [src/trunk]: src/sys Introduce rt_addrmsg_src which adds RTA_AUTHOR to the me... |
scole | [src/trunk]: src/sys/arch/ia64 Rename ACPI_NAME_SIZE -> ACPI_NAMESEG_SIZE wit... |
maxv | [src/trunk]: src/lib/libnvmm Remove useless calls to nvmm_init(). |
maxv | [src/trunk]: src Stop taking care of the INT/NMI windows in the kernel, the e... |
maxv | [src/trunk]: src/lib/libnvmm sync with reality |
christos | [src/trunk]: src/sys/net match definition of hexdigits[] to the declaration i... |
kamil | [src/trunk]: src/lib/libpthread Avoid incompatible function pointer casts in ... |
04/30/2019 |
uwe | [src/trunk]: src/sys/sys Format MAP_FMT so that it's more humanly readable. |
isaki | [src/isaki-audio2]: src/sys/dev/pci More adapt to audio2. |
uwe | [src/trunk]: src/sys/sys Format MAP_FMT so that it's more humanly readable - ... |
mrg | [src/trunk]: src/sys/arch/arm/sunxi turn on the "sun50i-a64-unstable-timer" w... |
sevan | [src/trunk]: src/doc CARP, Veriexec, bufq_priocscan(9) |
kamil | [src/trunk]: src/sys/kern Return EIO for empty memory transfer from ptrace(2) |
kre | [src/trunk]: src/sys/net Whitespace consistency. NFC. |
kre | [src/trunk]: src/sys/net Add the missing add. (Return to the earlier stat... |