svn commit: r195175 - in head: . sys/net sys/sys

2009-06-29 Thread Brooks Davis
Author: brooks Date: Mon Jun 29 19:46:29 2009 New Revision: 195175 URL: http://svn.freebsd.org/changeset/base/195175 Log: Remove support for the /dev/net/* per-interface devices. They serve little purpose and are unused in the base system. The IOCTL functionality is entirely duplicated a

Re: svn commit: r195200 - in head/usr.sbin: . wake

2009-06-30 Thread Brooks Davis
On Tue, Jun 30, 2009 at 09:56:42PM -0400, Ken Smith wrote: > On Tue, 2009-06-30 at 16:40 -0600, M. Warner Losh wrote: > > I hate to be blunt, but this leaves a bad taste in everybody's mouth, > > even if at the end of the day you get your way. > > The second thing that left a bad taste in some peo

Re: svn commit: r195318 - head/usr.bin/cpio

2009-07-03 Thread Brooks Davis
On Fri, Jul 03, 2009 at 05:54:33PM +, Tim Kientzle wrote: > Modified: head/usr.bin/cpio/cmdline.c > == > --- head/usr.bin/cpio/cmdline.c Fri Jul 3 16:33:42 2009 > (r195317) > +++ head/usr.bin/cpio/cmdline

svn commit: r195388 - stable/7/usr.bin/catman

2009-07-05 Thread Brooks Davis
Author: brooks Date: Mon Jul 6 01:32:29 2009 New Revision: 195388 URL: http://svn.freebsd.org/changeset/base/195388 Log: MFC r194493 and r194548 When checking if we can write to a file, use access() instead of a manual permission check based on stat output. Also, get rid of the execut

svn commit: r195843 - in head: lib/libkvm sys/kern sys/sys

2009-07-24 Thread Brooks Davis
Author: brooks Date: Fri Jul 24 15:03:10 2009 New Revision: 195843 URL: http://svn.freebsd.org/changeset/base/195843 Log: Revert the changes to struct kinfo_proc in r194498. Instead, fill in up to 16 (KI_NGROUPS) values and steal a bit from ki_cr_flags (all bits currently unused) to indicat

svn commit: r195853 - in head: sys/kern sys/sys usr.bin/procstat

2009-07-24 Thread Brooks Davis
Author: brooks Date: Fri Jul 24 19:12:19 2009 New Revision: 195853 URL: http://svn.freebsd.org/changeset/base/195853 Log: Introduce a new sysctl process mib, kern.proc.groups which adds the ability to retrieve the group list of each process. Modify procstat's -s option to query this mib w

svn commit: r195859 - in stable/7: lib/libc lib/libc/gen lib/libc/rpc lib/libc/sys usr.bin/id usr.bin/newgrp usr.bin/quota usr.sbin/chown usr.sbin/chroot usr.sbin/jail usr.sbin/jexec usr.sbin/lpr u...

2009-07-24 Thread Brooks Davis
Author: brooks Date: Fri Jul 24 21:42:10 2009 New Revision: 195859 URL: http://svn.freebsd.org/changeset/base/195859 Log: MFC r194494 to improve support for 7.x worlds on >=8.0 kernels: In preparation for raising NGROUPS and NGROUPS_MAX, change base system callers of getgroups(), getgroup

svn commit: r183974 - head/sbin/dhclient

2008-10-17 Thread Brooks Davis
Author: brooks Date: Fri Oct 17 13:28:53 2008 New Revision: 183974 URL: http://svn.freebsd.org/changeset/base/183974 Log: Support the remaining options listed in dhcp-options(5) and RFC 2132. PR: bin/127076 Submitted by: jkim MFC after:1 week Modified: head/sbin/dhclien

svn commit: r183976 - head/sys/dev/usb

2008-10-17 Thread Brooks Davis
Author: brooks Date: Fri Oct 17 14:37:58 2008 New Revision: 183976 URL: http://svn.freebsd.org/changeset/base/183976 Log: Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the same program interface as Microsoft Wireless Notebook Optical Mouse and needs a quirk. PR:

svn commit: r183979 - head/usr.sbin/pkg_install/add

2008-10-17 Thread Brooks Davis
Author: brooks Date: Fri Oct 17 15:10:45 2008 New Revision: 183979 URL: http://svn.freebsd.org/changeset/base/183979 Log: Display usage when pkg_add is called with no arguments. PR: bin/121093 Submitted by: volker Approved by: portmgr (linimon) MFC after:3 days Modifie

svn commit: r184294 - in stable/7/sys: . dev/usb

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:14:50 2008 New Revision: 184294 URL: http://svn.freebsd.org/changeset/base/184294 Log: MFC r183976: Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the same program interface as Microsoft Wireless Notebook Optical Mouse and needs a q

