Author: rmacklem
Date: Mon Apr 18 01:02:43 2011
New Revision: 220764
URL: http://svn.freebsd.org/changeset/base/220764
Log:
Add a vput() to nfs_lookitup() in the experimental NFS client
for a case that will probably never happen. It can only
happen if a server were to successfully lookup a f
Author: rmacklem
Date: Mon Apr 18 00:41:23 2011
New Revision: 220763
URL: http://svn.freebsd.org/changeset/base/220763
Log:
Add vput() calls in two places in the experimental NFS client
that would be needed if, in the future, nfscl_loadattrcache()
were to return an error. Currently nfscl_loa
Author: rmacklem
Date: Sun Apr 17 23:56:57 2011
New Revision: 220762
URL: http://svn.freebsd.org/changeset/base/220762
Log:
Change the mutex locking for several locations in the
experimental NFS client's vnode op functions to make
them compatible with the regular NFS client. I'll admit
I'm
Author: rmacklem
Date: Sun Apr 17 23:04:03 2011
New Revision: 220761
URL: http://svn.freebsd.org/changeset/base/220761
Log:
Add checks for MNTK_UNMOUNTF at the beginning of three
functions, so that threads don't get stuck in them during
a forced dismount. nfs_sync/VFS_SYNC() needs this, sinc
Author: dougb
Date: Sun Apr 17 22:31:36 2011
New Revision: 220760
URL: http://svn.freebsd.org/changeset/base/220760
Log:
The change in r206686 to allow the stop argument to work for a service
that is running even though not _enable'd had an annoying side effect.
If the service was already st
Author: jilles
Date: Sun Apr 17 22:26:07 2011
New Revision: 220759
URL: http://svn.freebsd.org/changeset/base/220759
Log:
MFC r220376: Allow strerror(0) and strerror_r(0, ...).
Of course, strerror_r() may still fail with ERANGE.
Although the POSIX specification said this could fail wit
Author: edwin
Date: Sun Apr 17 21:57:08 2011
New Revision: 220758
URL: http://svn.freebsd.org/changeset/base/220758
Log:
MFC of r220448
When specifying the -t option (send tag in front of message), this tag
should also be forwarded to the remote logging host, not only when the
logging i
Author: edwin
Date: Sun Apr 17 21:52:57 2011
New Revision: 220757
URL: http://svn.freebsd.org/changeset/base/220757
Log:
MFC of r220448
When specifying the -t option (send tag in front of message), this tag
should also be forwarded to the remote logging host, not only when the
logging i
Author: jilles
Date: Sun Apr 17 21:11:55 2011
New Revision: 220756
URL: http://svn.freebsd.org/changeset/base/220756
Log:
kdump: Show code for signals where the default action was taken.
This information is available as of kernel r220740. Trace files from older
kernels will always have 0.
38,26 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20110417: removal of Objective-C support
+OLD_FILES+=usr/include/objc/encoding.h
+OLD_FILES+=usr/include/objc/hash.h
+OLD_FILES+=usr/include/objc/NXConstStr.h
+OLD_FILES+=usr/include/objc/objc-api.h
+OLD_FILES+=usr/include/objc/objc-decls.h
+OL
Author: dim
Date: Sun Apr 17 20:44:02 2011
New Revision: 220754
URL: http://svn.freebsd.org/changeset/base/220754
Log:
For clang, make -mno-mmx imply -mno-3dnow. This is what gcc does.
Submitted by: arundel
Obtained from:
http://llvm.org/viewvc/llvm-project?view=rev&revision=1296
Author: nwhitehorn
Date: Sun Apr 17 20:42:40 2011
New Revision: 220753
URL: http://svn.freebsd.org/changeset/base/220753
Log:
Update to reflect net install changes.
Modified:
head/usr.sbin/bsdinstall/scripts/jail
Modified: head/usr.sbin/bsdinstall/scripts/jail
===
Author: rmacklem
Date: Sun Apr 17 20:01:32 2011
New Revision: 220752
URL: http://svn.freebsd.org/changeset/base/220752
Log:
Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"
message that was generated when doing experimental NFS client
mounts. I put that message in because the
Author: rmacklem
Date: Sun Apr 17 18:56:17 2011
New Revision: 220751
URL: http://svn.freebsd.org/changeset/base/220751
Log:
Fix up some of the sysctls for the experimental NFS client so
that they use the same names as the regular client. Also add
string descriptions for them.
MFC after:
Author: nwhitehorn
Date: Sun Apr 17 17:30:29 2011
New Revision: 220750
URL: http://svn.freebsd.org/changeset/base/220750
Log:
Make dialog's --prgbox option actually work.
Modified:
head/contrib/dialog/prgbox.c
Modified: head/contrib/dialog/prgbox.c
===
Author: nwhitehorn
Date: Sun Apr 17 17:28:17 2011
New Revision: 220749
URL: http://svn.freebsd.org/changeset/base/220749
Log:
Update dialog to version 1.1-20110302.
Added:
head/contrib/dialog/argv.c
- copied unchanged from r220748, vendor/dialog/dist/argv.c
head/contrib/dialog/package/
Author: nwhitehorn
Date: Sun Apr 17 17:01:44 2011
New Revision: 220748
URL: http://svn.freebsd.org/changeset/base/220748
Log:
Tag dialog 1.1-20110302.
Added:
vendor/dialog/dialog-1.1-20110302/
- copied from r220747, vendor/dialog/dist/
___
svn-
Author: nwhitehorn
Date: Sun Apr 17 17:00:55 2011
New Revision: 220747
URL: http://svn.freebsd.org/changeset/base/220747
Log:
Update dialog to 20110302 version.
Added:
vendor/dialog/dist/argv.c
vendor/dialog/dist/package/
vendor/dialog/dist/package/debian/
vendor/dialog/dist/package/deb
Author: bz
Date: Sun Apr 17 16:35:16 2011
New Revision: 220746
URL: http://svn.freebsd.org/changeset/base/220746
Log:
Make in_proto.c dependent on either inet or inet6.
While it does not provide any functionality for IPv6, it provides
the sysctl nodes for net.inet.* that a lot of function
Author: glebius
Date: Sun Apr 17 16:31:21 2011
New Revision: 220745
URL: http://svn.freebsd.org/changeset/base/220745
Log:
Fix error where error variable was assigned result of comparison,
instead of function return value.
Submitted by: Przemyslaw Frasunek
MFC after:4 days
Modifie
Author: trociny
Date: Sun Apr 17 16:18:45 2011
New Revision: 220744
URL: http://svn.freebsd.org/changeset/base/220744
Log:
Remove hast_proto_recv(). It was used only in one place, where
hast_proto_recv_hdr() may be used. This also fixes the issue
(introduced by r220523) with hastctl, which c
Author: bz
Date: Sun Apr 17 16:07:08 2011
New Revision: 220743
URL: http://svn.freebsd.org/changeset/base/220743
Log:
Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously always
passing the cached proxydl reference (sockaddr_dl initialized or not) to
nd6_na_output(). nd6_na_out
Author: jilles
Date: Sun Apr 17 16:04:39 2011
New Revision: 220742
URL: http://svn.freebsd.org/changeset/base/220742
Log:
Allow using CMSG_NXTHDR with -Wcast-align.
If various checks are omitted, the CMSG_NXTHDR macro expands to
(struct cmsghdr *)((char *)(cmsg) + \
_ALIGN(((struct
Author: dim
Date: Sun Apr 17 15:09:04 2011
New Revision: 220741
URL: http://svn.freebsd.org/changeset/base/220741
Log:
Cleanup some left-over empty directories in contrib/llvm.
Deleted:
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/BugReporter/
head/contrib/llvm/tools/clang/inc
Author: jilles
Date: Sun Apr 17 14:38:11 2011
New Revision: 220740
URL: http://svn.freebsd.org/changeset/base/220740
Log:
ktrace: Log the code for all signals (PSIG events).
The code provides information on how the signal was generated.
Formerly, the code was only logged for traps, muc
Author: rmacklem
Date: Sun Apr 17 14:10:12 2011
New Revision: 220739
URL: http://svn.freebsd.org/changeset/base/220739
Log:
Change some defaults in the experimental NFS client to be the
same as the regular NFS client for NFSv3. The main one is making
use of a reserved port# the default. Also
Author: adrian
Date: Sun Apr 17 13:46:13 2011
New Revision: 220738
URL: http://svn.freebsd.org/changeset/base/220738
Log:
Mark the PHY as inactive before the chip is reset.
It's also marked inactive by the initvals, and enabled after
the baseband/PLL has been configured, but before the RF
Author: kib
Date: Sun Apr 17 11:35:22 2011
New Revision: 220737
URL: http://svn.freebsd.org/changeset/base/220737
Log:
MFC r218327:
Clear the padding when returning context to the usermode, for
MI ucontext_t and x86 MD parts.
Tested-by: Oliver Pinter
Modified:
stable/7/sys/amd64/amd
28 matches
Mail list logo