ĻY262606 195 174 121 143 119 131 1172 123 662 734 363 181 135 108 215 355 217 153 306 144 161 140 172 310 122 148 121 117 147 134 143 134 155 130 144 122 135 1086 482 164 460 612 370 386 748 343 272 217 1003 154 243 144 191 116 116 298 255 1158 302 587 305 311 197 193 479 170 193 162 190 439 226 400 182 236 237 185 620 135 456 119 160 145 145 145 279 404 217 206 309 184 168 285 431 336 285 216 540 540 164 356 161 397 260 255 277 531 250 174 289 150 119 185 180 181 286 355 178 473 310 310 147 352 323 164 463 253 746 202 349 410 160 283 217 151 204 354 177 162 393 266 335 189 343 143 144 142 154 179 440 183 171 195 149 185 214 254 1115 1115 686 298 573 184 131 125 167 108 107 133 132 204 201 180 160 138 231 231 204 278 259 272 225 183 188 195 326 203 180 179 211 211 236 306 205 197 133 144 K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T16:26:44.125362Z K 7 svn:log V 82 These file have a, possibly dubious, GPL claim. Until that's sorted, move to gnu. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T16:35:01.466547Z K 7 svn:log V 29 Add proper svn:keyword props END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T16:42:14.750271Z K 7 svn:log V 51 Add skeleton.dtsi and update to new place in tree. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T16:43:56.889627Z K 7 svn:log V 27 Add missing skeleton file. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T16:51:33.564391Z K 7 svn:log V 39 Symbolic bindings for the dts files... END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-28T17:12:31.207104Z K 7 svn:log V 1078 Pull in r196874 from upstream llvm trunk: Fix a crash that occurs when PWD is invalid. MCJIT needs to be able to run in hostile environments, even when PWD is invalid. There's no need to crash MCJIT in this case. The obvious fix is to simply leave MCContext's CompilationDir empty when PWD can't be determined. This way, MCJIT clients, and other clients that link with LLVM don't need a valid working directory. If we do want to guarantee valid CompilationDir, that should be done only for clients of getCompilationDir(). This is as simple as checking for an empty string. The only current use of getCompilationDir is EmitGenDwarfInfo, which won't conceivably run with an invalid working dir. However, in the purely hypothetically and untestable case that this happens, the AT_comp_dir will be omitted from the compilation_unit DIE. This should help fix assertions occurring with ports-mgmt/tinderbox, when it is using jails, and sometimes invalidates clang's current working directory. Reported by: decke MFC after: 2 weeks X-MFC-With: r261991 END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-28T17:46:56.068140Z K 7 svn:log V 31 Merge from head up to r262611. END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-28T18:06:00.997920Z K 7 svn:log V 569 Merge the projects/clang-sparc64 branch back to head. This brings in several updates from the llvm and clang trunks to make the sparc64 backend fully functional. Apart from one patch to sys/sparc64/include/pcpu.h which is still under discussion, this makes it possible to let clang fully build world and kernel for sparc64. Any assistance with testing this on actual sparc64 hardware is greatly appreciated, as there will unavoidably be bugs left. Many thanks go to Roman Divacky for his upstream work on getting the sparc64 backend into shape. MFC after: 1 month END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T18:29:09.562757Z K 7 svn:log V 641 Integrate device-tree upstream files into the build process: (1) Invoke cpp to bring in files via #include (although the old /include/ stuff is supported still). (2) bring in files from either vendor tree or freebsd-custom files when building. (3) move all dts* files from sys/boot/fdt/dts to sys/boot/fdt/dts/${MACHINE} as appropriate. (4) encode all the magic to do the build in sys/tools/fdt/make_dtb.sh so that the different places in the tree use the exact same logic. (5) switch back to gpl dtc by default. the bsdl one in the tree has significant issues not easily addressed by those unfamiliar with the code. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-02-28T19:07:55.000446Z K 7 svn:log V 270 Workaround an apparent bug in VMWare Fusion's nested VT support where it triggers a VM exit with the exit reason of an external interrupt but without a valid interrupt set in the exit interrupt information. Tested by: Michael Dexter Reviewed by: neel MFC after: 1 week END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-02-28T19:12:44.931654Z K 7 svn:log V 85 Undo two previous imports which was never done in preparation of doing a new import. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-02-28T19:18:07.345962Z K 7 svn:log V 39 Redo import of ncurses 5.9 (stripped). END K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-02-28T19:21:07.036510Z K 7 svn:log V 16 Whitespace fix. END K 10 svn:author V 3 jmg K 8 svn:date V 27 2014-02-28T19:51:47.432351Z K 7 svn:log V 122 since -F is safe, and an update from 10-HEAD to 10-STABLE is sooo bloody anoying w/o it.. recommend people use -F too... END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-28T20:22:48.734798Z K 7 svn:log V 262 MFC r262471: In sys/sparc64/sparc64/spitfire.c, prevent signed shift overflow by casting to the appropriate type. (Note this fix cannot be done in sys/sparc64/sparc64/spitfire.c, since that file is also included by assembly source files.) Reviewed by: marius END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-28T20:31:07.802532Z K 7 svn:log V 124 MFC r262472: Make sure a for loop in fire_alloc_msix() terminates, by making the loop counter signed. Reviewed by: marius END K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-02-28T21:05:47.781442Z K 7 svn:log V 58 Merge ^/head@262621 Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-02-28T21:25:32.312757Z K 7 svn:log V 213 ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo: "hash_vesion". No functional change. MFC after: 3 days END K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-02-28T21:33:40.184669Z K 7 svn:log V 52 Correct VMware capitalization. Submitted by: joeld END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T22:06:19.431851Z K 7 svn:log V 69 Only try to build the static dtb when we're building a static dtb... END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T22:37:35.785245Z K 7 svn:log V 48 Use proper include path for dtc as well as cpp. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-02-28T22:37:40.008576Z K 7 svn:log V 80 Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl dtc isn't. END K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2014-02-28T23:12:20.671722Z K 7 svn:log V 213 Add a script which lists SVN log entries only for changesets which have files which have been Added or Removed. This can help identify changesets which should be mentioned in Release Engineering's release notes. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-02-28T23:48:13.431220Z K 7 svn:log V 26 MFV r262617: ncurses 5.9. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-02-28T23:52:12.355734Z K 7 svn:log V 52 Bump __FreeBSD_version after import of ncurses 5.9. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:01:40.256989Z K 7 svn:log V 25 Tag the stripped import. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-01T00:02:09.726421Z K 7 svn:log V 22 Remove now dead code. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:09:36.967031Z K 7 svn:log V 51 Compensate previous import with the removed files. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-01T00:11:45.821656Z K 7 svn:log V 39 Be paranoid about bit operations here. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:12:29.967354Z K 7 svn:log V 47 Tag the unstripped full import of ncurses 5.9. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:13:45.907366Z K 7 svn:log V 38 Remove two tags that were never used. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:27:09.465183Z K 7 svn:log V 59 Note in mergeinfo to mark all ncurses revisions as merged. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:39:54.140962Z K 7 svn:log V 34 Need a higher ceiling for import. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:40:26.760337Z K 7 svn:log V 48 Vendor import of ncurses 5.9 20140222 snapshot. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:41:38.784145Z K 7 svn:log V 26 Tag ncurses 5.9-20140222. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-01T00:42:13.986801Z K 7 svn:log V 39 Revert to normal ceiling after import. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-01T02:57:22.183906Z K 7 svn:log V 990 Add the bluetooth information structs to the firmware RX statistics message. It turns out that there's a variant format of the RX statisitcs notification from the intel firmware. It's even more whacked - the non-BT variant has bluetooth fields; apparently some later NICs return even _more_ bluetooth related fields. I'll commit the statistics structure changes here - it's a no-op for the driver. I'll later teach the driver code to populate a statistics structure from the received message after reformatting things correctly. I don't _think_ it's going to fix anything related to sensitivity programming as the CCK/OFDM (non-11n) fields are in the same place for both formats. But the HT structure and the general statistics aren't in the same place. I'll go find some NIC(s) that spit out the other format and when I find one, I'll go and update the driver to handle things correctly. Tested: * Intel 5100 (which returns the legacy, non-BT format) Obtained from: Linux iwlwifi END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T03:09:16.279592Z K 7 svn:log V 386 MFC r261296: Merge from CheriBSD: commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. Sponsored by: DARPA, AFRL END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T03:11:26.217012Z K 7 svn:log V 69 MFC r261300: Add a missing options file. Sponsored by: DARPA, AFRL END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-03-01T03:17:46.703170Z K 7 svn:log V 364 ssh-copy-id: avoid sending private keys; add -v option To help avoid confusion: when attempting to send a key file check to see if a file of the same name exists with a '.pub' suffix and send that instead. This mimics the behavior of other ssh-copy-id scripts. Add -v passthrough. Reported by: dweimer Reported by: feld MFC After: 1 week END K 10 svn:author V 4 neel K 8 svn:date V 27 2014-03-01T03:17:58.770933Z K 7 svn:log V 518 Fix a race between VMRUN() and vcpu_notify_event() due to 'vcpu->hostcpu' being updated outside of the vcpu_lock(). The race is benign and could potentially result in a missed notification about a pending interrupt to a vcpu. The interrupt would not be lost but rather delayed until the next VM exit. The vcpu's hostcpu is now updated concurrently with the vcpu state change. When the vcpu transitions to the RUNNING state the hostcpu is set to 'curcpu'. It is set to 'NOCPU' in all other cases. Reviewed by: grehan END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-03-01T03:36:46.623146Z K 7 svn:log V 274 ssh-copy-id: add restorecon call In certain situations when creating an authorized_key file on a Linux machine restorecon(1) may need to be called. Therefore, attempt to run it if it exists. MFC After: 1 week Idea from: https://bugzilla.redhat.com/show_bug.cgi?id=739989 END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T03:39:56.485312Z K 7 svn:log V 290 MFC: 261298 Merge from CheriBSD: commit 70b8f0c127db6b80411789d237b403cc64a93573 Author: Brooks Davis Date: Mon Jan 27 22:53:57 2014 +0000 Move mtree.5 to usr.sbin/nmtree. Remove note that mtree 2.0 format files aren't supported. Sponsored by: DARPA, AFRL END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-03-01T04:16:54.261430Z K 7 svn:log V 655 MFC: r260889, r260890, r260911: r260911 | imp | 2014-01-20 10:45:36 -0700 (Mon, 20 Jan 2014) | 5 lines Don't lock in the generic grab just to lock again in the specific grabs. r260890 | imp | 2014-01-19 12:39:13 -0700 (Sun, 19 Jan 2014) | 11 lines Introduce grab and ungrab upcalls. When the kernel desires to grab the console, it calls the grab functions. These functions should turn off the RX interrupts, and any others that interfere. This makes mountroot prompt work again. If there's more generalized need other than prompting, many of these routines should be expanded to do those new things. Reviewed by: bde (with reservations) END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T04:25:52.535184Z K 7 svn:log V 247 MFC r261299: Merge from CheriBSD: commit 2d581e8caf79d7a0f5a24590eccd06da90cccb74 Author: Brooks Davis Date: Mon Jan 27 22:57:51 2014 +0000 Add WITHOUT_FMTREE to disable building fmtree. Sponsored by: DARPA, AFRL END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T04:44:33.424490Z K 7 svn:log V 176 MFC r261301 (notional merge): Regenerate for WITHOUT_FMTREE and WITHOUT_NCURSESW Large churn in comments due to regeneration with makeman script. Sponsored by: DARPA, AFRL END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-01T04:49:55.381678Z K 7 svn:log V 121 MFC r261302: The -B flag is intended to take an argument. Fix a couple typos in comments. Sponsored by: DARPA, AFRL END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-01T10:04:31.058591Z K 7 svn:log V 907 (I think!) make the AR8327 switch correctly handle traffic. This patch does four things: * it globally disables mirroring; * it globally sets the mirroring on each port to be disabled; * the initial port setup now programs a portmask for the port to allow transmission (forwarding) to all other ports bar itself; * the vlan setup path now programs the portmask for the port to allow transmission (forwarding) to all other ports bar itself. Before this, I hard-coded the portmask to 0x3f which would mean all ports (bar port 6, which currently isn't hooked up to anything.) This means that traffic would be duplicated back out the port it received it. I bet this wasn't .. optimal. In any case, this _seems_ to make DHCP from my macosx laptop work through this access point. I'll do some further testing to ensure it's actually working correctly on all my devices. Tested: * DB120, AR8327 switch END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-03-01T13:00:40.127191Z K 7 svn:log V 61 Revert r262648 to stop severe tinderbox spamming on stable@. END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-03-01T13:23:52.551611Z K 7 svn:log V 149 Silence the gcc warning about unsigned comparison with 0 in a different way because mnemonic_ext_size isn't a preprocessor macro. MFC after: 3 days END K 10 svn:author V 3 uqs K 8 svn:date V 27 2014-03-01T14:44:55.043214Z K 7 svn:log V 52 MFH r261319,261345,261742 mdoc changes to stable/10 END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-03-01T16:07:17.402629Z K 7 svn:log V 99 Apply fix for lldb not linking after the sparc backend import. Reported by: se Pointy hat to: dim END K 10 svn:author V 5 markm K 8 svn:date V 27 2014-03-01T17:28:57.053576Z K 7 svn:log V 22 MFC - tracking commit END K 10 svn:author V 5 markm K 8 svn:date V 27 2014-03-01T17:36:10.405816Z K 7 svn:log V 22 MFC - tracking commit END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-01T17:44:40.948388Z K 7 svn:log V 205 If building i386/i386 on amd64/amd64, append TARGET=i386 and TARGET_ARCH=i386 to CHROOT_MAKEENV, ensuring the i386 build is done within a true i386 build environment. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 5 markj K 8 svn:date V 27 2014-03-01T17:55:20.548228Z K 7 svn:log V 160 Fix emulation of call and jmp instructions on i386 and for 32-bit processes on amd64. Submitted by: Prashanth Kumar MFC after: 2 weeks END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-01T18:09:38.232098Z K 7 svn:log V 1064 Allow skipping the chroot buildworld/installworld/distribution. The purpose of this is not to re-use the build environment, but to allow skipping redundant stages if the build environment exists via alternate means. For snapshot builds, a single amd64 userland is built for all non-i386 builds as part of a wrapper around release.sh, and the resulting userland is installed into CHROOTDIR for each architecture. Without this change, a buildworld would happen for each architecture being built from the branch. For head/, there are currently 12 individual builds across all architectures, which means 12 repeated steps to set up the build environment, all using the same svn revision, and all with the same resulting userland. Allowing a way to skip the redundant provides a significant reduction in overall build time when building more than one architecture release. The wrapper script has been patching release.sh to eliminate the redundancy, and this commit eliminates the need to use any local patches to release.sh. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 8 hselasky K 8 svn:date V 27 2014-03-01T18:56:50.032590Z K 7 svn:log V 204 - Make pointer easier to control when moving slowly. - Increase chance of vertical scrolling as vertical scrolling is used more often. Submitted by: Huang Wen Hui MFC after: 2 weeks END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-01T19:02:00.771788Z K 7 svn:log V 494 Prevent fdt data loaded from a file from overwriting the kernel environment, by having uboot_autoload() do the fdt setup (which may load a file) rather than waiting until we're actually in the process of launching the kernel. As part of making this happen... - Define LOADER_FDT_SUPPORT on the uboot/lib compile command line when MK_FDT is set. - Make fdt_setup_fdtb() public. - Declare public fdt_whatever() functions in a header instead of using scattered extern decls in .c files. END K 10 svn:author V 5 markj K 8 svn:date V 27 2014-03-01T19:06:43.730553Z K 7 svn:log V 210 Expose a few DTrace parameters as sysctls under kern.dtrace and add descriptions for several existing sysctls. PR: 187027 Submitted by: Fedor Indutny (original version) MFC after: 2 weeks END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-01T19:25:23.974382Z K 7 svn:log V 218 If we can't find the u-boot api signature, exit with an error status that includes "badab1"; u-boot displays the status in hex, so this may help give some clue about why ubldr isn't working (more than -1 does anyway). END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-01T21:22:20.228736Z K 7 svn:log V 104 ext2fs: small formatting fixes. Remove some redundant spaces. No functional change. MFC after: 3 days END K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-03-01T21:50:23.717817Z K 7 svn:log V 96 MFC r261068 Properly sort the arguments to mtx_init(9). PR: misc/186020 Submitted by: alfred END K 10 svn:author V 5 markj K 8 svn:date V 27 2014-03-01T23:09:07.934300Z K 7 svn:log V 384 When our linker merges .SUNW_dof sections from multiple files, it simply concatenates the DOF tables into one section. Previously, the USDT init code in drti.o would only look at the first table in the DOF section; with this change, it iterates over all the tables, passing each DOF table to the kernel. PR: 186821 Submitted by: Fedor Indutny MFC after: 1 month END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-02T00:14:57.780224Z K 7 svn:log V 75 Use ${MAKE} so that we always use the same version/implementation of make. END K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-03-02T00:20:00.863817Z K 7 svn:log V 96 MFC r261068 Properly sort the arguments to mtx_init(9). PR: misc/186020 Submitted by: alfred END K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-03-02T00:30:42.772106Z K 7 svn:log V 65 MFC r261173 MPC74xx should not fall through, to the error case. END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-02T00:47:47.781976Z K 7 svn:log V 95 Revive support for /etc/issue, lost due revision 81963. Obtained from: Juniper Networks, Inc. END K 10 svn:author V 4 jmmv K 8 svn:date V 27 2014-03-02T01:46:44.596775Z K 7 svn:log V 345 Increase maximum number of columns to support 1920x1200 displays. This is a MFC of r262480 and r262502. Please note that this is changing a constant in a header file so it could affect ABIs. However, as far as I can tell, this is apparently only used in code to declare static arrays and thus it should be safe to change... PR: kern/180558 END K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-03-02T02:35:46.009526Z K 7 svn:log V 128 MFC r261309 Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the code introduced in that revision a bit. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-02T02:41:33.934499Z K 7 svn:log V 303 All callers of static method load_nvlist() in spa.c handles error case, so there is no reason to assert that we won't hit an error. Instead, just return that error to caller and have the upper layer handle it. Obtained from: FreeNAS Reported by: rodrigc Reviewed by: Matthew Ahrens MFC after: 2 weeks END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-02T02:49:20.742958Z K 7 svn:log V 87 Add the USB EHCI flags required for the post-AR71xx devices. Tested: * DB120, AR9344 END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-02T02:52:34.908580Z K 7 svn:log V 143 ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. MFC after: 3 days Reviewed by: mckusick END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-02T03:34:06.950273Z K 7 svn:log V 141 Improve upon previous commit: 1. Check return of mmap(2) (*) 2. Avoid FD leak when fstat fails. 3. Fix style(9). (*) Pointed out by jmg@ END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-02T05:47:05.564008Z K 7 svn:log V 90 Add AR8216 era ATU management/configuration register definitions. Obtained from: OpenWRT END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-02T05:48:56.383337Z K 7 svn:log V 524 Add ATU flush support. The OpenWRT AR8xxx switch support flushes the ATU (address translation unit) after each port link 'up' status change. I've modified this to just flush on any port transition. Whilst here, bump the number of ports on the AR8327 to 6, rather than the default of 5. It's DB120 specific; I'll go and make this configurable later. There's some debugging code in here still; I am still debugging whether this is or isn't working fully. Tested: * DB120, AR9344 + AR8327 switch Obtained from: OpenWRT END K 10 svn:author V 5 gonzo K 8 svn:date V 27 2014-03-02T06:36:49.819720Z K 7 svn:log V 41 - Fix BBB's dts compilation with GNU dtc END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-02T07:10:43.156747Z K 7 svn:log V 360 Set all of the ports into the same vlangroup; there's only one vlangroup (pvid=1) and we already configure them to send to other ports. Setting pvid=portnum would mean that there were separate vlangroups for each ports, but 'leaking' into other ports. The result? All port traffic flooded to all other port traffic. Tested: * DB120, AR9344 + AR8327 switch END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-02T07:39:37.427388Z K 7 svn:log V 24 Add a description here. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-02T08:58:21.075449Z K 7 svn:log V 64 MFV r262639: ncurses 5.9 20140222 snapshot. Requested by: bapt END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2014-03-02T12:11:55.508234Z K 7 svn:log V 48 MFC: r262574 Add tws(4) to the hardware notes. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2014-03-02T12:13:54.742204Z K 7 svn:log V 48 MFC: r262574 Add tws(4) to the hardware notes. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2014-03-02T12:15:26.077179Z K 7 svn:log V 48 MFC: r262574 Add tws(4) to the hardware notes. END K 10 svn:author V 4 ache K 8 svn:date V 27 2014-03-02T13:12:06.917295Z K 7 svn:log V 185 Add fetch and patch to .PHONY and .NOTMAIN only if PORTNAME is defined. Unconditional addition cause real fetch(1) and patch(1) programs are builded every time. MFC after: 1 week END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2014-03-02T13:26:08.653374Z K 7 svn:log V 307 When querying a process's umask via sysctl in libprocstat(), don't print a warning if EPERM is returned as this is an expected failure mode rather than error -- similar to current handling of ESRCH. This makes the output of 'procstat -as' vastly more palatable. MFC after: 3 days Sponsored by: DARPA, AFRL END K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-03-02T15:53:39.255929Z K 7 svn:log V 119 MFC r261258 Use a loop of dcbz, instead of calling bzero() to zero a page. This matches what is done in mmu_oea64.c. END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2014-03-02T16:04:27.759477Z K 7 svn:log V 108 MFC r262005: Remove redundant memcpy of fd_ofiles in fdgrowtable() Approved by: bapt (mentor, implicit) END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2014-03-02T16:25:56.207856Z K 7 svn:log V 211 MFC r262006,r262328: r262006: Fix M_FILEDESC leak in fdgrowtable() introduced in r244510. fdgrowtable() now only reallocates fd_map when necessary. r262328: Style. Approved by: bapt (mentor, implicit) END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-02T17:19:19.130000Z K 7 svn:log V 92 Include needed header. I don't know why clang didn't complain about this but gcc sure did. END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-02T19:46:03.966899Z K 7 svn:log V 76 Add a tunable to set the number of active cores, and enable SMP by default. END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-02T21:25:32.924599Z K 7 svn:log V 192 Add __attribute__((used)) so that the delay implementation doesn't get optimized away as unreferenced, causing linker errors when trying to resolve the weak reference to the missing function. END K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-03-02T22:59:34.796846Z K 7 svn:log V 335 sh: Simplify expari(). Redo expari() like evalvar(). This makes the logic more understandable and avoids possible problems if arithmetic expansion occurs if CTLESC characters are not generated (looking backwards for CTLARI is not generally possible in that case but the old code tried anyway). This adds an extra argstr() recursion. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-03-02T23:09:36.372511Z K 7 svn:log V 243 MRC: r260886 Merge only the uart_dev_at91usart.c part of this revision, since it has nothing to do with the commit log and was included by mistake there. This connects the new grab/ungrab upcalls that were revised in uart to fix mountroot>. END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-02T23:51:03.258546Z K 7 svn:log V 192 Explicitly request review/regression testing on the release/release.sh script, as it is heavily used on a regular basis, not just during a release cycle. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-03T00:27:51.946152Z K 7 svn:log V 123 Remove release.conf.sample reference to EMBEDDED_WORLD_FLAGS, which is not used now. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 6 dteske K 8 svn:date V 27 2014-03-03T07:16:39.721692Z K 7 svn:log V 444 MFC r257650: Defer loading of kernel and modules if the beastie menu is enabled. Add a kernel selection menu to the beastie menu. List of kernels is taken from `kernels' in loader.conf(5) as a space (or comma) separated list of names to display (up to 9). If not set, default value is "kernel kernel.old". Does not validate that kernels exist because the next enhancement will be to allow selection of the root device. Discussed on: -current END K 10 svn:author V 6 dteske K 8 svn:date V 27 2014-03-03T07:24:50.568095Z K 7 svn:log V 444 MFC r257821: Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making it available to architectures that do not use or load the beastie menu. This is reported to save headaches on some PPC systems where unload followed by load does not produce the desired results wherein if-given the opportunity to abort the initial loading sequence, you can customize the first load. Reviewed by: nwhitehorn, kan Discussed on: -current END K 10 svn:author V 6 dteske K 8 svn:date V 27 2014-03-03T07:28:56.006893Z K 7 svn:log V 69 MFC r258269: Refactor draw-beastie function. Discussed on: -hackers END K 10 svn:author V 6 dteske K 8 svn:date V 27 2014-03-03T07:31:55.016786Z K 7 svn:log V 260 MFC r258270: Add a try-include word (which acts the same as "include") and use it to conditionally include (but ignore failures) /boot/loader.rc.local and /boot/menu.rc.local -- to make customizing the menu easier. Reviewed by: alfred Discussed on: -hackers END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-03T08:01:36.630744Z K 7 svn:log V 65 Workaround a GCC warning to unbreak ARM build. Reported by: ian END K 10 svn:author V 5 erwin K 8 svn:date V 27 2014-03-03T09:18:19.946189Z K 7 svn:log V 302 MFV 262445: Update BIND to 9.9.5 Release note: https://lists.isc.org/pipermail/bind-announce/2013-September/000871.html https://lists.isc.org/pipermail/bind-announce/2014-January/000896.html Note this is a commit straight to stable as BIND no longer exists in head. Sponsored by: DK Hostmaster A/S END K 10 svn:author V 5 erwin K 8 svn:date V 27 2014-03-03T09:57:04.767101Z K 7 svn:log V 165 MFC: r253983-253984 MFV: r262443 Update BIND to 9.8.7 Note this is a commit straight to stable as BIND no longer exists in head. Sponsored by: DK Hostmaster A/S END K 10 svn:author V 7 ganbold K 8 svn:date V 27 2014-03-03T11:00:52.406980Z K 7 svn:log V 158 Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: - EMAC gpio configuration - EMAC clock activation Approved by: stas (mentor) END K 10 svn:author V 7 ganbold K 8 svn:date V 27 2014-03-03T11:24:47.900171Z K 7 svn:log V 180 Add Static Random Access Memory controller driver for A10/A20. A10/A20's SRAM is used by devices, such as CPU, EMAC, for extra fast memory or as cache. Approved by: stas (mentor) END K 10 svn:author V 7 ganbold K 8 svn:date V 27 2014-03-03T11:32:55.715245Z K 7 svn:log V 434 Add EMAC 10/100 Ethernet controller driver for A10/A20. It is available mostly in A10 devices like Hackberry, Marsboard, Mele A1000, A2000, A100 HTPC, cubieboard1 and A20 device like cubieboard2. TX performance can be improved using both channels 0 and 1. RX performance is poor and needs improvement with the assistance of external DMA controller in case there is bulk TCP receiver. Reviewed by: yongari@ Approved by: stas (mentor) END K 10 svn:author V 7 ganbold K 8 svn:date V 27 2014-03-03T11:36:39.674187Z K 7 svn:log V 153 Add EMAC and SRAM controller entries to FDT. Add EMAC device to kernel config files and enable EMAC, SRAM drivers for build. Approved by: stas (mentor) END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-03T14:37:18.191587Z K 7 svn:log V 82 Use the standard __used macro instead of a bare __attribute__. Submitted by: bde END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-03T15:58:42.494888Z K 7 svn:log V 196 Remove the (very ugly) TARGET/TARGET_ARCH evaluation for i386 on amd64 builds, and instead, allow specifying additional make(1) parameters to CHROOT_MAKEENV. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-03T16:00:11.237121Z K 7 svn:log V 58 Add a missing semicolong, noticed by the gnu dt compiler. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-03-03T16:34:42.796222Z K 7 svn:log V 27 Add note about dtc switch. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-03-03T18:06:25.598423Z K 7 svn:log V 93 Include kbd(4) when vt(4) is enabled as on other platforms. Reported by: Anton Shterenlikht END K 10 svn:author V 6 brooks K 8 svn:date V 27 2014-03-03T20:28:27.252826Z K 7 svn:log V 85 MFR r261294: Remove an unneeded space in the BERI merge. Sponsored by: DARPA, AFRL END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-03T23:19:28.696263Z K 7 svn:log V 85 MFC r261499 (pjd): Fix installations that use kernels without CAPABILITIES support. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-03T23:26:48.466868Z K 7 svn:log V 189 Document the fact that OpenSSH default configuration requires Capsicum capability mode support in kernel, which have been worked around later but it's still recommended to have it enabled. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-03T23:30:54.231635Z K 7 svn:log V 258 (not quite, due to date difference) MFC r262719: Document the fact that OpenSSH default configuration requires Capsicum capability mode support in kernel, which have been worked around later but it's still recommended to have it enabled. Reported by: many END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-04T01:14:37.912894Z K 7 svn:log V 83 Increase MAXLINE to deal with longer paths. Obtained from: Juniper Networks, Inc. END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-04T02:19:39.099740Z K 7 svn:log V 377 Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} if not already defined. This allows building libc from outside of lib/libc using a reach-over makefile. A typical use-case is to build a standard ILP32 version and a COMPAT32 version in a single iteration by building the COMPAT32 version using a reach-over makefile. Obtained from: Juniper Networks, Inc. END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-04T03:10:31.429386Z K 7 svn:log V 217 MFC r262623, r262667: ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo: "hash_vesion". No functional change. END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-04T03:14:09.802801Z K 7 svn:log V 217 MFC r262623, r262667: ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo: "hash_vesion". No functional change. END K 10 svn:author V 3 imp K 8 svn:date V 27 2014-03-04T03:19:26.743139Z K 7 svn:log V 55 Fix syntax errors and warnings emitted by the GPL dtc. END K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-03-04T03:19:36.217079Z K 7 svn:log V 256 When reading physical memory, make sure to access it using the right memory attributes. The same applies to the mmap(2) interface. Not doing so results in machine checks. We find the memory attributes in the EFI memory map, as queried by mem_phys2virt(). END K 10 svn:author V 3 gnn K 8 svn:date V 27 2014-03-04T05:09:46.910291Z K 7 svn:log V 230 Naming consistency fix. The routing code defines RADIX_NODE_HEAD_LOCK as grabbing the write lock, but RADIX_NODE_HEAD_LOCK_ASSERT as checking the read lock. Submitted by: Vijay Singh MFC after: 1 month END K 10 svn:author V 3 hrs K 8 svn:date V 27 2014-03-04T06:55:54.340783Z K 7 svn:log V 72 Fix multicast filtering. Submitted by: Takanori Sawada PR: arm/187179 END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-04T08:01:56.335345Z K 7 svn:log V 367 Handle the newer-style bluetooth message format from the (at least) Centrino 2230 firmware. This fixes the general statistics block to be actually valid. I've verified this by contrasting the output of iwnstats before and after the change. The general block is now correct. Tested: * Intel 5100 (old format stats message) * Intel 2230 (new format stats message) END K 10 svn:author V 3 pho K 8 svn:date V 27 2014-03-04T10:47:35.813558Z K 7 svn:log V 160 Changed name of test case to a more descriptive one and moved comment to the "descr" property. Suggested by: jmmv Sponsored by: EMC / Isilon storage division END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-03-04T11:43:01.614855Z K 7 svn:log V 652 MFC r262441-262442,262447,262461-262464,262655: - Consistently pass around context information using a simple pointer. This fixes some dereferencing bugs in Chinese character set conversions. - Fix Simplified Chinese character set conversions by switching around the fields of an internal struct so it corresponds with the way variables of this type are initialised. - Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module. - Silence gcc warning about unsigned comparison with 0. Also record r258316 and r258587 as merged so they no longer show up as eligible. PR: 185964 Submitted by: Manuel Mausz END K 10 svn:author V 8 hselasky K 8 svn:date V 27 2014-03-04T12:33:18.683954Z K 7 svn:log V 104 Add new quirk. MFC after: 1 week PR: usb/187188 Submitted by: Hiroo Ono END K 10 svn:author V 5 markj K 8 svn:date V 27 2014-03-04T14:00:49.760502Z K 7 svn:log V 254 Use a full path to the target for make rules which create symlinks @, machine and ${MACHINE_CPUARCH}. Otherwise the presence of a file named "x86" or "x86.c" in the make path can cause problems. Submitted by: lwhsu (original version) MFC after: 1 month END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:01:12.332973Z K 7 svn:log V 313 Merge r261590, r261592 from head: Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET in the sysctl_root(). Note: SYSCTL_VNET_* macros can be removed as well. All is needed to virtualize a sysctl oid is set CTLFLAG_VNET on it. But for now keep macros in place to avoid large code churn. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:05:37.780078Z K 7 svn:log V 64 Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup) END K 10 svn:author V 3 ian K 8 svn:date V 27 2014-03-04T14:19:15.696364Z K 7 svn:log V 190 Use an empty ranges statement for the bus, because all the children on the bus have their register properties declared as full physical addresses, not offsets from a base range for the bus. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:21:07.694339Z K 7 svn:log V 120 Merge 261593 from head: Provide macros that allow easily export uma(9) zone limits and current usage via sysctl(9). END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:23:58.001325Z K 7 svn:log V 55 Merge 261595: simplify the SYSCTL_COUNTER_U64() macro. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:46:30.811735Z K 7 svn:log V 107 Merge r261722, r261723, r261724, r261725 from head: several minor improvements for UMA_ZPCPU_ZONE zones. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T14:49:05.107885Z K 7 svn:log V 257 Merge r261796 from head: While it isn't too late and kvm_read_zpcpu() function isn't yet used outside libkvm(3), change its order of arguments, so that it is the same as in kvm_read(). Merge r261805 from head: Add kvm_getncpus() to obtain mp_ncpus. END K 10 svn:author V 3 mav K 8 svn:date V 27 2014-03-04T15:07:00.934655Z K 7 svn:log V 85 Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately. MFC after: 2 weeks END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2014-03-04T15:09:57.845620Z K 7 svn:log V 65 Add missing description of du (daemon.user) printcap capability. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T15:14:47.810253Z K 7 svn:log V 296 Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, r261825, r261859, r261875, r261883, r261911, r262027, r262028, r262029, r262030, r262162 from head. Large flowtable revamp. See commit messages for merged revisions for details. Sponsored by: Netflix END K 10 svn:author V 6 tychon K 8 svn:date V 27 2014-03-04T17:12:06.008329Z K 7 svn:log V 170 Add SMBIOS support. A new option, -U, can be used to set the UUID in the System Information (Type 1) structure. Manpage fix to follow. Approved by: grehan (co-mentor) END K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2014-03-04T18:27:00.922002Z K 7 svn:log V 237 MFC r232365: Provide pre/post transfer method callbacks for icbbb clients. These are helful when making certain drivers work on both Linux and FreeBSD without changing the code flow too much. Reviewed by: kib, wlosh Approved by: kan@ END K 10 svn:author V 4 jkim K 8 svn:date V 27 2014-03-04T19:41:16.458320Z K 7 svn:log V 96 Remove dead code since r230426, fix a comment, and tidy up. Reported by: jhb MFC after: 3 days END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-04T19:49:41.565524Z K 7 svn:log V 246 Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output(). The ifaddr is already referenced by the rtentry, and we are holding reference on the rtentry throughout the function execution. Sponsored by: Netflix Sponsored by: Nginx, Inc. END K 10 svn:author V 4 jkim K 8 svn:date V 27 2014-03-04T20:07:36.866932Z K 7 svn:log V 50 Properly save and restore CR0. MFC after: 3 days END K 10 svn:author V 3 sjg K 8 svn:date V 27 2014-03-04T20:09:23.216543Z K 7 svn:log V 52 Allow comments at end of line. Reviewed by: marcel END K 10 svn:author V 4 jkim K 8 svn:date V 27 2014-03-04T20:16:00.407810Z K 7 svn:log V 49 Revert accidentally committed changes in 262748. END K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2014-03-04T20:21:43.613280Z K 7 svn:log V 57 MFC r254379: Avoid potential redefinition of the macro. END K 10 svn:author V 4 jkim K 8 svn:date V 27 2014-03-04T21:35:57.163278Z K 7 svn:log V 86 Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. Inspired by: jhb END K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-03-04T21:51:09.088966Z K 7 svn:log V 344 Disable amd64 TLB Context ID (pcid) by default for now There are a number of reports of userspace application crashes that are "solved" by setting vm.pmap.pcid_enabled=0, including Java and the x11/mate-terminal port (PR ports/184362). For now apply a band-aid of disabling pcid by default in stable/10. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-04T21:51:11.803102Z K 7 svn:log V 87 MFV r253848 (mm): Update vendor/xz from v5.0 branch to post-5.0.5 MFC after: 2 weeks END K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-03-04T22:30:38.251107Z K 7 svn:log V 76 sh: Make argstr() return where it stopped and simplify expari() using this. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-04T23:23:55.780933Z K 7 svn:log V 99 Import xz-embedded from git. This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-04T23:27:27.314722Z K 7 svn:log V 53 Tag import 6a8a2364434763a033781f6b2a605ace9a021013. END K 10 svn:author V 3 gnn K 8 svn:date V 27 2014-03-04T23:55:04.001889Z K 7 svn:log V 93 Revert previous commit (262727) and bounce patch back to the submitter. Pointed out by: jhb END K 10 svn:author V 6 adrian K 8 svn:date V 27 2014-03-05T00:26:25.085479Z K 7 svn:log V 118 Add command line parsing - and an -i option so I can monitor multiple iwn interfaces. Tested: * Intel 5100 END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T00:40:03.488650Z K 7 svn:log V 157 Instead of playing games with casts simply add 3 more members to the structure pf_rule, that are used when the structure is passed via ioctl(). PR: 187074 END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T00:45:28.777151Z K 7 svn:log V 1021 MFC r262499, r262505, r262507, r262509: r262499: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix SRCBRANCH, PORTBRANCH, and DOCBRANCH with the SVNROOT. - Properly capitalize 'FreeBSD.org' in the default SVNROOT. - Update Copyright. release.conf.sample: - Add an example to use git instead of svn, by nullifying SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH to the URL fo a git repository. release.7: - Document VCSCMD. r262505: In release/Makefile, remove exclusion of CVS directories in the src/ and ports/ distributions. While I am thinking about it, exclude .git directories for src/ and ports/, as somewhat of a followup to r262499. r262507: Chase r262505, and remove CVS exclusion from picobsd builds. r262509: Rework how WORLD_FLAGS and KERNEL_FLAGS are set, to remove an unnecessary expr(1) call. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T00:48:11.908475Z K 7 svn:log V 1021 MFC r262499, r262505, r262507, r262509: r262499: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix SRCBRANCH, PORTBRANCH, and DOCBRANCH with the SVNROOT. - Properly capitalize 'FreeBSD.org' in the default SVNROOT. - Update Copyright. release.conf.sample: - Add an example to use git instead of svn, by nullifying SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH to the URL fo a git repository. release.7: - Document VCSCMD. r262505: In release/Makefile, remove exclusion of CVS directories in the src/ and ports/ distributions. While I am thinking about it, exclude .git directories for src/ and ports/, as somewhat of a followup to r262499. r262507: Chase r262505, and remove CVS exclusion from picobsd builds. r262509: Rework how WORLD_FLAGS and KERNEL_FLAGS are set, to remove an unnecessary expr(1) call. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T01:17:47.480925Z K 7 svn:log V 589 - Remove rt_metrics_lite and simply put its members into rtentry. - Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This removes another cache trashing ++ from packet forwarding path. - Create zini/fini methods for the rtentry UMA zone. Via initialize mutex and counter in them. - Fix reporting of rmx_pksent to routing socket. - Fix netstat(1) to report "Use" both in kvm(3) and sysctl(3) mode. The change is mostly targeted for stable/10 merge. For head, rt_pksent is expected to just disappear. Discussed with: melifaro Sponsored by: Netflix Sponsored by: Nginx, Inc. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-03-05T01:33:15.268064Z K 7 svn:log V 201 MFV r262756: Import xz-embedded from git. This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'. This makes it possible to use CRC64 but for now it's intentionally not added to build. END K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-03-05T01:34:10.295468Z K 7 svn:log V 477 Disable amd64 TLB Context ID (pcid) by default for now There are a number of reports of userspace application crashes that are "solved" by setting vm.pmap.pcid_enabled=0, including Java and the x11/mate-terminal port (PR ports/184362). I originally planned to disable this only in stable/10 (in r262753), but it has been pointed out that additional crash reports on HEAD are not likely to provide new insight into the problem. The feature can easily be enabled for testing. END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-03-05T01:41:10.782880Z K 7 svn:log V 89 If the device doesn't exist when iwnstats starts running don't spam the console forever. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T01:47:08.747208Z K 7 svn:log V 35 Hide struct rtentry from userland. END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-03-05T01:49:39.891114Z K 7 svn:log V 30 Add static where appropriate. END K 10 svn:author V 3 brd K 8 svn:date V 27 2014-03-05T02:10:10.934994Z K 7 svn:log V 75 - Clarify usage of the -f option. Reviewed by: gjb@, dru@, and Allan Jude END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T02:35:15.434453Z K 7 svn:log V 12 Pacify gcc. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T02:35:41.865485Z K 7 svn:log V 11 Fix build. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T03:16:23.573747Z K 7 svn:log V 37 Merge r262770 from head: pacify gcc. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T03:20:57.840139Z K 7 svn:log V 36 Merge head r256150 through r262771. END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T04:09:05.751296Z K 7 svn:log V 111 Document new release.conf variables in preparation for merging to head/. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 5 markj K 8 svn:date V 27 2014-03-05T04:15:17.630596Z K 7 svn:log V 106 Log the name of the device that we failed to open rather than an uninitialized buffer. MFC after: 3 days END K 10 svn:author V 6 sbruno K 8 svn:date V 27 2014-03-05T04:18:42.751315Z K 7 svn:log V 85 Rename the Dlink 825 configuration file to indicate that this is for the mips 24k B1 END K 10 svn:author V 6 sbruno K 8 svn:date V 27 2014-03-05T04:19:52.160311Z K 7 svn:log V 65 Update location of hints and name of the kernel we are building. END K 10 svn:author V 6 sbruno K 8 svn:date V 27 2014-03-05T04:22:07.397780Z K 7 svn:log V 43 Populate the GPIO pins and GPIOLED configs END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-05T04:23:19.447292Z K 7 svn:log V 138 MFC r262678; ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick END K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-03-05T04:27:15.688192Z K 7 svn:log V 138 MFC r262678; ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick END K 10 svn:author V 3 pho K 8 svn:date V 27 2014-03-05T08:33:58.362124Z K 7 svn:log V 111 Preserve naming consistency for test cases. Pointed out by: jmmv Sponsored by: EMC / Isilon storage division END K 10 svn:author V 5 trasz K 8 svn:date V 27 2014-03-05T12:02:29.735429Z K 7 svn:log V 183 Fix missing unlock in persistent reservations code, which resulted in panics with Hyper-V Failover Cluster. Reviewed by: ken@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2014-03-05T13:25:01.719031Z K 7 svn:log V 161 MFC: r262494 Rough cleanup (new sentence -> new line, grammar, spelling, mdoc). This could use more work. PR: 187035 (in part) Submitted by: Bjorn Heidotting END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2014-03-05T13:28:02.806528Z K 7 svn:log V 174 MFC: r262494 Rough cleanup (new sentence -> new line, grammar, spelling, mdoc). This could use more work. PR: 187035 (in part) Submitted by: Bjorn Heidotting END K 10 svn:author V 3 ray K 8 svn:date V 27 2014-03-05T14:37:45.757571Z K 7 svn:log V 132 Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS and enable to use framebuffer created by those loader. END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T16:04:24.069605Z K 7 svn:log V 91 Consistently use lowercase 'x' in "x$foo = x" tests. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T16:16:04.250346Z K 7 svn:log V 96 Remove RELSTRING, which has not been used in a long time. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T16:19:29.870196Z K 7 svn:log V 102 Update KERNEL_FLAGS example to use built-in instead of expr(1). Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 mav K 8 svn:date V 27 2014-03-05T16:42:33.234659Z K 7 svn:log V 233 Remove custom bus scanner code and fix use of CAM's default scanner. This fixes kernel panic during boot, caused by incompatibility of recent CAM locking changes and this bus scanner code. Submitted by: Microsoft MFC after: 1 week END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T17:00:37.827970Z K 7 svn:log V 110 Use '-n' and '-z' instead of 'x$foo = x' tests. Prodded by: emaste, imp Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T17:05:00.909314Z K 7 svn:log V 88 Update a test case in arm/release.sh to use '-n'. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T17:17:18.307780Z K 7 svn:log V 87 Record mergeinfo for r262513, missed in r262788. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T17:23:29.982571Z K 7 svn:log V 118 MFC r262513: Update release/release.conf.sample to reflect changes in r262509. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T17:23:38.042664Z K 7 svn:log V 118 MFC r262513: Update release/release.conf.sample to reflect changes in r262509. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 8 hselasky K 8 svn:date V 27 2014-03-05T18:39:27.298841Z K 7 svn:log V 138 - Temporary fix for race in RUN driver which can cause freed memory to be accessed. - Properly lock callout_reset()'s. MFC after: 1 week END K 10 svn:author V 2 bz K 8 svn:date V 27 2014-03-05T18:45:11.593026Z K 7 svn:log V 214 This will be my playground. Maybe I will sandbox you. Maybe I will just stage patches for wider testing here. Maybe you will find something useful here. Hopefully all of this will find its way into someones ^head. END K 10 svn:author V 2 bz K 8 svn:date V 27 2014-03-05T18:50:16.609353Z K 7 svn:log V 113 Create a copy of ^head to create a workspace to maintain a DNS64 patch for unbound relative to the FreeBSD tree. END K 10 svn:author V 3 gjb K 8 svn:date V 27 2014-03-05T18:56:14.419118Z K 7 svn:log V 104 Make sure XDEV and XDEV_ARCH are set if EMBEDDEDBUILD is defined. Sponsored by: The FreeBSD Foundation END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T19:26:22.589398Z K 7 svn:log V 37 Fix compilation for 32-bit machines. END K 10 svn:author V 3 dim K 8 svn:date V 27 2014-03-05T19:28:50.987833Z K 7 svn:log V 52 Fix minor typo in detect-mergeinfo-bloat.pl script. END