svn commit: r184296 - releng/6.4/usr.sbin/pkg_install releng/6.4/usr.sbin/pkg_install/add stable/6/usr.sbin/pkg_install stable/6/usr.sbin/pkg_install/add stable/7/usr.sbin/pkg_install stable/7/usr....

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:22:10 2008 New Revision: 184296 URL: http://svn.freebsd.org/changeset/base/184296 Log: MFC r183979: Display usage when pkg_add is called with no arguments. PR: bin/121093 Submitted by: volker Approved by: re (kensmith) Modified: stable

svn commit: r184296 - releng/6.4/usr.sbin/pkg_install releng/6.4/usr.sbin/pkg_install/add stable/6/usr.sbin/pkg_install stable/6/usr.sbin/pkg_install/add stable/7/usr.sbin/pkg_install stable/7/usr....

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:22:10 2008 New Revision: 184296 URL: http://svn.freebsd.org/changeset/base/184296 Log: MFC r183979: Display usage when pkg_add is called with no arguments. PR: bin/121093 Submitted by: volker Approved by: re (kensmith) Modified: stable

svn commit: r184296 - releng/6.4/usr.sbin/pkg_install releng/6.4/usr.sbin/pkg_install/add stable/6/usr.sbin/pkg_install stable/6/usr.sbin/pkg_install/add stable/7/usr.sbin/pkg_install stable/7/usr....

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:22:10 2008 New Revision: 184296 URL: http://svn.freebsd.org/changeset/base/184296 Log: MFC r183979: Display usage when pkg_add is called with no arguments. PR: bin/121093 Submitted by: volker Approved by: re (kensmith) Modified: releng

svn commit: r184297 - releng/6.4/sbin/dhclient stable/6/sbin/dhclient stable/7/sbin/dhclient

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:28:04 2008 New Revision: 184297 URL: http://svn.freebsd.org/changeset/base/184297 Log: MFC r183974: Support the remaining options listed in dhcp-options(5) and RFC 2132. PR: bin/127076 Submitted by: jkim Approved by: re (kensmith) Modifi

svn commit: r184297 - releng/6.4/sbin/dhclient stable/6/sbin/dhclient stable/7/sbin/dhclient

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:28:04 2008 New Revision: 184297 URL: http://svn.freebsd.org/changeset/base/184297 Log: MFC r183974: Support the remaining options listed in dhcp-options(5) and RFC 2132. PR: bin/127076 Submitted by: jkim Approved by: re (kensmith) Modifi

svn commit: r184297 - releng/6.4/sbin/dhclient stable/6/sbin/dhclient stable/7/sbin/dhclient

2008-10-26 Thread Brooks Davis
Author: brooks Date: Sun Oct 26 19:28:04 2008 New Revision: 184297 URL: http://svn.freebsd.org/changeset/base/184297 Log: MFC r183974: Support the remaining options listed in dhcp-options(5) and RFC 2132. PR: bin/127076 Submitted by: jkim Approved by: re (kensmith) Modifi

svn commit: r207583 - stable/8/share/misc

2010-05-03 Thread Brooks Davis
Author: brooks Date: Mon May 3 19:56:52 2010 New Revision: 207583 URL: http://svn.freebsd.org/changeset/base/207583 Log: MFC r205073 Regen: * Hart: rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y). * Boemler:vendors.txt (2010-03126) PR: kern/133733 Modified:

svn commit: r207616 - stable/7/share/misc

2010-05-04 Thread Brooks Davis
Author: brooks Date: Tue May 4 15:52:17 2010 New Revision: 207616 URL: http://svn.freebsd.org/changeset/base/207616 Log: MFC r205073 Regen: * Hart: rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y). * Boemler: vendors.txt (2010-03126) PR: kern/133733 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: r204293 - in stable/8/sys: boot/forth compat/linux compat/svr4 i386/ibcs2 kern rpc security/audit sys

2010-02-24 Thread Brooks Davis
Author: brooks Date: Wed Feb 24 22:16:16 2010 New Revision: 204293 URL: http://svn.freebsd.org/changeset/base/204293 Log: MFC r202143,202163,202341,202342,204278 Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic kern.ngroups+1. kern.ngroups can range from NGROUPS_MAX=1023

svn commit: r204671 - stable/8/lib/libc/rpc

2010-03-03 Thread Brooks Davis
Author: brooks Date: Wed Mar 3 21:47:25 2010 New Revision: 204671 URL: http://svn.freebsd.org/changeset/base/204671 Log: MFC r201959 Use the correct types to store uids and gids in the credential cache and eliminate an inappropriate use of NGROUPS. Modified: stable/8/lib/libc/rpc/svc_

svn commit: r204724 - in stable/8/sys: conf rpc/rpcsec_gss

2010-03-04 Thread Brooks Davis
Author: brooks Date: Thu Mar 4 19:35:22 2010 New Revision: 204724 URL: http://svn.freebsd.org/changeset/base/204724 Log: MFC r201853: Make options KGSSAPI build and add it to NOTES. rpcsec_gss_prot.c: Use kernel printf and headers. vc_rpcsec_gss.c: Use a local RPCAUTH_UNI

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: r192800 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/common/acl cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/

