Author: bz
Date: Wed Feb 15 09:32:20 2012
New Revision: 231746
URL: http://svn.freebsd.org/changeset/base/231746
Log:
MFC r231515:
Use the correct constant (with same value) for comparying the SA type.
PR: kern/142741
Submitted by: Matthijs Kooiman (matthijs stdin.nl)
Mod
Author: bz
Date: Wed Feb 15 09:32:40 2012
New Revision: 231747
URL: http://svn.freebsd.org/changeset/base/231747
Log:
MFC r231515:
Use the correct constant (with same value) for comparying the SA type.
PR: kern/142741
Submitted by: Matthijs Kooiman (matthijs stdin.nl)
Mod
Author: bz
Date: Wed Feb 15 09:32:51 2012
New Revision: 231748
URL: http://svn.freebsd.org/changeset/base/231748
Log:
MFC r231515:
Use the correct constant (with same value) for comparying the SA type.
PR: kern/142741
Submitted by: Matthijs Kooiman (matthijs stdin.nl)
Mod
Author: avg
Date: Wed Feb 15 09:52:09 2012
New Revision: 231749
URL: http://svn.freebsd.org/changeset/base/231749
Log:
MFC r231563: start watchdogd before most of other daemons/servers
Modified:
stable/9/etc/rc.d/SERVERS
stable/9/etc/rc.d/watchdogd
Directory Properties:
stable/9/etc/ (p
Author: avg
Date: Wed Feb 15 09:53:20 2012
New Revision: 231750
URL: http://svn.freebsd.org/changeset/base/231750
Log:
MFC r231563: start watchdogd before most of other daemons/servers
Modified:
stable/8/etc/rc.d/SERVERS
stable/8/etc/rc.d/watchdogd
Directory Properties:
stable/8/etc/ (p
Author: ae
Date: Wed Feb 15 10:02:19 2012
New Revision: 231751
URL: http://svn.freebsd.org/changeset/base/231751
Log:
Add PART::type attribute handler. It returns partition type as string.
MFC after:2 weeks
Modified:
head/sys/geom/part/g_part.c
Modified: head/sys/geom/part/g_part.c
Author: fjoe
Date: Wed Feb 15 10:08:13 2012
New Revision: 231752
URL: http://svn.freebsd.org/changeset/base/231752
Log:
MFC: rev. 231543
- Use fixed-width integer types.
- Prefer to use C99 stdint types.
This fixes ng_cisco on 64-bit architectures.
Modified:
stable/9/sys/netgraph/
Author: fjoe
Date: Wed Feb 15 10:15:15 2012
New Revision: 231753
URL: http://svn.freebsd.org/changeset/base/231753
Log:
MFC r231543:
- Use fixed-width integer types.
- Prefer to use C99 stdint types.
This fixes ng_cisco on 64-bit architectures.
Modified:
stable/8/sys/netgraph/ng_c
Author: ae
Date: Wed Feb 15 10:33:29 2012
New Revision: 231754
URL: http://svn.freebsd.org/changeset/base/231754
Log:
Add additional check to EBR probe and create methods:
don't try probe and create EBR scheme when parent partition type
is not "ebr". This fixes error messages about corrupte
Author: nyan
Date: Wed Feb 15 13:32:56 2012
New Revision: 231756
URL: http://svn.freebsd.org/changeset/base/231756
Log:
MFC: r231273
- Disable the olpt driver. Because it conflicts with the ppc/lpt driver.
- Remove obsolete comment.
Modified:
stable/9/sys/pc98/conf/GENERIC
Direct
Author: nyan
Date: Wed Feb 15 13:36:06 2012
New Revision: 231757
URL: http://svn.freebsd.org/changeset/base/231757
Log:
MFC: r231273
- Disable the olpt driver. Because it conflicts with the ppc/lpt driver.
- Remove obsolete comment.
Modified:
stable/8/sys/pc98/conf/GENERIC
Direct
Author: nyan
Date: Wed Feb 15 13:40:10 2012
New Revision: 231758
URL: http://svn.freebsd.org/changeset/base/231758
Log:
MFC: r231123
- Set TERM to cons25w on pc98 because we still use old cons25w terminal
to show Japanese.
- Add cons25w to terminal lists.
Reviewed by:
Author: ken
Date: Wed Feb 15 14:23:01 2012
New Revision: 231759
URL: http://svn.freebsd.org/changeset/base/231759
Log:
MFC r215818, r216405, r216437, r216448, r216956, r221827, r222975, r223059,
r225343, r225704, r225705, r225706, r225707, r225709, r226029, r220647,
r230183, r230587, r230916
Author: glebius
Date: Wed Feb 15 14:26:50 2012
New Revision: 231760
URL: http://svn.freebsd.org/changeset/base/231760
Log:
style(9): sort includes.
Modified:
head/sys/netgraph/ng_base.c
Modified: head/sys/netgraph/ng_base.c
Author: glebius
Date: Wed Feb 15 14:29:23 2012
New Revision: 231761
URL: http://svn.freebsd.org/changeset/base/231761
Log:
In ng_bypass() add more protection against potential race
with ng_rmnode() and its followers.
Modified:
head/sys/netgraph/ng_base.c
Modified: head/sys/netgraph/ng_base
Author: mav
Date: Wed Feb 15 14:30:04 2012
New Revision: 231762
URL: http://svn.freebsd.org/changeset/base/231762
Log:
MFC r231647:
Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.
MOD_SHUTDOWN is not an end of existence, and there is a life after it.
In particular,
Author: mav
Date: Wed Feb 15 14:31:45 2012
New Revision: 231763
URL: http://svn.freebsd.org/changeset/base/231763
Log:
MFC r231762:
Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.
MOD_SHUTDOWN is not an end of existence, and there is a life after it.
In particular,
Author: glebius
Date: Wed Feb 15 14:56:18 2012
New Revision: 231764
URL: http://svn.freebsd.org/changeset/base/231764
Log:
Remove testing stuff, reducing kernel memory footprint by 1 Kb.
Anyway, when we are building a LINT kernel, all these macros
are tested via nodes.
Modified:
head/s
Author: glebius
Date: Wed Feb 15 15:06:03 2012
New Revision: 231765
URL: http://svn.freebsd.org/changeset/base/231765
Log:
Trim double empty lines.
Modified:
head/sys/netgraph/ng_base.c
Modified: head/sys/netgraph/ng_base.c
On Wed, 15 Feb 2012, Gleb Smirnoff wrote:
Log:
style(9): sort includes.
Modified: head/sys/netgraph/ng_base.c
==
--- head/sys/netgraph/ng_base.c Wed Feb 15 14:23:01 2012(r231759)
+++ head/sys/netgraph/ng_base.c
On Thu, Feb 16, 2012 at 02:19:37AM +1100, Bruce Evans wrote:
B> On Wed, 15 Feb 2012, Gleb Smirnoff wrote:
B>
B> > Log:
B> > style(9): sort includes.
B> > Modified: head/sys/netgraph/ng_base.c
B> >
==
B> > --- head/sys/ne
On 2012-02-15, Kevin Lo wrote:
> Log:
> MFC r224747:
>
> If RTF_HOST flag is specified, then we are interested in destination
> address.
>
> PR: kern/159600
> Submitted by: Svatopluk Kraus
>
> Modified:
> stable/8/sys/netinet/in.c
It seems that that this commit didn't rec
On Wed, 15 Feb 2012, Gleb Smirnoff wrote:
On Thu, Feb 16, 2012 at 02:19:37AM +1100, Bruce Evans wrote:
B> systm was already sorted. Like param.h, it defines important macros that
...
is this patch okay?
Yes.
I'd prefer to leave sys/queue.h included explicitly.
Yes, there is nothing bet
Hi,
On 2012-01-28, Eitan Adler wrote:
> Log:
> MFC r229831:
> - X11BASE has been deprecated for a long time and will die soon
>
> Approved by:cperciva
>
> Modified:
> stable/9/lib/libopie/config.h
> stable/9/share/examples/diskless/README.TEMPLATING
> stable/9/share/ex
Author: glebius
Date: Wed Feb 15 15:54:57 2012
New Revision: 231766
URL: http://svn.freebsd.org/changeset/base/231766
Log:
Fix includes list.
Submitted by: bde
Modified:
head/sys/netgraph/ng_base.c
Modified: head/sys/netgraph/ng_base.c
===
On Wed, Feb 15, 2012 at 10:50 AM, Jaakko Heinonen wrote:
> I think this commit incorrectly placed mergeinfo to stable/9/share/.
I used the following command:
2811 svn merge -c229831 $FSVN/head/share share
Should I have committed somewhere else?
http://wiki.freebsd.org/SubversionPrimer/Mergin
On 2012-02-15, Eitan Adler wrote:
> On Wed, Feb 15, 2012 at 10:50 AM, Jaakko Heinonen wrote:
>
> > I think this commit incorrectly placed mergeinfo to stable/9/share/.
>
> I used the following command:
>
> 2811 svn merge -c229831 $FSVN/head/share share
>
> Should I have committed somewhere e
Author: bz
Date: Wed Feb 15 16:09:56 2012
New Revision: 231767
URL: http://svn.freebsd.org/changeset/base/231767
Log:
Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when
hz >> 1000 and thus getting outside the timestamp clock frequenceny of
1ms < x < 1s per tick as mandated by
On Wed, Feb 15, 2012 at 11:09 AM, Jaakko Heinonen wrote:
> On 2012-02-15, Eitan Adler wrote:
>> On Wed, Feb 15, 2012 at 10:50 AM, Jaakko Heinonen wrote:
>>
>> > I think this commit incorrectly placed mergeinfo to stable/9/share/.
>>
>> I used the following command:
>>
>> 2811 svn merge -c229831
Author: bz
Date: Wed Feb 15 16:56:52 2012
New Revision: 231768
URL: http://svn.freebsd.org/changeset/base/231768
Log:
MFC r231505,231520:
Introduce a new NET_RT_IFLISTL API to query the address list. It works
on extended and extensible structs if_msghdrl and ifa_msghdrl. This
will
Author: bz
Date: Wed Feb 15 16:58:08 2012
New Revision: 231769
URL: http://svn.freebsd.org/changeset/base/231769
Log:
MFC r231505,231520:
Introduce a new NET_RT_IFLISTL API to query the address list. It works
on extended and extensible structs if_msghdrl and ifa_msghdrl. This
will
Author: nwhitehorn
Date: Wed Feb 15 16:59:24 2012
New Revision: 231770
URL: http://svn.freebsd.org/changeset/base/231770
Log:
Improve error handling in smusat(4).
MFC after:4 days
Modified:
head/sys/powerpc/powermac/smusat.c
Modified: head/sys/powerpc/powermac/smusat.c
=
Author: alc
Date: Wed Feb 15 17:09:26 2012
New Revision: 231771
URL: http://svn.freebsd.org/changeset/base/231771
Log:
Partial merge of r218345:
Unless "cnt" exceeded MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync()
were incorrectly calling vm_object_page_clean(). They were passing t
Author: ken
Date: Wed Feb 15 17:28:09 2012
New Revision: 231772
URL: http://svn.freebsd.org/changeset/base/231772
Log:
MFC r229997, r230033, and r230334
Bring the CAM Target Layer into stable/9.
r230334 | ken | 2012-01-19 11:42:03 -0700 (Thu, 19 Jan 2012) | 19 lines
Quiet some
Author: ken
Date: Wed Feb 15 17:46:16 2012
New Revision: 231773
URL: http://svn.freebsd.org/changeset/base/231773
Log:
MFC r231092
r231092 | emaste | 2012-02-06 11:11:00 -0700 (Mon, 06 Feb 2012) | 4 lines
Avoid panic from unlocking a not locked mutex (in some error cases).
R
Author: alc
Date: Wed Feb 15 18:07:24 2012
New Revision: 231774
URL: http://svn.freebsd.org/changeset/base/231774
Log:
MFC r218949
Eliminate two dubious attempts at optimizing the implementation of a
file's last accessed, modified, and changed times.
Modified:
stable/8/sys/fs/tmpfs/tm
Author: alc
Date: Wed Feb 15 18:15:26 2012
New Revision: 231775
URL: http://svn.freebsd.org/changeset/base/231775
Log:
MFC r229363
Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() and
tmpfs_nocacheread(). It is both unnecessary and a pessimization. It
results in ei
Author: alc
Date: Wed Feb 15 18:18:29 2012
New Revision: 231776
URL: http://svn.freebsd.org/changeset/base/231776
Log:
MFC r229363
Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() and
tmpfs_nocacheread(). It is both unnecessary and a pessimization. It
results in ei
Author: delphij
Date: Wed Feb 15 18:34:57 2012
New Revision: 231777
URL: http://svn.freebsd.org/changeset/base/231777
Log:
Bump .Dd date for previous revision.
Modified:
head/lib/libc/sys/kqueue.2
Modified: head/lib/libc/sys/kqueue.2
==
Author: luigi
Date: Wed Feb 15 18:59:26 2012
New Revision: 231778
URL: http://svn.freebsd.org/changeset/base/231778
Log:
reduce the differences between these three files.
The three drivers (em, lem and igb) are extremely similar, too bad
that the structures use different names and we cannot
Author: jilles
Date: Wed Feb 15 21:03:26 2012
New Revision: 231779
URL: http://svn.freebsd.org/changeset/base/231779
Log:
MFC r230512: sockstat: Also show sockets not associated with a descriptor.
Sockets not associated with a file descriptor include TCP TIME_WAIT states
and sockets creat
Author: imp
Date: Wed Feb 15 21:20:58 2012
New Revision: 231780
URL: http://svn.freebsd.org/changeset/base/231780
Log:
Wordsmith the can't find kernel error message, and suggest which
variable to set to override.
Modified:
head/share/mk/bsd.kmod.mk
Modified: head/share/mk/bsd.kmod.mk
=
Author: jkim
Date: Wed Feb 15 21:32:05 2012
New Revision: 231781
URL: http://svn.freebsd.org/changeset/base/231781
Log:
Some BIOSes are known for corrupting low 64KB between suspend and resume.
Mask off the first 16 pages unless we appear to be running in a VM. This
address may be overridde
Author: jilles
Date: Wed Feb 15 21:48:44 2012
New Revision: 231783
URL: http://svn.freebsd.org/changeset/base/231783
Log:
MFC r229742: sh: Avoid possible echo options in a testcase.
Modified:
stable/9/tools/regression/bin/sh/builtins/getopts1.0
Directory Properties:
stable/9/tools/regressio
Author: jilles
Date: Wed Feb 15 21:52:14 2012
New Revision: 231784
URL: http://svn.freebsd.org/changeset/base/231784
Log:
MFC r229219: sh: Remove unused function scopyn().
Modified:
stable/9/bin/sh/mystring.c
stable/9/bin/sh/mystring.h
Directory Properties:
stable/9/bin/sh/ (props chang
Author: jilles
Date: Wed Feb 15 21:55:48 2012
New Revision: 231785
URL: http://svn.freebsd.org/changeset/base/231785
Log:
MFC r228109: test: Add more testcases.
The new testcases pass even on old stable/7, but some other implementations
manage to get them wrong.
Also remove a few dup
Author: jilles
Date: Wed Feb 15 22:07:09 2012
New Revision: 231786
URL: http://svn.freebsd.org/changeset/base/231786
Log:
MFC r226523: Fix some memory errors in *at() regression tests.
Modified:
stable/9/tools/regression/doat/doat.c
Directory Properties:
stable/9/tools/regression/doat/ (p
Author: jkim
Date: Wed Feb 15 22:10:33 2012
New Revision: 231787
URL: http://svn.freebsd.org/changeset/base/231787
Log:
Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.
Modified:
head/sys/amd64/acpica/acpi_wakecode.S
Modified: head/sys/amd64/acpica/acpi_wakecode.S
===
Author: jilles
Date: Wed Feb 15 22:35:30 2012
New Revision: 231789
URL: http://svn.freebsd.org/changeset/base/231789
Log:
MFC r230512: sockstat: Also show sockets not associated with a descriptor.
Sockets not associated with a file descriptor include TCP TIME_WAIT states
and sockets creat
Author: jilles
Date: Wed Feb 15 22:45:57 2012
New Revision: 231790
URL: http://svn.freebsd.org/changeset/base/231790
Log:
MFC r229220: sh: Make various functions static.
Modified:
stable/9/bin/sh/exec.c
stable/9/bin/sh/exec.h
stable/9/bin/sh/expand.c
stable/9/bin/sh/expand.h
stable/9/
Author: jkim
Date: Wed Feb 15 22:49:25 2012
New Revision: 231791
URL: http://svn.freebsd.org/changeset/base/231791
Log:
Set up an event handler to turn off speaker if user requested it. Speaker
will stop beeping after all device drivers are resumed. Use proper API to
"acquire" and "release
Author: dougb
Date: Wed Feb 15 22:59:15 2012
New Revision: 231792
URL: http://svn.freebsd.org/changeset/base/231792
Log:
MFC r231667:
Fix various issues with the NFS and RPC related scripts.
Add new functionality to the force_depend method.
Modified:
stable/9/etc/defaults/rc.conf
sta
Author: dougb
Date: Wed Feb 15 23:00:31 2012
New Revision: 231793
URL: http://svn.freebsd.org/changeset/base/231793
Log:
MFC r231667:
Fix various issues with the NFS and RPC related scripts.
Add new functionality to the force_depend method.
Modified:
stable/8/etc/defaults/rc.conf
sta
Author: dougb
Date: Wed Feb 15 23:02:45 2012
New Revision: 231794
URL: http://svn.freebsd.org/changeset/base/231794
Log:
MFC r231667:
Add new functionality to the force_depend method.
Modified:
stable/9/share/man/man5/rc.conf.5
Directory Properties:
stable/9/share/man/man5/ (props ch
Author: dougb
Date: Wed Feb 15 23:03:30 2012
New Revision: 231795
URL: http://svn.freebsd.org/changeset/base/231795
Log:
MFC r231667:
Add new functionality to the force_depend method.
Modified:
stable/8/share/man/man5/rc.conf.5
Directory Properties:
stable/8/share/man/man5/ (props ch
Author: luigi
Date: Wed Feb 15 23:13:29 2012
New Revision: 231796
URL: http://svn.freebsd.org/changeset/base/231796
Log:
(This commit only touches code within the DEV_NETMAP blocks)
Introduce some functions to map NIC ring indexes into netmap ring
indexes and vice versa. This way we can i
Author: jkim
Date: Wed Feb 15 23:33:22 2012
New Revision: 231797
URL: http://svn.freebsd.org/changeset/base/231797
Log:
Clean up RFLAG and CR3 register handling and nearby comments. For BSP, use
spinlock_enter()/spinlock_exit() to save/restore RFLAGS. We know interrupt
is disabled when ret
Author: jkim
Date: Thu Feb 16 00:24:10 2012
New Revision: 231798
URL: http://svn.freebsd.org/changeset/base/231798
Log:
Import ACPICA 20120215.
Added:
vendor-sys/acpica/dist/generate/release/
vendor-sys/acpica/dist/generate/release/build.sh (contents, props changed)
vendor-sys/acpica
Author: jkim
Date: Thu Feb 16 00:25:17 2012
New Revision: 231799
URL: http://svn.freebsd.org/changeset/base/231799
Log:
Tag ACPICA 20120215.
Added:
vendor-sys/acpica/20120215/
- copied from r231798, vendor-sys/acpica/dist/
___
svn-src-all
Author: emaste
Date: Thu Feb 16 00:38:35 2012
New Revision: 231800
URL: http://svn.freebsd.org/changeset/base/231800
Log:
MFC r231573:
Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"
When performing a firmware upgrade via atacontrol[1] the subsequent
command may time
Author: emaste
Date: Thu Feb 16 00:46:11 2012
New Revision: 231801
URL: http://svn.freebsd.org/changeset/base/231801
Log:
MFC r231573:
Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"
When performing a firmware upgrade via atacontrol[1] the subsequent
command may time
Author: hrs
Date: Thu Feb 16 01:32:23 2012
New Revision: 231802
URL: http://svn.freebsd.org/changeset/base/231802
Log:
MFC
r222732,222771,222820,222824,222972,223752,224006,224144,224148,225519,22568
3,228990:
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
O
Author: hrs
Date: Thu Feb 16 01:41:34 2012
New Revision: 231803
URL: http://svn.freebsd.org/changeset/base/231803
Log:
Add static routes to :::0.0.0.0/96 and ::0.0.0.0/96 unconditionally when
the kernel supports PF_INET6.
PR: kern/161899
Modified:
stable/8/etc/rc.d/network_ipv6
Author: rmacklem
Date: Thu Feb 16 02:19:53 2012
New Revision: 231805
URL: http://svn.freebsd.org/changeset/base/231805
Log:
Delete a couple of out of date comments that are no longer true in
the new NFS client.
Requested by: bde
MFC after:1 week
Modified:
head/sys/fs/nfs/nfs_comm
Author: kensmith
Date: Thu Feb 16 03:05:03 2012
New Revision: 231806
URL: http://svn.freebsd.org/changeset/base/231806
Log:
Enter code freeze for the 8.3 release cycle by turning on approval checking
for stable/8.
While here turn releng/9.0 over to secteam. I didn't do that at the
norm
Author: kensmith
Date: Thu Feb 16 03:10:48 2012
New Revision: 231807
URL: http://svn.freebsd.org/changeset/base/231807
Log:
Switch the default operating system version printed in the manual pages.
Approved by: re (implicit)
Modified:
stable/8/gnu/usr.bin/groff/tmac/mdoc.local
Modified:
Author: kensmith
Date: Thu Feb 16 03:13:53 2012
New Revision: 231808
URL: http://svn.freebsd.org/changeset/base/231808
Log:
Bump the version number from 8.2 to 8.3.
Approved by: re (implicit)
Modified:
stable/8/release/Makefile
Modified: stable/8/release/Makefile
==
Author: kensmith
Date: Thu Feb 16 03:18:28 2012
New Revision: 231809
URL: http://svn.freebsd.org/changeset/base/231809
Log:
Identify as 8.3-PRERELEASE.
Approved by: re (implicit)
Modified:
stable/8/sys/conf/newvers.sh
Modified: stable/8/sys/conf/newvers.sh
=
Author: nwhitehorn
Date: Thu Feb 16 03:27:38 2012
New Revision: 231810
URL: http://svn.freebsd.org/changeset/base/231810
Log:
Make sure to synchronize icache for the newly loaded loader. Not an issue
on most systems, when the relevant icache lines are not full.
MFC after:2 weeks
Modi
Author: eadler
Date: Thu Feb 16 05:00:41 2012
New Revision: 231811
URL: http://svn.freebsd.org/changeset/base/231811
Log:
MFC r22990[45] and r229907-r229919:
- fix a variety of warnings produced by gcc46 when compiling world
Approved by (cperciva)
Modified:
stable/7/usr.bin/brandelf
Author: eadler
Date: Thu Feb 16 05:01:09 2012
New Revision: 231812
URL: http://svn.freebsd.org/changeset/base/231812
Log:
MFC r22990[45] and r229907-r229919:
- fix a variety of warnings produced by gcc46 when compiling world
Approved by (cperciva)
Modified:
stable/9/libexec/tftpd/tf
Author: eadler
Date: Thu Feb 16 05:06:07 2012
New Revision: 231813
URL: http://svn.freebsd.org/changeset/base/231813
Log:
Add err(3) to strerror(3) SEE ALSO section
PR: docs/164940
Submitted by: Niclas Zeising
Approved by: cperciva
MFC after:3 days
Modified:
head/li
Author: eadler
Date: Thu Feb 16 05:11:35 2012
New Revision: 231814
URL: http://svn.freebsd.org/changeset/base/231814
Log:
Add a timestamp to the msgbuf output in order to determine when when
messages were printed.
This can be enabled with the kern.msgbuf_show_timestamp sysctl
PR:
Author: eadler
Date: Thu Feb 16 05:16:55 2012
New Revision: 231815
URL: http://svn.freebsd.org/changeset/base/231815
Log:
Don't extract the n_type value from the elf header, since it is never used
Fix warning when compiling with gcc46:
variable 'type' set but not used
Approved
Author: eadler
Date: Thu Feb 16 05:17:01 2012
New Revision: 231816
URL: http://svn.freebsd.org/changeset/base/231816
Log:
Removed unused code: fixes compiler warning with CC=gcc46
error: parameter 'fd' set but not used
Approved by: cperciva
MFC after:1 week
Modified:
head/
Author: eadler
Date: Thu Feb 16 05:17:06 2012
New Revision: 231817
URL: http://svn.freebsd.org/changeset/base/231817
Log:
Fix warning when compiling with gcc46
Approved by: cperciva
MFC after:3 days
Modified:
head/usr.sbin/IPXrouted/tables.c
Modified: head/usr.sbin/IPXrouted/tabl
On Wed, 15 Feb 2012, Warner Losh wrote:
Log:
Wordsmith the can't find kernel error message, and suggest which
variable to set to override.
Modified:
head/share/mk/bsd.kmod.mk
Modified: head/share/mk/bsd.kmod.mk
==
-
Author: hrs
Date: Thu Feb 16 06:11:00 2012
New Revision: 231818
URL: http://svn.freebsd.org/changeset/base/231818
Log:
MFC r222732:
Add ND_OPT_{RDNSS,DNSSL} for Router Advertisement option in RFC 6016.
Approved by: re (implicit)
Modified:
stable/8/sys/netinet/icmp6.h
Directory Prop
Author: alc
Date: Thu Feb 16 06:45:51 2012
New Revision: 231819
URL: http://svn.freebsd.org/changeset/base/231819
Log:
When vm_mmap() is used to map a vm object into a kernel vm_map, it
makes no sense to check the size of the kernel vm_map against the
user-level resource limits for the calli
On Thu, 16 Feb 2012, Rick Macklem wrote:
Log:
Delete a couple of out of date comments that are no longer true in
the new NFS client.
Requested by: bde
MFC after: 1 week
Thanks.
Bruce
___
svn-src-all@freebsd.org mailing list
http://lists.fr
Eitan Adler wrote
in <201202160517.q1g5h6z...@svn.freebsd.org>:
ea> Author: eadler
ea> Date: Thu Feb 16 05:17:06 2012
ea> New Revision: 231817
ea> URL: http://svn.freebsd.org/changeset/base/231817
ea>
ea> Log:
ea> Fix warning when compiling with gcc46
ea>
ea> Approved by: cperciva
81 matches
Mail list logo