svn commit: r227963 - head/sbin/camcontrol

2011-11-24 Thread Xin LI
Author: delphij Date: Fri Nov 25 07:11:02 2011 New Revision: 227963 URL: http://svn.freebsd.org/changeset/base/227963 Log: Fix build. Modified: head/sbin/camcontrol/util.c Modified: head/sbin/camcontrol/util.c == ---

svn commit: r227962 - head/usr.sbin/sade

2011-11-24 Thread Max Khon
Author: fjoe Date: Fri Nov 25 07:10:59 2011 New Revision: 227962 URL: http://svn.freebsd.org/changeset/base/227962 Log: Remove DEBUG_FLAGS. Modified: head/usr.sbin/sade/Makefile Modified: head/usr.sbin/sade/Makefile

svn commit: r227961 - head/sbin/camcontrol

2011-11-24 Thread Ed Maste
Author: emaste Date: Fri Nov 25 04:03:37 2011 New Revision: 227961 URL: http://svn.freebsd.org/changeset/base/227961 Log: Add firmware update support for SCSI devices. Firmware can be reprogrammed on devices from Hitachi, HP, IBM, Plextor, Quantum, and Seagate. At least one device from e

svn commit: r227960 - head/sys/sparc64/pci

2011-11-24 Thread Marius Strobl
Author: marius Date: Thu Nov 24 23:48:22 2011 New Revision: 227960 URL: http://svn.freebsd.org/changeset/base/227960 Log: Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used by OpenSolaris. One second turned out to be not enough for certain loads while 10 seconds were suf

svn commit: r227959 - head/sys/netinet

2011-11-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 24 22:46:11 2011 New Revision: 227959 URL: http://svn.freebsd.org/changeset/base/227959 Log: Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied. Modified: head/sys/netinet/in.c Modified: head/sys/netinet/in.c =

svn commit: r227958 - head/sys/netinet

2011-11-24 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 24 22:43:48 2011 New Revision: 227958 URL: http://svn.freebsd.org/changeset/base/227958 Log: Fix stupid typo in r227830. PR: 162806 Pointy hat to:glebius Modified: head/sys/netinet/in.c Modified: head/sys/netinet/in.c ===

svn commit: r227957 - head/sys/contrib/ipfilter/netinet

2011-11-24 Thread Robert Millan
Author: rmh Date: Thu Nov 24 21:23:58 2011 New Revision: 227957 URL: http://svn.freebsd.org/changeset/base/227957 Log: Adjust a few old checks to use __FreeBSD_version macro to determine which version of FreeBSD kernel we're compiling. Approved by: kib (mentor) Modified: head/sys/cont

Re: svn commit: r227953 - head/gnu/lib/libodialog

2011-11-24 Thread Doug Barton
On 11/24/2011 12:34, Max Khon wrote: > Author: fjoe > Date: Thu Nov 24 20:34:50 2011 > New Revision: 227953 > URL: http://svn.freebsd.org/changeset/base/227953 > > Log: > libodialog: Remove no longer used library. > > Deleted: > head/gnu/lib/libodialog/ I'm curious ... I asked Nathan to plea

svn commit: r227956 - head/usr.bin/procstat

2011-11-24 Thread Mikolaj Golub
Author: trociny Date: Thu Nov 24 20:54:06 2011 New Revision: 227956 URL: http://svn.freebsd.org/changeset/base/227956 Log: usr.bin/procstat Add -l flag to display resource limits. PR: bin/161257 Reviewed by: kib MFC after:2 weeks Added: head/usr.bin/procstat/procs

svn commit: r227955 - in head/sys: kern sys

2011-11-24 Thread Mikolaj Golub
Author: trociny Date: Thu Nov 24 20:43:37 2011 New Revision: 227955 URL: http://svn.freebsd.org/changeset/base/227955 Log: Add sysctl to get process resource limits. Reviewed by: kib MFC after:2 weeks Modified: head/sys/kern/kern_proc.c head/sys/sys/sysctl.h Modified: head/sys/