2009-05-26 Thread Brooks Davis
On Tue, May 26, 2009 at 03:24:05PM +0200, Ivan Voras wrote: > 2009/5/26 Robert Watson : > > On Tue, 26 May 2009, Edward Tomasz Napierala wrote: > > > >> +/*- > >> + * Copyright (c) 2008, 2009 Edward Tomasz Napiera??a > >> + * All rights reserved. > >> + * > >> + * Redistribution and use in source

svn commit: r193001 - svnadmin/conf

2009-05-28 Thread Brooks Davis
Author: brooks Date: Thu May 28 22:11:10 2009 New Revision: 193001 URL: http://svn.freebsd.org/changeset/base/193001 Log: it's been too long since I merged and my branch diffs are too big Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ==

Re: svn commit: r193199 - head/etc

2009-06-02 Thread Brooks Davis
On Tue, Jun 02, 2009 at 12:21:49AM -0700, Brian Somers wrote: > On Mon, 01 Jun 2009 15:34:12 +0100 Bruce Simpson wrote: > > Doug Barton wrote: > > > Log: > > > Eliminate the warning that "Values of network_interfaces other than > > > AUTO are deprecated.' There is no good reason to deprecate t

Re: svn commit: r193199 - head/etc

2009-06-02 Thread Brooks Davis
On Mon, Jun 01, 2009 at 03:34:12PM +0100, Bruce Simpson wrote: > Doug Barton wrote: >> Log: >> Eliminate the warning that "Values of network_interfaces other than >> AUTO are deprecated.' There is no good reason to deprecate them, and >> setting this to different values can be useful for cust

Re: svn commit: r193199 - head/etc

2009-06-02 Thread Brooks Davis
On Tue, Jun 02, 2009 at 04:34:07PM +0100, Bruce Simpson wrote: > Brooks Davis wrote: >> On Mon, Jun 01, 2009 at 03:34:12PM +0100, Bruce Simpson wrote: >> >>> Doug Barton wrote: >>> >>>> Log: >>>> Eliminate the warning that

Re: svn commit: r193199 - head/etc

2009-06-02 Thread Brooks Davis
On Tue, Jun 02, 2009 at 04:45:31PM +0100, Bruce Simpson wrote: > Brooks Davis wrote: >> ... >>> On boot time I instantiate a tap0 instance from cloned_interfaces=".." in >>> /etc/rc.conf, and then use ifconfig_tap0="..." to clone the MAC address >

Re: svn commit: r193199 - head/etc

2009-06-03 Thread Brooks Davis
On Wed, Jun 03, 2009 at 07:57:37AM -0400, John Baldwin wrote: > On Wednesday 03 June 2009 5:31:10 am Dag-Erling Sm??rgrav wrote: > > John Baldwin writes: > > > [...] Given that, there really isn't a good reason to customize > > > network_interfaces anymore. > > > > Listing e.g. bge0 in network_i

svn commit: r268415 - stable/8/sys/geom

2014-07-08 Thread Brooks Davis
Author: brooks Date: Tue Jul 8 15:30:05 2014 New Revision: 268415 URL: http://svnweb.freebsd.org/changeset/base/268415 Log: MFC r223930: Remove include of sys/sbuf.h from geom/geom.h. sbuf support is not always required for geom/geom.h users, and no need to depend from it. PR:

svn commit: r268422 - stable/8/sys/geom

2014-07-08 Thread Brooks Davis
Author: brooks Date: Tue Jul 8 19:15:32 2014 New Revision: 268422 URL: http://svnweb.freebsd.org/changeset/base/268422 Log: Revert r268415. I botched testing and a large set of changes needs to be applied for this to work. Modified: stable/8/sys/geom/geom.h Directory Properties: sta

Re: svn commit: r268415 - stable/8/sys/geom

2014-07-09 Thread Brooks Davis
On Wed, Jul 09, 2014 at 07:28:26PM +0400, Andrey V. Elsukov wrote: > On 08.07.2014 19:30, Brooks Davis wrote: > > Author: brooks > > Date: Tue Jul 8 15:30:05 2014 > > New Revision: 268415 > > URL: http://svnweb.freebsd.org/changeset/base/268415 > > > > Log:

Re: svn commit: r268422 - stable/8/sys/geom

2014-07-09 Thread Brooks Davis
On Wed, Jul 09, 2014 at 07:30:46PM +0400, Andrey V. Elsukov wrote: > On 08.07.2014 23:15, Brooks Davis wrote: > > Author: brooks > > Date: Tue Jul 8 19:15:32 2014 > > New Revision: 268422 > > URL: http://svnweb.freebsd.org/changeset/base/268422 > > > > Lo

svn commit: r268804 - in head: bin/csh bin/ls bin/sh games/grdc gnu/lib/libreadline/readline gnu/usr.bin/gdb/gdb gnu/usr.bin/gdb/gdbtui gnu/usr.bin/gdb/kgdb gnu/usr.bin/texinfo/info kerberos5/usr.b...

2014-07-17 Thread Brooks Davis
Author: brooks Date: Thu Jul 17 18:24:34 2014 New Revision: 268804 URL: http://svnweb.freebsd.org/changeset/base/268804 Log: Replace all uses of libncurses and libtermcap with their wide character variants. This allows usable file system images (i.e. those with both a shell and an editor) t

Re: svn commit: r268804 - in head: bin/csh bin/ls bin/sh games/grdc gnu/lib/libreadline/readline gnu/usr.bin/gdb/gdb gnu/usr.bin/gdb/gdbtui gnu/usr.bin/gdb/kgdb gnu/usr.bin/texinfo/info kerberos5/usr.

2014-07-17 Thread Brooks Davis
On Thu, Jul 17, 2014 at 11:38:32AM -0700, Xin Li wrote: > On 07/17/14 11:24, Brooks Davis wrote: > > Author: brooks Date: Thu Jul 17 18:24:34 2014 New Revision: 268804 > > URL: http://svnweb.freebsd.org/changeset/base/268804 > > > > Log: Replace all uses of libncurse

svn commit: r272753 - stable/10/contrib/libc-vis

2014-10-08 Thread Brooks Davis
Author: brooks Date: Wed Oct 8 15:44:11 2014 New Revision: 272753 URL: https://svnweb.freebsd.org/changeset/base/272753 Log: MFC r271287: Merge from NetBSD: PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings gracefully. (don't abuse 0 to mean compute string length in

svn commit: r272755 - in stable/9: contrib/libc-vis etc/rc.d sbin/devd share/man/man4 tools/tools/sysdoc

2014-10-08 Thread Brooks Davis
Author: brooks Date: Wed Oct 8 15:58:28 2014 New Revision: 272755 URL: https://svnweb.freebsd.org/changeset/base/272755 Log: MFC r271287: Merge from NetBSD: PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings gracefully. (don't abuse 0 to mean compute string length in

svn commit: r272760 - in stable/9: contrib/libc-vis etc/rc.d sbin/devd share/man/man4 tools/tools/sysdoc

2014-10-08 Thread Brooks Davis
Author: brooks Date: Wed Oct 8 16:35:57 2014 New Revision: 272760 URL: https://svnweb.freebsd.org/changeset/base/272760 Log: Revert botched r272755. PR: 193447 Modified: stable/9/contrib/libc-vis/vis.c stable/9/etc/rc.d/devd stable/9/sbin/devd/devd.cc stable/9/share/man/

svn commit: r273170 - head/tools/build/options

2014-10-16 Thread Brooks Davis
Author: brooks Date: Thu Oct 16 15:52:36 2014 New Revision: 273170 URL: https://svnweb.freebsd.org/changeset/base/273170 Log: MK_ARB_EABI was removed in r272350 so remove the documentation. Deleted: head/tools/build/options/WITHOUT_ARM_EABI ___ svn-

svn commit: r273171 - head/tools/build/options

2014-10-16 Thread Brooks Davis
Author: brooks Date: Thu Oct 16 15:54:23 2014 New Revision: 273171 URL: https://svnweb.freebsd.org/changeset/base/273171 Log: Per r273155, HYPERV is built by default on platforms where it makes sense and ignored on others. Deleted: head/tools/build/options/WITH_HYPERV __

svn commit: r273172 - head/tools/build/options

2014-10-16 Thread Brooks Davis
Author: brooks Date: Thu Oct 16 15:55:13 2014 New Revision: 273172 URL: https://svnweb.freebsd.org/changeset/base/273172 Log: Document that WITHOUT_TOOLCHAIN causes headers to not be installed, not just programs. Modified: head/tools/build/options/WITHOUT_TOOLCHAIN Modified: head/tools/bui

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

2014-10-16 Thread Brooks Davis
Author: brooks Date: Thu Oct 16 15:59:00 2014 New Revision: 273173 URL: https://svnweb.freebsd.org/changeset/base/273173 Log: Regenerate src.conf.5 after: r273170: MK_ARB_EABI was removed in r272350 so remove the documentation. r273171: Per r273155, HYPERV is built by default on p

svn commit: r273387 - stable/9/contrib/libc-vis

2014-10-21 Thread Brooks Davis
Author: brooks Date: Tue Oct 21 16:44:03 2014 New Revision: 273387 URL: https://svnweb.freebsd.org/changeset/base/273387 Log: MFC r271287: Merge from NetBSD: PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings gracefully. (don't abuse 0 to mean compute string length in

svn commit: r273612 - head/lib/libc/rpc

2014-10-24 Thread Brooks Davis
Author: brooks Date: Fri Oct 24 23:24:47 2014 New Revision: 273612 URL: https://svnweb.freebsd.org/changeset/base/273612 Log: Remove an unused variable that would be better spelled __func__. Sponsored by: DARPA, AFRL Modified: head/lib/libc/rpc/clnt_vc.c Modified: head/lib/libc/rpc/clnt

svn commit: r273614 - head/lib/libc/stdlib

2014-10-24 Thread Brooks Davis
Author: brooks Date: Fri Oct 24 23:25:44 2014 New Revision: 273614 URL: https://svnweb.freebsd.org/changeset/base/273614 Log: Use the __DECONST macro rather than hand rolling the same thing. Sponsored by: DARPA, AFRL Modified: head/lib/libc/stdlib/lsearch.c Modified: head/lib/libc/stdli

Re: svn commit: r273755 - head

2014-10-28 Thread Brooks Davis
On Tue, Oct 28, 2014 at 07:50:44AM +0100, Baptiste Daroussin wrote: > On Mon, Oct 27, 2014 at 05:26:42PM -0700, NGie Cooper wrote: > > On Mon, Oct 27, 2014 at 4:31 PM, Baptiste Daroussin > > wrote: > > > Author: bapt > > > Date: Mon Oct 27 23:31:07 2014 > > > New Revision: 273755 > > > URL: https

svn commit: r273789 - vendor/NetBSD/mtree/dist

2014-10-28 Thread Brooks Davis
Author: brooks Date: Tue Oct 28 16:24:07 2014 New Revision: 273789 URL: https://svnweb.freebsd.org/changeset/base/273789 Log: Vendor import of NetBSD's mtree(8) at 2014-10-28 Modified: vendor/NetBSD/mtree/dist/create.c vendor/NetBSD/mtree/dist/extern.h vendor/NetBSD/mtree/dist/getid.c v

svn commit: r273790 - vendor/NetBSD/mtree/20141028

2014-10-28 Thread Brooks Davis
Author: brooks Date: Tue Oct 28 16:24:44 2014 New Revision: 273790 URL: https://svnweb.freebsd.org/changeset/base/273790 Log: Tag 2014-10-28 import of NetBSD's mtree(8) Added: vendor/NetBSD/mtree/20141028/ - copied from r273789, vendor/NetBSD/mtree/dist/ _

svn commit: r273796 - head/contrib/mtree

2014-10-28 Thread Brooks Davis
Author: brooks Date: Tue Oct 28 17:52:26 2014 New Revision: 273796 URL: https://svnweb.freebsd.org/changeset/base/273796 Log: Import in latest mtree from NetBSD to fix a bug in parsing group files that jmg fixed upstream. MFC after:1 week Sponsored by: DARPA, AFRL Modified: head/

Re: svn commit: r273955 - in head: etc/rc.d share/man/man7

2014-11-03 Thread Brooks Davis
On Sun, Nov 02, 2014 at 12:11:26AM +, John-Mark Gurney wrote: > Author: jmg > Date: Sun Nov 2 00:11:25 2014 > New Revision: 273955 > URL: https://svnweb.freebsd.org/changeset/base/273955 > > Log: > add an rc.d script to automatically grow the specified FS... It has > been tested on both

Re: svn commit: r274017 - head/sys/kern

2014-11-04 Thread Brooks Davis
On Tue, Nov 04, 2014 at 06:41:44AM +0100, Mateusz Guzik wrote: > re-sent with trimmed cc > > On Mon, Nov 03, 2014 at 07:35:56PM +, Poul-Henning Kamp wrote: > > > > In message <20141104045159.e1...@besplex.bde.org>, Bruce Evans writes: > > > > >This optimization is probably minor, but

svn commit: r274101 - stable/10/contrib/mtree

2014-11-04 Thread Brooks Davis
Author: brooks Date: Tue Nov 4 22:47:51 2014 New Revision: 274101 URL: https://svnweb.freebsd.org/changeset/base/274101 Log: MFC r273796 Import in latest mtree from NetBSD to fix a bug in parsing group files that jmg fixed upstream. Sponsored by: DARPA, AFRL Modified: stable/10/c

svn commit: r265687 - stable/10/sys/kern

2014-05-08 Thread Brooks Davis
Author: brooks Date: Thu May 8 16:12:38 2014 New Revision: 265687 URL: http://svnweb.freebsd.org/changeset/base/265687 Log: MFC r265201 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 underf

svn commit: r265688 - stable/9/sys/kern

2014-05-08 Thread Brooks Davis
Author: brooks Date: Thu May 8 16:26:36 2014 New Revision: 265688 URL: http://svnweb.freebsd.org/changeset/base/265688 Log: MFC r265201 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 underf

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 tools/build

svn commit: r269541 - in head: . sys/boot/kshim sys/boot/usb sys/boot/usb/tools

2014-08-04 Thread Brooks Davis
Author: brooks Date: Mon Aug 4 23:00:13 2014 New Revision: 269541 URL: http://svnweb.freebsd.org/changeset/base/269541 Log: Merge from CheriBSD: Make the sysinit tool a build tool rather than building in with /usr/bin/cc and running it from OBJDIR. (It will be moved to usr.bin once a

Re: svn commit: r274340 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-11 Thread Brooks Davis
On Tue, Nov 11, 2014 at 03:07:54PM +0100, Dag-Erling Sm?rgrav wrote: > Bruce Evans writes: > > -Wcast-qual is not a very good warning option since the official way > > to remove qualifiers in C is to cast them away. Casting them away is > > better than using the __DECONST() abomination. The opti

svn commit: r274806 - head

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 18:18:37 2014 New Revision: 274806 URL: https://svnweb.freebsd.org/changeset/base/274806 Log: Add a guard against attempting to invoke the buildenv target with -j# as that silently exits rather than doing something useful. MFC after:1 week Sponsored b

svn commit: r274807 - head

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 18:35:48 2014 New Revision: 274807 URL: https://svnweb.freebsd.org/changeset/base/274807 Log: Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of directories in LOCAL_LIB_DIRS if they are subdirectories of directories listed in LOCAL_DIRS. This

svn commit: r274816 - in head: lib/libc/mips/gen sys/mips/include

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 20:02:06 2014 New Revision: 274816 URL: https://svnweb.freebsd.org/changeset/base/274816 Log: Add FPU support for MIPS setjmp(3)/longjmp(3). This change saves/restores the callee-saved MIPS floating point registers as documented by the o32/n32/n64 spec ("MI

svn commit: r274818 - head/sys/boot/fdt/dts/mips

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 20:54:12 2014 New Revision: 274818 URL: https://svnweb.freebsd.org/changeset/base/274818 Log: Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3): Rename beripic to beripic0. MFC after:1 week Sponsored by: DARPA, AFRL Modified: head/s

svn commit: r274820 - head/sys/dev/altera/avgen

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:10:02 2014 New Revision: 274820 URL: https://svnweb.freebsd.org/changeset/base/274820 Log: Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389) Remove initalized, but unused devname variable MFC after:1 week Sponsored by: DARPA, AFRL

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

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:14:05 2014 New Revision: 274821 URL: https://svnweb.freebsd.org/changeset/base/274821 Log: Merge from CheriBSD: commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc Make the Altera JTAG UART device driver slightly more forgiving of the foibles of a

svn commit: r274823 - in head/sys: boot/fdt/dts/mips dev/terasic/mtl mips/beri mips/conf

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:34:19 2014 New Revision: 274823 URL: https://svnweb.freebsd.org/changeset/base/274823 Log: Merge from CheriBSD: commit 6d3c4c09226ad6bdd662e3e52489ef294a6ce298 Add terasic_mtl vt(4) framebuffer driver terasic_mtl can be built with syscons(4)

svn commit: r275424 - stable/10

2014-12-02 Thread Brooks Davis
Author: brooks Date: Tue Dec 2 19:58:26 2014 New Revision: 275424 URL: https://svnweb.freebsd.org/changeset/base/275424 Log: MFC r274806: Add a guard against attempting to invoke the buildenv target with -j# as that silently exits rather than doing something useful. Sponsored by: DA

svn commit: r275425 - stable/9

2014-12-02 Thread Brooks Davis
Author: brooks Date: Tue Dec 2 20:23:10 2014 New Revision: 275425 URL: https://svnweb.freebsd.org/changeset/base/275425 Log: MFC r274806: Add a guard against attempting to invoke the buildenv target with -j# as that silently exits rather than doing something useful. Sponsored by: DA

svn commit: r275426 - stable/10/sys/boot/fdt/dts/mips

2014-12-02 Thread Brooks Davis
Author: brooks Date: Tue Dec 2 20:28:05 2014 New Revision: 275426 URL: https://svnweb.freebsd.org/changeset/base/275426 Log: MFC r274818: Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3): Rename beripic to beripic0. Sponsored by: DARPA, AFRL Modified: stable/10/s

svn commit: r275428 - stable/10/sys/dev/altera/avgen

2014-12-02 Thread Brooks Davis
Author: brooks Date: Tue Dec 2 21:23:13 2014 New Revision: 275428 URL: https://svnweb.freebsd.org/changeset/base/275428 Log: MFC r274820: Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389): Remove initalized, but unused devname variable Sponsored by: DARPA, AFRL Modi

svn commit: r275429 - stable/10/sys/dev/altera/jtag_uart

2014-12-02 Thread Brooks Davis
Author: brooks Date: Tue Dec 2 22:04:27 2014 New Revision: 275429 URL: https://svnweb.freebsd.org/changeset/base/275429 Log: MFC r274821: Merge from CheriBSD: commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc Make the Altera JTAG UART device driver slightly more forgiving of the

svn commit: r275566 - stable/10/lib/libc/sys

2014-12-06 Thread Brooks Davis
Author: brooks Date: Sat Dec 6 17:50:37 2014 New Revision: 275566 URL: https://svnweb.freebsd.org/changeset/base/275566 Log: MFC r263928: Use the correct variable name in the example code. PR: 195749 Modified: stable/10/lib/libc/sys/cap_rights_limit.2 Directory Properties

svn commit: r275839 - head

2014-12-16 Thread Brooks Davis
Author: brooks Date: Tue Dec 16 20:45:17 2014 New Revision: 275839 URL: https://svnweb.freebsd.org/changeset/base/275839 Log: Add an UPDATING entry and warning about the change in r274807 to help users transition to the new behavior. Discussed with: jmallett Sponsored by: DARPA, A

svn commit: r277537 - in stable/10: lib/libc/mips/gen sys/mips/include

2015-01-22 Thread Brooks Davis
Author: brooks Date: Thu Jan 22 21:17:58 2015 New Revision: 277537 URL: https://svnweb.freebsd.org/changeset/base/277537 Log: MFC r274816: Add FPU support for MIPS setjmp(3)/longjmp(3). This change saves/restores the callee-saved MIPS floating point registers as documented by the o32

svn commit: r281605 - head/share/man/man3

2015-04-16 Thread Brooks Davis
Author: brooks Date: Thu Apr 16 15:35:17 2015 New Revision: 281605 URL: https://svnweb.freebsd.org/changeset/base/281605 Log: Fix a minor function definition inconsistancy. MFC after:3 days Modified: head/share/man/man3/queue.3 Modified: head/share/man/man3/queue.3 =

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

2015-04-16 Thread Brooks Davis
Author: brooks Date: Thu Apr 16 15:34:22 2015 New Revision: 281604 URL: https://svnweb.freebsd.org/changeset/base/281604 Log: Make it harder to specify invalid LIBADD by causing values without corresponding DPADD_ variables to produce a useful error message. Differential Revision:

svn commit: r281768 - head/share/man/man3

2015-04-20 Thread Brooks Davis
Author: brooks Date: Mon Apr 20 16:23:59 2015 New Revision: 281768 URL: https://svnweb.freebsd.org/changeset/base/281768 Log: Bump doc date missed in r281605. MFC after:1 day Modified: head/share/man/man3/queue.3 Modified: head/share/man/man3/queue.3

svn commit: r281830 - stable/10/share/man/man3

2015-04-21 Thread Brooks Davis
Author: brooks Date: Tue Apr 21 14:22:45 2015 New Revision: 281830 URL: https://svnweb.freebsd.org/changeset/base/281830 Log: MFC r281605,281768: r281605: Fix a minor function definition inconsistancy. r281768: Bump doc date missed in r281605. Modified: stable/10/sha

svn commit: r281831 - stable/9/share/man/man3

2015-04-21 Thread Brooks Davis
Author: brooks Date: Tue Apr 21 14:48:18 2015 New Revision: 281831 URL: https://svnweb.freebsd.org/changeset/base/281831 Log: MFC r281605,281768: r281605: Fix a minor function definition inconsistancy. r281768: Bump doc date missed in r281605. Modified: stable/9/shar

svn commit: r281833 - stable/8/share/man/man3

2015-04-21 Thread Brooks Davis
Author: brooks Date: Tue Apr 21 15:00:49 2015 New Revision: 281833 URL: https://svnweb.freebsd.org/changeset/base/281833 Log: MFC r281605,281768: r281605: Fix a minor function definition inconsistancy. r281768: Bump doc date missed in r281605. Modified: stable/8/shar

svn commit: r281938 - head/contrib/tcpdump

2015-04-24 Thread Brooks Davis
Author: brooks Date: Fri Apr 24 16:11:22 2015 New Revision: 281938 URL: https://svnweb.freebsd.org/changeset/base/281938 Log: Merge from CheriBSD: 1065cf515a7c2062598009c1318055aacbb39e80 Convert the pfsync dissector to use the netdissect framework. Differential Revision:https:

svn commit: r282436 - in head: contrib/tcpdump sbin/ping usr.bin/kdump

2015-05-04 Thread Brooks Davis
Author: brooks Date: Mon May 4 21:44:51 2015 New Revision: 282436 URL: https://svnweb.freebsd.org/changeset/base/282436 Log: Remove "capability mode sandbox enabled" messages. These messages serve little purpose and break some consumers. PR: 199855 Differential Revision:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Brooks Davis
On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: > > > On May 8, 2015, at 19:36, Xin LI wrote: > > > > Author: delphij > > Date: Fri May 8 23:36:31 2015 > > New Revision: 282672 > > URL: https://svnweb.freebsd.org/changeset/base/282672 > > > > Log: > > Always convert uuid to lowe

svn commit: r283122 - stable/10/contrib/tcpdump

2015-05-19 Thread Brooks Davis
Author: brooks Date: Tue May 19 19:01:52 2015 New Revision: 283122 URL: https://svnweb.freebsd.org/changeset/base/283122 Log: MFC r282436 (the portion that makes sense): Remove "capability mode sandbox enabled" messages. These messages serve little purpose and break some consumers.

svn commit: r278337 - head/usr.sbin/freebsd-update

2015-02-06 Thread Brooks Davis
Author: brooks Date: Fri Feb 6 23:44:16 2015 New Revision: 278337 URL: https://svnweb.freebsd.org/changeset/base/278337 Log: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when upgrading from release

svn commit: r278443 - stable/10/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 09:22:47 2015 New Revision: 278443 URL: https://svnweb.freebsd.org/changeset/base/278443 Log: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when upgrading from release

svn commit: r278444 - stable/9/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 09:45:58 2015 New Revision: 278444 URL: https://svnweb.freebsd.org/changeset/base/278444 Log: MFC r278337: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when upgr

svn commit: r278446 - stable/8/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 10:09:46 2015 New Revision: 278446 URL: https://svnweb.freebsd.org/changeset/base/278446 Log: MFC r278337: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when upgr

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

2015-02-09 Thread Brooks Davis
On Mon, Feb 09, 2015 at 04:04:09PM +, Warner Losh wrote: > Author: imp > Date: Mon Feb 9 16:04:08 2015 > New Revision: 278460 > URL: https://svnweb.freebsd.org/changeset/base/278460 > > Log: > We need to create /boot/dtb since some use cases don't create a full > root with BSD.root.mtree,

svn commit: r271279 - vendor/NetBSD/libc-vis/dist

2014-09-08 Thread Brooks Davis
Author: brooks Date: Mon Sep 8 18:09:19 2014 New Revision: 271279 URL: http://svnweb.freebsd.org/changeset/base/271279 Log: Vendor import of NetBSD's (un)vis(3) at 2014-09-08 Modified: vendor/NetBSD/libc-vis/dist/vis.c Modified: vendor/NetBSD/libc-vis/dist/vis.c

svn commit: r271280 - vendor/NetBSD/libc-vis/20140908

2014-09-08 Thread Brooks Davis
Author: brooks Date: Mon Sep 8 18:10:10 2014 New Revision: 271280 URL: http://svnweb.freebsd.org/changeset/base/271280 Log: Tag 2014-09-08 import of NetBSD's (un)vis(3) Added: vendor/NetBSD/libc-vis/20140908/ - copied from r271279, vendor/NetBSD/libc-vis/dist/ __

svn commit: r271281 - vendor/NetBSD/libc-vis

2014-09-08 Thread Brooks Davis
Author: brooks Date: Mon Sep 8 18:11:20 2014 New Revision: 271281 URL: http://svnweb.freebsd.org/changeset/base/271281 Log: Take advantage of the ^ feature in modern SVN versions. Modified: vendor/NetBSD/libc-vis/FreeBSD-Upgrade Modified: vendor/NetBSD/libc-vis/FreeBSD-Upgrade =

svn commit: r271287 - head/contrib/libc-vis

2014-09-08 Thread Brooks Davis
Author: brooks Date: Mon Sep 8 19:26:21 2014 New Revision: 271287 URL: http://svnweb.freebsd.org/changeset/base/271287 Log: Merge from NetBSD: PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings gracefully. (don't abuse 0 to mean compute string length internally) PR:

svn commit: r271680 - head/sys/dev/usb/misc

2014-09-16 Thread Brooks Davis
Author: brooks Date: Tue Sep 16 17:07:32 2014 New Revision: 271680 URL: http://svnweb.freebsd.org/changeset/base/271680 Log: Fix some extra whitespace noticed when reviewing git diffs. Modified: head/sys/dev/usb/misc/uled.c Modified: head/sys/dev/usb/misc/uled.c =

svn commit: r272327 - stable/10/share/man/man4

2014-09-30 Thread Brooks Davis
Author: brooks Date: Tue Sep 30 20:32:27 2014 New Revision: 272327 URL: http://svnweb.freebsd.org/changeset/base/272327 Log: MFC the altera_atse.4. This was intended to have been merged along with r256752. This commit contains the altera_atse.4 portions of r256752, r257656, and r270268.

svn commit: r349240 - in head: lib/libc/sys sys/sys sys/vm

2019-06-20 Thread Brooks Davis
Author: brooks Date: Thu Jun 20 18:24:16 2019 New Revision: 349240 URL: https://svnweb.freebsd.org/changeset/base/349240 Log: Extend mmap/mprotect API to specify the max page protections. A new macro PROT_MAX() alters a protection value so it can be OR'd with a regular protection value to

svn commit: r349245 - head/lib/libc/sys

2019-06-20 Thread Brooks Davis
Author: brooks Date: Thu Jun 20 21:52:30 2019 New Revision: 349245 URL: https://svnweb.freebsd.org/changeset/base/349245 Log: Add PROT_MAX to the HISTORY section. In the case of mmap(), add a HISTORY section. Mention that mmap() and mprotect()'s documentation predates an implementation.

svn commit: r350049 - head/contrib/amd/amd

2019-07-16 Thread Brooks Davis
Author: brooks Date: Tue Jul 16 16:03:08 2019 New Revision: 350049 URL: https://svnweb.freebsd.org/changeset/base/350049 Log: Fix two mismatches between function declaration and definition. In both cases, function pointer arguments were inconsistently declared and the result worked becaus

svn commit: r350067 - in head/contrib/netbsd-tests/lib/libc: gen stdio sys

2019-07-16 Thread Brooks Davis
Author: brooks Date: Tue Jul 16 22:27:49 2019 New Revision: 350067 URL: https://svnweb.freebsd.org/changeset/base/350067 Log: Add missing mode in open(2) calls with O_CREAT. When O_CREAT is specified, the third, variadic argument is required as the permission. If on is not passed, then de

<    1   2   3   4   5   6   7   8   9   10   >