CVS commit: [pgoyette-compat] src/sys/compat/common
Module Name:src Committed By: pgoyette Date: Fri May 4 08:13:18 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: uipc_syscalls_43.c Log Message: Undo merge of changes from HEAD. This will get re-done properly at the next sync-with-HEAD (which will also pull in other changes needed). To generate a diff of this commit: cvs rdiff -u -r1.47.14.3 -r1.47.14.4 src/sys/compat/common/uipc_syscalls_43.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/compat/common
Module Name:src Committed By: pgoyette Date: Fri May 4 08:19:47 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: kern_sig_16.c Log Message: Add comment to note that compat_16_sigreturn14 is in MD code! To generate a diff of this commit: cvs rdiff -u -r1.2.38.2 -r1.2.38.3 src/sys/compat/common/kern_sig_16.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Fri May 4 08:33:43 UTC 2018 Modified Files: src/sys/sys: socketvar.h Log Message: oops forgot to commit this one (fixes for prototypes) To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Fri May 4 08:35:07 UTC 2018 Modified Files: src/sys/sys: socketvar.h Log Message: undo extra sbtimestamp argument. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Fri May 4 08:47:55 UTC 2018 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: define MBUFTYPES here. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/common
Module Name:src Committed By: pgoyette Date: Fri May 4 08:55:25 UTC 2018 Modified Files: src/sys/compat/common: compat_mod.c Log Message: Clean up a stray #ifdef _MODULE - it prevented definition of COMPAT_SIGCONTEXT which in turn prevented building of the SYS_compat16_sigaction_14 code. Should address PR kern/53260 XXX Pull-up to netbsd-8 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/compat/common/compat_mod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/cc
Module Name:src Committed By: martin Date: Fri May 4 10:44:24 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh Log Message: Use more formal speech in messages To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_int_divzero.sh \ src/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/public-domain/tz/dist
Module Name:src Committed By: kre Date: Fri May 4 10:53:30 UTC 2018 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23657 Log Message: Import tzdata2018e from ftp://ftp.iana.org/tz/releases/tzdata2018e.tar.gz Summary of changes in tzdata2018e (2018-05-01 23:42:51 -0700): News for the tz database Release 2018e - 2018-05-01 23:42:51 -0700 North Korea switches back to +09 on 2018-05-05 (tomorrow!) Status: Vendor Tag: TZDATA Release Tags: TZDATA2018E U src/external/public-domain/tz/dist/leap-seconds.list U src/external/public-domain/tz/dist/calendars U src/external/public-domain/tz/dist/CONTRIBUTING U src/external/public-domain/tz/dist/LICENSE U src/external/public-domain/tz/dist/Makefile U src/external/public-domain/tz/dist/NEWS U src/external/public-domain/tz/dist/README U src/external/public-domain/tz/dist/theory.html U src/external/public-domain/tz/dist/version U src/external/public-domain/tz/dist/africa U src/external/public-domain/tz/dist/antarctica U src/external/public-domain/tz/dist/asia U src/external/public-domain/tz/dist/australasia U src/external/public-domain/tz/dist/europe U src/external/public-domain/tz/dist/northamerica U src/external/public-domain/tz/dist/southamerica U src/external/public-domain/tz/dist/etcetera U src/external/public-domain/tz/dist/systemv U src/external/public-domain/tz/dist/factory U src/external/public-domain/tz/dist/backward U src/external/public-domain/tz/dist/pacificnew U src/external/public-domain/tz/dist/backzone U src/external/public-domain/tz/dist/iso3166.tab U src/external/public-domain/tz/dist/checklinks.awk U src/external/public-domain/tz/dist/zone.tab U src/external/public-domain/tz/dist/leapseconds U src/external/public-domain/tz/dist/yearistype.sh U src/external/public-domain/tz/dist/zone1970.tab U src/external/public-domain/tz/dist/leapseconds.awk U src/external/public-domain/tz/dist/checktab.awk U src/external/public-domain/tz/dist/zoneinfo2tdf.pl U src/external/public-domain/tz/dist/ziguard.awk U src/external/public-domain/tz/dist/zishrink.awk No conflicts created by this import
CVS commit: src/external/public-domain/tz/dist
Module Name:src Committed By: kre Date: Fri May 4 10:54:19 UTC 2018 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2018e To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/public-domain/tz/dist/TZDATA_VERSION Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: kre Date: Fri May 4 10:56:23 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update of tzdata to 2018e To generate a diff of this commit: cvs rdiff -u -r1.1519 -r1.1520 src/doc/3RDPARTY cvs rdiff -u -r1.2385 -r1.2386 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: wiz Date: Fri May 4 11:11:47 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: gcc-8.1 is out. To generate a diff of this commit: cvs rdiff -u -r1.1520 -r1.1521 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net80211
Module Name:src Committed By: maxv Date: Fri May 4 11:25:24 UTC 2018 Modified Files: src/sys/net80211: ieee80211_ioctl.h Log Message: Remove duplicate macros. Reported in PR/29786. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/net80211/ieee80211_ioctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/cc
Module Name:src Committed By: kamil Date: Fri May 4 12:26:53 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_ubsan_vla_out_of_bounds.sh Log Message: Explain VLA in t_ubsan_vla_out_of_bounds.sh (ATF test) VLA - Variable Length Array Requested by To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/c++
Module Name:src Committed By: kamil Date: Fri May 4 12:27:58 UTC 2018 Modified Files: src/tests/usr.bin/c++: t_ubsan_vla_out_of_bounds.sh Log Message: Explain VLA in c++/t_ubsan_vla_out_of_bounds.sh (ATF test) VLA - Variable Length Array Requested by To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/c++/t_ubsan_vla_out_of_bounds.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/debug
Module Name:src Committed By: sevan Date: Fri May 4 12:44:41 UTC 2018 Modified Files: src/distrib/sets/lists/debug: mi shl.mi Log Message: Unbreak build until the privatisation of libbozohttpd is settled. heads up & patch thanks to To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.196 -r1.197 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/c++
Module Name:src Committed By: kamil Date: Fri May 4 12:51:18 UTC 2018 Modified Files: src/tests/usr.bin/c++: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh Log Message: Improve wording for non-native speakers of English Improve wording in t_ubsan tests in for c++. No functional change intended. Follow the changed in cc/ by To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/c++/t_ubsan_int_add_overflow.sh \ src/tests/usr.bin/c++/t_ubsan_int_divzero.sh \ src/tests/usr.bin/c++/t_ubsan_int_neg_overflow.sh \ src/tests/usr.bin/c++/t_ubsan_int_sub_overflow.sh cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/c++/t_ubsan_vla_out_of_bounds.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: kamil Date: Fri May 4 14:15:42 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Register a new cat page: libbozohttpd.0 Fix build of the distribution with MKCATPAGES=yes. To generate a diff of this commit: cvs rdiff -u -r1.1581 -r1.1582 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: kamil Date: Fri May 4 14:23:19 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Improve the category of libbozohttpd.0 in distribution sets It's man-sys-catman, not man-netutil-catman. To generate a diff of this commit: cvs rdiff -u -r1.1582 -r1.1583 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools
Module Name:src Committed By: christos Date: Fri May 4 14:50:18 UTC 2018 Modified Files: src/tools: Makefile.host Log Message: revert previous, breaks llvm build and not easy to fix. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/tools/Makefile.host Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Fri May 4 14:50:40 UTC 2018 Modified Files: src/share/mk: bsd.hostlib.mk bsd.hostprog.mk Log Message: include bsd.hostinit.mk instead of bsd.init.mk To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/mk/bsd.hostlib.mk cvs rdiff -u -r1.79 -r1.80 src/share/mk/bsd.hostprog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/time
Module Name:src Committed By: christos Date: Fri May 4 15:51:00 UTC 2018 Modified Files: src/lib/libc/time: CONTRIBUTING Makefile NEWS asctime.c ctime.3 localtime.c private.h strftime.c theory.html tzset.3 version zdump.c zic.8 zic.c Added Files: src/lib/libc/time: tz-art.html tz-link.html Removed Files: src/lib/libc/time: tz-art.htm tz-link.htm Log Message: Merge 2018e Changes to code zic now accepts subsecond precision in expressions like 00:19:32.13, which is approximately the legal time of the Netherlands from 1835 to 1937. However, because it is questionable whether the few recorded uses of non-integer offsets had subsecond precision in practice, there are no plans for tzdata to use this feature. (Thanks to Steve Allen for pointing out the limitations of historical data in this area.) The code is a bit more portable to MS-Windows. Installers can compile with -DRESERVE_STD_EXT_IDS on MS-Windows platforms that reserve identifiers like 'localtime'. (Thanks to Manuela Friedrich). Changes to documentation and commentary theory.html now outlines tzdb's extensions to POSIX's model for civil time, and has a section "POSIX features no longer needed" that lists POSIX API components that are now vestigial. (From suggestions by Steve Summit.) It also better distinguishes time zones from tz regions. (From a suggestion by Guy Harris.) Commentary is now more consistent about using the phrase "daylight saving time", to match the C name tm_isdst. Daylight saving time need not occur in summer, and need not have a positive offset from standard time. Commentary about historical transitions in Uruguay has been expanded with links to many relevant legal documents. (Thanks to Tim Parenti.) Commentary now uses some non-ASCII characters with Unicode value less than U+0100, as they can be useful and should work even with older editors such as XEmacs. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/time/CONTRIBUTING cvs rdiff -u -r1.39 -r1.40 src/lib/libc/time/Makefile cvs rdiff -u -r1.23 -r1.24 src/lib/libc/time/NEWS cvs rdiff -u -r1.24 -r1.25 src/lib/libc/time/asctime.c cvs rdiff -u -r1.58 -r1.59 src/lib/libc/time/ctime.3 cvs rdiff -u -r1.111 -r1.112 src/lib/libc/time/localtime.c cvs rdiff -u -r1.51 -r1.52 src/lib/libc/time/private.h cvs rdiff -u -r1.40 -r1.41 src/lib/libc/time/strftime.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/time/theory.html cvs rdiff -u -r1.17 -r0 src/lib/libc/time/tz-art.htm cvs rdiff -u -r0 -r1.1 src/lib/libc/time/tz-art.html \ src/lib/libc/time/tz-link.html cvs rdiff -u -r1.32 -r0 src/lib/libc/time/tz-link.htm cvs rdiff -u -r1.37 -r1.38 src/lib/libc/time/tzset.3 cvs rdiff -u -r1.6 -r1.7 src/lib/libc/time/version cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/zdump.c cvs rdiff -u -r1.28 -r1.29 src/lib/libc/time/zic.8 cvs rdiff -u -r1.70 -r1.71 src/lib/libc/time/zic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Fri May 4 15:51:53 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new tzcode. To generate a diff of this commit: cvs rdiff -u -r1.1521 -r1.1522 src/doc/3RDPARTY cvs rdiff -u -r1.2386 -r1.2387 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/arch/macppc/conf
Module Name:src Committed By: martin Date: Fri May 4 16:03:32 UTC 2018 Modified Files: src/sys/arch/macppc/conf [netbsd-8]: GENERIC Log Message: Apply patch, reqeusted by macallan in ticket #783: Disable radeonfb since it still fails on some hardware. To generate a diff of this commit: cvs rdiff -u -r1.329.2.4 -r1.329.2.5 src/sys/arch/macppc/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/arch/x86/acpi
Module Name:src Committed By: martin Date: Fri May 4 16:07:59 UTC 2018 Modified Files: src/sys/arch/x86/acpi [netbsd-8]: acpi_wakeup.c Log Message: Pull up following revision(s) (requested by maya in ticket #784): sys/arch/x86/acpi/acpi_wakeup.c: revision 1.46 Save and restore xcr0 when doing ACPI sleeps. Should fix PR/49174. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.45.8.1 src/sys/arch/x86/acpi/acpi_wakeup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sbin/gpt
Module Name:src Committed By: martin Date: Fri May 4 16:24:46 UTC 2018 Modified Files: src/sbin/gpt [netbsd-8]: gpt.8 gpt.c map.c Log Message: Pull up following revision(s) (requested by mrg in ticket #785): sbin/gpt/gpt.c: revision 1.74 sbin/gpt/map.c: revision 1.14 sbin/gpt/gpt.8: revision 1.53 sbin/gpt/gpt.8: revision 1.54 sbin/gpt/gpt.8: revision 1.55 sbin/gpt/gpt.8: revision 1.56 sbin/gpt/gpt.8: revision 1.57 sbin/gpt/gpt.8: revision 1.59 Add note about bootme flag: The bootme flag is used to indicate which partiotion should be booted by UEFI boot code. Fix a typo, and make a couple of minor wording improvements. I resisted the (very weak) impulse to Americanise some spellings ... Use Fx/Nx. clarify that alignment is the number of bytes to align to. Explain what suffixes are accepted when specifying a size. Spelling add information about how to boot from gpt. mostly taken from the wiki. if a new map entry doesn't fit, be more verbose about the sizes. To generate a diff of this commit: cvs rdiff -u -r1.52.4.1 -r1.52.4.2 src/sbin/gpt/gpt.8 cvs rdiff -u -r1.70.4.1 -r1.70.4.2 src/sbin/gpt/gpt.c cvs rdiff -u -r1.13 -r1.13.8.1 src/sbin/gpt/map.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri May 4 16:26:29 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #783, #784, #785 To generate a diff of this commit: cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: abhinav Date: Fri May 4 16:39:15 UTC 2018 Modified Files: src/lib/libedit: filecomplete.c src/lib/libedit/TEST: test_filecompletion.c Log Message: Handle filename autocompletion when the cursor is at a backslash or quote character For example, handle following case: $ touch 'foo bar' $ ls foo\ --> $ ls foo\ bar Also add test cases for this. Thanks to Christos for review To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libedit/filecomplete.c cvs rdiff -u -r1.2 -r1.3 src/lib/libedit/TEST/test_filecompletion.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include/oea
Module Name:src Committed By: macallan Date: Fri May 4 16:57:14 UTC 2018 Modified Files: src/sys/arch/powerpc/include/oea: spr.h Log Message: add Hardware Interrupt Offset Register found on 970 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/oea/spr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc
Module Name:src Committed By: macallan Date: Fri May 4 17:01:29 UTC 2018 Modified Files: src/sys/arch/powerpc/include: cpu.h src/sys/arch/powerpc/oea: cpu_subr.c Log Message: save & restore HID4 and HID5, zero SPR_HIOR on 970 To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/powerpc/include/cpu.h cvs rdiff -u -r1.92 -r1.93 src/sys/arch/powerpc/oea/cpu_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/powerpc
Module Name:src Committed By: macallan Date: Fri May 4 17:13:08 UTC 2018 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: when spinning up secondary CPUs, put them in bridge mode if the primary cpu is To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/powerpc/powerpc/locore_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri May 4 17:15:23 UTC 2018 Modified Files: src/sys/arch/macppc/dev: deq.c Log Message: don't cut off upper bits in the i2c address, ki2c knows how to deal with them now To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/macppc/dev/deq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri May 4 17:17:48 UTC 2018 Modified Files: src/sys/arch/macppc/dev: obio.c obiovar.h Log Message: map 64KB register space on G5, provide function to bus_space_subregion() from this area so we don't run into mapping conflicts on G5 Not really relevant on 32bit where we BAT-map everything To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/macppc/dev/obio.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/obiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri May 4 17:20:34 UTC 2018 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: use obio_space_map() to map DMA registers, now this works on both G5 and 32bit hardware To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/macppc/dev/snapper.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: christos Date: Fri May 4 18:06:44 UTC 2018 Modified Files: src/libexec/httpd: bozohttpd.h Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/libexec/httpd/bozohttpd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: christos Date: Fri May 4 18:07:23 UTC 2018 Modified Files: src/libexec/httpd: bozohttpd.h Log Message: fix the rest of the compilers. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/libexec/httpd/bozohttpd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: christos Date: Fri May 4 19:11:59 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: fix bozo issues: - sort - add lintlib To generate a diff of this commit: cvs rdiff -u -r1.2189 -r1.2190 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd/lua
Module Name:src Committed By: sevan Date: Fri May 4 19:45:27 UTC 2018 Modified Files: src/libexec/httpd/lua: glue.c Log Message: Do not try and process empty requests. This resolves a crash when issuing a carriage return to read_request() in foreground mode. In the C daemon, a NULL check is performed on bozo_read_request in main.c before moving on to bozo_process_request & bozo_clean_request. Here, process_request & clean_request just return instead. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/lua/glue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Fri May 4 19:56:59 UTC 2018 Modified Files: src/sys/kern: uipc_sem.c Log Message: bump the pathname size to NAME_MAX as POSIX wants. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/kern/uipc_sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: nisimura Date: Fri May 4 20:25:04 UTC 2018 Modified Files: src/share/mk: bsd.own.mk Log Message: remove duplicated cobalt in MACHINES.mips= line. To generate a diff of this commit: cvs rdiff -u -r1.1058 -r1.1059 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Fri May 4 20:26:50 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c Log Message: Fix pasto To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/axp806.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librt
Module Name:src Committed By: christos Date: Fri May 4 20:28:51 UTC 2018 Modified Files: src/lib/librt: sem_open.3 Log Message: It is not a bug that we are only allowing /name. Update for newly allowed length. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/librt/sem_open.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Fri May 4 20:38:27 UTC 2018 Modified Files: src/lib/libedit: filecomplete.c Log Message: fix uninitialized To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libedit/filecomplete.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jmcneill Date: Fri May 4 21:09:55 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 SUNXI src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: axppmic.c Removed Files: src/sys/dev/i2c: axp806.c Log Message: Rename axp806pmic to axppmic, and add support for AXP803. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.69 -r1.70 src/sys/arch/evbarm/conf/SUNXI cvs rdiff -u -r1.4 -r0 src/sys/dev/i2c/axp806.c cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/axppmic.c cvs rdiff -u -r1.89 -r1.90 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/dts
Module Name:src Committed By: jmcneill Date: Fri May 4 23:03:41 UTC 2018 Modified Files: src/sys/arch/arm/dts: sun50i-a64.dtsi Log Message: Upstream dts specifies emac for sun50i-a64 now To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/dts/sun50i-a64.dtsi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/dts
Module Name:src Committed By: jmcneill Date: Fri May 4 23:04:09 UTC 2018 Modified Files: src/sys/arch/arm/dts: sun50i-a64-pinebook.dts Log Message: Pinebook is not based on Pine64, so do not derive from its dts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/dts/sun50i-a64-pinebook.dts Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/sys/external/bsd/acpica/dist
Module Name:src Committed By: christos Date: Fri May 4 23:44:15 UTC 2018 Update of /cvsroot/src/sys/external/bsd/acpica/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17997 Log Message: 27 April 2018. Summary of changes for version 20180427: 1) ACPICA kernel-resident subsystem: Debugger: Added support for Package objects in the "Test Objects" command. This command walks the entire namespace and evaluates all named data objects (Integers, Strings, Buffers, and now Packages). Improved error messages for the namespace root node. Originally, the root was referred to by the confusing string "\___". This has been replaced by "Namespace Root" for clarification. Fixed a potential infinite loop in the AcpiRsDumpByteList function. Colin Ian King . 2) iASL Compiler/Disassembler and Tools: iASL: Implemented support to detect and flag illegal forward references. For compatibility with other ACPI implementations, these references are now illegal at the root level of the DSDT or SSDTs. Forward references have always been illegal within control methods. This change should not affect existing ASL/AML code because of the fact that these references have always been illegal in the other ACPI implementation. iASL: Added error messages for the case where a table OEM ID and OEM TABLE ID strings are longer than the ACPI-defined length. Previously, these strings were simply silently truncated. iASL: Enhanced the -tc option (which creates an AML hex file in C, suitable for import into a firmware project): 1) Create a unique name for the table, to simplify use of multiple SSDTs. 2) Add a protection #ifdef in the file, similar to a .h header file. With assistance from Sami Mujawar, sami.muja...@arm.com and Evan Lloyd, evan.ll...@arm.com AcpiExec: Added a new option, -df, to disable the local fault handler. This is useful during debugging, where it may be desired to drop into a debugger on a fault. Status: Vendor Tag: intel Release Tags: acpica-20180427 U src/sys/external/bsd/acpica/dist/changes.txt U src/sys/external/bsd/acpica/dist/Makefile U src/sys/external/bsd/acpica/dist/generate/lint/files.lnt U src/sys/external/bsd/acpica/dist/generate/lint/lint.bat U src/sys/external/bsd/acpica/dist/generate/lint/lset.bat U src/sys/external/bsd/acpica/dist/generate/lint/options.lnt U src/sys/external/bsd/acpica/dist/generate/lint/readme.txt U src/sys/external/bsd/acpica/dist/generate/lint/std16.lnt U src/sys/external/bsd/acpica/dist/generate/lint/std32.lnt U src/sys/external/bsd/acpica/dist/generate/lint/std64.lnt U src/sys/external/bsd/acpica/dist/generate/release/release.sh U src/sys/external/bsd/acpica/dist/generate/release/build.sh U src/sys/external/bsd/acpica/dist/generate/unix/Makefile.common U src/sys/external/bsd/acpica/dist/generate/unix/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/Makefile.config U src/sys/external/bsd/acpica/dist/generate/unix/Makefile.rules U src/sys/external/bsd/acpica/dist/generate/unix/readme.txt U src/sys/external/bsd/acpica/dist/generate/unix/acpibin/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpidump/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpiexamples/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpiexec/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpihelp/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpinames/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpisrc/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/acpixtract/Makefile U src/sys/external/bsd/acpica/dist/generate/unix/iasl/Makefile U src/sys/external/bsd/acpica/dist/common/acfileio.c U src/sys/external/bsd/acpica/dist/common/acgetline.c U src/sys/external/bsd/acpica/dist/common/adfile.c U src/sys/external/bsd/acpica/dist/common/adisasm.c U src/sys/external/bsd/acpica/dist/common/adwalk.c U src/sys/external/bsd/acpica/dist/common/ahids.c U src/sys/external/bsd/acpica/dist/common/ahpredef.c U src/sys/external/bsd/acpica/dist/common/ahtable.c U src/sys/external/bsd/acpica/dist/common/ahuuids.c U src/sys/external/bsd/acpica/dist/common/cmfsize.c U src/sys/external/bsd/acpica/dist/common/dmextern.c U src/sys/external/bsd/acpica/dist/common/dmrestag.c U src/sys/external/bsd/acpica/dist/common/dmswitch.c U src/sys/external/bsd/acpica/dist/common/dmtable.c U src/sys/external/bsd/acpica/dist/common/dmtables.c U src/sys/external/bsd/acpica/dist/common/dmtbdump.c U src/sys/external/bsd/acpica/dist/common/dmtbdump1.c U src/sys/external/bsd/acpica/dist/common/dmtbdump2.c U src/sys/external/bsd/acpica/dist/common/dmtbdump3.c U src/sys/external/bsd/acpica/dist/common/dmtbinfo.c U src/sys/external/bsd/acpica/dist/common/dmtbinfo1.c U src/sys/external/bsd/acpica/dist/common/dmtbinfo2.c U src/sys/external/bsd/acpica/dist/common/dmtbinfo3.c U src/sys/external/bsd/acpica/dist/common/getopt.c U src/sys/external/bsd/acpica/dist/tests/misc/con
CVS commit: src/sys/external/bsd/acpica/dist
Module Name:src Committed By: christos Date: Sat May 5 00:12:16 UTC 2018 Modified Files: src/sys/external/bsd/acpica/dist/compiler: aslcompiler.h aslload.c aslutils.c aslxref.c src/sys/external/bsd/acpica/dist/debugger: dbnames.c dbtest.c src/sys/external/bsd/acpica/dist/include: acapps.h acpixf.h src/sys/external/bsd/acpica/dist/resources: rsdump.c src/sys/external/bsd/acpica/dist/tables: tbinstal.c src/sys/external/bsd/acpica/dist/utilities: utprint.c Log Message: merge acpica 20180427 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h \ src/sys/external/bsd/acpica/dist/compiler/aslxref.c cvs rdiff -u -r1.10 -r1.11 \ src/sys/external/bsd/acpica/dist/compiler/aslload.c cvs rdiff -u -r1.20 -r1.21 \ src/sys/external/bsd/acpica/dist/compiler/aslutils.c cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/acpica/dist/debugger/dbnames.c cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/acpica/dist/debugger/dbtest.c cvs rdiff -u -r1.13 -r1.14 src/sys/external/bsd/acpica/dist/include/acapps.h cvs rdiff -u -r1.18 -r1.19 src/sys/external/bsd/acpica/dist/include/acpixf.h cvs rdiff -u -r1.11 -r1.12 \ src/sys/external/bsd/acpica/dist/resources/rsdump.c cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/acpica/dist/tables/tbinstal.c cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/acpica/dist/utilities/utprint.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Sat May 5 00:13:02 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new acpica To generate a diff of this commit: cvs rdiff -u -r1.1522 -r1.1523 src/doc/3RDPARTY cvs rdiff -u -r1.2387 -r1.2388 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sysmon
Module Name:src Committed By: pgoyette Date: Sat May 5 00:14:28 UTC 2018 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Defend against some table-lookup-not-found errors. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/dev/sysmon/sysmon_envsys.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Sat May 5 00:39:59 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add battery sensors. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/axppmic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: sevan Date: Sat May 5 01:09:08 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi shl.mi Log Message: files with _p.a suffix should be tagged profile, files with _pic.a suffix belong in the shl.mi list. learnt through broken sun2 build. To generate a diff of this commit: cvs rdiff -u -r1.2190 -r1.2191 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.314 -r1.315 src/distrib/sets/lists/comp/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Sat May 5 02:01:34 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: axppmic depends on sysmon_envsys To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat
Module Name:src Committed By: christos Date: Sat May 5 02:09:41 UTC 2018 Modified Files: src/sys/compat/osf1: osf1_socket.c src/sys/compat/svr4: svr4_stream.c Log Message: finish ktrace argument removal for do_sys_{send,recv}msg To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/compat/osf1/osf1_socket.c cvs rdiff -u -r1.92 -r1.93 src/sys/compat/svr4/svr4_stream.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: christos Date: Sat May 5 02:14:59 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: fix proflib for bozo To generate a diff of this commit: cvs rdiff -u -r1.2191 -r1.2192 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librt
Module Name:src Committed By: wiz Date: Sat May 5 06:39:10 UTC 2018 Modified Files: src/lib/librt: sem_open.3 Log Message: file system police; remove trailing whitespace; merge two error sections for same error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/librt/sem_open.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.