Author: brueffer
Date: Tue Sep 20 05:02:48 2011
New Revision: 225688
URL: http://svn.freebsd.org/changeset/base/225688
Log:
MFC: r225533
Improve the sleep_delay sysctl description by specifying which unit
the number is in.
Modified:
stable/7/sys/dev/acpica/acpi.c
Directory Properties:
Author: brueffer
Date: Tue Sep 20 04:59:34 2011
New Revision: 225687
URL: http://svn.freebsd.org/changeset/base/225687
Log:
MFC: r225533
Improve the sleep_delay sysctl description by specifying which unit
the number is in.
Modified:
stable/8/sys/dev/acpica/acpi.c
Directory Properties:
Author: adrian
Date: Tue Sep 20 04:30:23 2011
New Revision: 225686
URL: http://svn.freebsd.org/changeset/base/225686
Log:
Manually set the channel when using monitor mode - the firmware
doesn't select it automatically.
Submitted by: nox
Reviewed by: bschmidt
Approved by: re
PR:
Author: hrs
Date: Tue Sep 20 00:37:35 2011
New Revision: 225684
URL: http://svn.freebsd.org/changeset/base/225684
Log:
Use REQUIRE: line to reorder rc.d/bridge instead of BEFORE: line.
Pointed out by: dougb
Approved by: re (bz)
Modified:
head/etc/rc.d/NETWORKING
head/etc/rc.d/
Author: hrs
Date: Tue Sep 20 00:32:30 2011
New Revision: 225683
URL: http://svn.freebsd.org/changeset/base/225683
Log:
Remove RA timer on an interface with !IFF_UP actively after starting to send
clean-up RA messages for shutting down. The RA timers could prevent the
rtadvd
daemon from shu
Author: hrs
Date: Tue Sep 20 00:29:17 2011
New Revision: 225682
URL: http://svn.freebsd.org/changeset/base/225682
Log:
Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes
inconsistency when options are specified by both setsockopt() and ancillary
data types.
PR
Author: gabor
Date: Mon Sep 19 22:49:36 2011
New Revision: 225678
URL: http://svn.freebsd.org/changeset/base/225678
Log:
- Fix a trivial bug in iconv. When there is no space to perform the
conversion, conversion must fail and errno must be set to E2BIG.
PR: standards/160673
Author: kib
Date: Mon Sep 19 22:35:54 2011
New Revision: 225677
URL: http://svn.freebsd.org/changeset/base/225677
Log:
Do not overallocate on the stack. Threaded code might use custom stack
size.
Reported by: many
Tested by:Jeremie Le Hen (previous version)
Reviewed by: jilles
Author: tuexen
Date: Mon Sep 19 21:47:20 2011
New Revision: 225676
URL: http://svn.freebsd.org/changeset/base/225676
Log:
Cleanup the iterator code, remove code that is never executed.
Approved by: re
MFC after: 1 month.
Modified:
head/sys/netinet/sctp_bsd_addr.c
head/sys/netinet/sct
Author: attilio
Date: Mon Sep 19 18:29:15 2011
New Revision: 225675
URL: http://svn.freebsd.org/changeset/base/225675
Log:
It is safe to initialize locks even on early boot (and it is the same
thing all the other architectures already do) thus just initialize
kernel_pmap in pmap_bootstrap().
Author: jhb
Date: Mon Sep 19 16:28:36 2011
New Revision: 225674
URL: http://svn.freebsd.org/changeset/base/225674
Log:
MFC 225341:
Clear the mountprog variable after each mountfs() call so that mountprog
options don't leak over into subsequent mounts listed in /etc/fstab.
While here, fix a
Author: jhb
Date: Mon Sep 19 16:25:37 2011
New Revision: 225673
URL: http://svn.freebsd.org/changeset/base/225673
Log:
MFC 225331:
Move the logic to parse volume cache commands out into a separate function
and use a loop so that multiple cache commands can be strung together on
the command
Please don't add new instances of BEFORE in base rc.d scripts. The
proper way to do this is to add bridge to REQUIRE: in SERVERS.
The BEFORE method is useful for local/ports rc.d scripts, but it makes
debugging of dependency issues more difficult so ideally it should be
avoided in the base if it's
Author: hrs
Date: Mon Sep 19 16:01:53 2011
New Revision: 225672
URL: http://svn.freebsd.org/changeset/base/225672
Log:
- Document inet6 no_radr flag.
- Add descriptions of sysctl(8) variables which can control the default
configuration of the inet6 flags.
Approved by: re (kib)
Modif
Author: hrs
Date: Mon Sep 19 16:00:55 2011
New Revision: 225671
URL: http://svn.freebsd.org/changeset/base/225671
Log:
- Document $ipv6_cpe_wanif.
- Emphasize $ipv6_enable and $ipv6_prefer are deprecated.
- Add more detail descriptions about $ipv6_activate_all_interfaces.
- Add some more e
Author: hrs
Date: Mon Sep 19 15:56:50 2011
New Revision: 225670
URL: http://svn.freebsd.org/changeset/base/225670
Log:
Use resolvconf(8) to create /etc/resolv.conf, not directly overwrite it.
Approved by: re (kib)
Modified:
head/etc/rc.d/resolv
Modified: head/etc/rc.d/resolv
==
Author: hrs
Date: Mon Sep 19 15:55:53 2011
New Revision: 225669
URL: http://svn.freebsd.org/changeset/base/225669
Log:
Fix the script order to run rc.d/bridge after the initial network
interface configuration and before running network daemons.
Approved by: re (kib)
Modified:
head/etc
Author: attilio
Date: Mon Sep 19 11:08:31 2011
New Revision: 225663
URL: http://svn.freebsd.org/changeset/base/225663
Log:
MFC r225448:
Improve busy buffers diagnostic on shutdown path.
Modified:
stable/8/sys/conf/NOTES
stable/8/sys/conf/options
stable/8/sys/kern/kern_shutdown.c
stabl
Author: attilio
Date: Mon Sep 19 10:58:30 2011
New Revision: 225662
URL: http://svn.freebsd.org/changeset/base/225662
Log:
#PROCHOT assertion is sticky after reading the MSR (accordingly with
Intel manuals) it must be cleared by writing a 0.
Fix that.
Sponsored by: Sandvine Incorporated
Author: hselasky
Date: Mon Sep 19 08:52:06 2011
New Revision: 225659
URL: http://svn.freebsd.org/changeset/base/225659
Log:
Implement missing USB debug information functions.
Approved by: re (kib)
MFC after:1 week
Modified:
head/lib/libusb/Makefile
head/lib/libusb/libusb.3
hea
20 matches
Mail list logo