svn commit: r210912 - head/sbin/hastctl

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Aug 6 06:04:27 2010 New Revision: 210912 URL: http://svn.freebsd.org/changeset/base/210912 Log: Force commit to remind me about MFCing r210909. MFC after:1 month Modified: head/sbin/hastctl/hastctl.c Modified: head/sbin/hastctl/hastctl.c ==

svn commit: r210911 - head/sys/mips/sibyte

2010-08-05 Thread Neel Natu
Author: neel Date: Fri Aug 6 05:30:55 2010 New Revision: 210911 URL: http://svn.freebsd.org/changeset/base/210911 Log: Use a signed integer to hold the address of a register. This does the right thing by sign extending the address when compiling for the n64 abi. Modified: head/sys/mip

svn commit: r210910 - head/sys/mips/sibyte

2010-08-05 Thread Neel Natu
Author: neel Date: Fri Aug 6 05:24:41 2010 New Revision: 210910 URL: http://svn.freebsd.org/changeset/base/210910 Log: uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if the format specifier in printf is "%llu". Use "%ju" instead. Modified: head/sys/mips/sibyte/sb_mac

svn commit: r210909 - head/sbin/hastctl

2010-08-05 Thread Doug Barton
Author: dougb Date: Fri Aug 6 05:20:21 2010 New Revision: 210909 URL: http://svn.freebsd.org/changeset/base/210909 Log: Update the arguments to yy_config_parse() to match r210883. Choose the more conservative option ('yes' to exit on error) to match the equivalent code in hastd. Modifie

svn commit: r210905 - head/share/man/man4

2010-08-05 Thread Pyun YongHyeon
Author: yongari Date: Fri Aug 6 00:52:23 2010 New Revision: 210905 URL: http://svn.freebsd.org/changeset/base/210905 Log: Reflect default Tx interrupt moderation timer value change(50ms -> 1ms). Modified: head/share/man/man4/alc.4 Modified: head/share/man/man4/alc.4

svn commit: r210904 - head/sys/dev/alc

2010-08-05 Thread Pyun YongHyeon
Author: yongari Date: Fri Aug 6 00:50:16 2010 New Revision: 210904 URL: http://svn.freebsd.org/changeset/base/210904 Log: Reduce Tx interrupt moderation timer from 50ms to 1ms. The default value resulted in poor performance for UDP packets. With this change, UDP bulk transfer performance is

svn commit: r210900 - head/sys/mips/atheros

2010-08-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Aug 5 21:31:29 2010 New Revision: 210900 URL: http://svn.freebsd.org/changeset/base/210900 Log: - Add interrupts counter for PCI devices Modified: head/sys/mips/atheros/ar71xx_pci.c Modified: head/sys/mips/atheros/ar71xx_pci.c

svn commit: r210892 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 19:54:57 2010 New Revision: 210892 URL: http://svn.freebsd.org/changeset/base/210892 Log: Document 'none' value for remote. Reviewed by: dougb MFC after:1 month Modified: head/sbin/hastd/hast.conf.5 Modified: head/sbin/hastd/hast.conf.5 ==

svn commit: r210887 - head/sys/compat/x86bios

2010-08-05 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 5 19:30:57 2010 New Revision: 210887 URL: http://svn.freebsd.org/changeset/base/210887 Log: Re-add flag register for output. Some BIOS calls actually use it to return success/failure status. Oops. Modified: head/sys/compat/x86bios/x86bios.c Modified: head/sys/

svn commit: r210886 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 19:16:31 2010 New Revision: 210886 URL: http://svn.freebsd.org/changeset/base/210886 Log: Implement configuration reload on SIGHUP. This includes: - Load added resources. - Stop and forget removed resources. - Update modified resources in least intrusive way, i

svn commit: r210885 - head/sys/compat/x86bios

