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
==
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
==
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.
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
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?
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
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
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
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/
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
==
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
==
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
=
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
==
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
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
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
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
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
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
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
==
33 matches
Mail list logo