Author: ed
Date: Sun Mar 22 08:09:16 2009
New Revision: 190253
URL: http://svn.freebsd.org/changeset/base/190253
Log:
MFC:
Don't disable CR-to-NL translation when waiting for data to arrive.
A difference between the old and the new TTY layer is that the new
implementation does
Author: ed
Date: Sun Mar 22 08:14:01 2009
New Revision: 190254
URL: http://svn.freebsd.org/changeset/base/190254
Log:
MFC r189542:
Don't disable CR-to-NL translation when waiting for data to arrive.
A difference between the old and the new TTY layer is that the new
implementati
on 22/03/2009 01:57 M. Warner Losh said the following:
> I'll point out that style(9) doesn't say use as few local variables as
> possible... That part is completely unspecified.
But it does say:
Do not put declarations inside blocks unless the routine is unusually
complicated.
"unusually compli
Andriy Gapon schrieb:
on 22/03/2009 01:57 M. Warner Losh said the following:
I'll point out that style(9) doesn't say use as few local variables as
possible... That part is completely unspecified.
But it does say:
Do not put declarations inside blocks unless the routine is unusually
complicat
Christoph Mallon wrote:
(two loops plus three if ()s, which can easily
happen in a non-trivial algorithm, and you start at column 48 of 80)
I've found that this is usually a very good point at which to ask myself
if the code in question can be refactored. I'm not saying that I refactor
code ju
Author: marius
Date: Sun Mar 22 09:57:57 2009
New Revision: 190255
URL: http://svn.freebsd.org/changeset/base/190255
Log:
MFC: r181640, r190003
- Add sys_tick and the USIII and beyond sys_tick_cmpr to state_regs[].
- Const'ify and static'ize as appropriate.
- Use __FBSDID().
Modified:
Author: marius
Date: Sun Mar 22 10:08:41 2009
New Revision: 190256
URL: http://svn.freebsd.org/changeset/base/190256
Log:
MFC: r182918
Add drivers for the power management devices found on Fireplane/
Safari- and JBus-based machines. Currently the main purpose of
these drivers is debuggi
Author: marius
Date: Sun Mar 22 10:33:10 2009
New Revision: 190257
URL: http://svn.freebsd.org/changeset/base/190257
Log:
MFC: r183142, r186395, 190106
- Newer firmware versions no longer provide SUNW,stop-self so just
disable interrupts and loop forever instead. We still could use
Author: marius
Date: Sun Mar 22 10:42:07 2009
New Revision: 190258
URL: http://svn.freebsd.org/changeset/base/190258
Log:
MFC: r167274, r179694, r182816, r182962, r185004
- Some minor tweaks and updates to bus_dma(9) including some additional notes
on the address filter and locking ca
Author: nyan
Date: Sun Mar 22 10:51:40 2009
New Revision: 190259
URL: http://svn.freebsd.org/changeset/base/190259
Log:
MFC: r190027
Use the common PC98_SID_ACTIVE define instead of a local define.
Modified:
stable/7/sbin/fdisk_pc98/ (props changed)
stable/7/sbin/fdisk_pc98/fdisk.c
Author: nyan
Date: Sun Mar 22 10:55:07 2009
New Revision: 190260
URL: http://svn.freebsd.org/changeset/base/190260
Log:
MFC: r190029
Use the common PC98_MID_* defines instead of a magic number.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/boot/pc98/libpc98/biosdisk.c
stab
Author: nyan
Date: Sun Mar 22 11:03:24 2009
New Revision: 190261
URL: http://svn.freebsd.org/changeset/base/190261
Log:
MFC: r190146, r190147
Teach the BIOS CD driver to use bounce buffers when the destination
address is > 1 MB.
Modified:
stable/7/sys/ (props changed)
stabl
Author: nyan
Date: Sun Mar 22 11:07:13 2009
New Revision: 190262
URL: http://svn.freebsd.org/changeset/base/190262
Log:
MFC: r190146, r190147
Teach the BIOS CD driver to use bounce buffers when the destination
address is > 1 MB.
Modified:
stable/6/sys/ (props changed)
stable/6/
In message: <49c5f88c.3070...@freebsd.org>
Andriy Gapon writes:
: on 22/03/2009 01:57 M. Warner Losh said the following:
: > I'll point out that style(9) doesn't say use as few local variables as
: > possible... That part is completely unspecified.
:
: But it does say:
: Do not put d
In message: <49c5fcca.5010...@gmx.de>
Christoph Mallon writes:
: Andriy Gapon schrieb:
: > on 22/03/2009 01:57 M. Warner Losh said the following:
: >> I'll point out that style(9) doesn't say use as few local variables as
: >> possible... That part is completely unspecified.
: >
: >
Author: imp
Date: Sun Mar 22 13:17:46 2009
New Revision: 190263
URL: http://svn.freebsd.org/changeset/base/190263
Log:
NO_INQUIRY is wrong for this device. Alternatively, if it is right,
it is right for only a tiny fraction of these devices and this
wild-card entry is too broad.
# I ru
M. Warner Losh schrieb:
In message: <49c5f88c.3070...@freebsd.org>
Andriy Gapon writes:
: on 22/03/2009 01:57 M. Warner Losh said the following:
: > I'll point out that style(9) doesn't say use as few local variables as
: > possible... That part is completely unspecified.
:
: But i
Author: kib
Date: Sun Mar 22 13:42:41 2009
New Revision: 190264
URL: http://svn.freebsd.org/changeset/base/190264
Log:
Fix several issues with parsing the notes for ELF objects.
Badly formed ELF note may cause the caclulated pointer to the next note
to point both after the note region, th
Author: kib
Date: Sun Mar 22 14:39:37 2009
New Revision: 190265
URL: http://svn.freebsd.org/changeset/base/190265
Log:
Bump __FreeBSD_version for dynamic token string support added in ld.so.
Requested by: maho
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: kib
Date: Sun Mar 22 15:29:12 2009
New Revision: 190266
URL: http://svn.freebsd.org/changeset/base/190266
Log:
7.2 will be the first release where strndup() appears.
Submitted by: Florian Smeets
MFC after:3 days
Modified:
head/lib/libc/string/strdup.3
Modified: head/lib/l
Author: n_hibma
Date: Sun Mar 22 15:46:12 2009
New Revision: 190267
URL: http://svn.freebsd.org/changeset/base/190267
Log:
If the device marked itself quiet, make detachment quiet as well. This
avoids 'XX: detached' messages when the 'attached' message was
suppressed.
Modified:
stable/7/s
Author: n_hibma
Date: Sun Mar 22 16:27:14 2009
New Revision: 190268
URL: http://svn.freebsd.org/changeset/base/190268
Log:
MFC the (current) u3g driver, a driver for USB based 3G cards and dongles.
This includes changes to ubsa (removing attachment from that device),
and small changes to
Author: thompsa
Date: Sun Mar 22 17:09:56 2009
New Revision: 190269
URL: http://svn.freebsd.org/changeset/base/190269
Log:
Set the endpoint on the preallocated fifo so it doesnt get matched as an
endpoint fifo.
Reported by: Pieter de Goeje
Modified:
head/sys/dev/usb/usb_dev.c
Modifie
Author: stefanf
Date: Sun Mar 22 17:20:42 2009
New Revision: 190270
URL: http://svn.freebsd.org/changeset/base/190270
Log:
Make the output of the alias built-in POSIX-compliant: Drop the leading
'alias'
and suppress printing the trailing space which is added for internal purposes.
Modified:
Author: stefanf
Date: Sun Mar 22 17:22:14 2009
New Revision: 190271
URL: http://svn.freebsd.org/changeset/base/190271
Log:
Update and extend the tests for alias.
Modified:
head/tools/regression/bin/sh/builtins/alias.0
head/tools/regression/bin/sh/builtins/alias.0.stdout
Modified: head/tool
Christoph Mallon wrote:
Andriy Gapon schrieb:
>> compliants about style (9)
> agreement and disagreement.
basically almost every single committer who comes into the group
usually starts up by objecting to one part or another of the style
guide. However the problem is that we all object to diff
M. Warner Losh wrote:
In message: <49c5f88c.3070...@freebsd.org>
Andriy Gapon writes:
: on 22/03/2009 01:57 M. Warner Losh said the following:
: > I'll point out that style(9) doesn't say use as few local variables as
: > possible... That part is completely unspecified.
:
: But it
Author: alc
Date: Sun Mar 22 18:56:26 2009
New Revision: 190272
URL: http://svn.freebsd.org/changeset/base/190272
Log:
Update stale comments. The alternate address space mapping was eliminated
when PAE support was added to i386. The direct mapping exists on amd64.
Modified:
head/sys/amd64
In message: <49c63e34.4030...@gmx.de>
Christoph Mallon writes:
: M. Warner Losh schrieb:
: > In message: <49c5f88c.3070...@freebsd.org>
: > Andriy Gapon writes:
: > : on 22/03/2009 01:57 M. Warner Losh said the following:
: > : > I'll point out that style(9) doesn't say us
Author: marius
Date: Sun Mar 22 20:36:26 2009
New Revision: 190273
URL: http://svn.freebsd.org/changeset/base/190273
Log:
MFC: 190097
- Sprinkle const.
- Remove incorrect __unused.
Modified:
stable/7/usr.sbin/eeprom/ (props changed)
stable/7/usr.sbin/eeprom/ofw_options.c
Modified:
Author: marius
Date: Sun Mar 22 20:36:37 2009
New Revision: 190274
URL: http://svn.freebsd.org/changeset/base/190274
Log:
MFC: 190097
- Sprinkle const.
- Remove incorrect __unused.
Modified:
stable/6/usr.sbin/eeprom/ (props changed)
stable/6/usr.sbin/eeprom/ofw_options.c
Modified:
Author: alc
Date: Sun Mar 22 20:46:37 2009
New Revision: 190275
URL: http://svn.freebsd.org/changeset/base/190275
Log:
MFC r188932, r189785, r189795, and r190272
Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s.
Update the pmap's resident page count when a page t
Author: marius
Date: Sun Mar 22 20:48:05 2009
New Revision: 190276
URL: http://svn.freebsd.org/changeset/base/190276
Log:
MFC: r161587
Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/contrib/pf/ (props changed)
stable/6
Author: marius
Date: Sun Mar 22 20:49:26 2009
New Revision: 190277
URL: http://svn.freebsd.org/changeset/base/190277
Log:
MFC: 188040
Use NULL in preference to 0 for pointers.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/contrib/pf/ (props changed)
stable/6/sys/dev/cxgb/
Author: marius
Date: Sun Mar 22 20:50:45 2009
New Revision: 190278
URL: http://svn.freebsd.org/changeset/base/190278
Log:
MFC: 188040
Use NULL in preference to 0 for pointers.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/at
Author: marius
Date: Sun Mar 22 20:52:43 2009
New Revision: 190279
URL: http://svn.freebsd.org/changeset/base/190279
Log:
MFC: r188475
o Introduce KOBJMETHOD_END for the end of the kobj list.
o Fix a minor indentation problem.
o Put in the extra-strict KOBJMETHOD define, but commented o
Author: marius
Date: Sun Mar 22 20:52:44 2009
New Revision: 190280
URL: http://svn.freebsd.org/changeset/base/190280
Log:
MFC: r188475
o Introduce KOBJMETHOD_END for the end of the kobj list.
o Fix a minor indentation problem.
o Put in the extra-strict KOBJMETHOD define, but commented o
Author: marius
Date: Sun Mar 22 20:54:22 2009
New Revision: 190281
URL: http://svn.freebsd.org/changeset/base/190281
Log:
MFC: r190098
- Failing to register as interrupt controller during attach shouldn't
be fatal so just inform about this instead of panicing.
- Sort device methods.
Author: rnoland
Date: Sun Mar 22 20:58:29 2009
New Revision: 190282
URL: http://svn.freebsd.org/changeset/base/190282
Log:
Fix up the flags to bus_dmamem again. The man page incorrectly showed
the BUS_DMA_NOCACHE flags as being a valid flag for load instead of alloc.
Discussed with:
Author: rnoland
Date: Sun Mar 22 21:00:58 2009
New Revision: 190283
URL: http://svn.freebsd.org/changeset/base/190283
Log:
Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is a
flag to bus_dmamem_alloc() rather than bus_dmamap_load();
Discussed with: kib
MFC afte
Author: stefanf
Date: Sun Mar 22 21:09:22 2009
New Revision: 190284
URL: http://svn.freebsd.org/changeset/base/190284
Log:
- Apply the r190270 changes to printing of single aliases too.
- Sort the aliases before printing them.
Modified:
head/bin/sh/alias.c
Modified: head/bin/sh/alias.c
===
On Sun, Mar 22, 2009 at 09:00:58PM +, Robert Noland wrote:
> Author: rnoland
> Date: Sun Mar 22 21:00:58 2009
> New Revision: 190283
> URL: http://svn.freebsd.org/changeset/base/190283
>
> Log:
> Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is a
> flag to bus_dmamem_a
Author: stefanf
Date: Sun Mar 22 21:12:00 2009
New Revision: 190285
URL: http://svn.freebsd.org/changeset/base/190285
Log:
Update test for r190284.
Modified:
head/tools/regression/bin/sh/builtins/alias.0
head/tools/regression/bin/sh/builtins/alias.0.stdout
Modified: head/tools/regression/b
Author: marius
Date: Sun Mar 22 21:14:33 2009
New Revision: 190286
URL: http://svn.freebsd.org/changeset/base/190286
Log:
MFC: r190099
- Sort device methods.
- Take advantage of KOBJMETHOD_END.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
sta
Author: marius
Date: Sun Mar 22 21:16:10 2009
New Revision: 190287
URL: http://svn.freebsd.org/changeset/base/190287
Log:
MFC: r190101
Take advantage of KOBJMETHOD_END.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/
Author: marius
Date: Sun Mar 22 21:17:20 2009
New Revision: 190288
URL: http://svn.freebsd.org/changeset/base/190288
Log:
MFC: r190103
Take advantage of KOBJMETHOD_END.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/
Author: marius
Date: Sun Mar 22 21:31:02 2009
New Revision: 190289
URL: http://svn.freebsd.org/changeset/base/190289
Log:
MFC: 190107 (partial)
- There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB as
they're always available.
- Remove unused variable. [1]
- Add a missin
Julian Elischer wrote:
Christoph Mallon wrote:
Andriy Gapon schrieb:
>> compliants about style (9)
> agreement and disagreement.
basically almost every single committer who comes into the group
usually starts up by objecting to one part or another of the style
guide. ... The style guide IS o
Author: marius
Date: Sun Mar 22 21:38:24 2009
New Revision: 190290
URL: http://svn.freebsd.org/changeset/base/190290
Log:
MFC: r190109
- Ensure we find no unexpected partner.
- Failing to register as interrupt controller during attach shouldn't
be fatal so just inform about this inste
Author: marius
Date: Sun Mar 22 22:00:19 2009
New Revision: 190291
URL: http://svn.freebsd.org/changeset/base/190291
Log:
MFC: r190111
Add device found in B100.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props
Author: marius
Date: Sun Mar 22 22:05:22 2009
New Revision: 190292
URL: http://svn.freebsd.org/changeset/base/190292
Log:
MFC: r190112
- As suggested by OpenSolaris use up-burst-sizes for determining the
supported burst sizes.
- Add support for 64-bit burst sizes (required for SBus GE
Author: rwatson
Date: Sun Mar 22 22:07:52 2009
New Revision: 190293
URL: http://svn.freebsd.org/changeset/base/190293
Log:
Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace
provider. The NFS client exposes 'start' and 'done' probes for NFSv2
and NFSv3 RPCs when using the new
Author: marius
Date: Sun Mar 22 22:08:30 2009
New Revision: 190294
URL: http://svn.freebsd.org/changeset/base/190294
Log:
MFC: r190117
- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn't
supported with these pseudo-PHYs. The MIIF_NOLOOP flag currently triggers
noth
Author: stefanf
Date: Sun Mar 22 22:09:12 2009
New Revision: 190295
URL: http://svn.freebsd.org/changeset/base/190295
Log:
Improve the IFS handling of the read built-in.
Obtained from:NetBSD
Submitted by: Jilles Tjoelker
Modified:
head/bin/sh/miscbltin.c
Modified: head/bin/sh/
Author: stefanf
Date: Sun Mar 22 22:14:46 2009
New Revision: 190296
URL: http://svn.freebsd.org/changeset/base/190296
Log:
Add a few tests for the read built-in.
Added:
head/tools/regression/bin/sh/builtins/read1.0 (contents, props changed)
head/tools/regression/bin/sh/builtins/read1.0.st
On Sun, 22 Mar 2009, Robert Watson wrote:
Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace
provider. The NFS client exposes 'start' and 'done' probes for NFSv2
and NFSv3 RPCs when using the new RPC implementation, passing in the
vnode, mbuf chain, credential, and NFSv2 or NF
Author: marius
Date: Sun Mar 22 22:19:54 2009
New Revision: 190297
URL: http://svn.freebsd.org/changeset/base/190297
Log:
MFC: r183423, r184428, r185133, r186290, r190108
Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'
JBus to PCI 2.2 bridges including subsequent fix
Author: stefanf
Date: Sun Mar 22 22:57:53 2009
New Revision: 190298
URL: http://svn.freebsd.org/changeset/base/190298
Log:
Fix the behaviour of the read built-in when IFS is unset.
Obtained from:NetBSD
Modified:
head/bin/sh/miscbltin.c
Modified: head/bin/sh/miscbltin.c
=
Author: silby
Date: Sun Mar 22 23:00:00 2009
New Revision: 190299
URL: http://svn.freebsd.org/changeset/base/190299
Log:
Fix unp_gc so that it recognizes file descriptors
that are currently in the process of being passed
between processes as alive and does not
try to garbage collect them.
Author: stefanf
Date: Sun Mar 22 23:00:52 2009
New Revision: 190300
URL: http://svn.freebsd.org/changeset/base/190300
Log:
Test the r190298 change.
Modified:
head/tools/regression/bin/sh/builtins/read1.0
head/tools/regression/bin/sh/builtins/read1.0.stdout
Modified: head/tools/regression/b
On Sun, 22 Mar 2009, Mike Silbersack wrote:
Fix unp_gc so that it recognizes file descriptors
that are currently in the process of being passed
between processes as alive and does not
try to garbage collect them.
The full description of the problem and a test
program to reproduce it can b
On Sun, 22 Mar 2009, Robert Watson wrote:
On Sun, 22 Mar 2009, Mike Silbersack wrote:
Fix unp_gc so that it recognizes file descriptors
that are currently in the process of being passed
between processes as alive and does not
try to garbage collect them.
The full description of the prob
Author: cperciva
Date: Mon Mar 23 00:00:50 2009
New Revision: 190301
URL: http://svn.freebsd.org/changeset/base/190301
Log:
Correctly sanity-check timer IDs. [SA-09:06]
Limit the size of malloced buffer when dumping environment
variables. [EN-09:01]
Approved by: so (cperciva)
Appr
Author: cperciva
Date: Mon Mar 23 00:00:50 2009
New Revision: 190301
URL: http://svn.freebsd.org/changeset/base/190301
Log:
Correctly sanity-check timer IDs. [SA-09:06]
Limit the size of malloced buffer when dumping environment
variables. [EN-09:01]
Approved by: so (cperciva)
Appr
Author: cperciva
Date: Mon Mar 23 00:00:50 2009
New Revision: 190301
URL: http://svn.freebsd.org/changeset/base/190301
Log:
Correctly sanity-check timer IDs. [SA-09:06]
Limit the size of malloced buffer when dumping environment
variables. [EN-09:01]
Approved by: so (cperciva)
Appr
Author: nwhitehorn
Date: Mon Mar 23 00:15:38 2009
New Revision: 190302
URL: http://svn.freebsd.org/changeset/base/190302
Log:
MFC r189675:
Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match
the unmanaged flag set in the PVO attributes. Without doing this,
pmap_
Author: yongari
Date: Mon Mar 23 00:27:46 2009
New Revision: 190303
URL: http://svn.freebsd.org/changeset/base/190303
Log:
Fix inversed logic. pci_find_extcap() returns 0 when it finds
specified capability.
Modified:
head/sys/dev/age/if_age.c
Modified: head/sys/dev/age/if_age.c
===
Author: gshapiro
Date: Mon Mar 23 00:40:07 2009
New Revision: 190304
URL: http://svn.freebsd.org/changeset/base/190304
Log:
Add the URL for RFC2142
PR: conf/127510
Modified:
head/etc/mail/aliases
Modified: head/etc/mail/aliases
=
Author: kan
Date: Mon Mar 23 01:13:34 2009
New Revision: 190305
URL: http://svn.freebsd.org/changeset/base/190305
Log:
Add safety check that does not allow empty strings to be queued
to the devctl notification queue. Empty strings cause devctl read
call to return 0 and result in devd exiting
Author: kan
Date: Mon Mar 23 01:24:17 2009
New Revision: 190306
URL: http://svn.freebsd.org/changeset/base/190306
Log:
Do not pass uninitialized data buffer to devctl_queue_data function.
This was botched in revision 190191.
Modified:
head/sys/dev/usb/usb_device.c
Modified: head/sys/dev/us
Author: scf
Date: Mon Mar 23 03:03:44 2009
New Revision: 190307
URL: http://svn.freebsd.org/changeset/base/190307
Log:
Merge r189866 from head to stable/7:
Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it to have
its MTU set higher than 1500 (ETHERMTU). Its new limi
Author: edwin
Date: Mon Mar 23 03:26:01 2009
New Revision: 190308
URL: http://svn.freebsd.org/changeset/base/190308
Log:
MFC of ...
r187524:
Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009.
r188436:
MFV of tzdata2009b.
- Updated leapseconds
r189923:
M
Author: edwin
Date: Mon Mar 23 03:26:03 2009
New Revision: 190309
URL: http://svn.freebsd.org/changeset/base/190309
Log:
MFC of ...
r187524:
Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009.
r188436:
MFV of tzdata2009b.
- Updated leapseconds
r189923:
M
Author: thompsa
Date: Mon Mar 23 04:06:21 2009
New Revision: 190310
URL: http://svn.freebsd.org/changeset/base/190310
Log:
Sync usbdevs to HEAD, keeping name compat.
Modified:
stable/7/sys/dev/usb/usbdevs
Modified: stable/7/sys/dev/usb/usbdevs
Author: thompsa
Date: Mon Mar 23 04:07:46 2009
New Revision: 190311
URL: http://svn.freebsd.org/changeset/base/190311
Log:
Sync umass quirks to HEAD.
Modified:
stable/7/sys/dev/usb/umass.c
Modified: stable/7/sys/dev/usb/umass.c
Author: gshapiro
Date: Mon Mar 23 04:54:52 2009
New Revision: 190312
URL: http://svn.freebsd.org/changeset/base/190312
Log:
MFC r190304: Add the URL for RFC2142
PR: conf/127510
Modified:
stable/7/etc/ (props changed)
stable/7/etc/mail/aliases
stable/7/etc/periodic/weekly/
Author: gshapiro
Date: Mon Mar 23 04:56:33 2009
New Revision: 190313
URL: http://svn.freebsd.org/changeset/base/190313
Log:
MFC r190304: Add the URL for RFC2142
PR: conf/127510
Modified:
stable/6/etc/ (props changed)
stable/6/etc/mail/aliases
Modified: stable/6/etc/mail/al
Author: yongari
Date: Mon Mar 23 05:46:28 2009
New Revision: 190314
URL: http://svn.freebsd.org/changeset/base/190314
Log:
Togging ALLMULTI does not require controller reset so have Rx
filtering handle this. Introduce a new function msk_rxfilter that
handles Rx filter configuration and multi
78 matches
Mail list logo