From | Subject |
12/01/2018 |
kre | [src/trunk]: src/bin/sh It is not only the EXIT trap we need to check for whe... |
jmcneill | [src/trunk]: src/doc ena(4): Add support for Amazon.com Elastic Network Adapt... |
msaitoh | [src/trunk]: src/sys/dev/wscons Don't abuse config_interrupts()'s first argum... |
kre | [src/trunk]: src/bin/sh NFC. KNF. return (x) -> return x |
kre | [src/trunk]: src/bin/sh NFC. Need a grain of const |
msaitoh | [src/trunk]: src/sys/dev/pci Save control registers in PCI-X, PCIe, MSI and M... |
msaitoh | [src/trunk]: src/sys Add new dv_flags value DVF_ATTACH_INPROGRESS. Currenty, ... |
msaitoh | [src/trunk]: src/sys Use DVF_ATTACH_INPROGRESS. |
msaitoh | [src/trunk]: src/sys/kern Fix compile error. |
kamil | [src/trunk]: src Correct the documentation of cdbr_open_mem(3) |
kre | [src/trunk]: src/bin/sh Rename the internal function "makename" to "makeword"... |
jdolecek | [src/trunk]: src/sys/dev/ic disestablish the interrupt on failure in nvme_q_c... |
jdolecek | [src/trunk]: src now that Jared fixed ena(4) to work, add manpage for it; ada... |
skrll | [src/trunk]: src/libexec/ld.elf_so Fix typos |
jdolecek | [src/trunk]: src/sys/dev/pci fix pasto (MSI -> MSIX) |
jdolecek | [src/trunk]: src/sys/dev/pci allow MSI-X even with just one interrupt, on som... |
jdolecek | [src/trunk]: src/sys/dev/pci simplify the interrupt allocation - it's not nec... |
maxv | [src/trunk]: src/sys/kern Fix kernel info leak, 4 bytes of padding in struct ... |
jdolecek | [src/trunk]: src/sys/dev/ic support DIOCSCACHE + DKCACHE_WRITE if volatile wr... |
jdolecek | [src/trunk]: src/sys/dev/ic rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CT... |
jdolecek | [src/trunk]: src/sbin/nvmectl since NVMe 1.2 (which defined the ONCS bit), th... |
skrll | [src/trunk]: src/sys/arch/arm/pci Fix MSIX allocation in pci_intr_alloc |
12/02/2018 |
christos | [xsrc/trunk]: xsrc/external/mit/libdrm/dist/include/drm protect from redefini... |
christos | [src/trunk]: src/sys/sys protect linux sized types from redefinition |
cherry | [src/trunk]: src/sys/arch make |
isaki | [src/trunk]: src/share/man/man9 Sync prototypes with reality. These have bee... |
wiz | [src/trunk]: src/share/man/man4 New sentence, new line. Add .An -nosplit. Mov... |
isaki | [src/trunk]: src/share/man/man9 Correct function name. |
kre | [src/trunk]: src/bin/sh Fix the worst of the bugs in alias processing. This... |
msaitoh | [src/trunk]: src/usr.sbin/acpitools/acpidump Decode IO Remapping Table. |
jdolecek | [src/trunk]: src/sys/dev/pci use pci_intr_establish_xname() |
jmcneill | [src/trunk]: src/distrib/utils/embedded/conf Fix variable escaping in dev_exi... |
scole | [src/trunk]: src/sys/arch/ia64/include fix SP offset |
christos | [src/trunk]: src/lib/libedit Add a couple more readline compat functions. |
bouyer | [src/trunk]: src/sys/dev/pci Don't destroy the dma maps if we're not disablin... |
jdolecek | [src/trunk]: src/sys/dev/pci use pci_intr_establish_xname() |
12/03/2018 |
alnsn | [src/trunk]: src/sys/arch/aarch64/include Switch to __builtin___clear_cache()... |
maxv | [src/trunk]: src Introduce KLEAK, a new feature that can detect kernel inform... |
christos | [src/trunk]: src/sys/kern Expose addresses depending on the KASLR setting (fr... |
christos | [src/trunk]: src/sys/arch/i386/conf KASLR is in files.kern |
christos | [src/trunk]: src/sys/arch/amd64/conf KASLR is in files.kern now. |
kre | [src/trunk]: src/bin/sh When forking a child shell, arrange for errors/exit t... |
msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Some counters are not per queue but per tr... |
cherry | [src/trunk]: src/sys/dev/acpi Define macro before using it. This macro is use... |
kre | [src/trunk]: src/bin/sh Revamp aliases - as dumb an idea as they are, if we'r... |
kre | [src/trunk]: src/bin/sh Yet another foray into the mysterious world of $@ -- ... |
kre | [src/trunk]: src/bin/sh Fix "export -x" (and its consequences) to behave as o... |
kre | [src/trunk]: src/bin/sh Cleanup traps a bit - attempt to handle weird uses in... |
martin | [src/trunk]: src/bin/sh Make pendingsigs forward declaration match the defini... |
bouyer | [src/trunk]: src/sys/dev/pci Add 2 Symbios products, from OpenBSD |
sevan | [src/trunk]: src/usr.bin/pkill Note these tools use kvm(3) and not procfs as ... |
bouyer | [src/trunk]: src/sys/dev/pci Regen for new Symbios devices |
christos | [src/trunk]: src/share/mk Head is binutils 2.31 |
cherry | [src/trunk]: src/sys/arch/x86/x86 Do not assume that all uses of efi are pci ... |
cherry | [src/trunk]: src/sys/arch/x86/isa Allow isa_machdep.c to compile in the case ... |
jdolecek | [src/trunk]: src/sys/dev/ic fix typo in comment, NFC |
12/04/2018 |
bouyer | [src/trunk]: src/share/man/man4 Update for the new mpii(4) driver, mostly fro... |
bouyer | [src/trunk]: src/sys/dev/pci Update the mpii(4) driver to the latest OpenBSD ... |
bouyer | [src/trunk]: src/sys/dev/pci Also tell the scsi layer that we are MPSAFE |
maya | [src/trunk]: src/sys/kern soo_fcntl is identical to fnullop_fcntl, use the la... |
mrg | [src/trunk]: src/libexec/httpd avoid sign extension in % handling (and printi... |
rin | [src/trunk]: src/sys/dev/usb Remove duplicate ; 's. No binary changes intended. |
mrg | [src/trunk]: src/libexec/httpd use html tables for directory index. |
wiz | [src/trunk]: src/usr.bin/pkill Sort SEE ALSO. |
wiz | [src/trunk]: src/share/man/man4 Remove trailing whitespace |
blymn | [src/trunk]: src/tests/lib/libcurses/check_files Fix failing background test ... |
mlelstv | [src/trunk]: src/sys/dev rasops reused wscons attribute bits for internal con... |
kre | [src/trunk]: src/tests/bin/sh/dotcmd Supply a missing \ ... this missing has ... |
blymn | [src/trunk]: src/sys/dev/pckbport * Increase the default scaling of the two f... |
martin | [src/netbsd-8]: src/sys/dev/mii Pull up following revision(s) (requested by m... |
martin | [src/netbsd-8]: src/sys/dev/mii Regen for ticket #1116 |
martin | [src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by msait... |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m... |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m... |
martin | [src/netbsd-8]: src Pull up following revision(s) (requested by msaitoh in ti... |
martin | [src/netbsd-8]: src/sys/dev/pci Regen for #1119 |
martin | [src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by mlels... |
martin | [src/netbsd-8]: src/usr.sbin/acpitools/acpidump Pull up the following, reques... |
martin | [src/netbsd-8]: src/sys/dev/pci Regen for ticket #1123 |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by b... |
martin | [src/netbsd-8]: src/doc Tickets #1114, #1116-#1123 |
roy | [src/trunk]: src/sys/netinet6 inet6: remove unused dad ns/na counters |
kre | [src/trunk]: src/bin/sh Alter a design botch when magic (self modifying) vari... |
plunky | [src/trunk]: src/usr.sbin/postinstall rc.d/isdnd is obsolete |
kamil | [src/trunk]: src/doc Update TODO.sanitizers |
cherry | [src/trunk]: src/sys/arch/x86/x86 Stop panic()ing on a UP system. |
cherry | [src/trunk]: src/sys/arch/x86/x86 Hypothetically speaking, if one were to wan... |
jdolecek | [src/trunk]: src/sys/dev/pci disable MSI-X for time being since it's not work... |
martin | [src/netbsd-7]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque... |
martin | [src/netbsd-7]: src/doc Ticket #1662 |
martin | [src/netbsd-7-1]: src/sys/arch/amd64/amd64 Pull up following revision(s) (req... |
martin | [src/netbsd-7-1]: src/doc Ticket #1662 |
martin | [src/netbsd-7-0]: src/sys/arch/amd64/amd64 Pull up following revision(s) (req... |
martin | [src/netbsd-7-0]: src/doc Ticket #1662 |
roy | [src/trunk]: src/sys/netinet6 inet6: simplify NA DaD checking |
bouyer | [src/trunk]: src/sys/dev/pci NULL-terminate mpii_devices[], this is the end c... |
roy | [src/trunk]: src/sys/netinet6 inet6: use one function for nd6_dad_input |
roy | [src/trunk]: src/sys/netinet6 inet6: remove needless ifa_release. |
12/05/2018 |
kamil | [src/trunk]: src/sys/sys Stop mangling __func__ for C++11 and newer |
kre | [src/trunk]: src/tests/bin/sh Oops, this is 2018, not 2017 ... cut&paste (af... |
kre | [src/trunk]: src Add a new test program to test the "intermediate" shell buil... |
kre | [src/trunk]: src/bin/sh NFC (except that it should, I am guessing, fix compil... |
mlelstv | [src/trunk]: src/sys/dev/rasops It's WSATTR_UNDERLINE, not WS_UNDERLINE. |
mrg | [src/trunk]: src/doc note atactl auto vendor (micron) support. |
mrg | [src/trunk]: src/sbin/atactl "smart status" already obtains the ata parameter... |
kre | [src/trunk]: src/bin/sh Use printf, rather than echo (via echo redefined as a... |
mlelstv | [src/trunk]: src/sys/arch/amiga/amiga build fix for M68020, M68030. gcc compla... |
sevan | [src/trunk]: src/usr.bin/vmstat Suggest kernhist(9) which is required for vms... |
bouyer | [src/trunk]: src/sys/dev/pci There's no sensors for physical disks so don't t... |
sevan | [src/trunk]: src/share/misc Add some performance related acronyms from Brenda... |
wiz | [src/trunk]: src/sbin/atactl Remove trailing whitespace. |
christos | [src/trunk]: src As discussed in tech-kern: |
christos | [src/trunk]: src/sys/rump/librump/rumpkern no more need for get_expose_addres... |
12/06/2018 |
jmcneill | [src/trunk]: src/sys/arch Split armv7/armv8 tprof backend config logic from t... |
kre | [src/trunk]: src/bin/sh evert previous, linux build problem confirmed fixed by |
wiz | [src/trunk]: src/share/man/man7 Remove trailing whitespace. Remove comma for ... |
jmcneill | [src/trunk]: src/sys/arch/aarch64/conf Add needs-flag to tprof_armv8.c |
jmcneill | [src/trunk]: src/sys/arch/arm/acpi Add CPU performance counter support |
sevan | [src/trunk]: src/usr.bin/vmstat Document vmstat -w -1 is accepted. |
uwe | [src/trunk]: src/sys/dev/wscons #ifdef _KERNEL_OPT |
kamil | [src/trunk]: src/lib/libc/stdlib Correct handling of minval > maxval in strto... |
hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs We have component... |
hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Add missing ZFS_O... |
msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Apply FreeBSD ix-3.3.6.tar.gz's change to ... |
christos | [src/trunk]: src/sys/kern Typo fix (Geoff Wing) |
ginsbach | [src/trunk]: src/share/misc Add BUAG, DCIM (2x), and SDP |
maxv | [src/trunk]: src/sys/arch/x86/include Fix inconsistency, these are indexes an... |
maxv | [src/trunk]: src/sys/arch/x86/x86 Simplify, use _pi instead of modulos, no re... |
sevan | [src/trunk]: src/usr.bin/w Add a statement about uptime's relation to w(1). |
tih | [src/trunk]: src/lib/libc/arch/aarch64/softfloat Summary: Align softfloat flo... |
skrll | [src/trunk]: src/sys/arch/aarch64/include Expose CACHE_LINE_SIZE (and COHEREN... |
sevan | [src/trunk]: src/usr.bin/w Document the source of load average figures. |
12/07/2018 |
knakahara | [src/trunk]: src/sys/net ipsecif(4) support input drop packet counter. |
msaitoh | [src/trunk]: src/sys/dev/pci xHCI uses BAR0 to map memory space. If a chip ha... |
msaitoh | [src/trunk]: src/sys/dev/pci No functional change. OK'd by nonaka: |
ozaki-r | [src/trunk]: src/tests/net/if_vlan tests: reduce repeated phrases... (NFC) |
knakahara | [src/trunk]: src/sys/netipsec ipsecif(4) should not increment drop counter by... |
ozaki-r | [src/trunk]: src/tests/net/if_vlan tests: check error messages strictly |
msaitoh | [src/trunk]: src/sys/dev/pci - defflag PPB_USEINTR |
martin | [src/netbsd-8]: src/usr.bin/vmstat Pull up following revision(s) (requested b... |
martin | [src/netbsd-8]: src/bin/sh Pull up following revision(s) (requested by kre in... |
martin | [src/netbsd-8]: src/bin/sh Pull up following revision(s) (requested by kre in... |
martin | [src/netbsd-8]: src/bin/sh Pull up following revision(s) (requested by kre in... |
martin | [src/netbsd-8]: src/doc Tickets #1124 - #1128 |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m... |
roy | [src/trunk]: src/sys/netinet6 inet6: match NS nonce to any interface |
mlelstv | [src/trunk]: src/sys/dev/iscsi interlock isn't taken when cleaning up. |
maxv | [src/trunk]: src/sys/arch/x86 Add an option to have a static kernel memory la... |
sevan | [src/trunk]: src/share/misc Add some ZFS related acronyms. |
jakllsch | [src/trunk]: src/sys/arch/arm/cortex fix a paste-o in a panic message |
kamil | [src/trunk]: src/doc Add new entry in TODO.sanitizers for NetBSD tar(1) enhan... |
sevan | [src/trunk]: src/share/misc Continuing with ZFS |
martin | [src/netbsd-8]: src/doc Ticket #1129 |
martin | [src/netbsd-8]: src Pull up following revision(s) (requested by bouyer in tic... |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 modifying curlwp->l_md_ktf, curlwp-... |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 add simple stack overflow checker f... |
jakllsch | [src/trunk]: src/sys/sys reindent "standard speeds" in preparation for 7-digi... |
jakllsch | [src/trunk]: src/sys/sys Add speeds B500000 to B4000000 in increments of 500000. |
martin | [src/netbsd-8]: src/sys/arch Fixup pullups from ticket #1129: |
martin | [src/netbsd-8]: src/doc Annotate ticket #1129 for furhter fixes |
12/08/2018 |
jdolecek | [src/trunk]: src/doc save some notes from my two years old hacking on ext3/ex... |
jdolecek | [src/trunk]: src/sys/dev/ic add optional hook for intr establish when active ... |
sevan | [src/trunk]: src/external/cddl/osnet/usr.bin/ztest Add a draft manual for zte... |
sevan | [src/trunk]: src Include ztest(1) in builds. |
mlelstv | [src/trunk]: src/sys/arch/evbarm/rpi Add machdep.cpu.frequency.available node... |
martin | [src/netbsd-8]: src/sys/compat/linux/common Apply patch, requested by tsutsui... |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by b... |
martin | [src/netbsd-8]: src Pull up following revision(s) (requested by bouyer in tic... |
martin | [src/netbsd-8]: src/doc Tickets #1130 - #1132 |
wiz | [src/trunk]: src/external/cddl/osnet/usr.bin/ztest Improve man page. |
bouyer | [src/trunk]: src/sys/dev/pci Don't try to handle interrupts for a detached de... |
sevan | [src/trunk]: src/external/cddl/osnet/usr.bin/ztest Spelling |
msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Don't call callout_halt() if it's not init... |
jmcneill | [src/trunk]: src/sys/dev/acpi acpimcfg_configure_bus_cb can support 16-bit ad... |
jdolecek | [src/trunk]: src/sys/dev/pci support multi-vector MSI-X |
jmcneill | [src/trunk]: src/sys/arch/arm Add support for decoding PCI ID mappings using ... |
christos | [src/trunk]: src/crypto/external/bsd/openssl Put back devcrypto (what was cal... |
thorpej | [src/trunk]: src/sys Clean up initialization of com_regs structure, in prepar... |
thorpej | [src/trunk]: src/sys Remove the COM_REGMAP option -- just use it all the time... |
12/09/2018 |
christos | [src/OPENSSL]: src/crypto/external/bsd/openssl/dist Changes between 1.1.1 and... |
christos | [src/trunk]: src/crypto/external/bsd/openssl Merge conflicts |
christos | [src/trunk]: src/crypto/external/bsd/openssl/dist Changes between 1.1.1 and 1... |
christos | [src/trunk]: src/doc new OpenSSL |
christos | [src/trunk]: src/crypto/external/bsd/openssl/lib/engines Add engines infrastr... |
mrg | [src/trunk]: src/sys/arch/xen/conf remove XXXKALSR that became MI. |
jdolecek | [src/trunk]: src/sys/dev/pci use pci_intr_establish_xname() |
jdolecek | [src/trunk]: src/sys/dev/pci put back the intr establish to ath_pci_resume() ... |
jdolecek | [src/trunk]: src/sys/dev/acpi make compile on 64-bit archs after acpi_mem ar_... |
jdolecek | [src/trunk]: src/sys/dev/pci/bktr use pci_intr_establish_xname() |
jdolecek | [src/trunk]: src/sys/dev/pci/cxgb use pci_intr_establish_xname() |
jdolecek | [src/trunk]: src/sys/dev/pci use pci_intr_establish_xname() everywhere |
jdolecek | [src/trunk]: src/sys/arch/amd64/conf remove 'NOT WORKING' for ena(4) - while ... |
alnsn | [src/trunk]: src Install aarch64/sljit_machdep.h. |
thorpej | [src/trunk]: src/sys/dev/ic sparc64 doesn't have a scalar bus_space_handle_t, ... |
christos | [src/trunk]: src/bin/sh comment out unused. |
christos | [src/trunk]: src/sbin/newfs_udf Address of packed member might not be aligned. |
christos | [src/trunk]: src/external/cddl/osnet/dist/cmd/zdb fix printf warnings. |
christos | [src/trunk]: src/external/apache2/mDNSResponder Don't hard-code the path |
jdolecek | [src/trunk]: src/sys/dev/pci convert to pci_intr_alloc() to possibly allow MS... |
jdolecek | [src/trunk]: src/sys/dev try to detach on shutdown; for now the only practica... |
christos | [src/trunk]: src/lib/libc/stdlib fix grammar. |
jdolecek | [src/trunk]: src/sys/miscfs/genfs support flag PGO_JOURNALLOCKED also for gen... |
jdolecek | [src/trunk]: src/sys/uvm update comment - PGO_JOURNALLOCKED now supported for... |
jdolecek | [src/trunk]: src/sys/uvm for direct map case, avoid PGO_NOBLOCKALLOC when wri... |
christos | [src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64 add n... |
12/10/2018 |
mlelstv | [src/trunk]: src/sys/kern Handle the case when a CPU is assigned to a set it ... |
maya | [src/trunk]: src/doc New wpa_supplicant out. |
jakllsch | [src/trunk]: src/sys/dev/usb Note the instance of the driver in register acce... |
jakllsch | [src/trunk]: src/sys/dev/usb Don't accumulate RX data into packets on CH341. |
thorpej | [src/trunk]: src/sys/dev/i2c Make i2c_acquire_bus() / i2c_release_bus() real ... |
jakllsch | [src/trunk]: src/sys/dev/usb Remove incorrect printout of CH340/CH341 part. |
sevan | [src/trunk]: src/external/cddl/osnet/usr.bin/ztest Describe how unaccounted c... |
jdolecek | [src/trunk]: src/sys/dev/pci call pci_intr_release() when pci_intr_establish_... |
maxv | [src/trunk]: src/sys/kern Improve error handling, doesn't matter a lot, but s... |
bouyer | [src/netbsd-8]: src/doc Corrent CHANGES entry for 1129 (it's mfii(4) not mpii... |
jakllsch | [src/trunk]: src/sys/dev/usb adjust for new QinHeng USB ID constants |
jakllsch | [src/trunk]: src/sys/dev/usb rework QinHeng Electronics / WinChipHead IDs |
jakllsch | [src/trunk]: src/sys/dev/usb do not abuse aprint_error for runtime error mess... |
jakllsch | [src/trunk]: src/sys/dev/usb regen |
maxv | [src/trunk]: src/sys/arch Remove unused mbuf.h includes. |
christos | [src/trunk]: src/sys/netinet6 need <sys/endian.h> (or arpa/inet.h) for ntohl(... |
maxv | [src/trunk]: src/sys Remove unused mbuf.h includes. |
hannken | [src/trunk]: src/sys/dev Operation handle_with_strategy() also needs the |
martin | [src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by hannk... |
martin | [src/netbsd-8]: src/doc Ticket #1133 |
martin | [src/netbsd-7]: src/bin/sh Pull up following revision(s) (requested by kre in... |
martin | [src/netbsd-7]: src/doc Ticket #1663 |
jdolecek | [src/trunk]: src/share/man/man9 clarify how rw_{write,read,lock}_held() work; ... |
jdolecek | [src/trunk]: src/sys/ufs put back UFS_WAPBL_JUNLOCK_ASSERT(), the underlying ... |
jdolecek | [src/trunk]: src/sys/miscfs/genfs assert that WAPBL journal write lock is act... |
jdolecek | [src/trunk]: src/sys constify wapbl_ops |
jdolecek | [src/trunk]: src/share/man/man9 upon further reflection, rw_write_held() actu... |
jdolecek | [src/trunk]: src/sys add wo_wapbl_jlock_assert to wapbl_ops |
jdolecek | [src/trunk]: src/sys/ufs make UFS_WAPBL_JLOCK_ASSERT() #ifdef DIAGNOSTIC, sam... |
12/11/2018 |
jakllsch | [src/trunk]: src/sys/dev/usb Remove UCHCOM_REG_BPS_MOD and UCHCOM_REG_BPS_PAD... |
sevan | [src/trunk]: src/lib/libkvm Clarify the difference to getloadavg(3). |
ozaki-r | [src/trunk]: src/tests/net/if_vlan tests: add missing $af |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 fix build failure without options M... |
thorpej | [src/trunk]: src/sys Add a convenience function, com_init_regs_stride(), that... |
rin | [src/trunk]: src/sys/dev/usb Support checksum offloading for mue(4) by Robert... |
rin | [src/trunk]: src/sys/dev/usb Stop assigning random MAC address when it cannot... |
maya | [src/trunk]: src/sys/arch disable nouveau. it hasn't been functional since th... |
kre | [src/trunk]: src/bin/sh PR standards/42829 |
rin | [src/trunk]: src/sys/dev/usb Determine the frame size as a function of MTU. |
maya | [src/trunk]: src/sys/arch comment out nouveau related lines in INSTALL kernel... |
christos | [src/trunk]: src/sys/netinet PR/53775: Havard Eidnes: bind(2) may inaccuratel... |
jakllsch | [src/trunk]: src/sys/dev/usb restore error reporting in ucomparam() lost in 1... |
martin | [src/trunk]: src/sys/dev/usb Avoid signed/unsigned comparision (if_mtu is uin... |
maya | [src/trunk]: src/sys/arch revert previous, nouveau apparently works for some ... |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 need to save/restore also x1. x1 is... |
alnsn | [src/trunk]: src/sys/arch/arm/include Don't exclude code from rump kernel build. |
martin | [src/trunk]: src/sys/dev/marvell Remove stray ; to fix the build |
12/12/2018 |
sevan | [src/trunk]: src/lib/libkvm Reword post mortem description. It tries to get t... |
jdolecek | [src/trunk]: src/sys/dev/ata in atabus_detach(), shutdown the channel thread ... |
alnsn | [src/trunk]: src/sys/rump Add missing RCSIDs. |
rin | [src/trunk]: src/sys PR kern/53562 |
rin | [src/trunk]: src/sys PR kern/53562 |
rin | [src/trunk]: src/sys/rump/net/lib/libshmif Add TX/RX offload capabilities to ... |
rin | [src/trunk]: src/sys Simplify logic in ip{,6}_output(). |
rin | [src/trunk]: src/share/man/man4 Document capability of TX/RX offload and envi... |
msaitoh | [src/trunk]: src/external/bsd/file/lib Use DPSRCS for magic.h. OK'd by Christos. |
maxv | [src/trunk]: src/sys/arch Remove references to "lmc" in the kernel configurat... |
maxv | [src/trunk]: src/doc Drop LMC-related entry from TODO.smpnet, and note remova... |
maxv | [src/trunk]: src/doc note kleak |
kre | [src/trunk]: src/tests/bin/sh Add more subtests to the export and readonly bu... |
wiz | [src/trunk]: src/share/man/man4 Fix reference to en(4) and remove reference t... |
maxv | [src/trunk]: src/share/man/man8 regen |
maxv | [src/trunk]: src Add a NVMM(4) man page. |
maxv | [src/trunk]: src/share/man/man4 Say that on x86 you also have to modload tpro... |
wiz | [src/trunk]: src/share/man/man4 Sort sections. Remove superfluous El. Insert Xr. |
msaitoh | [src/trunk]: src/sys/dev Add some code for suspend/resume: |
kre | [src/trunk]: src/bin/sh Fix a botch made in 1.70 (a bit over a week ago) where |
maxv | [src/trunk]: src Retire the LMC driver, and its associated lmcconfig tool. LM... |
maxv | [src/trunk]: src/lib/libnvmm Change the "FILES" section, in the end I don't w... |
skrll | [src/trunk]: src/sys/arch/arm/nvidia Trailing whitespace |
martin | [src/trunk]: src/rescue Retire lmcconfig here too. |
maxv | [src/trunk]: src/lib/libnvmm Change the map/unmap functions, again. |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 - need to save/restore interrupt ma... |
wiz | [src/trunk]: src/lib/libnvmm Remove superfluous dot. |
kre | [src/trunk]: src/tests/bin/sh Add a new test case for NetBSD specific readonl... |
kre | [src/trunk]: src/bin/sh The time has come, the Walrus said... (but no shoes, |
kre | [src/trunk]: src/bin/sh Implement: |
kre | [src/trunk]: src/bin/sh Fix Oo Op Oc syntax error (which seemed to work OK to... |
kre | [src/trunk]: src/bin/sh More fixes for the SYNPOSIS of the readonly built-in. |
martin | [src/netbsd-8]: src/doc Ticket #1134 |
kre | [src/trunk]: src/doc Note that sh(1) has changed since NetBSD 8. Correct fo... |
martin | [src/netbsd-8]: src/sys/kern Pull up following revision(s) (requested by maxv... |
martin | [src/netbsd-7]: src/sys/kern Pull up following revision(s) (requested by maxv... |
martin | [src/netbsd-7]: src/doc Ticket #1664 |
martin | [src/netbsd-7-1]: src/sys/kern Pull up following revision(s) (requested by ma... |
martin | [src/netbsd-7-1]: src/doc Ticket #1664 |
martin | [src/netbsd-7-0]: src/sys/kern Pull up following revision(s) (requested by ma... |
martin | [src/netbsd-7-0]: src/doc Ticket #1664 |
ryo | [src/trunk]: src/sys/arch/aarch64/aarch64 need space |
maya | [src/trunk]: src/usr.bin/telnet switch sprintf to snprintf in places. |
kre | [src/trunk]: src/bin Reverse a decision made when the printsignals() routines... |
12/13/2018 |
dholland | [src/trunk]: src/share/misc +DYAC |
jakllsch | [src/trunk]: src/sys/dev/usb omit irrelevant #includes |
jakllsch | [src/trunk]: src/sys/dev/usb remove unneeded variables in uchcom_softc |
is | [src/trunk]: src/sys/arch/x86/pci Added support for AMD family 16h cpu sensor... |
is | [src/trunk]: src/doc amdtemp +16h |
jakllsch | [src/trunk]: src/sys/dev/usb Fix uchcom(4) line parameter settings. |
sevan | [src/trunk]: src/usr.bin/vmstat Describe what happens when you run vmstat wit... |
jakllsch | [src/trunk]: src/sys/dev/usb Calculate uchcom(4) dividers differently; usuall... |
sevan | [src/trunk]: src/usr.bin/vmstat typo |
dholland | [src/trunk]: src/usr.sbin/mtree Fix naming inconsistency; PR 53769 from silas. |
maya | [src/trunk]: src/libexec/telnetd Remove unused macros. |
dholland | [src/trunk]: src/lib/libc/net Return EAI_NODATA, not EAI_NONAME, for nonexist... |
dholland | [src/trunk]: src/lib/libc/net Adjust English usage in message for EAI_NONAME. |
maya | [src/trunk]: src/usr.bin/telnet unifdef TN3270 which is never defined (and wo... |
maya | [src/trunk]: src/usr.bin/telnet static-ify. |
maya | [src/trunk]: src/usr.bin/telnet ExitString is used for error exit, do the min... |
msaitoh | [src/trunk]: src/sys/dev/mii Fix a wrong access to I217_PROXY_CTRL which was ... |
maya | [src/trunk]: src/usr.bin/telnet Remove unused code. |
wiz | [src/trunk]: src/usr.sbin/mtree Use \(en. |
maya | [src/trunk]: src/lib Remove unused macro. |
maya | [src/trunk]: src/lib/libc/resolv Remove unused macro |
maya | [src/trunk]: src/usr.bin/telnet Remove unused code. |
maya | [src/trunk]: src/lib/libtelnet Remove unused code |
maya | [src/trunk]: src/usr.bin/telnet Expand SIG_FUNC_RET -from openbsd. |
hannken | [src/trunk]: src/external/cddl/osnet/sys/kern Don't allow module to init befo... |
hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Operation zfs_ran... |
hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Drop v_interlock ... |
roy | [src/trunk]: src/sys/netinet6 inet6: discard any received NA with a LL addres... |
pgoyette | [src/trunk]: src/doc Add a note about the (lack of) correspondence between a ... |
ryo | [src/trunk]: src/sys/arch/aarch64 add support PT_STEP |
martin | [src/trunk]: src/usr.sbin/sysinst Avoid undefined behaviour, pointed out by maxv |
rin | [src/trunk]: src/sys/net Fix (bridge && !inet6) build. |
sborrill | [src/trunk]: src/libexec/identd IPFilter 5 requires you to specify IPv4 or IPv6 |
cherry | [src/trunk]: src/sys/arch/x86/include Allow x86 builds to have the opportunit... |
fox | [src/trunk]: src/sys/dev/usb Add Logitech Gamepad F310 and Logitech Dual Acti... |
maxv | [src/trunk]: src/sys/dev/nvmm/x86 Don't forget to advance the RIP after an XS... |
fox | [src/trunk]: src/sys/dev/usb regen |
jakllsch | [src/trunk]: src/sys/dev/ieee1394 Fix fwdma_free() for when bus_dmamap_unload... |
rin | [src/trunk]: src/sys/net Panic rather than silently dropping packets when TX ... |
rin | [src/trunk]: src/sys/net Also take care of non-DIAGNOSTIC case. |
12/14/2018 |
uwe | [src/trunk]: src/lib/libc/stdio Fix typo in the function comment. |
uwe | [src/trunk]: src/lib/libc/stdio Don't leave a subordinate clause out in the c... |
maya | [src/trunk]: src/usr.bin/telnet G/C In3270 - always false |
maya | [src/trunk]: src/usr.bin/telnet Inline the only use of NetNonblockingIO. |
maya | [src/trunk]: src/usr.bin/telnet Remove some effectively if 0'd code. |
msaitoh | [src/trunk]: src/sys/dev/pci Print CLSEM workaround bit correctly. |
maya | [src/trunk]: src/usr.bin/telnet Remove unneeded casts |
nakayama | [src/trunk]: src/sys/arch/sparc64/conf Remove comment about removed lmc*. |
msaitoh | [src/trunk]: src/sys/dev/pci - Fix availability detection of WoL on some chip... |
martin | [src/netbsd-7]: src/sys Additionally pull up following revision(s) (requested... |
martin | [src/netbsd-7]: src/doc Annotate ticket #1660 for additional pullups |
martin | [src/netbsd-7-1]: src/sys Additionally pull up following revision(s) (request... |
martin | [src/netbsd-7-1]: src/doc Annotate ticket #1660 for additional pullups |
martin | [src/netbsd-7-0]: src/sys Additionally pull up following revision(s) (request... |
martin | [src/netbsd-7-0]: src/doc Annotate ticket #1660 for additional pullups |
martin | [src/netbsd-8]: src/external/bsd/file/lib Pull up following revision(s) (requ... |
martin | [src/netbsd-8]: src/doc Ticket #1136 |
martin | [src/trunk]: src/sys/net Need <netinet6/ip6_var.h> for ip6_statinc() prototype. |
skrll | [src/trunk]: src/sys/arch/arm/nvidia Support SATA on TEGRA210 |
tnn | [src/trunk]: src/sys/dev/usb regen |
tnn | [src/trunk]: src/sys/dev/usb add D-Link LTE products |
skrll | [src/trunk]: src/sys/arch/arm/nvidia Provide TEGRA210 supplies. |
jakllsch | [src/trunk]: src/sys/dev/ic always use correct function to free our copy of t... |
12/15/2018 |
jakllsch | [src/trunk]: src/sys/dev/ic use callout_destroy in malo_detach, not callout_stop |
jakllsch | [src/trunk]: src/sys/dev/cardbus fix whitespace |
jakllsch | [src/trunk]: src/sys/dev/cardbus add cardbus attachment for malo(4), from Ope... |
jakllsch | [src/trunk]: src/sys/arch add cardbus malo(4) to x86 GENERIC and ALL kernels |
macallan | [src/trunk]: src/sys/dev/i2c add options DSRTC_YEAR_START_2K for machines whi... |
macallan | [src/trunk]: src/etc/etc.iyonix make iic* and more pci* nodes |
macallan | [src/trunk]: src/sys/arch/iyonix/conf Make this config resemble an Iyonix as ... |
christos | [src/trunk]: src/usr.bin/telnet minor cleanup: |
christos | [src/trunk]: src/lib/libtelnet more const |
maya | [src/trunk]: src/libexec/httpd/testsuite Don't pass ${HOST} to test scripts. |
maya | [src/trunk]: src/libexec/httpd Check against BOZO_HEADERS_MAX_SIZE in a way t... |
jmcneill | [src/trunk]: src/etc/etc.aarch64 add tprof |
maya | [src/trunk]: src/libexec/httpd strings.h for strcasecmp (on linux) |
msaitoh | [src/trunk]: src/sys/dev/pci Clearing PCI_PMCSR_PME_STS(W1C) bit is required ... |
msaitoh | [src/trunk]: src/sys/dev/pci Print and clear the wakeup status only when the ... |
rin | [src/trunk]: src/sys/net Replace panic with rate-limited LOG_ERR message when... |
rin | [src/trunk]: src/sys/net Improve wording in comments: replace "chain" with "q... |
leot | [src/trunk]: src/libexec/httpd Avoid possible NULL dereference when sending a... |
msaitoh | [src/trunk]: src/sys/dev/usb Make IODATA WN-G150UMW work: |
maxv | [src/trunk]: src/share/man/man4 Add KASAN and KLEAK. |
leot | [src/trunk]: src/libexec/httpd Avoid .htpasswd exposure to authenticated user... |
leot | [src/trunk]: src/libexec/httpd Fix handling of bozo_set_timeout() timeouts (a... |
leot | [src/trunk]: src/libexec/httpd Document last changes and bump version to 2018... |
maxv | [src/trunk]: src/lib/libnvmm Two changes: |
jmcneill | [src/trunk]: src/sys/arch/arm/nvidia Add missing call to arm_fdt_cpu_mpstart, ... |
maya | [src/trunk]: src/doc New sqlite out |
maxv | [src/trunk]: src Invert the mapping logic. |
martin | [src/netbsd-8]: src/sys/arch/x86/pci Pull up following revision(s) (requested... |
martin | [src/netbsd-8]: src/doc Ticket #1137 |
jakllsch | [src/trunk]: src/share/man/man4 ath(4): fix path, bump date |
alnsn | [src/trunk]: src/sys/arch/aarch64/include Add missing include for device_t de... |
sevan | [src/trunk]: src/games/fortune/datfiles Some advice from Adam Savage / Alex J... |
gson | [src/trunk]: src/distrib Use the special device name "ROOT." in /etc/fstab no... |
12/16/2018 |
pgoyette | [src/trunk]: src/games/fortune/datfiles More appropriate line-wrapping for pr... |
maya | [src/trunk]: src/usr.bin/telnet You can encrypt outside of north america now. |
christos | [src/trunk]: src/sys/dev/wscons - Use kmem_intr_{alloc, free}, because on time... |
wiz | [src/trunk]: src/usr.bin/telnet Remove reference to krb_realmofhost(3) which ... |
maya | [src/trunk]: src/libexec/telnetd Remove mention of SPX. |
maya | [src/trunk]: src/usr.bin/telnet Remove README relevant to 1995 telnet. |
maya | [src/trunk]: src/lib/libtelnet G/C SPX support |
sevan | [src/trunk]: src/tests/lib/libc/gen port-macppc/46319 is marked as resolved now. |
skrll | [src/trunk]: src/doc Note NVIDIA Tegra X1 SoC SATA support |
roy | [src/trunk]: src/usr.sbin/ndp ndp: SIOCSPFXFLUSH_IN6 and SIOCSRTRFLUSH_IN6 ex... |
roy | [src/trunk]: src/sys/netinet6 netinet6: only flush prefixes and routers for t... |
gson | [src/trunk]: src/distrib/amd64/liveimage/emuimage Fix previous: set EMUIMAGEM... |
maxv | [src/trunk]: src/sys/arch/x86/x86 Explicitly disable ALTINST on VIA, in case ... |
martin | [src/trunk]: src/usr.sbin/sysinst Separate binary sets and binary pkg prefix ... |
martin | [src/trunk]: src/usr.sbin/sysinst Editor mishap in previous, pointed out by leot |
hannken | [src/trunk]: src/lib/librumphijack Add an option "modctl" to capture modctl(). |
hannken | [src/trunk]: src/tests/fs Have to hijack sysctl() and modctl() for zfs commands. |
abhinav | [src/trunk]: src/lib/libc/hash/md2 Remove self reference in SEE ALSO |
rmind | [src/trunk]: src/sys Import thmap -- a concurrent trie-hash map, combining th... |
maya | [src/trunk]: src/lib/libtelnet unifdef RSA_ENCPWD. The matching code does not... |
dholland | [src/trunk]: src/tests/lib/libc/net/getaddrinfo Update error string |
skrll | [src/trunk]: src/sys/arch/arm/imx Fix build |
skrll | [src/trunk]: src/sys/arch Move register definiton to header |
christos | [src/trunk]: src/usr.bin/make/unit-tests Use printf instead of echo since we ... |
christos | [src/trunk]: src/sys sbspace() does not return negative values anymore and th... |
christos | [src/trunk]: src/usr.bin/make/unit-tests use %s formats to avoid -flag confus... |
jdolecek | [src/trunk]: src/sys/arch/x86/x86 use ci_ipending instead of ci_istate.ipendi... |
maxv | [src/trunk]: src/sys Add support for detecting use-after-frees in KASAN. We p... |
12/17/2018 |
uwe | [src/trunk]: src/usr.sbin/sysinst Fix line continuations in previous. |
christos | [src/trunk]: src/usr.bin/make PR/53796: Valery Ushakov: make prints wrong mak... |
msaitoh | [src/trunk]: src/share/man/man4 Add IO-DATA WN-G150UMW. |
knakahara | [src/trunk]: src/sys/dev/pci Fix txqueue assignment. Pointed out by yamaguchi... |
msaitoh | [src/trunk]: src/sys/dev/pci When sc->phy.acquire() failed, it's not required... |
thorpej | [src/trunk]: src/sys/conf Add support for building overlay DT blobs specified... |
maxv | [src/trunk]: src/sys/arch/x86 Add two pmap fields, will be used by NVMM-VMX. ... |
maxv | [src/trunk]: src/sys/arch/x86/x86 Remove dead checks, they were already point... |
kamil | [src/trunk]: src/sys/uvm Raise the fill_vmentries() E2BIG limit from 1MB to 10MB |
wiz | [src/trunk]: src/lib/libc/hash/md2 Use An in AUTHORS section. |
gson | [src/trunk]: src/sys/arch/x86/x86 Don't call aprint_error_dev() with a NULL d... |
christos | [src/trunk]: src/sys/arch/x86/x86 Back to using aprint_error() and get more i... |
christos | [src/trunk]: src/usr.bin/seq - Default terminator to \n |
palle | [src/trunk]: src/sys/arch/sparc64/doc sun4v: note what causes the kernel to c... |
12/18/2018 |
fox | [src/trunk]: src/tests/sys/uvm Fixed the build failures caused by incompatibl... |
dholland | [src/trunk]: src/tests/lib/libc/net/getaddrinfo Update error string |
martin | [src/trunk]: src/distrib/alpha/instkernel/fdset Bump number of floppies to 4 |
skrll | [src/trunk]: src/sys/sys Appease gcc error: comparison of unsigned expression... |
skrll | [src/trunk]: src/lib/libkvm Fix _kvm_kvatop so that it now works. |
kamil | [src/trunk]: src/distrib/sets/lists Correct libproc_p.a in distribution sets |
martin | [src/netbsd-8]: src/usr.bin/telnet Pull up following revision(s) (requested b... |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by k... |
martin | [src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by i... |
martin | [src/netbsd-8]: src Pull up following revision(s) (requested by msaitoh in ti... |
martin | [src/netbsd-8]: src/doc Tickets #1135, #1138 - #1140 |
martin | [src/netbsd-7]: src/doc Ticket #1665 |
martin | [src/netbsd-7]: src/usr.bin/telnet Pull up following revision(s) (requested b... |
martin | [src/netbsd-7-1]: src/usr.bin/telnet Pull up following revision(s) (requested... |
martin | [src/netbsd-7-1]: src/doc Ticket #1665 |
martin | [src/netbsd-7-0]: src/usr.bin/telnet Pull up following revision(s) (requested... |
martin | [src/netbsd-7-0]: src/doc Ticket #1665 |
12/19/2018 |
mrg | [src/trunk]: src/libexec/httpd fix an old spell-o and a new format-o. |
maya | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci Disab... |
mrg | [src/trunk]: src/lib/libkvm use uint64_t for idx_mask. fixes lookups for som... |
mrg | [src/trunk]: src/lib/libkvm be consistent about uint64_t and bit masks. |
mrg | [src/trunk]: src/distrib/sets/lists/comp mark gcc 4.5 mips files obsolete. s... |
mrg | [src/trunk]: src/libexec/httpd minor rewording. fix alphabeta ordering of co... |
maxv | [src/trunk]: src/doc Note removal of COMPAT_SVR4. |
riastradh | [src/trunk]: src/sys/arch/mips/mips Load curlwp into a0 to call fpu_save(curl... |
maxv | [src/trunk]: src Remove compat_svr4 and compat_svr4_32, as discussed on tech-... |
martin | [src/trunk]: src/usr.bin/kdump compat/svr4* is gone - adapt |
skrll | [src/trunk]: src/sys/arch/evbarm/conf Remove CONS_OVERRIDE - it's an i386 option |
jakllsch | [src/trunk]: src/distrib/sets/lists/man fix set lists for symlinked man pages... |
christos | [src/trunk]: src/external/public-domain/sqlite/dist SQLite Release 3.26.0 On ... |
christos | [src/SQLITE]: src/external/public-domain/sqlite/dist SQLite Release 3.26.0 On... |
12/20/2018 |
christos | [src/trunk]: src/distrib/sets/lists bump libsqlite3 |
christos | [src/trunk]: src/distrib/sets/lists/comp add new sqlite3 man pages. |
christos | [src/trunk]: src/doc new libsqlite |
christos | [src/trunk]: src/external/public-domain/sqlite merge conflicts. |
rin | [src/trunk]: src/sys/dev/usb Set IFF_ALLMULTI bit appropriately when we fall ... |
msaitoh | [src/trunk]: src/sys/dev/pci Rename functions. Add comment. No functional cha... |
ryo | [src/trunk]: src/usr.sbin/cpuctl/arch - show detail of debug feature register... |
cherry | [src/trunk]: src/share/man/man4 Document 'options NO_PREEMPTION' |
wiz | [src/trunk]: src/distrib/sets/lists/man If last column contains 'obsolete', l... |
msaitoh | [src/trunk]: src/sys/dev/pci Fix WoL capability detection on ICH and PCH. |
cherry | [src/trunk]: src/share/man/man4 Close .Bl directive properly |
msaitoh | [src/trunk]: src/sys/dev - Don't setup WoL on non-WoL capable port. |
cherry | [src/trunk]: src Enable 'options NO_PCI_MSI_MSIX' to DTRT in x86 builds. |
knakahara | [src/trunk]: src/sys/dev/pci/ixgbe Apply the same fix as if_wm.c:r1.606 to ix... |
martin | [src/netbsd-8]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste... |
martin | [src/netbsd-8]: src/doc Ticket #1141 |
martin | [src/trunk]: src/sbin/gpt Add a query function (for external code) to enumera... |
tih | [src/trunk]: src/sys/dev/usb Add D-Link DWA-131 rev E "Wireless N300 Nano USB... |
tih | [src/trunk]: src/sys/dev/usb regen |
tih | [src/trunk]: src/sys/dev/usb Add D-Link DWA-131 rev E "Wireless N300 Nano USB... |
tih | [src/trunk]: src/share/man/man4 Add D-Link DWA-131 to list of devices expecte... |
jmcneill | [src/trunk]: src/sys/dev/acpi An ACPI MCFG allocation with start bus number =... |
macallan | [src/trunk]: src/sys/dev/i2c make DSRTC_FLAG_YEAR_START_2K settable by device... |
macallan | [src/trunk]: src/sys/arch/iyonix/iyonix set base_year_is_2k on dsrtc so we're... |
12/21/2018 |
msaitoh | [src/trunk]: src/sys/net Add ETHERCAP_VLAN_HWFILTER and ETHERCAP_EEE. |
sjg | [src/trunk]: src/usr.bin/make unexport-env: avoid SEGFAULT if MAKELEVEL not i... |
msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Remove ETHERCAP_VLAN_HWFILTER. |
maya | [src/trunk]: src/sys/external/bsd/drm2 Expose nvif ioctl interface. |
ryo | [src/trunk]: src/sys/arch/aarch64 - add workaround for Cavium ThunderX errata... |
msaitoh | [src/trunk]: src/sys/dev/pci Fix WoL detection once again. |
msaitoh | [src/trunk]: src/sys/sys Welcome to 8.99.28 (SIOCSETHERCAP addition). |
msaitoh | [src/trunk]: src Add SIOCSETHERCAP. It's used to change ec_capenable. |
msaitoh | [src/trunk]: src/doc Add SIOCSETHERCAP ioctl. |
mrg | [src/trunk]: src/external/gpl3/gdb/dist/gdb s/Free/Net/; s/amd64/aarch64/. |
jmcneill | [src/trunk]: src/sys/arch/arm/acpi Use SPCR to force console selection for co... |
jmcneill | [src/trunk]: src/sys/dev/acpi Add acpi_dsd_integer, which reads an integer va... |
jmcneill | [src/trunk]: src/sys/dev/acpi Support Designware APB UART |
jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Add com at acpi |
12/22/2018 |
sjg | [src/trunk]: src/usr.bin/make ParseVErrorInternal: use .PARSEDIR and |
christos | [src/trunk]: src/external/public-domain/sqlite/dist remove stray line |
rin | [src/trunk]: src/sys/net Take the interface out of promiscuous mode in bridge... |
cherry | [src/trunk]: src/sys/arch Move mainbus(4) driver files in various x86 sub-arc... |
cherry | [src/trunk]: src/sys/arch Don't forget pedigree. Re-introduce old RCS Id tags... |
cherry | [src/trunk]: src/sys/arch This change modifies the mainbus(4) entry point for... |
maxv | [src/trunk]: src/sys/arch/x86/x86 If the CPU is not vulnerable to SpectreV4, ... |
maxv | [src/trunk]: src/sys/arch/x86/x86 Add AMD_SSB_NO, so that we explicitly say t... |
maxv | [src/trunk]: src/sys/arch Style, once again. |
maxv | [src/trunk]: src/sys/arch/x86/x86 In the end, disable the supposed architectu... |
maxv | [src/trunk]: src/sys Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional c... |
maxv | [src/trunk]: src/sys Move m_align() back into the kernel, and switch M_ALIGN ... |
maxv | [src/trunk]: src/sys Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional c... |
maxv | [src/trunk]: src/sys Replace M_ALIGN and MH_ALIGN by m_align. |
maxv | [src/trunk]: src Update the man page, we don't want M_COPY_PKTHDR, M_MOVE_PKT... |
rin | [src/trunk]: src/sys/dev/usb Fix previous; We also need to turn off IFF_ALLMU... |
christos | [src/trunk]: src/sys/kern - add rcsid |
christos | [src/trunk]: src/sys/kern use the proper rcsid for the kernel |
roy | [src/trunk]: src/sys/dev/pci remove needless parens, makes clang happy |
12/23/2018 |
cherry | [src/trunk]: src/sys/arch Introduce a weak alias method of exporting differen... |
christos | [src/trunk]: src/sys/kern add missing quotes 7 |
sevan | [src/trunk]: src/doc Bump dtc & dts versions available upstream. |
gutteridge | [src/trunk]: src/bin/cp Clarify a sentence about the error handling of cp(1)'... |
maxv | [src/trunk]: src/sys/kern Remove useless debugging code, the area is complete... |
skrll | [src/trunk]: src/sys/arch/evbarm/fdt Appease clang. Tested by roy. |
jdolecek | [src/trunk]: src/sys/arch/x86/x86 whitespace, NFC |
bouyer | [src/trunk]: src/sys/arch/xen/xen Cleanup the TX path: |
maxv | [src/trunk]: src/etc/etc.amd64 Add /dev/nvmm. |
maxv | [src/trunk]: src/sys Simplify the KASAN API, use only kasan_mark() and explai... |
jmcneill | [src/trunk]: src/sys/dev/pci Use ___STRING instead of __STRING to expand driv... |
maxv | [src/trunk]: src Add initial tests for libnvmm's Mem Assist, with 8 test cases. |
christos | [src/DICKEY]: src/external/bsd/byacc/dist 2018-06-09 Thomas E. Dickey <dick... |
christos | [src/trunk]: src/doc new byacc |
christos | [src/trunk]: src/external/bsd/byacc/dist 2018-06-09 Thomas E. Dickey <dicke... |
christos | [src/trunk]: src/external/bsd/byacc/dist merge conflicts |
jakllsch | [src/trunk]: src/etc/mtree Add /usr/tests/lib/libnvmm and related debug paths... |
christos | [src/trunk]: src/external/bsd/flex/dist 2017-05-06 Will Estes <westes575@gma... |
christos | [src/FLEX]: src/external/bsd/flex/dist 2017-05-06 Will Estes <westes575@gmai... |
martin | [src/trunk]: src/tests/lib/libnvmm Fix the build |
christos | [src/trunk]: src/doc new flex |
christos | [src/trunk]: src/external/bsd/flex merge conflicts |
jakllsch | [src/trunk]: src further build fixes |
christos | [src/trunk]: src/usr.bin/xlint/lint1 yydebug is now available only if YYDEBUG... |
christos | [src/trunk]: src/distrib/sets/lists/base new binutils on head is 231 |
christos | [src/trunk]: src/distrib/sets/lists new binutils is 231 |
12/24/2018 |
jakllsch | [src/trunk]: src/distrib/sets/lists/tests Make the /usr/tests/lib/libnvmm dir... |
christos | [src/trunk]: src/external/bsd/flex/dist/src fix incorrect cast. |
jakllsch | [src/trunk]: src/external/bsd/byacc/dist Restore "defs.h", <sys/cdefs.h> #inc... |
christos | [src/trunk]: src/usr.bin/config yydebug is now defined only if YYDEBUG is |
christos | [src/trunk]: src/external/bsd/tcpdump/dist make pcap_debug weak. |
christos | [src/trunk]: src/external/bsd/ntp/dist/ntpd only use yydebug if YYDEBUG |
kre | [src/trunk]: src/tests/lib/libnvmm Keep infrastructure setup and only exclude... |
mrg | [src/trunk]: src/sys/external/bsd/drm2/nouveau this works well enough to star... |
plunky | [src/trunk]: src/etc/mtree remove lwresd as now obsolete |
mrg | [src/trunk]: src/sys/external/bsd/drm2/nouveau don't attach to new turing bas... |
christos | [src/trunk]: src/distrib/sets/lists/debug add missing test |
maxv | [src/trunk]: src/sys/netipsec Remove unused function. |
cherry | [src/trunk]: src/sys/arch Bifurcate the interrupt establish functions between... |
maxv | [src/trunk]: src/sys/sys Remove unused macros. |
thorpej | [src/trunk]: src/doc Note threadpool(9). |
christos | [src/trunk]: src/sys/dev/acpi - fix compilation on 32 bit systems. |
thorpej | [src/trunk]: src Add threadpool(9), an abstraction that provides shared pools... |
christos | [src/trunk]: src/sys/arch/i386/stand/efiboot Avoid error with new binutils: |
mrg | [src/trunk]: src/distrib/ofppc/ramdisks/common set MAKEDEVTARGETS=ramdisk so ... |
mrg | [src/trunk]: src/sys/compat/netbsd32 pset_create() takes a pointer so it need... |
mrg | [src/trunk]: src/sys/compat/netbsd32 fix style consistency. |
mrg | [src/trunk]: src/sys/compat/netbsd32 move rlimit and quota code into their ow... |
12/25/2018 |
cherry | [src/trunk]: src/sys/arch/xen/conf Do not include files for MSI support on XE... |
mrg | [src/trunk]: src/sys/compat/netbsd32 regen. |
thorpej | [src/trunk]: src/sys/sys Don't need <sys/queue.h> here. |
mrg | [src/trunk]: src/sys/compat/netbsd32 move mmap(), compat 40 mount(), pipe() a... |
christos | [src/trunk]: src/sys/arch/amd64/amd64 Treat R_X86_64_PLT32 relocation as R_X8... |
christos | [src/trunk]: src/share/mk Switch x86 to binutils 2.31.1 |
thorpej | [src/trunk]: src Add rump-based test cases for threadpool(9). |
mrg | [src/trunk]: src/lib move sqlite earlier in its section. my build often sits... |
mrg | [src/trunk]: src/sys/compat/netbsd32 quotactl is always included, regardless ... |
cherry | [src/trunk]: src/sys/arch/x86/x86 Towards bifurcating XEN and native interrup... |
christos | [src/trunk]: src/share/mk back to binutils 227: constructors in ifconfig are ... |
kre | [src/trunk]: src/sys/kern Fix !DIAGNOSTIC builds. |
knakahara | [src/trunk]: src/tests/net/if_ipsec reduce debug messages when $DEBUG is not ... |
sevan | [src/trunk]: src/usr.bin/vmstat Remove reference to Installing and Operating ... |
knakahara | [src/trunk]: src Add ATF for NAT-T enabled ipsecif(4). |
thorpej | [src/trunk]: src/sys/kern Ho ho ho! We can suppress that warning with __diag... |
cherry | [src/trunk]: src/sys/arch Excise XEN specific code out of x86/x86/intr.c into... |
msaitoh | [src/trunk]: src/sys/dev/pci Add comment. |
christos | [src/trunk]: src/distrib/sets/lists/debug - add missing test |
maya | [src/trunk]: src/external/mit/xorg/lib/libxkbfile Remove duplicate INCSDIR |
msaitoh | [src/trunk]: src/sys/dev/mii Re-add makphyreg.h |
cherry | [src/trunk]: src/sys/arch fix i386 build - missed sources migration in previo... |
martin | [src/netbsd-8]: src/sys Apply patch, requested by maxv in ticket #1142: |
martin | [src/netbsd-8]: src/sys/arch/mips/mips Pull up following revision(s) (request... |
martin | [src/netbsd-8]: src/sys/external/bsd/drm2/nouveau Pull up following revision(... |
martin | [src/netbsd-8]: src/doc Tickets #1142, #1143 and #1145 |
martin | [src/netbsd-7]: src/sys Apply patch, requested by maxv in ticket #1666: |
martin | [src/netbsd-7]: src/doc Ticket #1666 |
martin | [src/netbsd-7-1]: src/sys Apply patch, requested by maxv in ticket #1666: |
martin | [src/netbsd-7-1]: src/doc Ticket #1666 |
martin | [src/netbsd-7-0]: src/sys Apply patch, requested by maxv in ticket #1666: |
martin | [src/netbsd-7-0]: src/doc Ticket #1666 |
mlelstv | [src/trunk]: src/sys Make ipmi driver available to other platforms. |
mlelstv | [src/trunk]: src/sys/arch/x86 Expose more DMI variables via sysctl. |
thorpej | [src/trunk]: src/tests/rump/kernspace Include some non-critical-but-still-for... |
12/26/2018 |
sevan | [src/trunk]: src/usr.bin/systat Remove commentd out options for fields no lon... |
sevan | [src/trunk]: src/usr.bin/systat Extend "systat vm" output to provide better i... |
kre | [src/trunk]: src/distrib/sets/lists/debug Add "rump" to threadpool.debug test... |
cherry | [src/trunk]: src/sys/arch/i386/i386 Missed a file during previous commit comp... |
mlelstv | [src/trunk]: src/sys/dev Fix 32bit build. |
mrg | [src/trunk]: src/sys/compat/netbsd32 remove duplicated prototypes and dated X... |
msaitoh | [src/trunk]: src/sys/dev/pci Add yet another Intel Core QuickPath Generic Non... |
msaitoh | [src/trunk]: src/sys/dev/pci Regen. |
knakahara | [src/trunk]: src/sys Remove unnecessary addresses in PF_KEY message. |
knakahara | [src/trunk]: src/sys/netipsec ipsecif(4) supports multiple peers in the same ... |
knakahara | [src/trunk]: src/tests/net/if_ipsec Add ATF for ipsecif(4) which connect to t... |
msaitoh | [src/trunk]: src/sys/dev/ic - Fix DDR4's rows and columns value. |
cherry | [src/trunk]: src/sys/arch Xen can use the native splraise(9) functions. |
martin | [src/netbsd-8]: src/sys/external/bsd/ipf/netinet Pull up the following, reque... |
martin | [src/netbsd-8]: src/doc Ticket #1144 |
thorpej | [src/trunk]: src/tests/rump/rumpkern Add -lrump after -lkernspace, because ke... |
pgoyette | [src/pgoyette-compat]: src Sync with HEAD, resolve a few conflicts |
christos | [src/trunk]: src/external/bsd/ntp/dist/ntpdate PR/53813: Edgar Pettijohn: Pri... |
skrll | [src/trunk]: src/sys/arch/evbarm/conf Add BUSDMA_COUNTERS |
thorpej | [src/trunk]: src - De-opaque'ify struct threadpool_job. |
thorpej | [src/trunk]: src/sys/kern Use uint64_t for the unbound and per-cpu thread poo... |
thorpej | [src/trunk]: src/sys/kern Make the callers of threadpool_create() and threadp... |
12/27/2018 |
thorpej | [src/trunk]: src/sys/kern Simplify thread reference counting of the thread po... |
thorpej | [src/trunk]: src/sys/kern Stylistic tweak to previous. |
thorpej | [src/trunk]: src/sys/kern Whitespace tweaks. |
thorpej | [src/trunk]: src/sys/sys Fix one de-_t'ficiation I missed. |
thorpej | [src/trunk]: src/sys Adjust the definition of threadpool_job_fn_t to reflect ... |
thorpej | [src/trunk]: src/share/man/man9 Document the threadpool_job_fn_t type and its... |
thorpej | [src/trunk]: src/sys Rather than performing lazy initialization, statically i... |
thorpej | [src/trunk]: src/tests/kernel/threadpool_tester Fix spurios whitespace (thank... |
christos | [src/trunk]: src/share/mk Remove extra -c. -c has been the default behavior s... |
msaitoh | [src/trunk]: src/sys/dev/ic Print rank on DDR4. |
thorpej | [src/trunk]: src/sys/kern Restore curlwp->l_name in threadpool_job_done(), ra... |
sevan | [src/trunk]: src/doc Note change to systat |
maxv | [src/trunk]: src Several improvements and fixes: |
knakahara | [src/trunk]: src/sys/net l2tp(4): fix output bytes counter. Pointed by k-goda... |
maxv | [src/trunk]: src/sys/kern Fix apparent race. |
mrg | [src/trunk]: src/sys/dev/pci - initialise sk_rx_hiaddr and sk_tx_hiaddr |
mrg | [src/trunk]: src make savecore for arm64 basically work. |
maxv | [src/trunk]: src/sys/compat Fix kernel info leaks. |
mrg | [src/trunk]: src/doc note kernel crash dumps for arm64. |
martin | [src/netbsd-7]: src/sys/kern Pull up following revision(s) (requested by maxv... |
martin | [src/netbsd-7]: src/doc Ticket #1667 |
martin | [src/netbsd-7-1]: src/sys/kern Pull up following revision(s) (requested by ma... |
martin | [src/netbsd-7-1]: src/doc Ticket #1667 |
martin | [src/netbsd-7-0]: src/sys/kern Pull up following revision(s) (requested by ma... |
martin | [src/netbsd-7-0]: src/doc Ticket #1667 |
martin | [src/netbsd-8]: src/sys/compat/netbsd32 Pull up following revision(s) (reques... |
martin | [src/netbsd-8]: src/sys/arch/x86 Pull up following revision(s) (requested by ... |
martin | [src/netbsd-8]: src/sys/kern Pull up following revision(s) (requested by maxv... |
martin | [src/netbsd-8]: src/doc Tickets #1146 - #1148 |
maxv | [src/trunk]: src/sys Remove M_COPY_PKTHDR, M_MOVE_PKTHDR, M_ALIGN and MH_ALIGN. |
mlelstv | [src/trunk]: src/lib/libdm Clean up double free in some error paths that did ... |
maxv | [src/trunk]: src/sys/sys Style, use __nothing, and remove _M_ (unused, appear... |
christos | [src/trunk]: src/external/gpl3/binutils/dist/ld Remove initfini array rest (r... |
christos | [src/trunk]: src/tools/binutils explicitly disable initfini-array; we don't h... |
christos | [src/trunk]: src/share/mk Back to 2.31 for x86! Hooray :-) |
maxv | [src/trunk]: src/sys Remove unused arguments. |
christos | [src/trunk]: src/lib/csu Enable initfini array support for everyone. |
christos | [src/trunk]: src/libexec/ld.elf_so initfini array support for everyone. |
christos | [src/trunk]: src/lib/csu/common Allow both array and non-array constructors f... |
christos | [src/trunk]: src/tests/lib/csu Add an initfini_array test that does not depen... |
christos | [src/trunk]: src/libexec/ld.elf_so explain why we skip objmain. |
christos | [src/trunk]: src/distrib/sets/lists initfini_array test |
12/28/2018 |
alnsn | [src/trunk]: src/sbin/cgdconfig Document that cgd.conf supports NAME=label an... |
kamil | [src/trunk]: src/doc Update TODO.sanitizers |
mrg | [src/trunk]: src/sbin/savecore avoid infinite loop in kmem_check(). fixes bu... |
mrg | [src/trunk]: src/sys/arch/aarch64/aarch64 avoid integer overflow when calcula... |
alnsn | [src/trunk]: src/lib/libutil No need to quadruple a buffer because strunvis(3... |
mrg | [src/trunk]: src/sys/arch/aarch64/aarch64 redo the previous using ptoa(). al... |
thorpej | [src/trunk]: src/sys/kern Fix job reference counting: |
msaitoh | [src/trunk]: src/sys/dev/mii Regen. |
msaitoh | [src/trunk]: src/sys/dev/mii 88E154[358] have the same ID. |
msaitoh | [src/trunk]: src/sys/dev/mii 802.2 22.2.4.1.1 "Reset" says The reset shall be... |
msaitoh | [src/trunk]: src/sys/dev/mii - Backout some changes done in rev. 1.44. OK'd b... |
mrg | [src/trunk]: src/sys/arch/evbarm/conf turn on INCLUDE_CONFIG_FILE. |
mrg | [xsrc/xorg]: xsrc/external/mit/xkbcomp/dist initial import of xkbcomp-1.4.2 |
mrg | [xsrc/xorg]: xsrc/external/mit/libSM/dist initial import of libSM-1.2.3 |
mrg | [xsrc/xorg]: xsrc/external/mit/xtrap/dist initial import of xtrap-1.0.3 |
mrg | [xsrc/trunk]: xsrc/external/mit/xkbcomp/dist initial import of xkbcomp-1.4.2 |
mrg | [xsrc/trunk]: xsrc/external/mit/libSM/dist initial import of libSM-1.2.3 |
mrg | [xsrc/trunk]: xsrc/external/mit/xtrap/dist initial import of xtrap-1.0.3 |
mrg | [xsrc/trunk]: xsrc/external/mit/xtrap/dist merge xtrap 1.0.3. |
wiz | [src/trunk]: src/usr.bin/systat Fix some macro usage. Fix a typo. |
mlelstv | [src/trunk]: src/sys/dev Be more verbose about the IPMI device. |
maya | [src/trunk]: src/include Limit wcslcat, wcslcpy visibility to _NETBSD_SOURCE |
christos | [src/trunk]: src/lib/csu/common Avoid duplicate definitions on arm (reported ... |
kardel | [src/trunk]: src/sys/dev/pci fix LUN handling (byte order issue) |
christos | [src/trunk]: src/external/gpl3/binutils/dist remove sparc a.out emulations (n... |
christos | [src/trunk]: src/external/gpl3/binutils/dist remove m68k a.out/4k and sh64 ve... |
thorpej | [src/trunk]: src/tests/kernel kre@ notified me that the kernel/t_threadpool "... |
christos | [src/trunk]: src/lib/csu Undo previous; breaks macppc/m68k (at least) |
alnsn | [src/trunk]: src/sbin/cgdconfig s/Dec/December/. |
alnsn | [src/trunk]: src/lib/libutil Document "ROOT." syntax before documenting a gen... |
mrg | [xsrc/trunk]: xsrc/external/mit/libXScrnSaver/dist initial import of libXScrn... |
mrg | [xsrc/trunk]: xsrc/external/mit/libXinerama/dist initial import of libXineram... |
mrg | [xsrc/trunk]: xsrc/external/mit/libXxf86misc/dist initial import of libXxf86m... |
mrg | [xsrc/trunk]: xsrc/external/mit/libxcb/dist initial import of libxcb-1.13.1 |
mrg | [xsrc/trunk]: xsrc/external/mit/xdpyinfo/include commit missing update from x... |
mrg | [xsrc/trunk]: xsrc/external/mit merge libxcb 1.13.1, libXinerama 1.1.4, and l... |
mrg | [xsrc/xorg]: xsrc/external/mit/libXScrnSaver/dist initial import of libXScrnS... |
mrg | [xsrc/xorg]: xsrc/external/mit/libXinerama/dist initial import of libXinerama... |
mrg | [xsrc/xorg]: xsrc/external/mit/libXxf86misc/dist initial import of libXxf86mi... |
mrg | [xsrc/xorg]: xsrc/external/mit/libxcb/dist initial import of libxcb-1.13.1 |
thorpej | [src/trunk]: src/tests/rump Add a test case that exercises repeated sceduling... |
christos | [src/trunk]: src/lib/csu/common Re-do previous (always make available preinit... |
christos | [src/trunk]: src/external/gpl3/binutils/dist/ld remove armnbsd which is not s... |
rin | [src/trunk]: src/external/gpl3 PR toolchain/53810 |
christos | [src/trunk]: src/external/gpl3/binutils regen |
pgoyette | [src/trunk]: src/doc Add an entry regarding weak symbols |
12/29/2018 |
pgoyette | [src/trunk]: src/doc Expand the weak-symbol section to mention module unload ... |
rin | [src/trunk]: src/sys/dev/usb Define DPRINTF() as __nothing when !USB_DEBUG. D... |
gutteridge | [src/trunk]: src/usr.sbin/screenblank Add caveats section to the screenblank(... |
christos | [src/trunk]: src/sys/arch/acorn32/stand Adjust for binutils-2.31.1 |
alnsn | [src/trunk]: src/distrib/common Don't hardcode wd0a in cgdroot.kmod, try NAME... |
alnsn | [src/trunk]: src/distrib/common Break the loop after a successful mount. |
christos | [src/trunk]: src/distrib/sets/lists/comp adjust for binutils 2.31.1 |
christos | [src/trunk]: src/distrib/sets/lists/comp What is bunutils? |
christos | [src/trunk]: src/sys/external/bsd/gnu-efi/dist/gnuefi adjust for binutils 2.31.1 |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-chips/dist initial import of xf86-... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-i128/dist initial import of xf86-v... |
mrg | [xsrc/trunk]: xsrc/external/mit merge xf86-video-i128 1.4.0 and xf86-video-i7... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-i740/dist initial import of xf86-v... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-neomagic/dist initial import of xf... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-i740/dist initial import of xf86-vi... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-chips/dist initial import of xf86-v... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-i128/dist initial import of xf86-vi... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-neomagic/dist initial import of xf8... |
thorpej | [src/trunk]: src/sys/kern Expose the worker thread idle timeout via sysctl as... |
christos | [src/trunk]: src/distrib/sets/lists/comp fix for binutils-2.31.1 |
thorpej | [src/trunk]: src/sys/dev/sdmmc Add ReakTek RTL8189FTV SDIO 802.11 interface. |
thorpej | [src/trunk]: src/sys/dev/sdmmc Regen. |
christos | [src/trunk]: src/distrib/sets/lists/comp fix sets for binutils-2.31.1 |
maya | [src/trunk]: src/sys/dev/usb Add Microsoft Natural Wireless Mouse 600. |
maya | [src/trunk]: src/sys/dev/usb Fix typo in previous :) |
maya | [src/trunk]: src/sys/dev/usb Regen for PR kern/44634, now with correct usb de... |
maya | [src/trunk]: src/sys/dev/usb Enable the same workaround as |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-amdgpu/include update for 18.1.0. |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-amdgpu/dist initial import of xf86... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-amdgpu/dist initial import of xf86-... |
maxv | [src/trunk]: src/sys/arch/vax/conf Disable compat_ibcs2, it is being retired. |
maxv | [src/trunk]: src/share/man/man7 Remove reference to compat_darwin (was retire... |
maxv | [src/trunk]: src Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did... |
maxv | [src/trunk]: src/doc Note mbuf API changes, and removal of compat_ibcs2. |
alnsn | [src/trunk]: src/distrib/common ROOT.a doesn't resolve to a useful partition, ... |
christos | [src/trunk]: src/distrib/sets/lists Fix sets for hp300 |
kamil | [src/trunk]: src/sys/external/bsd/compiler_rt compiler_rt: Update prepare-imp... |
maxv | [src/trunk]: src/lib/libnvmm Fix the segmentation check, the limit is relativ... |
martin | [src/trunk]: src/usr.bin/kdump ibcs2 is gone |
wiz | [src/trunk]: src/sbin/cgdconfig Sort SEE ALSO. |
wiz | [src/trunk]: src/usr.sbin/screenblank New sentence, new line. |
alnsn | [src/trunk]: src/sys/arch/aarch64/aarch64 pmapboot_pte_print() is only used w... |
scole | [src/trunk]: src/sys/arch/ia64/include fix stack size calculation |
is | [src/trunk]: src/share/man/man4 Document more supported CPU Famililies: Bobca... |
12/30/2018 |
gutteridge | [src/trunk]: src/external/bsd/ipf/dist/man ipfstat(8): note -o option applica... |
kre | [src/TZDATA]: src/external/public-domain/tz/dist Import tzdata2018h from ftp:... |
kre | [src/trunk]: src/external/public-domain/tz/dist Merge tzdata2018h |
kre | [src/trunk]: src/external/public-domain/tz/dist Import tzdata2018h from ftp:/... |
sevan | [src/trunk]: src/sys/arch/evbmips/conf Update description, nfc |
kre | [src/trunk]: src Update to tzdata2018h (new zone Asia/Qostanay) |
christos | [src/trunk]: src/libexec/ld.elf_so binutils 2.31.1 can put copy relocations i... |
christos | [src/trunk]: src/sys/arch/macppc/stand/bootxx no pie/sanitizers for boot code. |
christos | [src/trunk]: src/libexec/ld.elf_so/arch/powerpc - fix wrong reloc name in assert |
mrg | [xsrc/trunk]: xsrc/external/mit/libX11/dist/m4 merge libX11 1.6.7. |
mrg | [xsrc/trunk]: xsrc/external/mit/libX11/dist initial import of libX11-1.6.7 |
mrg | [xsrc/xorg]: xsrc/external/mit/libX11/dist initial import of libX11-1.6.7 |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-mga/dist initial import of xf86-vi... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-r128/dist initial import of xf86-v... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-mga/dist initial import of xf86-vid... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-r128/dist initial import of xf86-vi... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-r128/dist/src fix merge botch -- a... |
mrg | [xsrc/trunk]: xsrc/external/mit merge mga 2.0.0 and r128 6.12.0 drivers. |
msaitoh | [src/trunk]: src/sys/dev/pci Accept IFM_NONE. |
msaitoh | [src/trunk]: src/usr.sbin/acpitools/acpidump Fix acpi_print_string(). Treat N... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms merge ati driver 18.1.0. |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms/dist initial import of xf8... |
mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-ati-kms/dist initial import of xf86... |
mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms/dist/src avoid using GBM_B... |
mrg | [xsrc/trunk]: xsrc/external/mit/fonttosfnt/dist merge fonttosfnt 1.0.5. |
mrg | [xsrc/trunk]: xsrc/external/mit/fonttosfnt/dist initial import of fonttosfnt-... |
mrg | [xsrc/trunk]: xsrc/external/mit/pixman merge pixman 0.36.0. |
mrg | [xsrc/trunk]: xsrc/external/mit/pixman/dist initial import of pixman-0.36.0 |
mrg | [xsrc/xorg]: xsrc/external/mit/fonttosfnt/dist initial import of fonttosfnt-1... |
mrg | [xsrc/xorg]: xsrc/external/mit/pixman/dist initial import of pixman-0.36.0 |
msaitoh | [src/trunk]: src/sys/dev/mii - Control BMCR_PDOWN for IFM_NONE. Some chips st... |
msaitoh | [src/trunk]: src/sys/dev/mii Add 88E1512. |
mrg | [src/trunk]: src/external/mit/xorg/server/drivers updates for new mga and r12... |
mrg | [src/trunk]: src/distrib/sets/lists it is now called mga_drv.so.2. |
mrg | [xsrc/xorg]: xsrc/external/mit/xkeyboard-config/dist initial import of xkeybo... |
mrg | [xsrc/trunk]: xsrc/external/mit/xkeyboard-config/dist initial import of xkeyb... |
mrg | [xsrc/trunk]: xsrc/external/mit/xkeyboard-config/dist merge xkeyboard-config ... |
mrg | [src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-radeon-kms link ... |
mrg | [src/trunk]: src/external/mit/xorg/bin/fonttosfnt add new man subdir to path. |
mrg | [src/trunk]: src install symbols/trans for xkeyboard-config 2.25. |
martin | [src/trunk]: src/libexec/ld.elf_so Add support for DT_RUNPATH - it is just th... |
mlelstv | [src/trunk]: src/sbin/cgdconfig Avoid crash when no algorithm is specified in... |
martin | [src/netbsd-8]: src/sys/dev/mii Pull up following revision(s) (requested by m... |
martin | [src/netbsd-8]: src/doc Ticket #1149 |
sevan | [src/trunk]: src/sys/arch/evbmips/conf Enable the per-priority cyclical scan ... |
sevan | [src/trunk]: src/doc BUFQ_PRIOCSCAN enabled on evbmips kernels. |
is | [src/trunk]: src/sys/arch/x86/pci Document bobcat/puma family nicknames. |
skrll | [src/trunk]: src/sys/arch/evbarm/conf Disable DEBUG by default. |
martin | [src/trunk]: src/usr.sbin/sysinst PR install/53820: fix column headers in pol... |
martin | [src/trunk]: src/usr.sbin/sysinst PR install/53819: fix polish translation of... |
christos | [src/trunk]: src/share/mk binutils 2.31 for everyone! |
12/31/2018 |
sevan | [src/trunk]: src/share/misc Add video related terms CIF, FCIF, QCIF, SIF, SQCIF |
sevan | [src/trunk]: src/sys/fs/hfs Fix support for case sensitive HFS. |
christos | [src/trunk]: src/external/gpl3/binutils/dist/bfd forgot to commit compilation... |
christos | [src/trunk]: src add build libs (undocumented). |
kre | [src/TZDATA]: src/external/public-domain/tz/dist Import tzdata2018i from ftp:... |
kre | [src/trunk]: src/external/public-domain/tz/dist Import tzdata2018i from ftp:/... |
kre | [src/trunk]: src/external/public-domain/tz/dist Merge tzdata2018i |
kre | [src/trunk]: src/doc Update to tzdata2018i |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist initial import of xorg-serve... |
mrg | [xsrc/xorg]: xsrc/external/mit/xorg-server/dist initial import of xorg-server... |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include update for xorg-server 1.20 |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server merge xorg-server 1.20.3. |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist initial import of xorg-serve... |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include disable local reallocarra... |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include comment VENDOR_NAME here. |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/common use xf86Ad... |
mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist/include s/inclue/include/ in... |
mrg | [xsrc/trunk]: xsrc/external/mit updates for xorg-server 1.20: |
mrg | [xsrc/trunk]: xsrc/external/mit various updates for xorg-server 1.20. some o... |
mrg | [src/trunk]: src/external/mit/xorg/server/xorg-server build updates for xorg-... |
mrg | [src/trunk]: src/share/mk updates for xorg-server 1.20. don't define stuff h... |
mrg | [src/trunk]: src/external/mit/xorg/server/drivers fixes for xorg-server 1.20: |
mrg | [src/trunk]: src/external/mit/xorg/server/drivers -Wno-error for newly deprec... |
mrg | [src/trunk]: src/distrib/sets/lists update for xorg-server 1.20.3: |
mrg | [src/trunk]: src/share/mk updates for xorg-server 1.20. |
mrg | [src/trunk]: src/external/mit/xorg/server more xorg-server 1.20 updates: |
christos | [src/trunk]: src/sys/arch/cats/conf Switch to elf2aout for new binutils |
christos | [src/trunk]: src/share/mk - prefix elf conversion tools with their platform t... |
christos | [src/trunk]: src/usr.bin/elf2aout Update usage comments, add arm |
christos | [src/trunk]: src/sys/arch/shark/conf Switch to arm-elf2aout from objcopy sinc... |
christos | [src/trunk]: src/tools Add an arm-specific elf2aout tool since objdump does n... |
christos | [src/trunk]: src/distrib/sets/lists add elf2aout |
christos | [src/trunk]: src/sys/arch/powerpc/powerpc use 0 instead of %r0 for dcbst and ... |
jmcneill | [src/trunk]: src/sys/arch/arm/sunxi "emac" function is now "gmac" in the dts |
christos | [src/trunk]: src/sys/arch/x68k/stand/boot use elf2aout for boot. |
maya | [src/trunk]: src Install most of the llvm headers. |
mrg | [xsrc/trunk]: xsrc/external/mit mostly fix amd64 xorg-server 1.20 builds: |