2010-08-05 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 5 19:12:35 2010 New Revision: 210885 URL: http://svn.freebsd.org/changeset/base/210885 Log: Do not copy stack pointer and flags. These registers are unconditionally destroyed from vm86_prepcall(). Modified: head/sys/compat/x86bios/x86bios.c Modified: head/sys/c

svn commit: r210883 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 19:08:54 2010 New Revision: 210883 URL: http://svn.freebsd.org/changeset/base/210883 Log: Prepare configuration parsing code to be called multiple times: - Don't exit on errors if not requested. - Don't keep configuration in global variable, but allocate memory f

svn commit: r210882 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 19:04:29 2010 New Revision: 210882 URL: http://svn.freebsd.org/changeset/base/210882 Log: Make control_set_role() more public. We will need it soon. MFC after:1 month Modified: head/sbin/hastd/control.c head/sbin/hastd/control.h Modified: head/sbin/has

svn commit: r210881 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 19:01:57 2010 New Revision: 210881 URL: http://svn.freebsd.org/changeset/base/210881 Log: Allow to use 'none' keywork as remote address in case second cluster node is not setup yet. MFC after:1 month Modified: head/sbin/hastd/primary.c Modified: head/s

svn commit: r210880 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:58:00 2010 New Revision: 210880 URL: http://svn.freebsd.org/changeset/base/210880 Log: Reset signal handlers after fork(). MFC after:1 month Modified: head/sbin/hastd/primary.c head/sbin/hastd/secondary.c Modified: head/sbin/hastd/primary.c

svn commit: r210879 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:56:24 2010 New Revision: 210879 URL: http://svn.freebsd.org/changeset/base/210879 Log: - Use pjdlog_exitx() to log errors and exit instead of errx(). - Use 'unable to' (instead of 'cannot') consistently. MFC after:1 month Modified: head/sbin/hastd/ha

svn commit: r210878 - head/contrib/pf/pflogd

2010-08-05 Thread Christian S.J. Peron
Author: csjp Date: Thu Aug 5 18:49:06 2010 New Revision: 210878 URL: http://svn.freebsd.org/changeset/base/210878 Log: Enable closefrom(2) here, as we have supported it for some time now. Discussed with: mlaier MFC after:2 weeks Modified: head/contrib/pf/pflogd/pflogd.c Mod

svn commit: r210877 - in head/sys: compat/x86bios i386/include

2010-08-05 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 5 18:48:30 2010 New Revision: 210877 URL: http://svn.freebsd.org/changeset/base/210877 Log: Implement a simple native VM86 backend for X86BIOS. Now i386 uses native VM86 calls instead of the real mode emulator as a backend. VM86 has been proven reliable for very

svn commit: r210876 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:27:41 2010 New Revision: 210876 URL: http://svn.freebsd.org/changeset/base/210876 Log: Assert that various buffers we are large enough. MFC after:1 month Modified: head/sbin/hastd/proto_tcp4.c head/sbin/hastd/proto_uds.c Modified: head/sbin/hastd/pr

svn commit: r210875 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:26:38 2010 New Revision: 210875 URL: http://svn.freebsd.org/changeset/base/210875 Log: Problem with assertion is that it logs on stderr. Add two macros: PJDLOG_ASSERT() and PJDLOG_VERIFY() that will check the given condition and log the problem where appropria

svn commit: r210874 - head/usr.bin/csup

2010-08-05 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Aug 5 18:26:03 2010 New Revision: 210874 URL: http://svn.freebsd.org/changeset/base/210874 Log: Don't point users at the old csup homepage. Approved by: lulf Modified: head/usr.bin/csup/csup.1 head/usr.bin/csup/main.c Modified: head/usr.bin/csu

svn commit: r210873 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:23:43 2010 New Revision: 210873 URL: http://svn.freebsd.org/changeset/base/210873 Log: Keep $FreeBSD$ in __FBSDID() only for C files. MFC after:1 month Modified: head/sbin/hastd/pjdlog.c Modified: head/sbin/hastd/pjdlog.c =

