svn commit: r215213 - in head: etc/defaults etc/periodic/security share/man/man5

2010-11-12 Thread Brooks Davis
Author: brooks Date: Sat Nov 13 00:40:43 2010 New Revision: 215213 URL: http://svn.freebsd.org/changeset/base/215213 Log: Add an (off by default) check for negative permissions (where the group on a object has less permissions that everyone). These permissions will not work reliably over

Re: svn commit: r216089 - head/sbin/ifconfig

2010-12-03 Thread Brooks Davis
On Thu, Dec 02, 2010 at 01:19:27PM +, Gavin Atkinson wrote: On Wed, 2010-12-01 at 03:24 +, Weongyo Jeong wrote: Author: weongyo Date: Wed Dec 1 03:24:38 2010 New Revision: 216089 URL: http://svn.freebsd.org/changeset/base/216089 Log: Don't print usbus[0-9] interfaces

svn commit: r239683 - head/sys/mips/conf

2012-08-25 Thread Brooks Davis
Author: brooks Date: Sat Aug 25 17:34:48 2012 New Revision: 239683 URL: http://svn.freebsd.org/changeset/base/239683 Log: Don't include syscons in the config just yet. We haven't imported the touchscreen driver yet. Modified: head/sys/mips/conf/BERI_DE4_MDROOT

svn commit: r239685 - in head: share/man/man4 sys/conf sys/dev/isf sys/mips/conf usr.sbin usr.sbin/isfctl

2012-08-25 Thread Brooks Davis
Author: brooks Date: Sat Aug 25 18:08:20 2012 New Revision: 239685 URL: http://svn.freebsd.org/changeset/base/239685 Log: Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. The driver attempts to support all documented parts, but has only been tested with the

Re: svn commit: r239679 - head/sys/mips/conf

2012-09-04 Thread Brooks Davis
On Tue, Sep 04, 2012 at 03:17:52PM -0400, John Baldwin wrote: On Saturday, August 25, 2012 8:02:14 am Robert Watson wrote: Author: rwatson Date: Sat Aug 25 12:02:13 2012 New Revision: 239679 URL: http://svn.freebsd.org/changeset/base/239679 Log: Add reference kernel

svn commit: r240139 - head/sys/mips/conf

2012-09-05 Thread Brooks Davis
Author: brooks Date: Wed Sep 5 15:55:51 2012 New Revision: 240139 URL: http://svn.freebsd.org/changeset/base/240139 Log: Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't exist they don't cause make tinderbox to fail. Reported by: jhb Modified:

svn commit: r240468 - in head: . share/mk sys/conf

2012-09-13 Thread Brooks Davis
Author: brooks Date: Thu Sep 13 16:00:46 2012 New Revision: 240468 URL: http://svn.freebsd.org/changeset/base/240468 Log: Introduce a new make variable COMPILER_TYPE that specifies what type of compiler is being used (currently clang or gcc). COMPILER_TYPE is set in the new bsd.compiler.mk

svn commit: r240966 - head/share/mk

2012-09-26 Thread Brooks Davis
Author: brooks Date: Wed Sep 26 17:25:15 2012 New Revision: 240966 URL: http://svn.freebsd.org/changeset/base/240966 Log: Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk. When the compiler is clang add c++11 to COMPILER_FEATURES. When the compiler supports c++11,

svn commit: r241684 - head

2012-10-18 Thread Brooks Davis
Author: brooks Date: Thu Oct 18 12:32:51 2012 New Revision: 241684 URL: http://svn.freebsd.org/changeset/base/241684 Log: Allow LOCAL_(DIRS,LIBS) to install files in directories not found in the system mtree files via a LOCAL_MTREE variable which contains a list of mtree files to be applyed

svn commit: r237141 - head

2012-06-15 Thread Brooks Davis
Author: brooks Date: Fri Jun 15 19:40:59 2012 New Revision: 237141 URL: http://svn.freebsd.org/changeset/base/237141 Log: MFP4: 212854, 212854 Add a LOCAL_LIB_DIRS variable to complement the existing LOCAL_DIRS and LOCAL_TOOL_DIRS variables. Directories in LOCAL_LIB_DIRS are built at

svn commit: r237142 - head

2012-06-15 Thread Brooks Davis
Author: brooks Date: Fri Jun 15 19:42:49 2012 New Revision: 237142 URL: http://svn.freebsd.org/changeset/base/237142 Log: Minor wording change. The previous commit message should have included: Sponsored by: DARPA, AFRL Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r237820 - head/sys/geom

2012-06-29 Thread Brooks Davis
Author: brooks Date: Fri Jun 29 20:15:00 2012 New Revision: 237820 URL: http://svn.freebsd.org/changeset/base/237820 Log: MFP4 #212266 Fix compile on MIPS64. Sponsored by: DARPA, AFRL Modified: head/sys/geom/geom_map.c Modified: head/sys/geom/geom_map.c

