Author: delphij
Date: Mon May 11 07:57:29 2009
New Revision: 191987
URL: http://svn.freebsd.org/changeset/base/191987
Log:
less has been updated to v429
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
=
Author: dchagin
Date: Mon May 11 13:42:40 2009
New Revision: 191988
URL: http://svn.freebsd.org/changeset/base/191988
Log:
Add forgotten linux to bsd flags argument mapping into the linux_recv().
PR: kern/134276
Submitted by: Thomas Mueller
Approved by: kib (mentor)
MFC af
Author: dchagin
Date: Mon May 11 13:50:42 2009
New Revision: 191989
URL: http://svn.freebsd.org/changeset/base/191989
Log:
Translate l_timeval arg to native struct timeval in
linux_setsockopt()/linux_getsockopt() for SO_RCVTIMEO,
SO_SNDTIMEO opts as l_timeval has MD members.
Remove bogu
Author: attilio
Date: Mon May 11 15:33:26 2009
New Revision: 191990
URL: http://svn.freebsd.org/changeset/base/191990
Log:
Remove the thread argument from the FSD (File-System Dependent) parts of
the VFS. Now all the VFS_* functions and relating parts don't want the
context as long as it al
Author: attilio
Date: Mon May 11 16:32:58 2009
New Revision: 191991
URL: http://svn.freebsd.org/changeset/base/191991
Log:
Fix a kernel compilation error, introduced after r191990, by defining
thread with curthread in the AUDIT case.
Reported by: dchagin
Modified:
head/sys/kern/vfs_lo
2009/5/11, Attilio Rao :
> Author: attilio
> Date: Mon May 11 16:32:58 2009
> New Revision: 191991
> URL: http://svn.freebsd.org/changeset/base/191991
>
> Log:
> Fix a kernel compilation error, introduced after r191990, by defining
> thread with curthread in the AUDIT case.
The r191990 revisio
Author: jhb
Date: Mon May 11 16:37:31 2009
New Revision: 191992
URL: http://svn.freebsd.org/changeset/base/191992
Log:
MFC: Always compute the root of the kernel source tree and explicitly pass
it to module builds.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/conf/kern.post.mk
Author: green
Date: Mon May 11 16:45:53 2009
New Revision: 191993
URL: http://svn.freebsd.org/changeset/base/191993
Log:
These are some cosmetic changes to improve the clarity of libthr's fork
implementation.
Modified:
head/lib/libthr/thread/thr_fork.c
Modified: head/lib/libthr/thread/thr_f
Author: imp
Date: Mon May 11 17:05:41 2009
New Revision: 191994
URL: http://svn.freebsd.org/changeset/base/191994
Log:
LFS cannot be loaded, compiled, torn, spindled or mutilated in
FreeBSD: it was deleted around FreeBSD 3.x...
Modified:
head/share/man/man5/fstab.5
Modified: head/share/man
Author: imp
Date: Mon May 11 17:13:52 2009
New Revision: 191995
URL: http://svn.freebsd.org/changeset/base/191995
Log:
Update a few XXX comments
Submitted by: ddk ddk ddkprog at yahoo dot com
Modified:
head/sys/dev/bwi/bwimac.c
Modified: head/sys/dev/bwi/bwimac.c
===
Author: jhb
Date: Mon May 11 17:29:11 2009
New Revision: 191996
URL: http://svn.freebsd.org/changeset/base/191996
Log:
Always use __null to define NULL for GCC 4+. Use '0' rather than
'(void *)0' for NULL for C++ compilers compiling kernel code. Together this
makes it easier to build kerne
The XDR support code that is in the main kernel should have a very
similar API to the opensolaris bits, possibly identical. Perhaps the
opensolaris compat could use the main kernel's XDR implementation?
On 11 May 2009, at 05:18, Kip Macy wrote:
Author: kmacy
Date: Mon May 11 04:18:58 2009
N
Author: rmacklem
Date: Mon May 11 18:45:04 2009
New Revision: 191998
URL: http://svn.freebsd.org/changeset/base/191998
Log:
Modify nfsvno_fhtovp() to ensure that it always sets the credp
argument. Returning without credp set could result in a caller
doing crfree() on garbag
Author: ed
Date: Mon May 11 18:52:46 2009
New Revision: 191999
URL: http://svn.freebsd.org/changeset/base/191999
Log:
Add macros around the sx operations in snp(4).
As an experiment, I changed snp(4) to use a mutex instead of an sx lock.
We can't enable this right now, because Syscons sti
Probably something similar to: If you are seeing this message it it probably
because your email client in unable to view html. to view our html newsletter
either change the html viewing option from within your email client or else you
may laos view our newsletter online by clicking here:
ht
On Mon, May 11, 2009 at 11:21 AM, Doug Rabson wrote:
> The XDR support code that is in the main kernel should have a very similar
> API to the opensolaris bits, possibly identical. Perhaps the opensolaris
> compat could use the main kernel's XDR implementation?
I tried that. The label reads end u
Author: rmacklem
Date: Mon May 11 19:37:05 2009
New Revision: 192000
URL: http://svn.freebsd.org/changeset/base/192000
Log:
Change the name of the nfs server addsock structure from nfsd_args
to nfsd_addsock_args, so that it is consistent with the one in
sys/nfsserver/nfs.h.
Author: kib
Date: Mon May 11 19:58:03 2009
New Revision: 192001
URL: http://svn.freebsd.org/changeset/base/192001
Log:
Prevent overflow of uio_resid.
Noted by: jhb
MFC after:3 days
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
==
Author: jhb
Date: Mon May 11 21:13:00 2009
New Revision: 192002
URL: http://svn.freebsd.org/changeset/base/192002
Log:
*sigh*, while the kernel built, userland C did not. Revert the previous
commit and fix it correctly by removing the _KERNEL check entirely. Now
the kernel always sees the
Author: kmacy
Date: Mon May 11 22:55:49 2009
New Revision: 192003
URL: http://svn.freebsd.org/changeset/base/192003
Log:
xen console lock needs to be a spin lock in case it is acquired from an
interrupt context
Modified:
head/sys/dev/xen/console/console.c
head/sys/dev/xen/console/xencons_r
Author: kmacy
Date: Mon May 11 23:03:15 2009
New Revision: 192004
URL: http://svn.freebsd.org/changeset/base/192004
Log:
don't acquire tty lock with console lock held
Modified:
head/sys/dev/xen/console/console.c
head/sys/dev/xen/console/xencons_ring.c
Modified: head/sys/dev/xen/console/con
Author: weongyo
Date: Tue May 12 02:05:42 2009
New Revision: 192006
URL: http://svn.freebsd.org/changeset/base/192006
Log:
Add WUSB54AG and XM142 entries for upgt(4)
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
Author: weongyo
Date: Tue May 12 02:08:56 2009
New Revision: 192007
URL: http://svn.freebsd.org/changeset/base/192007
Log:
connect upgt(4) to the build. It should work on all architectures.
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/usb/Makefile
=
Author: delphij
Date: Tue May 12 02:17:25 2009
New Revision: 192008
URL: http://svn.freebsd.org/changeset/base/192008
Log:
MFC r190324:
Support for a new environment variable, LD_ELF_HINTS_PATH for overriding
the rtld hints file. This environment variable would be unset if the
process
Author: kmacy
Date: Tue May 12 03:30:25 2009
New Revision: 192009
URL: http://svn.freebsd.org/changeset/base/192009
Log:
fix bug introduced by last change
Submitted by: Navdeep Parhar
Modified:
head/sys/dev/cxgb/cxgb_multiq.c
Modified: head/sys/dev/cxgb/cxgb_multiq.c
===
Here is the problem, FreeBSD is sloppy about 32-bit vs. 64-bit for xdr
whereas in the kernel, Solaris is not.
Solaris:
bool_t
xdr_int(XDR *xdrs, int *ip)
{
if (xdrs->x_op == XDR_ENCODE)
return (XDR_PUTINT32(xdrs, ip));
if (xdrs->x_op == XDR_DECODE)
Author: alc
Date: Tue May 12 05:49:02 2009
New Revision: 192010
URL: http://svn.freebsd.org/changeset/base/192010
Log:
Eliminate gratuitous clearing of the page's dirty mask.
Modified:
head/sys/fs/smbfs/smbfs_io.c
head/sys/nfsclient/nfs_bio.c
head/sys/vm/vnode_pager.c
Modified: head/sys/
27 matches
Mail list logo