Author: delphij
Date: Sat Sep 17 22:53:05 2011
New Revision: 225644
URL: http://svn.freebsd.org/changeset/base/225644
Log:
Bump .Dd date for previous revision.
Approved by: re (follow up commit fixing trivial issue)
Modified:
head/contrib/smbfs/mount_smbfs/mount_smbfs.8
Modified: head/
Author: delphij
Date: Sat Sep 17 22:17:31 2011
New Revision: 225643
URL: http://svn.freebsd.org/changeset/base/225643
Log:
Change the example of using smbfs in fstab to a password-less one,
which is less likely to block a remote system from boot.
Submitted by: Garrett Cooper
PR:
Author: trasz
Date: Sat Sep 17 20:48:49 2011
New Revision: 225642
URL: http://svn.freebsd.org/changeset/base/225642
Log:
Fix error handling bug that would prevent MAC structures from getting
freed properly if resource limit got exceeded.
Approved by: re (kib)
Modified:
head/sys/kern/k
Author: trasz
Date: Sat Sep 17 19:55:32 2011
New Revision: 225641
URL: http://svn.freebsd.org/changeset/base/225641
Log:
Fix long-standing thinko regarding maxproc accounting. Basically,
we were accounting the newly created process to its parent instead
of the child itself. This caused pro
Author: rstone
Date: Sat Sep 17 13:48:09 2011
New Revision: 225640
URL: http://svn.freebsd.org/changeset/base/225640
Log:
Clear transmit checksum offload context state upon lem(4) interface
initialization. Prior to this change packets may be transmitted with an
incorrect checksum.
Em(4
Author: nwhitehorn
Date: Sat Sep 17 09:25:45 2011
New Revision: 225637
URL: http://svn.freebsd.org/changeset/base/225637
Log:
Inquire about terminal type if starting from a serial console and do
not configure the host's networking if netbooted [1]. Also fix FTP
installations behind some fire
Author: tuexen
Date: Sat Sep 17 08:50:29 2011
New Revision: 225635
URL: http://svn.freebsd.org/changeset/base/225635
Log:
Fix the enabling/disabling of Heartbeats and path MTU
discovery when using the SCTP_PEER_ADDR_PARAMS socket option.
Approved by: re
MFC after: 1 month.
Modified:
hea