Re: svn commit: r237875 - head/sys/geom

2012-07-02 Thread Brooks Davis
On Sun, Jul 01, 2012 at 05:22:13AM +, Warner Losh wrote: Author: imp Date: Sun Jul 1 05:22:13 2012 New Revision: 237875 URL: http://svn.freebsd.org/changeset/base/237875 Log: Use %j to match intmax_t. Thanks for fixing this, sorry for the breakage. -- Brooks pgp5AwSqvONqj.pgp

svn commit: r238141 - head/lib/libc/gen

2012-07-05 Thread Brooks Davis
Author: brooks Date: Thu Jul 5 17:02:20 2012 New Revision: 238141 URL: http://svn.freebsd.org/changeset/base/238141 Log: Document the behavior (from 4.4-lite) that tokens returned by telldir() are single use. Sponsored by: DARPA, AFRL MFC after:3 days Modified:

Re: svn commit: r238141 - head/lib/libc/gen

2012-07-05 Thread Brooks Davis
On Thu, Jul 05, 2012 at 05:02:20PM +, Brooks Davis wrote: Author: brooks Date: Thu Jul 5 17:02:20 2012 New Revision: 238141 URL: http://svn.freebsd.org/changeset/base/238141 Log: Document the behavior (from 4.4-lite) that tokens returned by telldir() are single use. The ideal

svn commit: r238427 - head/etc/rc.d

2012-07-13 Thread Brooks Davis
Author: brooks Date: Fri Jul 13 20:10:59 2012 New Revision: 238427 URL: http://svn.freebsd.org/changeset/base/238427 Log: MFP4 214344: Tighten the regular expression that checks for an md /tmp such that no /tmp mount and an md / isn't improperly matched. Sponsored by: DARPA/AFRL

svn commit: r239107 - head/sys/conf

2012-08-06 Thread Brooks Davis
Author: brooks Date: Mon Aug 6 21:24:43 2012 New Revision: 239107 URL: http://svn.freebsd.org/changeset/base/239107 Log: MFP4 change 214967: Make the process of embedding MDROOT images less perilous by makeing the target that links kernel and embedding the image depend

Re: svn commit: r239107 - head/sys/conf

2012-08-06 Thread Brooks Davis
On Mon, Aug 06, 2012 at 09:24:43PM +, Brooks Davis wrote: Author: brooks Date: Mon Aug 6 21:24:43 2012 New Revision: 239107 URL: http://svn.freebsd.org/changeset/base/239107 Log: MFP4 change 214967: Make the process of embedding MDROOT images less perilous by makeing

svn commit: r227459 - in head/sys: dev/lmc net netgraph netinet

2011-11-11 Thread Brooks Davis
Author: brooks Date: Fri Nov 11 22:57:52 2011 New Revision: 227459 URL: http://svn.freebsd.org/changeset/base/227459 Log: In r191367 the need for if_free_type() was removed and a new member if_alloctype was used to store the origional interface type. Take advantage of this change by

Re: svn commit: r228071 - head/sys/net

2011-11-28 Thread Brooks Davis
On Mon, Nov 28, 2011 at 02:44:59PM +, Gleb Smirnoff wrote: Author: glebius Date: Mon Nov 28 14:44:59 2011 New Revision: 228071 URL: http://svn.freebsd.org/changeset/base/228071 Log: - Use generic alloc_unr(9) allocator for if_clone, instead of hand-made. - When registering

svn commit: r228380 - head/sys/net

2011-12-09 Thread Brooks Davis
Author: brooks Date: Fri Dec 9 23:26:28 2011 New Revision: 228380 URL: http://svn.freebsd.org/changeset/base/228380 Log: Remove the unused if_free_type() function. X-MFC after: never Modified: head/sys/net/if.c head/sys/net/if_var.h Modified: head/sys/net/if.c

Re: svn commit: r227459 - in head/sys: dev/lmc net netgraph netinet

2011-12-09 Thread Brooks Davis
On Sat, Nov 12, 2011 at 04:33:36PM -0800, Ben Laurie wrote: On Fri, Nov 11, 2011 at 2:57 PM, Brooks Davis bro...@freebsd.org wrote: Author: brooks Date: Fri Nov 11 22:57:52 2011 New Revision: 227459 URL: http://svn.freebsd.org/changeset/base/227459 Log: ?In r191367 the need

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-19 Thread Brooks Davis
On Mon, Dec 19, 2011 at 12:41:29PM -0800, Steve Kargl wrote: On Mon, Dec 19, 2011 at 08:09:32PM +, David Chisnall wrote: On 19 Dec 2011, at 19:52, Warner Losh wrote: -1. The needs of the many? Please. Let's break a useful feature because some people don't understand it and are

