Author: bcr (doc committer)
Date: Mon Jun 6 07:14:29 2011
New Revision: 222738
URL: http://svn.freebsd.org/changeset/base/222738
Log:
MFC r222492:
Add a short description about NO_CHECKSUM.
PR: docs/155980
Submitted by KOIE Hidetaka (koie at suri co jp)
Modified:
stabl
Author: bcr (doc committer)
Date: Mon Jun 6 07:15:19 2011
New Revision: 222739
URL: http://svn.freebsd.org/changeset/base/222739
Log:
MFC r222492:
Add a short description about NO_CHECKSUM.
PR: docs/155980
Submitted by KOIE Hidetaka (koie at suri co jp)
Modified:
stabl
Author: bcr (doc committer)
Date: Mon Jun 6 07:26:07 2011
New Revision: 222740
URL: http://svn.freebsd.org/changeset/base/222740
Log:
MFC r217358, 86, 222519:
r222519:
Minor wording adjustments to usbdump(8).
PR: docs/157317
Submitted by: Warren Block (wblock at wonk
The quotes don't mean the fix isn't complete - it is complete.
I was just discussing the way we put it in the code and comparing how it
looks like upstream (so if there are any code updates in the future it
should be easier to integrate them).
Btw. pjd is ok with this commit as the vendor code did
On 2011-06-06 05:06, Hiroki Sato wrote:
Author: hrs
Date: Mon Jun 6 03:06:43 2011
New Revision: 222732
URL: http://svn.freebsd.org/changeset/base/222732
Log:
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
Options for DNS Configuration) into rtadvd(8) and rtsold
Author: ae
Date: Mon Jun 6 10:39:38 2011
New Revision: 222742
URL: http://svn.freebsd.org/changeset/base/222742
Log:
Do not return EINVAL when user does `ipfw set N flush` on an empty set.
MFC after:2 weeks
Modified:
head/sys/netinet/ipfw/ip_fw_sockopt.c
Modified: head/sys/netinet/
Author: hrs
Date: Mon Jun 6 10:51:00 2011
New Revision: 222743
URL: http://svn.freebsd.org/changeset/base/222743
Log:
Fix build on 64-bit arch.
Submitted by: dim
Pointy hat to:hrs
Modified:
head/usr.sbin/rtadvd/config.c
head/usr.sbin/rtadvd/dump.c
head/usr.sbin/rtadvd/rtad
Author: ae
Date: Mon Jun 6 10:52:26 2011
New Revision: 222744
URL: http://svn.freebsd.org/changeset/base/222744
Log:
Increase buffer size for the command line.
PR: bin/125370
Submitted by: sem
MFC after:2 weeks
Modified:
head/sbin/ipfw/main.c
Modified: head/sbin/ipfw/
Hi Maxim Sobolev!
On Sat, 04 Jun 2011 10:02:55 -0700; Maxim Sobolev wrote:
>> I don't know about the hast internal protocol but the above reads kind of
>> wrong to me.
> Hmm, not sure what exactly is wrong? Sender does 3 writes to the TCP
> socket - 32k, 32k and 1071 bytes, while receiver doe
Author: ae
Date: Mon Jun 6 11:10:38 2011
New Revision: 222745
URL: http://svn.freebsd.org/changeset/base/222745
Log:
Initialize co.use_set variable before parsing each new rule.
PR: bin/134975
MFC after:2 weeks
Modified:
head/sbin/ipfw/main.c
Modified: head/sbin/ipfw/ma
Hi Robert Watson!
On Sun, 5 Jun 2011 10:20:34 +0100 (BST); Robert Watson
wrote:
>> hmm note that my stealing of 4 bits for FIB was supposed to go away for 8
>> and beyond. We need to do an mbuf redesign.. at this stage, I guess it's a
>> project for 10.
> Indeed -- it would be nice not just
Dimitry Andric wrote
in <4dec9ec1.9070...@freebsd.org>:
di> > Modified: head/usr.sbin/rtadvd/Makefile
di> >
==
di> > --- head/usr.sbin/rtadvd/Makefile Mon Jun 6 02:46:22 2011 (r222731)
di> > +++ head/usr.sbin/rtadvd/Ma
On Sun, 5 Jun 2011, Rick Macklem wrote:
The new NFSv4 client was erroneously using "p" instead of
"p_leader" for the "id" for POSIX byte range locking. I think
this would only have affected processes created by rfork(2)
with the RFTHREAD flag specified. This patch fixes that by
passing the
Author: hrs
Date: Mon Jun 6 11:36:10 2011
New Revision: 222746
URL: http://svn.freebsd.org/changeset/base/222746
Log:
Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==
Author: bz
Date: Mon Jun 6 12:21:42 2011
New Revision: 222747
URL: http://svn.freebsd.org/changeset/base/222747
Log:
Remove TODO which is not longer needed and the default.
Modified:
head/usr.sbin/bsdinstall/scripts/netconfig_ipv6
Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv6
==
Author: rwatson
Date: Mon Jun 6 12:55:02 2011
New Revision: 222748
URL: http://svn.freebsd.org/changeset/base/222748
Log:
Implement a CPU-affine TCP and UDP connection lookup data structure,
struct inpcbgroup. pcbgroups, or "connection groups", supplement the
existing inpcbinfo connection
Author: ru
Date: Mon Jun 6 12:55:19 2011
New Revision: 222749
URL: http://svn.freebsd.org/changeset/base/222749
Log:
Cherry-pick vendor changes to mdoc:
: 2011-04-08 Michail Vidiassov
:
: mdoc: Update various strings related to Mac OS X and FreeBSD.
:
: * tmac/do
On Saturday, June 04, 2011 6:01:44 am Henrik Brix Andersen wrote:
> Hi,
>
> On Jun 4, 2011, at 11:45, Andreas Tobler wrote:
> > The chip itself is not PowerMac specific. It contains four times the
functionality of the ad7418 which is already in there. (dev/iicbus)
> >
> > The ofw is only needed
Author: jhb
Date: Mon Jun 6 13:12:56 2011
New Revision: 222750
URL: http://svn.freebsd.org/changeset/base/222750
Log:
Clear the device_t pointer in 'struct resource' when releasing a device
as otherwise the sysctl to export rman info can dereference a stale
pointer.
PR: kern/
Author: gavin
Date: Mon Jun 6 13:13:48 2011
New Revision: 222751
URL: http://svn.freebsd.org/changeset/base/222751
Log:
Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This
chnage is different to the one suggested in the PR to try to avoid
cluttering the man page too much.
Author: gavin
Date: Mon Jun 6 13:18:29 2011
New Revision: 222752
URL: http://svn.freebsd.org/changeset/base/222752
Log:
Bump .Dd
Forgotten by: gavin
MFC after:1 week
Modified:
head/sbin/rcorder/rcorder.8
Modified: head/sbin/rcorder/rcorder.8
==
Author: jhb
Date: Mon Jun 6 13:21:11 2011
New Revision: 222753
URL: http://svn.freebsd.org/changeset/base/222753
Log:
More properly handle Cardbus cards that that store their CIS in a BAR after
the recent changes to track BAR state explicitly. The code would now
attempt to add the same BAR
Author: gavin
Date: Mon Jun 6 13:24:54 2011
New Revision: 222754
URL: http://svn.freebsd.org/changeset/base/222754
Log:
Add another example to mount(8) on using the "-o" argument.
PR: docs/157389
Submitted by: Warren Block
MFC after:1 week
Modified:
head/sbin/mount/mo
Author: jh
Date: Mon Jun 6 13:50:29 2011
New Revision: 222755
URL: http://svn.freebsd.org/changeset/base/222755
Log:
Pass correct size to write(2).
PR: bin/155915
Submitted by: John Levine
MFC after:2 weeks
Modified:
head/usr.bin/calendar/io.c
Modified: head/usr.bin/c
On 2011-06-06, Hiroki Sato wrote:
> di> > -WARNS?=1
> di> > +WARNS?=6
Shouldn't you just remove the WARNS line because the default for
usr.sbin/ is 6?
--
Jaakko
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/l
Author: avg
Date: Mon Jun 6 14:23:13 2011
New Revision: 222756
URL: http://svn.freebsd.org/changeset/base/222756
Log:
don't use cpuid level 4 in x86 cpu topology detection if it's not supported
This regression was introduced in r213323.
There are probably no Intel cpus that support amd64
Author: mm
Date: Mon Jun 6 14:46:43 2011
New Revision: 222757
URL: http://svn.freebsd.org/changeset/base/222757
Log:
Remove empty #ifndef
MFC after:3 days
Modified:
head/sys/cddl/compat/opensolaris/sys/atomic.h
Modified: head/sys/cddl/compat/opensolaris/sys/atomic.h
===
Author: gjb (doc committer)
Date: Mon Jun 6 15:17:55 2011
New Revision: 222758
URL: http://svn.freebsd.org/changeset/base/222758
Log:
Document that when running 'su -m -c ', is run
within a shell as .
PR: 157078
Submitted by: Warren Block
MFC after:5 days
Modified:
Author: gjb (doc committer)
Date: Mon Jun 6 15:21:53 2011
New Revision: 222759
URL: http://svn.freebsd.org/changeset/base/222759
Log:
Bump date from previous commit. :(
MFC after:5 days
Modified:
head/usr.bin/su/su.1
Modified: head/usr.bin/su/su.1
==
Author: jhb
Date: Mon Jun 6 15:33:15 2011
New Revision: 222760
URL: http://svn.freebsd.org/changeset/base/222760
Log:
Some style fixes.
Submitted by: bde
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pucdata.c
==
Author: gjb (doc committer)
Date: Mon Jun 6 16:00:23 2011
New Revision: 222761
URL: http://svn.freebsd.org/changeset/base/222761
Log:
MFC 220965 [1]:
Remove incomplete sentence from tcpdrop(8).
PR: 156593
Obtained from:maxim [1]
Modified:
stable/8/usr.sbin/tcpdr
Author: gjb (doc committer)
Date: Mon Jun 6 16:17:02 2011
New Revision: 222762
URL: http://svn.freebsd.org/changeset/base/222762
Log:
MFC 218951 [1]:
- Add reference to makefs(8).
PR: 154708
Obtained from:jh [1]
Modified:
stable/8/sbin/newfs/newfs.8
Directory Pr
Author: gjb (doc committer)
Date: Mon Jun 6 16:17:56 2011
New Revision: 222763
URL: http://svn.freebsd.org/changeset/base/222763
Log:
MFC 218951 [1]:
- Add reference to makefs(8).
PR: 154708
Obtained from:jh [1]
Modified:
stable/7/sbin/newfs/newfs.8
Directory Pr
Author: imp
Date: Mon Jun 6 16:27:38 2011
New Revision: 222764
URL: http://svn.freebsd.org/changeset/base/222764
Log:
Make a couple of debug printfs DEVPRINTF.
Modified:
head/sys/dev/pccard/pccard.c
Modified: head/sys/dev/pccard/pccard.c
=
Author: bz
Date: Mon Jun 6 17:07:38 2011
New Revision: 222765
URL: http://svn.freebsd.org/changeset/base/222765
Log:
Include param.h for CACHE_LINE_SIZE to unbreak the build.
Modified:
head/usr.sbin/tcpdrop/tcpdrop.c
Modified: head/usr.sbin/tcpdrop/tcpdrop.c
Robert Watson writes:
> Author: rwatson
> Date: Mon Jun 6 12:55:02 2011
> New Revision: 222748
> URL: http://svn.freebsd.org/changeset/base/222748
>
> Log:
[...]
> Connection group support is enabled by compiling "options PCBGROUP"
> into your kernel configuration; for the time being, this i
On 6/5/11 4:20 AM, Julian Elischer wrote:
hmm note that my stealing of 4 bits for FIB was supposed to go away
for 8 and beyond.
Hmm, perhaps my patch to setfib.2 in
http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/157453 is not quite right,
then. Do you have any comments on it?
Thanks,
Ben
On Jun 6, 2011, at 5:53 PM, Pan Tsu wrote:
> Robert Watson writes:
>
>> Author: rwatson
>> Date: Mon Jun 6 12:55:02 2011
>> New Revision: 222748
>> URL: http://svn.freebsd.org/changeset/base/222748
>>
>> Log:
> [...]
>> Connection group support is enabled by compiling "options PCBGROUP"
>> i
Author: marcel
Date: Mon Jun 6 18:25:11 2011
New Revision: 222766
URL: http://svn.freebsd.org/changeset/base/222766
Log:
Don't clobber the hosts /etc/fstab. $1 is empty at this point.
Modified:
head/release/ia64/mkisoimages.sh
Modified: head/release/ia64/mkisoimages.sh
=
On 6/6/2011 3:57 AM, Vadim Goncharov wrote:
Hi Maxim Sobolev!
On Sat, 04 Jun 2011 10:02:55 -0700; Maxim Sobolev wrote:
I don't know about the hast internal protocol but the above reads kind of
wrong to me.
Hmm, not sure what exactly is wrong? Sender does 3 writes to the TCP
socket - 32k, 3
Author: ed
Date: Mon Jun 6 18:40:01 2011
New Revision: 222767
URL: http://svn.freebsd.org/changeset/base/222767
Log:
Allow custom files to be opened and allow sorting by timestamp.
While implementing a tool to import lastlog entries into utmpx, I
noticed lastlogin doesn't allow custom da
Author: dchagin
Date: Mon Jun 6 19:00:38 2011
New Revision: 222768
URL: http://svn.freebsd.org/changeset/base/222768
Log:
Fix regex for ptraceopname().
PR: bin/157663
Submitted by: jason wright
MFC after:10 days
Modified:
head/usr.bin/kdump/mksubr
Modified: head/usr.
Author: marcel
Date: Mon Jun 6 19:06:15 2011
New Revision: 222769
URL: http://svn.freebsd.org/changeset/base/222769
Log:
Improve cpu_idle():
o cpu_idle_hook is expected to be called with interrupts
disabled and re-enables interrupts on return.
o sync with x86: don't idle when the
Author: gjb (doc committer)
Date: Mon Jun 6 19:33:19 2011
New Revision: 222770
URL: http://svn.freebsd.org/changeset/base/222770
Log:
Attempt to clear up some confusion in the following example, by stating
the '-c' argument is passed to the shell, not to su(1), which would
indicate the logi
Author: hrs
Date: Mon Jun 6 20:14:50 2011
New Revision: 222771
URL: http://svn.freebsd.org/changeset/base/222771
Log:
Set WARNS=1 temporarily to unbreak universe.
Modified:
head/usr.sbin/rtadvd/Makefile
Modified: head/usr.sbin/rtadvd/Makefile
Author: ed
Date: Mon Jun 6 20:24:17 2011
New Revision: 222772
URL: http://svn.freebsd.org/changeset/base/222772
Log:
Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
Modified:
head/lib/libiconv/Makefile
head/sbin/geom/class/sched/Makefile
On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
> On 2011-06-06, Hiroki Sato wrote:
>> di> > -WARNS?= 1
>> di> > +WARNS?= 6
>
> Shouldn't you just remove the WARNS line because the default for
> usr.sbin/ is 6?
No, the change should be reverted, since it breaks ARM.
Warner
Author: gjb (doc committer)
Date: Mon Jun 6 20:27:32 2011
New Revision: 222773
URL: http://svn.freebsd.org/changeset/base/222773
Log:
MFC 190610 [1]:
Fix punctuation.
PR: 132834
Obtained from:trhodes [1]
Modified:
stable/7/usr.sbin/chown/chgrp.1
Directory Proper
Author: gjb (doc committer)
Date: Mon Jun 6 20:28:19 2011
New Revision: 222774
URL: http://svn.freebsd.org/changeset/base/222774
Log:
MFC 190610 [1]:
Fix punctuation.
PR: 132834
Obtained from:trhodes [1]
Modified:
stable/7/usr.bin/cut/cut.1
Directory Properties:
On Mon, Jun 6, 2011 at 1:21 PM, Warner Losh wrote:
>
> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
>
>> On 2011-06-06, Hiroki Sato wrote:
>>> di> > -WARNS?= 1
>>> di> > +WARNS?= 6
>>
>> Shouldn't you just remove the WARNS line because the default for
>> usr.sbin/ is 6?
>
> No, t
Warner Losh wrote
in :
im>
im> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
im>
im> > On 2011-06-06, Hiroki Sato wrote:
im> >> di> > -WARNS?= 1
im> >> di> > +WARNS?= 6
im> >
im> > Shouldn't you just remove the WARNS line because the default for
im> > usr.sbin/ is 6?
im>
im> No, the ch
Author: gjb (doc committer)
Date: Mon Jun 6 20:48:36 2011
New Revision: 222775
URL: http://svn.freebsd.org/changeset/base/222775
Log:
MFC 199245 [1]:
Fix the grammar in the isprint(3) description.
PR: 140456
Obtained from:roam [1]
Modified:
stable/8/lib/libc/loc
Author: gjb (doc committer)
Date: Mon Jun 6 20:49:16 2011
New Revision: 222776
URL: http://svn.freebsd.org/changeset/base/222776
Log:
MFC 199245 [1]:
Fix the grammar in the isprint(3) description.
PR: 140456
Obtained from:roam [1]
Modified:
stable/7/lib/libc/loc
Author: hselasky
Date: Mon Jun 6 20:58:15 2011
New Revision: 222777
URL: http://svn.freebsd.org/changeset/base/222777
Log:
MFC r222578 and r222696.
Add new USB serial device driver.
Added:
stable/8/share/man/man4/umcs.4
- copied unchanged from r222696, head/share/man/man4/umcs.4
sta
Author: gavin
Date: Mon Jun 6 21:02:26 2011
New Revision: 222778
URL: http://svn.freebsd.org/changeset/base/222778
Log:
Rework parts of this man page to improve grammar.
Inspired by, and parts submitted by...
PR: docs/157467
Submitted by: Ben Kaduk
MFC after:2 weeks
M
Author: simon
Date: Mon Jun 6 21:03:19 2011
New Revision: 222779
URL: http://svn.freebsd.org/changeset/base/222779
Log:
Update the comment in the start of the checkacl program to be related
to checkacl.c and not svnssh.
Modified:
svnadmin/tools/checkacl/checkacl.c
Modified: svnadmin/tools
Author: gjb (doc committer)
Date: Mon Jun 6 21:07:44 2011
New Revision: 222780
URL: http://svn.freebsd.org/changeset/base/222780
Log:
MFC 199871 [1]:
- correctly render the provided example
PR: 140962
Obtained from:danger [1]
Modified:
stable/8/usr.bin/ldd/ldd.1
Author: gjb (doc committer)
Date: Mon Jun 6 21:23:11 2011
New Revision: 222781
URL: http://svn.freebsd.org/changeset/base/222781
Log:
MFC 199873 [1]:
- correct xref sections
PR: 140940
Original commit by: danger [1]
Modified:
stable/8/lib/libc/net/sctp_send.3
stable
Author: gjb (doc committer)
Date: Mon Jun 6 21:24:07 2011
New Revision: 222782
URL: http://svn.freebsd.org/changeset/base/222782
Log:
MFC 199873 [1]:
- correct xref sections
PR: 140940
Original commit by: danger [1]
Modified:
stable/7/lib/libc/net/sctp_send.3
stable
Author: gjb (doc committer)
Date: Mon Jun 6 21:40:38 2011
New Revision: 222784
URL: http://svn.freebsd.org/changeset/base/222784
Log:
MFC 196727 [1]:
Document MALLOC_PRODUCTION knob.
PR: 136029
Original commit by: maxim [1]
Modified:
stable/8/share/man/man5/make.conf.
Author: gjb (doc committer)
Date: Mon Jun 6 21:41:10 2011
New Revision: 222785
URL: http://svn.freebsd.org/changeset/base/222785
Log:
MFC 196727 [1]:
Document MALLOC_PRODUCTION knob.
PR: 136029
Original commit by: maxim [1]
Modified:
stable/7/share/man/man5/make.conf.
Author: hselasky
Date: Mon Jun 6 21:45:09 2011
New Revision: 222786
URL: http://svn.freebsd.org/changeset/base/222786
Log:
Improve enumeration of Low- and Full-speed devices connected through a
High-speed USB HUB by resetting the transaction translator (TT)
before trying re-enumeration. Als
Author: bz
Date: Mon Jun 6 21:45:32 2011
New Revision: 222787
URL: http://svn.freebsd.org/changeset/base/222787
Log:
Unbreak kernels with non-default PCBGROUP included but no WITNESS.
Rather than including lock.h in in_pcbgroup.c in right order, fix it
for all consumers of in_pcb.h by furth
Author: gjb (doc committer)
Date: Mon Jun 6 21:48:51 2011
New Revision: 222788
URL: http://svn.freebsd.org/changeset/base/222788
Log:
MFC 191634 [1]:
- fix path for locale.alias
PR: 134070
Original commit by:
Modified:
stable/7/usr.sbin/kbdmap/kbdmap.1
Directory Propert
Author: rmacklem
Date: Mon Jun 6 21:51:35 2011
New Revision: 222789
URL: http://svn.freebsd.org/changeset/base/222789
Log:
MFC: r33
Set the MNT_NFS4ACLS flag for an NFSv4 client mount
if the NFSv4 server supports it.
Modified:
stable/8/sys/fs/nfsclient/nfs_clvfsops.c
Directory Proper
Author: hselasky
Date: Mon Jun 6 22:03:09 2011
New Revision: 222790
URL: http://svn.freebsd.org/changeset/base/222790
Log:
Reset clear-stall error counter before setting up the USB control transfers.
MFC after:14 days
Modified:
head/sys/dev/usb/usb_transfer.c
Modified: head/sys/dev
Author: gjb (doc committer)
Date: Mon Jun 6 22:14:46 2011
New Revision: 222792
URL: http://svn.freebsd.org/changeset/base/222792
Log:
MFC 187607 [1]:
Attaching to the init process returns EINVAL,
so give an example that is more likely to work.
Stolen from the ktrace(1) manual page.
On 6/6/11 5:48 PM, Glen Barber wrote:
> Author: gjb (doc committer)
> Date: Mon Jun 6 21:48:51 2011
> New Revision: 222788
> URL: http://svn.freebsd.org/changeset/base/222788
>
> Log:
> MFC 191634 [1]:
>
> - fix path for locale.alias
>
> PR: 134070
> Original commit by:
>
Author: jkim
Date: Mon Jun 6 22:18:40 2011
New Revision: 222793
URL: http://svn.freebsd.org/changeset/base/222793
Log:
Revert r222152. The root cause was analysed and better fix is upcoming.
Discussed with: delphij
Modified:
head/share/man/man4/atkbd.4
head/sys/dev/atkbdc/atkbd
Author: np
Date: Mon Jun 6 22:26:02 2011
New Revision: 222794
URL: http://svn.freebsd.org/changeset/base/222794
Log:
MFC r222509, r222510, r222513, r222551, r222552, r222701, r222703,
and some direct modifications to minimize diffs with head.
r222509:
L2 table code. This is enough to
Author: jkim
Date: Mon Jun 6 23:03:37 2011
New Revision: 222795
URL: http://svn.freebsd.org/changeset/base/222795
Log:
Validate INT 15h and 16h vectors more strictly. Traditionally these entry
points are fixed addresses and (U)EFI CSM specification also mandated that.
Unfortunately, (U)EFI
Author: attilio
Date: Mon Jun 6 23:36:39 2011
New Revision: 222796
URL: http://svn.freebsd.org/changeset/base/222796
Log:
MFC r34:
Fix arguments passing to _long() version of atomic functions.
Modified:
stable/8/sys/mips/include/atomic.h
Directory Properties:
stable/8/sys/ (props c
Author: jlaffaye (ports committer)
Date: Mon Jun 6 23:48:48 2011
New Revision: 222797
URL: http://svn.freebsd.org/changeset/base/222797
Log:
Add myself to committers-ports.dot
Approved by: tabthorpe@ (mentor)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/comm
Author: marcel
Date: Tue Jun 7 00:39:15 2011
New Revision: 222798
URL: http://svn.freebsd.org/changeset/base/222798
Log:
Add ia64_sync_icache() and use it to make the I-cache coherent
after loading the kernel's text segment. The kernel will do the
same for loaded modules, so don't worry abo
Author: marcel
Date: Tue Jun 7 00:59:31 2011
New Revision: 222799
URL: http://svn.freebsd.org/changeset/base/222799
Log:
o Bump the EFI loader version to 3.1.
o Add the about, pbvm and reboot commands.
o Trim the banner (suppress maker and date).
Modified:
head/sys/boot/ia64/efi/ef
Author: marcel
Date: Tue Jun 7 01:06:49 2011
New Revision: 222800
URL: http://svn.freebsd.org/changeset/base/222800
Log:
Call set_cputicker() to have the time counter use the ITC register.
Note that the ITC frequency is fixed.
Modified:
head/sys/ia64/ia64/machdep.c
Modified: head/sys/ia64
Author: marcel
Date: Tue Jun 7 01:28:12 2011
New Revision: 222801
URL: http://svn.freebsd.org/changeset/base/222801
Log:
Fix making kernel dumps from the debugger by creating a command
for it. Do not not expect a developer to call doadump(). Calling
doadump does not necessarily work when it
On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar wrote:
> Author: marcel
> Date: Tue Jun 7 01:28:12 2011
> New Revision: 222801
> URL: http://svn.freebsd.org/changeset/base/222801
>
> Log:
> Fix making kernel dumps from the debugger by creating a command
> for it. Do not not expect a developer
Author: davidxu
Date: Tue Jun 7 02:50:14 2011
New Revision: 222802
URL: http://svn.freebsd.org/changeset/base/222802
Log:
Use p4prio_to_tsprio to calculate TS priority instead of using
p4prio_to_rtpprio which is for RT priority.
PR: kern/157657
Submitted by: krivenok.dmitry at gmail
Author: marcel
Date: Tue Jun 7 04:38:33 2011
New Revision: 222803
URL: http://svn.freebsd.org/changeset/base/222803
Log:
Lower WARNS level to 3 to eliminate alignment warnings related to
casting inherent in CMSG_DATA().
Modified:
head/usr.sbin/rtsold/Makefile
Modified: head/usr.sbin/rtsol
Author: ken
Date: Tue Jun 7 05:04:37 2011
New Revision: 222804
URL: http://svn.freebsd.org/changeset/base/222804
Log:
Set pca.p_bufr to NULL when we haven't allocated a buffer.
Otherwise, p_bufr is set to garbage on the stack, and if that garbage
happens to be non-NULL, and the TOLOG or
On Mon, 6 Jun 2011, Pan Tsu wrote:
Robert Watson writes:
Author: rwatson
Date: Mon Jun 6 12:55:02 2011
New Revision: 222748
URL: http://svn.freebsd.org/changeset/base/222748
Log:
[...]
Connection group support is enabled by compiling "options PCBGROUP"
into your kernel configuration;
Author: avg
Date: Tue Jun 7 06:18:02 2011
New Revision: 222805
URL: http://svn.freebsd.org/changeset/base/222805
Log:
amdsbwd: update to support SB8xx southbridges
Many thanks to Tino for drawing my attention to
this, for doing a lot of testing and providing great feedback.
Many thank
Author: ae
Date: Tue Jun 7 06:42:29 2011
New Revision: 222806
URL: http://svn.freebsd.org/changeset/base/222806
Log:
Make a behaviour of the libalias based in-kernel NAT a bit closer to
how natd(8) does work. natd(8) drops packets only when libalias returns
PKT_ALIAS_IGNORED and "deny_incom
Author: ae
Date: Tue Jun 7 06:48:42 2011
New Revision: 222808
URL: http://svn.freebsd.org/changeset/base/222808
Log:
Sync ng_nat with recent (r222806) ipfw_nat changes:
Make a behaviour of the libalias based in-kernel NAT a bit closer to
how natd(8) does work. natd(8) drops packets o
Author: ae
Date: Tue Jun 7 06:57:22 2011
New Revision: 222809
URL: http://svn.freebsd.org/changeset/base/222809
Log:
Fix indentation.
Modified:
head/sys/netinet/libalias/alias_sctp.h
Modified: head/sys/netinet/libalias/alias_sctp.h
===
86 matches
Mail list logo