svn commit: r210872 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 18:21:45 2010 New Revision: 210872 URL: http://svn.freebsd.org/changeset/base/210872 Log: Mark two more places that we won't reach. MFC after:1 month Modified: head/sbin/hastd/pjdlog.c Modified: head/sbin/hastd/pjdlog.c ==

svn commit: r210871 - head/share/misc

2010-08-05 Thread Maxim Konovalov
Author: maxim Date: Thu Aug 5 18:05:37 2010 New Revision: 210871 URL: http://svn.freebsd.org/changeset/base/210871 Log: o FreeBSD 8.1-RELEASED added. PR: misc/149118 Submitted by: pluknet Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

svn commit: r210870 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 17:57:59 2010 New Revision: 210870 URL: http://svn.freebsd.org/changeset/base/210870 Log: Now that TCP will be checked last we don't need any knowledge about other protocols. MFC after:1 month Modified: head/sbin/hastd/proto_tcp4.c Modified: head/sbin/

svn commit: r210869 - head/sbin/hastd

2010-08-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 5 17:56:41 2010 New Revision: 210869 URL: http://svn.freebsd.org/changeset/base/210869 Log: Add an argument to the proto_register() function which allows protocol to declare it is the default and be placed at the end of the queue so it is checked last. MFC aft

svn commit: r210868 - in head/sys: amd64/amd64 i386/i386 i386/pci

2010-08-05 Thread John Baldwin
Author: jhb Date: Thu Aug 5 17:48:37 2010 New Revision: 210868 URL: http://svn.freebsd.org/changeset/base/210868 Log: Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the generic PCI-PCI bridge driver and only override specific methods. This should fix suspend/resume of P

svn commit: r210866 - head/sys/netinet

2010-08-05 Thread Michael Tuexen
Author: tuexen Date: Thu Aug 5 16:52:13 2010 New Revision: 210866 URL: http://svn.freebsd.org/changeset/base/210866 Log: Fix a bug where endpoints bound to wildcard addresses where using addresses not announced to the peer due to address scoping. MFC after: 3 weeks Modified: head/sy

svn commit: r210865 - head/sys/conf

2010-08-05 Thread Oliver Fromme
Author: olli Date: Thu Aug 5 16:28:17 2010 New Revision: 210865 URL: http://svn.freebsd.org/changeset/base/210865 Log: Fix a bunch of errors (spelling and similar). As des noted, the section on SCTP would benefit from a rewrite by a native speaker (which I am not). Any volunteers?

svn commit: r210864 - in head/sys/dev: acpica pci

2010-08-05 Thread John Baldwin
Author: jhb Date: Thu Aug 5 16:10:12 2010 New Revision: 210864 URL: http://svn.freebsd.org/changeset/base/210864 Log: - Retire acpi_pcib_resume(). It is has just been an alias for bus_generic_resume() since the pci_link(4) driver was added. - Change the ACPI PCI-PCI bridge driver to inhe

svn commit: r210863 - in head/etc: defaults periodic/daily

2010-08-05 Thread Oliver Fromme
Author: olli Date: Thu Aug 5 15:53:33 2010 New Revision: 210863 URL: http://svn.freebsd.org/changeset/base/210863 Log: Add a daily script to the periodic framework that reports changes to the package database, i.e. any packages that have been added, updated or deleted in the past 24 hours.

svn commit: r210862 - head/etc

2010-08-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 5 15:11:03 2010 New Revision: 210862 URL: http://svn.freebsd.org/changeset/base/210862 Log: /etc/rc.d/network_ipv6 was deprecated. Reported by: Alex Kozlov Modified: head/etc/netstart Modified: head/etc/netstart ==

svn commit: r210861 - head/etc

2010-08-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 5 15:07:28 2010 New Revision: 210861 URL: http://svn.freebsd.org/changeset/base/210861 Log: /etc/rc.d/ip6fw was deprecated. Reported by: Alex Kozlov MFC after:3 days Modified: head/etc/netstart Modified: head/etc/netstart ==