svn commit: r224640 - head/crypto/openssh

2011-08-03 Thread Brooks Davis
Author: brooks Date: Wed Aug 3 20:00:36 2011 New Revision: 224640 URL: http://svn.freebsd.org/changeset/base/224640 Log: Enable keyword expansion for $FreeBSD$ on files where it was added it r224638. Submitted by: bz Approved by: re (implicit) Point hat to: brooks Modified:

svn commit: r224642 - head/crypto/openssh

2011-08-03 Thread Brooks Davis
Author: brooks Date: Wed Aug 3 20:21:52 2011 New Revision: 224642 URL: http://svn.freebsd.org/changeset/base/224642 Log: Fix two more $FreeBSD$ keywords. Reported by: pluknet Approved by: re (implicit) Modified: head/crypto/openssh/compat.h (contents, props changed)

svn commit: r219018 - head/etc/defaults

2011-02-24 Thread Brooks Davis
Author: brooks Date: Thu Feb 24 23:51:59 2011 New Revision: 219018 URL: http://svn.freebsd.org/changeset/base/219018 Log: Enable the check for negative permissions (the group on a file can't do something everyone can) by default. X-MFC after: never Modified:

svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-04-20 Thread Brooks Davis
Author: brooks Date: Fri Apr 20 21:37:42 2012 New Revision: 234504 URL: http://svn.freebsd.org/changeset/base/234504 Log: Enable DTrace hooks in GENERIC. Reviewed by: gnn Approved by: core (jhb, imp) Requested by: a cast of thousands MFC after:3 days Modified:

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-04-21 Thread Brooks Davis
On Sat, Apr 21, 2012 at 09:45:57AM -0400, Ryan Stone wrote: On Fri, Apr 20, 2012 at 5:37 PM, Brooks Davis bro...@freebsd.org wrote: Author: brooks Date: Fri Apr 20 21:37:42 2012 New Revision: 234504 URL: http://svn.freebsd.org/changeset/base/234504 Log: ?Enable DTrace hooks

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Brooks Davis
On Mon, May 07, 2012 at 03:05:55PM +, Bjoern A. Zeeb wrote: On 7. May 2012, at 13:53 , Ryan Stone wrote: A libthr fix went in on the 5th in r235068. I think that it was root@noinet:/usr/src # ident lib/libthr/thread/thr_sleepq.c lib/libthr/thread/thr_sleepq.c: $FreeBSD:

svn commit: r235150 - in head/sys: amd64/conf i386/conf

2012-05-08 Thread Brooks Davis
Author: brooks Date: Wed May 9 01:37:48 2012 New Revision: 235150 URL: http://svn.freebsd.org/changeset/base/235150 Log: The DDB_CTF has little or nothing to do with the debugger so move it next KDTRACE_HOOKS. Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified:

svn commit: r204278 - head/sys/kern

2010-02-24 Thread Brooks Davis
Author: brooks Date: Wed Feb 24 15:52:18 2010 New Revision: 204278 URL: http://svn.freebsd.org/changeset/base/204278 Log: Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit was too high due to several overflows. The actual limit is somewhere in the neighborhood of INT_MAX/4

svn commit: r205073 - head/share/misc

2010-03-11 Thread Brooks Davis
Author: brooks Date: Fri Mar 12 07:26:37 2010 New Revision: 205073 URL: http://svn.freebsd.org/changeset/base/205073 Log: Regen: * Hart: rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y). * Boemler:vendors.txt (2010-03126) PR: kern/133733 MFC after:1 week

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Brooks Davis
On Tue, May 03, 2011 at 03:39:27PM +0200, Roman Divacky wrote: With the recent libobjc removal this means that we can compile all (no exceptions) of FreeBSD/{i386,amd64} with clang. Quite a milestone in my opinion :) Great news! Thanks for all the work to make this happen! Has boot2 been

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-19 Thread Brooks Davis
On Fri, Jan 13, 2012 at 11:21:48AM +0400, Eygene Ryabinkin wrote: The related topic: in the process of grepping for dhclient within /etc, I had found that /etc/netstart still wants to invoke it. But it will do a lone '/etc/rc.d/dhclient quietstart' and this will never be useful in the current

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-20 Thread Brooks Davis
On Fri, Jan 20, 2012 at 03:06:02PM +0400, Eygene Ryabinkin wrote: Thu, Jan 19, 2012 at 11:27:59AM -0600, Brooks Davis wrote: Arguably it should be moved to /libexec since it's not an rc.d script and simply uses the framework because it had similar needs Well, I fear that some user scripts

svn commit: r230403 - head/etc/rc.d

2012-01-20 Thread Brooks Davis
Author: brooks Date: Fri Jan 20 22:55:19 2012 New Revision: 230403 URL: http://svn.freebsd.org/changeset/base/230403 Log: When creating the jails /dev/log symlink, do it by full path to avoid creating stray log symlinks if the mount fails. That apparently happens in some ezjail configs.