Re: svn commit: r227951 - in head: . gnu/lib share/mk

2011-11-24 Thread Garrett Cooper
On Thu, Nov 24, 2011 at 12:41 PM, Garrett Cooper wrote: > On Thu, Nov 24, 2011 at 12:31 PM, Max Khon wrote: >> Author: fjoe >> Date: Thu Nov 24 20:31:06 2011 >> New Revision: 227951 >> URL: http://svn.freebsd.org/changeset/base/227951 >> >> Log: >>  libodialog: disconnect from the build and obsol

Re: svn commit: r227951 - in head: . gnu/lib share/mk

2011-11-24 Thread Garrett Cooper
On Thu, Nov 24, 2011 at 12:31 PM, Max Khon wrote: > Author: fjoe > Date: Thu Nov 24 20:31:06 2011 > New Revision: 227951 > URL: http://svn.freebsd.org/changeset/base/227951 > > Log: >  libodialog: disconnect from the build and obsolete. > > Modified: >  head/ObsoleteFiles.inc >  head/gnu/lib/Makef

svn commit: r227954 - head/sys/sys

2011-11-24 Thread Mikolaj Golub
Author: trociny Date: Thu Nov 24 20:37:09 2011 New Revision: 227954 URL: http://svn.freebsd.org/changeset/base/227954 Log: Add const qualifier to rlimit_ident. Reviewed by: kib MFC after:2 weeks Modified: head/sys/sys/resource.h Modified: head/sys/sys/resource.h =

svn commit: r227953 - head/gnu/lib/libodialog

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 20:34:50 2011 New Revision: 227953 URL: http://svn.freebsd.org/changeset/base/227953 Log: libodialog: Remove no longer used library. Deleted: head/gnu/lib/libodialog/ ___ svn-src-head@freebsd.org mailing list http://lis

svn commit: r227952 - head/sys/kern

2011-11-24 Thread Konstantin Belousov
Author: kib Date: Thu Nov 24 20:34:06 2011 New Revision: 227952 URL: http://svn.freebsd.org/changeset/base/227952 Log: Fix a race between getvnode() dereferencing half-constructed file and dupfdopen(). Reported and tested by: pho MFC after:3 days Modified: head/sys/kern/vfs

svn commit: r227951 - in head: . gnu/lib share/mk

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 20:31:06 2011 New Revision: 227951 URL: http://svn.freebsd.org/changeset/base/227951 Log: libodialog: disconnect from the build and obsolete. Modified: head/ObsoleteFiles.inc head/gnu/lib/Makefile head/share/mk/bsd.libnames.mk Modified: head/ObsoleteFiles.in

svn commit: r227947 - head/usr.sbin/tzsetup

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 18:45:23 2011 New Revision: 227947 URL: http://svn.freebsd.org/changeset/base/227947 Log: calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access in dlg_default_listitem(). Modified: head/usr.sbin/tzsetup/tzsetup.c Modified: head/usr.sbin/tzsetup/tzs

svn commit: r227944 - head/usr.sbin/sade

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 18:37:16 2011 New Revision: 227944 URL: http://svn.freebsd.org/changeset/base/227944 Log: Port to new libdialog. Modified: head/usr.sbin/sade/Makefile head/usr.sbin/sade/devices.c head/usr.sbin/sade/disks.c head/usr.sbin/sade/dmenu.c head/usr.sbin/sade/in

svn commit: r227939 - head/usr.sbin/sade

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 15:47:01 2011 New Revision: 227939 URL: http://svn.freebsd.org/changeset/base/227939 Log: Disk selection dialog is now a normal menu, not a checkboxed menu: checkboxed menu is confusing and also can not be implemented in new libdialog. Modified: head/usr.sbin

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

