Author: phk
Date: Mon Apr 6 07:13:26 2009
New Revision: 190757
URL: http://svn.freebsd.org/changeset/base/190757
Log:
Only raise WARNS to 6 on i386 and amd64, strict alignment platforms still
barf at some of the gratuitous pointer gymnastics, and I do not see a
simple solution.
Modified:
Author: luigi
Date: Mon Apr 6 11:08:33 2009
New Revision: 190760
URL: http://svn.freebsd.org/changeset/base/190760
Log:
add some popular device and comment some potentially useful options
Modified:
head/release/picobsd/bridge/PICOBSD
Modified: head/release/picobsd/bridge/PICOBSD
===
Author: luigi
Date: Mon Apr 6 11:15:28 2009
New Revision: 190762
URL: http://svn.freebsd.org/changeset/base/190762
Log:
MFC: bring in recent fixes to the picobsd script
Approved by: re (blanket on picobsd)
Modified:
stable/7/release/picobsd/build/picobsd
Modified: stable/7/release/pic
Author: luigi
Date: Mon Apr 6 11:21:14 2009
New Revision: 190763
URL: http://svn.freebsd.org/changeset/base/190763
Log:
put the absolute path for /etc/rc1
Approved by: re (blanket on picobsd)
Modified:
stable/7/release/picobsd/mfs_tree/etc/rc
Modified: stable/7/release/picobsd/mfs_tre
Author: luigi
Date: Mon Apr 6 11:23:20 2009
New Revision: 190766
URL: http://svn.freebsd.org/changeset/base/190766
Log:
bump image size to 4MB and remove references to non-devfs configs
Approved by: re (blanket on picobsd)
Modified:
stable/7/release/picobsd/bridge/config
Modified: sta
Author: luigi
Date: Mon Apr 6 11:14:30 2009
New Revision: 190761
URL: http://svn.freebsd.org/changeset/base/190761
Log:
provide the absolute path for /etc/rc1
Modified:
head/release/picobsd/mfs_tree/etc/rc
Modified: head/release/picobsd/mfs_tree/etc/rc
==
Author: luigi
Date: Mon Apr 6 11:22:29 2009
New Revision: 190765
URL: http://svn.freebsd.org/changeset/base/190765
Log:
diff reduction with the version in head
Approved by: re (blanket on picobsd)
Modified:
stable/7/release/picobsd/bridge/PICOBSD
Modified: stable/7/release/picobsd/bri
Author: brueffer
Date: Mon Apr 6 12:00:51 2009
New Revision: 190768
URL: http://svn.freebsd.org/changeset/base/190768
Log:
MFC: rev. 190557
Fix memory leak in semunload().
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Author: rwatson
Date: Mon Apr 6 10:32:40 2009
New Revision: 190759
URL: http://svn.freebsd.org/changeset/base/190759
Log:
Add SDT DTrace probes for namei():
vfs:namei:lookup:entry takes parent directory vnode pointer, path to
look up, and lookup flags.
vfs:namei:lookup:return t
Author: rrs
Date: Mon Apr 6 10:09:20 2009
New Revision: 190758
URL: http://svn.freebsd.org/changeset/base/190758
Log:
Class based addressing went out in the early 90's. Basically
if a entry is not route add -net xxx/bits then we should use
the addr (xxx) to establish the number of bits by l
Randall Stewart wrote:
> Author: rrs
> Date: Mon Apr 6 10:09:20 2009
> New Revision: 190758
> URL: http://svn.freebsd.org/changeset/base/190758
>
> Log:
> Class based addressing went out in the early 90's. Basically
> if a entry is not route add -net xxx/bits then we should use
> the addr (
Author: luigi
Date: Mon Apr 6 11:31:31 2009
New Revision: 190767
URL: http://svn.freebsd.org/changeset/base/190767
Log:
MFC: use shared libraries for the crunched binary,
put together the basic binaries so it is easier to replace them
with busybox.
Approved by: re (blanket on picobsd)
On Mon, 6 Apr 2009, Randall Stewart wrote:
Author: rrs
Date: Mon Apr 6 10:09:20 2009
New Revision: 190758
URL: http://svn.freebsd.org/changeset/base/190758
Log:
Class based addressing went out in the early 90's. Basically
if a entry is not route add -net xxx/bits then we should use
the add
Author: luigi
Date: Mon Apr 6 11:21:58 2009
New Revision: 190764
URL: http://svn.freebsd.org/changeset/base/190764
Log:
MFC: remove call to non-existing dev-mkdb
Approved by: re (blanket on picobsd)
Modified:
stable/7/release/picobsd/floppy.tree/etc/rc1
Modified: stable/7/release/pico
Author: weongyo
Date: Mon Apr 6 12:43:40 2009
New Revision: 190769
URL: http://svn.freebsd.org/changeset/base/190769
Log:
connect uath(4) to the build. uath(4) should work on all architectures.
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/usb/Makefile
Author: weongyo
Date: Mon Apr 6 12:47:09 2009
New Revision: 190770
URL: http://svn.freebsd.org/changeset/base/190770
Log:
connect uath.4 to the build.
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
==
Author: ed
Date: Mon Apr 6 13:09:02 2009
New Revision: 190771
URL: http://svn.freebsd.org/changeset/base/190771
Log:
Reduce the dcons polling frequency to 25 Hz.
It makes little sense to use 100 Hz polling in dcons. We cannot live
without polling, because that's just how dcons works. It
Author: ru
Date: Mon Apr 6 13:14:34 2009
New Revision: 190772
URL: http://svn.freebsd.org/changeset/base/190772
Log:
- Added libpcap.so.5 to OLD_LIBS.
- Added 32-bit versions of libusb20* to OLD_{LIBS,FILES}.
- Added 32-bit version of libmp.so.6 to OLD_LIBS.
Modified:
head/ObsoleteFiles.
Sure it should..
If you do
route add -net 10.0.0.0 it will work.. Hmmm
I wonder if more is not needed though.. let me think on this.
What strange about the whole thing is that the
behavior I put in used to work in previous releases... its
rather strange actually..
I reviewed several of the pa
Hmm.
On Apr 6, 2009, at 6:39 AM, Alexander Motin wrote:
Randall Stewart wrote:
Author: rrs
Date: Mon Apr 6 10:09:20 2009
New Revision: 190758
URL: http://svn.freebsd.org/changeset/base/190758
Log:
Class based addressing went out in the early 90's. Basically
if a entry is not route add -net
Author: das
Date: Mon Apr 6 13:50:04 2009
New Revision: 190773
URL: http://svn.freebsd.org/changeset/base/190773
Log:
Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised
because it means getdelim() returns -1 for both error and EOF, and
never returns 0. However, this is w
Author: des
Date: Mon Apr 6 14:12:22 2009
New Revision: 190774
URL: http://svn.freebsd.org/changeset/base/190774
Log:
Fix ISO8859-15 links for nb_NO / no_NO.
Submitted by: ru
MFC after:1 week
Modified:
head/share/timedef/Makefile
Modified: head/share/timedef/Makefile
Author: rrs
Date: Mon Apr 6 14:27:28 2009
New Revision: 190775
URL: http://svn.freebsd.org/changeset/base/190775
Log:
Ok, looking at the solution a bit closer, the level
calculation was too agressive. Instead we should only
look at each nibble. This makes it so we make
10.2.0.0 become 10.
On Mon, 2009-04-06 at 14:27 +, Randall Stewart wrote:
> Author: rrs
> Date: Mon Apr 6 14:27:28 2009
> New Revision: 190775
> URL: http://svn.freebsd.org/changeset/base/190775
>
> Log:
> Ok, looking at the solution a bit closer, the level
> calculation was too agressive. Instead we should
Author: cperciva
Date: Mon Apr 6 15:45:03 2009
New Revision: 190778
URL: http://svn.freebsd.org/changeset/base/190778
Log:
MFC r190679: Set SO_NOSIGPIPE on sockets in order to avoid having
phttpget die when a RST packet arrives.
Approved by: re (kib)
Modified:
stable/7/usr.sbin/ports
On Apr 6, 2009, at 11:07 AM, Coleman Kane wrote:
On Mon, 2009-04-06 at 14:27 +, Randall Stewart wrote:
Author: rrs
Date: Mon Apr 6 14:27:28 2009
New Revision: 190775
URL: http://svn.freebsd.org/changeset/base/190775
Log:
Ok, looking at the solution a bit closer, the level
calculation w
On Mon, 2009-04-06 at 12:21 -0400, Randall Stewart wrote:
> On Apr 6, 2009, at 11:07 AM, Coleman Kane wrote:
>
> > On Mon, 2009-04-06 at 14:27 +, Randall Stewart wrote:
> >> Author: rrs
> >> Date: Mon Apr 6 14:27:28 2009
> >> New Revision: 190775
> >> URL: http://svn.freebsd.org/changeset/bas
[ pthread_kill() in signal.h conflicting with devel/pth's attempts to hide
native pthread]
> 3. /usr/include/signal.h defines pthread_kill() only if __POSIX_VISIBLE
> or __XSI_VISIBLE is defined. Can someone try to inject
> #undef __POSIX_VISIBLE or #undef __XSI_VISIBLE into pth's pthread.h.in
>
On Mon, 6 Apr 2009, Randall Stewart wrote:
I presume you meant "NOT 10.2/15" here? Correct me if I'm wrong, but that's
what I gathered by the discussion of "the bug" in the previous thread.
It would have actually done any number of ones... basically looking at the
bottom number of 0 bits and
Author: trasz
Date: Mon Apr 6 17:33:35 2009
New Revision: 190782
URL: http://svn.freebsd.org/changeset/base/190782
Log:
MFC r185693:
Make it possible to use gjournal for the root filesystem. Previously,
an unclean shutdown would make it impossible to mount rootfs at boot.
Approved
On Mon, Apr 06, 2009, Peter Schuller wrote:
> [ pthread_kill() in signal.h conflicting with devel/pth's attempts to hide
> native pthread]
>
> > 3. /usr/include/signal.h defines pthread_kill() only if __POSIX_VISIBLE
> > or __XSI_VISIBLE is defined. Can someone try to inject
> > #undef __POSIX_VI
> > I'm not the most knowledgable about the various POSIX/XSI
> > compatibility defines and their expected results, but it seems pretty
> > dangerous to me to flat-out #undef it. Who knows what else depends on
> > those being set properly in any given application.
> >
> > How about only doing it f
Author: jhb
Date: Mon Apr 6 19:12:47 2009
New Revision: 190783
URL: http://svn.freebsd.org/changeset/base/190783
Log:
Change the default timeout for caching attributes of a directory in the NFS
client from 30 seconds to 3 seconds. After the recent changes to add
caching of negative name ca
Author: jhb
Date: Mon Apr 6 20:17:28 2009
New Revision: 190784
URL: http://svn.freebsd.org/changeset/base/190784
Log:
Add opt_kdtrace.h to fix standalone module build.
Modified:
head/sys/modules/nfsclient/Makefile
Modified: head/sys/modules/nfsclient/Makefile
===
Author: jhb
Date: Mon Apr 6 21:11:08 2009
New Revision: 190785
URL: http://svn.freebsd.org/changeset/base/190785
Log:
When a stale file handle is encountered, purge all cached information about
an NFS node including the access and attribute caches. Previously the NFS
client only purged any
On Mon, 6 Apr 2009, John Baldwin wrote:
Author: jhb
Date: Mon Apr 6 20:17:28 2009
New Revision: 190784
URL: http://svn.freebsd.org/changeset/base/190784
Log:
Add opt_kdtrace.h to fix standalone module build.
Thanks!
Robert N M Watson
Computer Laboratory
University of Cambridge
Modified
Author: marcel
Date: Mon Apr 6 21:52:10 2009
New Revision: 190786
URL: http://svn.freebsd.org/changeset/base/190786
Log:
Add support for PowerPC kernel core files. This commit only adds
support for virtual core files (aka minidumps). physical core
files are not supported.
The implement
Author: zec
Date: Mon Apr 6 22:29:41 2009
New Revision: 190787
URL: http://svn.freebsd.org/changeset/base/190787
Log:
First pass at separating per-vnet initializer functions
from existing functions for initializing global state.
At this stage, the new per-vnet ini
Author: weongyo
Date: Tue Apr 7 01:37:50 2009
New Revision: 190789
URL: http://svn.freebsd.org/changeset/base/190789
Log:
Add an entry for the uath(4) module.
Modified:
head/sys/boot/forth/loader.conf
Modified: head/sys/boot/forth/loader.conf
Author: weongyo
Date: Tue Apr 7 01:41:17 2009
New Revision: 190790
URL: http://svn.freebsd.org/changeset/base/190790
Log:
Add uath(4) to the list of supported network interface.
Modified:
head/usr.sbin/sysinstall/devices.c
Modified: head/usr.sbin/sysinstall/devices.c
===
Author: weongyo
Date: Tue Apr 7 01:58:29 2009
New Revision: 190791
URL: http://svn.freebsd.org/changeset/base/190791
Log:
Hook uathload up to the build. It's used for loading the firmware for
uath(4).
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
=
Author: sbruno
Date: Tue Apr 7 02:33:46 2009
New Revision: 190792
URL: http://svn.freebsd.org/changeset/base/190792
Log:
Minor updates as a precursor to fixing sbp_targ
firewire.c -- expand a comment and repair a typo
sbp.h -- define Logical Unit Reset so it can be used in sbp_targ
Author: weongyo
Date: Tue Apr 7 04:12:34 2009
New Revision: 190793
URL: http://svn.freebsd.org/changeset/base/190793
Log:
do not cause a line break in the AUTHORS section.
Pointed by: yongari
Modified:
head/share/man/man4/uath.4
Modified: head/share/man/man4/uath.4
==
Author: imp
Date: Tue Apr 7 05:41:38 2009
New Revision: 190794
URL: http://svn.freebsd.org/changeset/base/190794
Log:
Provide a generic ifmedia set of routines as a fallback. The
DP8390-based cards have no generic way of reporting status of the link
or setting the media type. Some specifi
Author: imp
Date: Tue Apr 7 05:57:56 2009
New Revision: 190795
URL: http://svn.freebsd.org/changeset/base/190795
Log:
Another GlobalVillage card.
Modified:
head/sys/dev/pccard/pccarddevs
Modified: head/sys/dev/pccard/pccarddevs
===
45 matches
Mail list logo