svn commit: r231196 - head/lib/libc/net

2012-02-08 Thread Brooks Davis
Author: brooks Date: Wed Feb 8 11:30:13 2012 New Revision: 231196 URL: http://svn.freebsd.org/changeset/base/231196 Log: eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and ether_nota_r and do not use static variables so remove the note copied from ethers.3 saying

svn commit: r231568 - head/usr.sbin/periodic

2012-02-12 Thread Brooks Davis
Author: brooks Date: Sun Feb 12 23:18:05 2012 New Revision: 231568 URL: http://svn.freebsd.org/changeset/base/231568 Log: Prevent periodic scripts that run longer than the expected period from starting up before the previous script finishes. This prevents an infinite number of them from

svn commit: r250112 - head/lib

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 18:14:22 2013 New Revision: 250112 URL: http://svnweb.freebsd.org/changeset/base/250112 Log: Wrap the creation of the ../include link in /usr/lib in !defined(LIBRARIES_ONLY) so it is only created once on architectures with 32-bit compat support. Replace

svn commit: r250113 - head/sys/dev/altera/jtag_uart

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 18:29:05 2013 New Revision: 250113 URL: http://svnweb.freebsd.org/changeset/base/250113 Log: Partial MFC of change 228122: Due to the requirement that tty prefixes be unique per driver, rename the Altera JTAG UART devices to ttyj#. Sponsored by:

svn commit: r250114 - in head/sys: conf dev/cfi

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 18:33:29 2013 New Revision: 250114 URL: http://svnweb.freebsd.org/changeset/base/250114 Log: MFP4 changes 222065 and 222068: Add a simplebus attachment for cfi(4)'s FDT support and move cfi_bus_fdt.c to sys/conf/files so non-ppc architectures are

svn commit: r250115 - head/sys/dev/cfi

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 18:48:11 2013 New Revision: 250115 URL: http://svnweb.freebsd.org/changeset/base/250115 Log: MFP4 change 222060: On Intel devices, put the Factory PPR in kenv. On some FPGA boards it may be the only software accessable unique ID. Sponsored by: DARPA,

svn commit: r250116 - head/etc

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 19:26:44 2013 New Revision: 250116 URL: http://svnweb.freebsd.org/changeset/base/250116 Log: Make an attempt to detect missing MTREE files in distrib-dirs. Not perfect, but this is just a developer seatbelt. PR: conf/176897 Submitted by:

svn commit: r250119 - head

2013-04-30 Thread Brooks Davis
Author: brooks Date: Tue Apr 30 20:53:28 2013 New Revision: 250119 URL: http://svnweb.freebsd.org/changeset/base/250119 Log: Add some advice to get past the hurdle of install -l for the common, but non-default (and unsupportable) case of setting INSTALL=install -C in /etc/make.conf or

svn commit: r250337 - head/cddl/lib/drti

2013-05-07 Thread Brooks Davis
Author: brooks Date: Tue May 7 22:05:57 2013 New Revision: 250337 URL: http://svnweb.freebsd.org/changeset/base/250337 Log: Work around the implementation of LIBRARIES_ONLY. It causes drti.o to not be installed in /usr/lib32 on systems with compat-32 support. This fix has two parts.

svn commit: r250407 - in head/usr.sbin/makefs: . compat

2013-05-09 Thread Brooks Davis
Author: brooks Date: Thu May 9 14:43:36 2013 New Revision: 250407 URL: http://svnweb.freebsd.org/changeset/base/250407 Log: Remove duplicated copies of various NetBSD compatibility shims used by makefs and use libnetbsd, contrib/mtree, and contrib/mknod instead. Sponsored by: DARPA,

svn commit: r250658 - in head: share/mk sys/conf tools/build/options

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 13:04:10 2013 New Revision: 250658 URL: http://svnweb.freebsd.org/changeset/base/250658 Log: Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to checking our kernel printf extensions. This is useful to allow compilers without these

svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 14:30:03 2013 New Revision: 250659 URL: http://svnweb.freebsd.org/changeset/base/250659 Log: Add support for an external cross compiler. The cross compiler is specified by passing the XCC, XCXX, and XCPP variables (corresponding to CC, CXX, and CPP) to

svn commit: r250660 - head/share/man/man5

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 14:35:02 2013 New Revision: 250660 URL: http://svnweb.freebsd.org/changeset/base/250660 Log: Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r250698 - head/tools/tools/makeroot

2013-05-16 Thread Brooks Davis
Author: brooks Date: Thu May 16 14:38:12 2013 New Revision: 250698 URL: http://svnweb.freebsd.org/changeset/base/250698 Log: Add a sample script to create filesystem images from an installed tree created by installworld+distribution with the -DNO_ROOT option. Added:

svn commit: r250707 - head

2013-05-16 Thread Brooks Davis
Author: brooks Date: Thu May 16 18:37:14 2013 New Revision: 250707 URL: http://svnweb.freebsd.org/changeset/base/250707 Log: Implement NO_ROOT support for distributekernel and packagekernel. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-20 Thread Brooks Davis
On Fri, May 17, 2013 at 12:06:01AM +0200, Andreas Tobler wrote: On 15.05.13 16:30, Brooks Davis wrote: Author: brooks Date: Wed May 15 14:30:03 2013 New Revision: 250659 URL: http://svnweb.freebsd.org/changeset/base/250659 Log: Add support for an external cross compiler

svn commit: r250830 - head/tools/tools/makeroot

2013-05-20 Thread Brooks Davis
Author: brooks Date: Mon May 20 20:32:58 2013 New Revision: 250830 URL: http://svnweb.freebsd.org/changeset/base/250830 Log: Cleanups and markup improvements suggested by trociny and joel. Modified: head/tools/tools/makeroot/makeroot.8 Modified: head/tools/tools/makeroot/makeroot.8

svn commit: r250832 - head

2013-05-20 Thread Brooks Davis
Author: brooks Date: Mon May 20 21:16:38 2013 New Revision: 250832 URL: http://svnweb.freebsd.org/changeset/base/250832 Log: Fix distributekernel in the non NO_ROOT case. PR: conf/178775 Submitted by: Garrett Cooper yaneurab...@gmail.com Modified: head/Makefile.inc1

svn commit: r250859 - head

2013-05-21 Thread Brooks Davis
Author: brooks Date: Tue May 21 16:58:23 2013 New Revision: 250859 URL: http://svnweb.freebsd.org/changeset/base/250859 Log: Restore the ability to build on systems with 32-bit compat when the system compiler is not clang. clang and gcc appear to differ signficantly in their interpretation

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-21 Thread Brooks Davis
On Mon, May 20, 2013 at 10:17:33PM +0200, Andreas Tobler wrote: On 20.05.13 22:10, Brooks Davis wrote: On Mon, May 20, 2013 at 09:59:35PM +0200, Andreas Tobler wrote: On 20.05.13 21:51, Brooks Davis wrote: On Fri, May 17, 2013 at 12:06:01AM +0200, Andreas Tobler wrote: On 15.05.13 16:30

Re: svn commit: r250860 - head/gnu/usr.bin/diff

2013-05-24 Thread Brooks Davis
On Fri, May 24, 2013 at 06:06:59AM +, Antoine Brodin wrote: On Tue, May 21, 2013 at 5:28 PM, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Tue May 21 17:28:19 2013 New Revision: 250860 URL: http://svnweb.freebsd.org/changeset/base/250860 Log: Don't look for

svn commit: r251117 - in head/sys: dev/cfi geom

2013-05-29 Thread Brooks Davis
Author: brooks Date: Thu May 30 01:19:02 2013 New Revision: 251117 URL: http://svnweb.freebsd.org/changeset/base/251117 Log: MFP4 @222836 Add support for partitioning CFI disks from FDT using geom_flashmap. Sponsored by: DARPA, AFRL Modified: head/sys/dev/cfi/cfi_disk.c

svn commit: r251118 - head/sys/dev/cfi

2013-05-29 Thread Brooks Davis
Author: brooks Date: Thu May 30 01:22:50 2013 New Revision: 251118 URL: http://svnweb.freebsd.org/changeset/base/251118 Log: MFP4 @217311 Intel and Sharp flash power on with their blocks in a locked state. Unlocked them before attempting to perform an erase or write action and relock

svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
Author: brooks Date: Thu May 30 14:09:58 2013 New Revision: 251140 URL: http://svnweb.freebsd.org/changeset/base/251140 Log: Always define INSTALL_DDIR and define it such that it contains no extra / characters rather than removing them later on. This should fix release builds. PR:

svn commit: r251141 - head

2013-05-30 Thread Brooks Davis
Author: brooks Date: Thu May 30 15:25:54 2013 New Revision: 251141 URL: http://svnweb.freebsd.org/changeset/base/251141 Log: Restore (at least temporarily) SHARED=symlinks in the build includes stage of buildworld. This was accidentally included in r251140. Reported by: jhb Modified:

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote: On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: Author: brooks Date: Thu May 30 14:09:58 2013 New Revision: 251140 URL: http://svnweb.freebsd.org/changeset/base/251140 Log: Always define INSTALL_DDIR

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: On Thu, May 30, 2013 at 10:29:33AM -0500, Brooks Davis wrote: On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote: On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: Author: brooks Date: Thu May 30

svn commit: r251424 - head/usr.bin/xinstall