2011-11-24 Thread Adrian Chadd
Author: adrian Date: Thu Nov 24 15:12:57 2011 New Revision: 227938 URL: http://svn.freebsd.org/changeset/base/227938 Log: I've had verification that the second-last 64k is actually used by the tplink firmware to store configuration data. It's safe to overwrite it. Modified: head/sys/mi

svn commit: r227937 - head/tools

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 14:22:05 2011 New Revision: 227937 URL: http://svn.freebsd.org/changeset/base/227937 Log: Add missing ;; Modified: head/tools/tinder.sh Modified: head/tools/tinder.sh == --- head/tools/t

svn commit: r227936 - head/gnu/usr.bin/dialog

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 14:17:04 2011 New Revision: 227936 URL: http://svn.freebsd.org/changeset/base/227936 Log: Use ${VAR} instead of $(VAR) consistently. Modified: head/gnu/usr.bin/dialog/Makefile Modified: head/gnu/usr.bin/dialog/Makefile ===

svn commit: r227935 - head/tools

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 14:16:01 2011 New Revision: 227935 URL: http://svn.freebsd.org/changeset/base/227935 Log: Utility script to build specific parts of the source tree on all arches Added: head/tools/tinder.sh (contents, props changed) Added: head/tools/tinder.sh

svn commit: r227934 - head/usr.sbin/tzsetup

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 13:24:06 2011 New Revision: 227934 URL: http://svn.freebsd.org/changeset/base/227934 Log: Port to new libdialog. Modified: head/usr.sbin/tzsetup/Makefile head/usr.sbin/tzsetup/tzsetup.c Modified: head/usr.sbin/tzsetup/Makefile =

svn commit: r227933 - in head: . lib/libpam/modules

2011-11-24 Thread Dag-Erling Smorgrav
Author: des Date: Thu Nov 24 13:18:58 2011 New Revision: 227933 URL: http://svn.freebsd.org/changeset/base/227933 Log: Revert r227841 and part of r227798. We still build libpam in two passes, but we use STATIC_CFLAGS instead of our own private .c.o rule. MFC after:3 weeks Modified:

svn commit: r227932 - head/share/mk

2011-11-24 Thread Dag-Erling Smorgrav
Author: des Date: Thu Nov 24 13:13:50 2011 New Revision: 227932 URL: http://svn.freebsd.org/changeset/base/227932 Log: Add CTF magic to the new .c.o rule. MFC after:3 weeks Modified: head/share/mk/bsd.lib.mk Modified: head/share/mk/bsd.lib.mk

svn commit: r227931 - head/sys/netinet

2011-11-24 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 24 10:58:48 2011 New Revision: 227931 URL: http://svn.freebsd.org/changeset/base/227931 Log: Move up the address to the top of the sctp_udencaps structure like in all other structures. This avoids alignment problems. MFC after: 3 months. Modified: head/sys/

svn commit: r227930 - head/sys/netinet

2011-11-24 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 24 10:54:30 2011 New Revision: 227930 URL: http://svn.freebsd.org/changeset/base/227930 Log: Move up the address to the top of the sctp_paddrthlds structure like in all other structures. This avoids alignment problems. MFC after: 3 days. Modified: head/sys/

svn commit: r227929 - head/usr.sbin/sade

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 10:08:22 2011 New Revision: 227929 URL: http://svn.freebsd.org/changeset/base/227929 Log: Remove unused code. Deleted: head/usr.sbin/sade/dispatch.c Modified: head/usr.sbin/sade/Makefile Modified: head/usr.sbin/sade/Makefile ===

svn commit: r227928 - head/usr.sbin/sade

2011-11-24 Thread Max Khon
Author: fjoe Date: Thu Nov 24 08:56:24 2011 New Revision: 227928 URL: http://svn.freebsd.org/changeset/base/227928 Log: Remove unused code. Deleted: head/usr.sbin/sade/config.c Modified: head/usr.sbin/sade/Makefile head/usr.sbin/sade/sade.h Modified: head/usr.sbin/sade/Makefile =