2013-06-05 Thread Brooks Davis
Author: brooks Date: Wed Jun 5 17:02:21 2013 New Revision: 251424 URL: http://svnweb.freebsd.org/changeset/base/251424 Log: New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2. Sponsored by: DARPA, AFRL Submitted by: ru MFC after:3 days Modified:

svn commit: r251689 - head

2013-06-13 Thread Brooks Davis
Author: brooks Date: Thu Jun 13 18:26:04 2013 New Revision: 251689 URL: http://svnweb.freebsd.org/changeset/base/251689 Log: Be more agressive about bootstrapping ctfmerge and ctfconvert so builds from existing releases have a chance of working properly. Sponsored by: DARPA, AFRL MFC

Re: svn commit: r251689 - head

2013-06-13 Thread Brooks Davis
On Thu, Jun 13, 2013 at 08:53:14PM +0200, Dimitry Andric wrote: On Jun 13, 2013, at 20:26, Brooks Davis bro...@freebsd.org wrote: Author: brooks Date: Thu Jun 13 18:26:04 2013 New Revision: 251689 URL: http://svnweb.freebsd.org/changeset/base/251689 Log: Be more agressive about

svn commit: r251765 - head

2013-06-14 Thread Brooks Davis
Author: brooks Date: Fri Jun 14 22:32:47 2013 New Revision: 251765 URL: http://svnweb.freebsd.org/changeset/base/251765 Log: Simplify the hierarchy target's logic. [0] Run hierarchy with WORLDTMP in the path so it works when it is invoked directly. Such use is nearly alwasy wrong but

Re: svn commit: r262810 - in head: release release/arm release/tools share/man/man7

2014-03-06 Thread Brooks Davis
On Wed, Mar 05, 2014 at 11:17:53PM +, Glen Barber wrote: Author: gjb Date: Wed Mar 5 23:17:53 2014 New Revision: 262810 URL: http://svnweb.freebsd.org/changeset/base/262810 Log: Merge ^/projects/release-embedded into ^/head. After several months of testing and fixing (and

Re: svn commit: r263949 - head

2014-03-31 Thread Brooks Davis
On Sun, Mar 30, 2014 at 10:24:37PM +, Warner Losh wrote: Author: imp Date: Sun Mar 30 22:24:37 2014 New Revision: 263949 URL: http://svnweb.freebsd.org/changeset/base/263949 Log: When building g++, we need to build libsupc earlier to avoid a race with libproc. Not sure why people

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Brooks Davis
On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision: 264027 URL: http://svnweb.freebsd.org/changeset/base/264027 Log: Add a new release build variable, WITH_COMPRESSED_IMAGES. When set to a non-empty value, the

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Brooks Davis
, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision: 264027 URL: http://svnweb.freebsd.org/changeset/base/264027 Log: Add a new release build variable

svn commit: r264543 - head/lib/libkse

2014-04-16 Thread Brooks Davis
Author: brooks Date: Wed Apr 16 17:12:59 2014 New Revision: 264543 URL: http://svnweb.freebsd.org/changeset/base/264543 Log: Remove the libkse directory. It was unhooked from the build and kernel support removed in 2008 (prior to 8.0). Approved by: deischen, imp MFC after:3 days

svn commit: r264897 - head/sys/mips/beri

2014-04-24 Thread Brooks Davis
Author: brooks Date: Thu Apr 24 22:28:53 2014 New Revision: 264897 URL: http://svnweb.freebsd.org/changeset/base/264897 Log: Merge from CheriBSD: commit 003649d9622ce252a2794ae5891ee7e7c209caca Author: Robert N. M. Watson robert.wat...@cl.cam.ac.uk Date: Wed Feb 5 18:32:09 2014 +

svn commit: r264904 - head/sys/mips/beri

2014-04-24 Thread Brooks Davis
Author: brooks Date: Thu Apr 24 23:28:09 2014 New Revision: 264904 URL: http://svnweb.freebsd.org/changeset/base/264904 Log: Fix beri_simplebus probing. It's not allowed to have two modules on the same bus with the same name. Tweak the description so it's clear the BERI version

svn commit: r265060 - head/sys/kern

2014-04-28 Thread Brooks Davis
Author: brooks Date: Mon Apr 28 20:38:08 2014 New Revision: 265060 URL: http://svnweb.freebsd.org/changeset/base/265060 Log: Revert r263754, re-adding support for hw.bus.devctl_disable. Breaking old devd's and thus hosts that get IP addresses from DHCP was too much of a POLA violation.

svn commit: r265097 - head

2014-04-29 Thread Brooks Davis
Author: brooks Date: Tue Apr 29 16:57:25 2014 New Revision: 265097 URL: http://svnweb.freebsd.org/changeset/base/265097 Log: Merge from CheriBSD: commit 1d1b908107255ffdff4d17f015d8f057d73cc6cb Author: Brooks Davis bro...@one-eyed-alien.net Date: Fri Mar 28 16:24:45 2014 +

svn commit: r265201 - head/sys/kern

2014-05-01 Thread Brooks Davis
Author: brooks Date: Thu May 1 22:28:14 2014 New Revision: 265201 URL: http://svnweb.freebsd.org/changeset/base/265201 Log: Fix a 2038 bug. If time_t is 64-bit (i.e. isn't 32-bit) allow any value of year, not just years less than 2038. Don't bother fixing the underflow in the case

svn commit: r266157 - in head: gnu/usr.bin/dialog lib/ncurses share/mk usr.bin/systat usr.bin/vi usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit usr.sbin/...

2014-05-15 Thread Brooks Davis
Author: brooks Date: Thu May 15 16:44:25 2014 New Revision: 266157 URL: http://svnweb.freebsd.org/changeset/base/266157 Log: Revert r261296. This removes the WITHOUT_NCURSESW option. It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.

svn commit: r266158 - in head: share/man/man5 tools/build/options

2014-05-15 Thread Brooks Davis
Author: brooks Date: Thu May 15 16:51:45 2014 New Revision: 266158 URL: http://svnweb.freebsd.org/changeset/base/266158 Log: Remove documention of WITHOUT_NCURSES removed in r266157. Remove a bit of whitespace from WITHOUT_BINUTILS. Catch up with a bunch of other commits to

svn commit: r253660 - head/share/man/man9

2013-07-25 Thread Brooks Davis
Author: brooks Date: Thu Jul 25 20:53:15 2013 New Revision: 253660 URL: http://svnweb.freebsd.org/changeset/base/253660 Log: Document the sbinuptime() and getsbinuptime() functions introduced in r247452. Sponsored by: DARPA, AFRL Modified: head/share/man/man9/Makefile

svn commit: r254373 - head/sys/x86/isa

2013-08-15 Thread Brooks Davis
Author: brooks Date: Thu Aug 15 17:21:06 2013 New Revision: 254373 URL: http://svnweb.freebsd.org/changeset/base/254373 Log: Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

svn commit: r254374 - head/sys/amd64/amd64

2013-08-15 Thread Brooks Davis
Author: brooks Date: Thu Aug 15 17:44:44 2013 New Revision: 254374 URL: http://svnweb.freebsd.org/changeset/base/254374 Log: Use an ANSI C definition of initializecpucache() to match the declaration and the rest of the file. Modified: head/sys/amd64/amd64/initcpu.c Modified:

svn commit: r255207 - head/sys/dev/cfi

2013-09-04 Thread Brooks Davis
Author: brooks Date: Wed Sep 4 17:19:21 2013 New Revision: 255207 URL: http://svnweb.freebsd.org/changeset/base/255207 Log: MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 Rework the timeout code to use actual time rather than a DELAY() loop and to use both

svn commit: r256687 - head/contrib/mtree

2013-10-17 Thread Brooks Davis
Author: brooks Date: Thu Oct 17 14:18:11 2013 New Revision: 256687 URL: http://svnweb.freebsd.org/changeset/base/256687 Log: Upgrade to the latest version of mtree from NetBSD. This revision re-removes the printing of size for non-regular files, supports type-less root (.) entries as seen

svn commit: r256743 - head/sys/dev/altera/sdcard

2013-10-18 Thread Brooks Davis
Author: brooks Date: Fri Oct 18 15:24:18 2013 New Revision: 256743 URL: http://svnweb.freebsd.org/changeset/base/256743 Log: MFP4: Change 227594 by brooks@brooks_zenith on 2013/04/11 17:10:14 When we fail, print the error that occured if we are giving up or if bootverbose

svn commit: r256744 - in head/sys: conf dev/altera/sdcard

2013-10-18 Thread Brooks Davis
Author: brooks Date: Fri Oct 18 15:27:11 2013 New Revision: 256744 URL: http://svnweb.freebsd.org/changeset/base/256744 Log: MFP4 (driver change only): Change 231100 by brooks@brooks_zenith on 2013/07/12 21:01:31 Add a new option ALTERA_SDCARD_FAST_SIM which checks immediatly

svn commit: r256745 - head/sys/mips/beri

2013-10-18 Thread Brooks Davis
Author: brooks Date: Fri Oct 18 15:40:37 2013 New Revision: 256745 URL: http://svnweb.freebsd.org/changeset/base/256745 Log: MFP4: Change 227630 by bz@bz_zenith on 2013/04/12 08:50:27 Implement soft reset setting sr in sr and just in case loop endlessly afterwards. MFC

svn commit: r256752 - in head: share/man/man4 sys/dev/altera/atse sys/mips/beri

2013-10-18 Thread Brooks Davis
Author: brooks Date: Fri Oct 18 20:44:19 2013 New Revision: 256752 URL: http://svnweb.freebsd.org/changeset/base/256752 Log: MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801, 221804, 221805, 222004, 222006, 222055, 222820, 1135077, 1135118, 1136259 Add atse(4), a

svn commit: r256753 - in head/sys: conf dev/cfi

2013-10-18 Thread Brooks Davis
Author: brooks Date: Fri Oct 18 20:52:42 2013 New Revision: 256753 URL: http://svnweb.freebsd.org/changeset/base/256753 Log: MFP4: 1136252 Add an option ATSE_CFI_HACK to allow memory mapped CFI devices to have their address range allocated sharable so that atse(4) can find it's

svn commit: r256860 - head/sys/ufs/ffs

2013-10-21 Thread Brooks Davis
Author: brooks Date: Mon Oct 21 20:51:08 2013 New Revision: 256860 URL: http://svnweb.freebsd.org/changeset/base/256860 Log: Allow kernels without options SOFTUPDATES to build. This should fix the embedded tinderboxes. Reviewed by: emaste Modified: head/sys/ufs/ffs/ffs_vfsops.c

svn commit: r256861 - in head/sys: conf dev/fdt

2013-10-21 Thread Brooks Davis
Author: brooks Date: Mon Oct 21 21:13:01 2013 New Revision: 256861 URL: http://svnweb.freebsd.org/changeset/base/256861 Log: MFP4: 223121 (FDT infrastructure portion) Implement support for interrupt-parent nodes in simplebus. The current implementation requires that device declarations

svn commit: r256865 - in head: share/man/man4 sys/conf sys/dev/isf sys/mips/conf usr.sbin usr.sbin/isfctl

2013-10-21 Thread Brooks Davis
Author: brooks Date: Mon Oct 21 22:43:38 2013 New Revision: 256865 URL: http://svnweb.freebsd.org/changeset/base/256865 Log: Remove the isf(4) driver. It was created by accident and is subset of the cfi(4) driver. It remained in the tree longer than would be ideal due to the time required

svn commit: r256911 - in head/sys: dev/fdt mips/beri

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 15:29:59 2013 New Revision: 256911 URL: http://svnweb.freebsd.org/changeset/base/256911 Log: MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693, 230523, 1123614 Implement a driver for Robert Norton's PIC as an FDT interrupt controller.

svn commit: r256912 - in head/sys: boot/fdt/dts mips/conf

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 15:45:31 2013 New Revision: 256912 URL: http://svnweb.freebsd.org/changeset/base/256912 Log: Sync BERI kernel configs with P4: Switch the majority of device configuration to FDT from hints. Add BERI_*_BASE configs to reduce duplication in the MDROOT and

svn commit: r256915 - in head: . share/mk

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 15:53:29 2013 New Revision: 256915 URL: http://svnweb.freebsd.org/changeset/base/256915 Log: Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows bootstrapping a copy of clang without building clang for the base system which is useful for

svn commit: r256931 - head/sys/mips/conf

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 20:50:41 2013 New Revision: 256931 URL: http://svnweb.freebsd.org/changeset/base/256931 Log: Enable ATSE_CFI_HACK in BERI configs, stable MAC addresses are useful. MFC after:3 days Sponsored by: DARPA/AFRL Modified: head/sys/mips/conf/BERI_DE4_BASE

svn commit: r256934 - head/sys/mips/include

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 21:06:27 2013 New Revision: 256934 URL: http://svnweb.freebsd.org/changeset/base/256934 Log: MFP4: Change 221534 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/01/27 16:05:30 FreeBSD/mips stores page-table entries in a near-identical format

svn commit: r256936 - head/sys/mips/beri

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 21:13:02 2013 New Revision: 256936 URL: http://svnweb.freebsd.org/changeset/base/256936 Log: Remove a bit of debugging output that slipped into r256911. MFC after:3 days Sponsored by: DARPA/AFRL Modified: head/sys/mips/beri/beri_pic.c Modified:

svn commit: r256937 - in head/sys: conf mips/mips

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 21:16:57 2013 New Revision: 256937 URL: http://svnweb.freebsd.org/changeset/base/256937 Log: MFP4: Change 231031 by brooks@brooks_zenith on 2013/07/11 16:22:08 Turn the unused and uncompilable MIPS_DISABLE_L1_CACHE define in cache.c into

svn commit: r256939 - head/sys/mips/mips

2013-10-22 Thread Brooks Davis
Author: brooks Date: Tue Oct 22 21:27:22 2013 New Revision: 256939 URL: http://svnweb.freebsd.org/changeset/base/256939 Log: MFP4: Change 221767 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/02/05 14:18:53 When printing out information on a TLB MOD exception for a user

  1   2   3   4   5   6   7   8   9   >