Author: thompsa
Date: Sat Mar 21 05:44:22 2009
New Revision: 190195
URL: http://svn.freebsd.org/changeset/base/190195
Log:
Revert r190173 as it breaks 64bit arches.
Modified:
head/sys/dev/usb/storage/ustorage_fs.c
head/sys/dev/usb/usb_endian.h
Modified: head/sys/dev/usb/storage/ustorage_fs
In message: <8c44c8b6-fbbd-48cc-bae0-5ea2eac84...@mac.com>
Marcel Moolenaar writes:
: The warning could be important. It also makes us aware that
: there's a discrepancy, which indicates that we have bugs.
We MAY have bugs. The geometry of the disk label not matching the
geometry rep
In message: <9bbcef730903201554x773f46bdy890c8ab48760d...@mail.gmail.com>
Ivan Voras writes:
: 2009/3/20 Jeremy Lea :
: > Hi,
: >
: > On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote:
: >> +20090320:
: >> + GEOM_PART has become the default p
Ed Schouten wrote:
Author: ed
Date: Fri Mar 20 14:31:08 2009
New Revision: 190157
URL: http://svn.freebsd.org/changeset/base/190157
Log:
Just use default behaviour on tabstops when using too many columns.
It seems I didn't fix this issue before committing teken to the tree. My
initial
Author: marius
Date: Sat Mar 21 00:23:07 2009
New Revision: 190194
URL: http://svn.freebsd.org/changeset/base/190194
Log:
- In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().
- If boot verbose, print asicrev, chiprev and bus type on attach.
- For PCI Express devices:
1) Adjus
Author: gabor (doc,ports committer)
Date: Fri Mar 20 23:55:01 2009
New Revision: 190193
URL: http://svn.freebsd.org/changeset/base/190193
Log:
- Add Ukranian catalog
Submitted by: Alex Kozlov (via private mail)
Added:
head/lib/libc/nls/uk_UA.UTF-8.msg (contents, props changed)
Modifie
WHO THINK THAT FreeBSD 8.
20090320:
GEOM_PART has become the default partition slicer for storage devices,
replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It
- introduces some changes: the devices created from MSDOS extended
- partition entries (EBR) can be
Author: thompsa
Date: Fri Mar 20 23:12:14 2009
New Revision: 190191
URL: http://svn.freebsd.org/changeset/base/190191
Log:
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/usb_bus.h
head/sys/dev/usb/usb_busdma
Author: bz
Date: Fri Mar 20 23:06:16 2009
New Revision: 190190
URL: http://svn.freebsd.org/changeset/base/190190
Log:
MFC r185366:
Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.
Ignoring different names because of macros (in6pcb, in6p_sp) and
inp vs. in6p variable nam
On Mar 20, 2009, at 3:54 PM, Ivan Voras wrote:
2009/3/20 Jeremy Lea :
Hi,
On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote:
+20090320:
+ GEOM_PART has become the default partition slicer for
storage devices,
+ replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT
2009/3/20 Jeremy Lea :
> Hi,
>
> On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote:
>> +20090320:
>> + GEOM_PART has become the default partition slicer for storage devices,
>> + replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It
>> +
Hi,
On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote:
> +20090320:
> + GEOM_PART has become the default partition slicer for storage devices,
> + replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It
> + introduces some changes: the devices create
Author: thompsa
Date: Fri Mar 20 22:17:27 2009
New Revision: 190189
URL: http://svn.freebsd.org/changeset/base/190189
Log:
Add umass quirk.
PR: usb/132799
Reported by: Yoshihiro Ota
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/storag
On Fri, 20 Mar 2009, Coleman Kane wrote:
I've found that many of the GNU apps are notorious for this. I really can't
say that I know why libassuan or gnupg explicitly require GNU pth, rather
than first attempting to use POSIX pthread API. Their configure scripts both
want to search for and run
Author: thompsa
Date: Fri Mar 20 22:15:22 2009
New Revision: 190188
URL: http://svn.freebsd.org/changeset/base/190188
Log:
MFp4 //depot/projects/usb @159423, 159497
- Return a Zero Length packet on read errors.
- Allow for smaller buffer size.
Submitted by: Hans Petter Selasky
Modif
... we'd have to mod apps to do things like remove use of
gnu-long-opts in to switch away from things like gtar and the savings is
unclear. But I can ask...
FYI: bsdtar already supports the most popular GNU tar
long options. There should be extremely few ports
that actually require GNU tar.
Author: thompsa
Date: Fri Mar 20 22:12:15 2009
New Revision: 190187
URL: http://svn.freebsd.org/changeset/base/190187
Log:
MFp4 //depot/projects/u...@159446
Remove unused and depreciated function: usb2_get_devid().
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/usb_uti
Author: thompsa
Date: Fri Mar 20 22:10:36 2009
New Revision: 190186
URL: http://svn.freebsd.org/changeset/base/190186
Log:
MFp4 //depot/projects/u...@159517
Fix warnings with the IAR compiler.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/misc/udbp.c
head/sys/dev/us
Author: thompsa
Date: Fri Mar 20 22:04:33 2009
New Revision: 190185
URL: http://svn.freebsd.org/changeset/base/190185
Log:
MFp4 //depot/projects/usb
Sync usb_core.h after header changes.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/usb_core.h
Modified: head/sys/dev/
Author: thompsa
Date: Fri Mar 20 22:01:45 2009
New Revision: 190184
URL: http://svn.freebsd.org/changeset/base/190184
Log:
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
Workaround for buggy USB hardware not handling new SETUP packet before STATUS
stage is complete, this al
Author: thompsa
Date: Fri Mar 20 21:57:54 2009
New Revision: 190183
URL: http://svn.freebsd.org/changeset/base/190183
Log:
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
Workaround for buggy USB hardware not handling new SETUP packet before STATUS
stage is complete, this al
BSD 8.
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090320:
+ GEOM_PART has become the default partition slicer for storage devices,
+ replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It
+ introduces some ch
Author: thompsa
Date: Fri Mar 20 21:50:54 2009
New Revision: 190181
URL: http://svn.freebsd.org/changeset/base/190181
Log:
MFp4 //depot/projects/usb @159431,159437,159438
- start using the new USB typedefs in the USB core
- Remove usage of USB_ADD_BYTES()
Submitted by: Hans Petter Se
Author: thompsa
Date: Fri Mar 20 21:48:11 2009
New Revision: 190180
URL: http://svn.freebsd.org/changeset/base/190180
Log:
MFp4 //depot/projects/u...@159392
Add ifdefs for making parts of usb conditional.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/controller/at91dc
Author: kib
Date: Fri Mar 20 21:47:26 2009
New Revision: 190179
URL: http://svn.freebsd.org/changeset/base/190179
Log:
MFC r185983:
The userland_sysctl() function retries sysctl_root() until returned
error is not EAGAIN. Several sysctls that inspect another process use
p_candebug() for che
Author: mav
Date: Fri Mar 20 21:46:28 2009
New Revision: 190178
URL: http://svn.freebsd.org/changeset/base/190178
Log:
MFC rev. 188510, 189876, 189879
s/succeded/succeeded/ in comments.
Fix spelling in message.
Remove CD input hack for ALC268 based Acer systems. Latest systems doe
Author: bz
Date: Fri Mar 20 21:22:14 2009
New Revision: 190177
URL: http://svn.freebsd.org/changeset/base/190177
Log:
MFC r185344:
Remove in6_pcbdetach() as it is exactly the same function
as in_pcbdetach() and we don't need the code twice.
Modified:
stable/7/sys/ (props changed)
Author: jhb
Date: Fri Mar 20 21:12:38 2009
New Revision: 190176
URL: http://svn.freebsd.org/changeset/base/190176
Log:
Expand the per-node access cache to cache permissions for multiple users.
The number of entries in the cache defaults to 8 but is easily changed in
nfsclient/nfs.h. When th
Author: mav
Date: Fri Mar 20 20:55:57 2009
New Revision: 190175
URL: http://svn.freebsd.org/changeset/base/190175
Log:
MFC rev. 186093
To avoid one doubtless netgraph SMP scalability limitation point, switch
node queues processing from single swi:net thread to several specialized
thread
Author: thompsa
Date: Fri Mar 20 19:04:31 2009
New Revision: 190174
URL: http://svn.freebsd.org/changeset/base/190174
Log:
MFp4 //depot/projects/usb @159430
- Move tunable defines into usb_core.h and dependancy towards usb_defs.h
- Leave hardcoded defines in "usb_defs.h".
- Allow overri
Author: thompsa
Date: Fri Mar 20 18:59:53 2009
New Revision: 190173
URL: http://svn.freebsd.org/changeset/base/190173
Log:
MFp4 //depot/projects/usb @159379,159380
Fixes for 8-bit and 16-bit compilation.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/storage/ustorage_f
Author: thompsa
Date: Fri Mar 20 18:56:27 2009
New Revision: 190172
URL: http://svn.freebsd.org/changeset/base/190172
Log:
MFp4 //depot/projects/usb @159375,159376,159377
Further remove dependancy towards Giant.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/input/uhid
Author: rnoland
Date: Fri Mar 20 18:51:13 2009
New Revision: 190171
URL: http://svn.freebsd.org/changeset/base/190171
Log:
Replace anholt with myself as drm maintainer.
Noticed by: miwi
MFC after:3 days
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Author: rnoland
Date: Fri Mar 20 18:35:16 2009
New Revision: 190170
URL: http://svn.freebsd.org/changeset/base/190170
Log:
vm_offset_t is unsigned, so compare of >= 0 is not needed.
Found with: Coverity Prevent(tm)
CID: 2259
MFC after:3 days
Modified:
head/sys/dev/d
Author: rnoland
Date: Fri Mar 20 18:30:20 2009
New Revision: 190169
URL: http://svn.freebsd.org/changeset/base/190169
Log:
vm_offset_t is unsigned and therefore can not be negative.
Avoid unnessecary compares.
Found with: Coverity Prevent(tm)
CID: 2362,4215,4214,4209,4208,236
Author: delphij
Date: Fri Mar 20 18:29:52 2009
New Revision: 190168
URL: http://svn.freebsd.org/changeset/base/190168
Log:
Add two missing include files and prototype for sockfamilyname()
which is generated by mksubr.
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.
On Fri, 2009-03-20 at 10:40 -0700, Sam Leffler wrote:
> Coleman Kane wrote:
> > On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote:
> >
> >> David Schultz wrote:
> >>
> >>> On Fri, Mar 20, 2009, Vasil Dimov wrote:
> >>>
> >>>
> On Sat, Mar 14, 2009 at 08:10:14PM +, Davi
On Fri, 20 Mar 2009 10:40:40 -0700
Sam Leffler wrote:
> Coleman Kane wrote:
> > On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote:
> >> Dumb question, why do we need devel/pth? Isn't the native pthread
> >> support sufficient?
> >>
> >> Sam
> >>
> >>
> >
> > For whatever reason
Author: csjp
Date: Fri Mar 20 18:04:20 2009
New Revision: 190167
URL: http://svn.freebsd.org/changeset/base/190167
Log:
MFC r189590
- Mark the mac_bsdextended rules sysctl as mpsafe.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev
Author: rnoland
Date: Fri Mar 20 18:01:32 2009
New Revision: 190166
URL: http://svn.freebsd.org/changeset/base/190166
Log:
Remove the DRM_ERROR to fix build. It didn't make any sense anyway.
MFC after:3 days
Modified:
head/sys/dev/drm/i915_drv.c
Modified: head/sys/dev/drm/i915_drv.
Author: csjp
Date: Fri Mar 20 18:00:19 2009
New Revision: 190165
URL: http://svn.freebsd.org/changeset/base/190165
Log:
MFC r189490
- Mark bpf(4) stats sysctl as mpsafe. We do not require Giant here.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Author: rnoland
Date: Fri Mar 20 17:51:26 2009
New Revision: 190164
URL: http://svn.freebsd.org/changeset/base/190164
Log:
Fix what appears to be a typo, and restore the registers correctly.
Found with: Coverity Prevent(tm)
CID: 2454
Modified:
head/sys/dev/drm/i915_suspend.c
Author: rnoland
Date: Fri Mar 20 17:48:36 2009
New Revision: 190163
URL: http://svn.freebsd.org/changeset/base/190163
Log:
Don't deref dev->dev_private before checking that it exists.
Found with: Coverity Prevent(tm)
CID: 2940
MFC after:3 days
Modified:
head/sys/dev
Coleman Kane wrote:
On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote:
David Schultz wrote:
On Fri, Mar 20, 2009, Vasil Dimov wrote:
On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote:
Author: das
Date: Sat Mar 14 20:10:14 2009
New Revision: 18982
Author: kientzle
Date: Fri Mar 20 17:11:45 2009
New Revision: 190162
URL: http://svn.freebsd.org/changeset/base/190162
Log:
Act like ranlib if our name ends in ranlib. In particular,
this works with some recent cross-building changes by Warner
that install ranlib as, e.g., "arm-freebsd7.1-r
Author: marius
Date: Fri Mar 20 17:10:50 2009
New Revision: 190161
URL: http://svn.freebsd.org/changeset/base/190161
Log:
Revert r190105 so that removing options KDB but DDB or GDB being
available will cause the kernel to not respect -d and boot_kdb=1
for consistency with the other platforms
On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote:
> David Schultz wrote:
> > On Fri, Mar 20, 2009, Vasil Dimov wrote:
> >
> >> On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote:
> >>
> >>> Author: das
> >>> Date: Sat Mar 14 20:10:14 2009
> >>> New Revision: 189828
> >>> URL:
On Mar 20, 2009, at 9:33 AM, Marius Strobl wrote:
Log:
There's no need to wrap kdb_enter() in #ifdef KDB as it's always
available.
That's not quite how it works.
option KDB is used to build the kernel with debugging features
that could impact performance, security and/or functionality.
In t
On Fri, Mar 20, 2009 at 08:31:39AM -0700, Marcel Moolenaar wrote:
>
> On Mar 20, 2009, at 6:36 AM, Marius Strobl wrote:
>
> >>>Log:
> >>>There's no need to wrap kdb_enter() in #ifdef KDB as it's always
> >>>available.
> >>
> >>That's not quite how it works.
> >>
> >>option KDB is used to build th
Author: jhb
Date: Fri Mar 20 16:02:37 2009
New Revision: 190160
URL: http://svn.freebsd.org/changeset/base/190160
Log:
MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether or
not nfs_getattr() will use an ACCESS RPC to prime the access cache instead
of a simple GETATTR RPC.
David Schultz wrote:
On Fri, Mar 20, 2009, Vasil Dimov wrote:
On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote:
Author: das
Date: Sat Mar 14 20:10:14 2009
New Revision: 189828
URL: http://svn.freebsd.org/changeset/base/189828
Log:
Fix the visibility of several prototypes
Author: jhb
Date: Fri Mar 20 15:52:11 2009
New Revision: 190159
URL: http://svn.freebsd.org/changeset/base/190159
Log:
MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether or
not nfs_getattr() will use an ACCESS RPC to prime the access cache instead
of a simple GETATTR RPC.
On Fri, Mar 20, 2009, Vasil Dimov wrote:
> On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote:
> > Author: das
> > Date: Sat Mar 14 20:10:14 2009
> > New Revision: 189828
> > URL: http://svn.freebsd.org/changeset/base/189828
> >
> > Log:
> > Fix the visibility of several prototypes. A
On Mar 20, 2009, at 6:36 AM, Marius Strobl wrote:
Log:
There's no need to wrap kdb_enter() in #ifdef KDB as it's always
available.
That's not quite how it works.
option KDB is used to build the kernel with debugging features
that could impact performance, security and/or functionality.
In th
Author: ed
Date: Fri Mar 20 14:32:51 2009
New Revision: 190158
URL: http://svn.freebsd.org/changeset/base/190158
Log:
Small cleanup to previous commit.
Just use % 8, instead of & 0x7. This makes it easier to understand.
Modified:
head/sys/dev/syscons/teken/teken_subr.h
Modified: head/sy
Author: ed
Date: Fri Mar 20 14:31:08 2009
New Revision: 190157
URL: http://svn.freebsd.org/changeset/base/190157
Log:
Just use default behaviour on tabstops when using too many columns.
It seems I didn't fix this issue before committing teken to the tree. My
initial idea was to somehow ad
Author: rpaulo
Date: Fri Mar 20 14:02:53 2009
New Revision: 190156
URL: http://svn.freebsd.org/changeset/base/190156
Log:
Bootstrap mergeinfo.
Modified:
head/contrib/tcpdump/ (props changed)
___
svn-src-all@freebsd.org mailing list
http://lists.fr
Author: rpaulo
Date: Fri Mar 20 14:01:42 2009
New Revision: 190155
URL: http://svn.freebsd.org/changeset/base/190155
Log:
Bootstrap mergeinfo.
Modified:
head/contrib/libpcap/ (props changed)
___
svn-src-all@freebsd.org mailing list
http://lists.fr
On Thu, Mar 19, 2009 at 05:06:52PM -0700, Marcel Moolenaar wrote:
>
> On Mar 19, 2009, at 1:40 PM, Marius Strobl wrote:
>
> >Author: marius
> >Date: Thu Mar 19 20:40:49 2009
> >New Revision: 190105
> >URL: http://svn.freebsd.org/changeset/base/190105
> >
> >Log:
> > There's no need to wrap kdb_en
On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote:
> Author: das
> Date: Sat Mar 14 20:10:14 2009
> New Revision: 189828
> URL: http://svn.freebsd.org/changeset/base/189828
>
> Log:
> Fix the visibility of several prototypes. Also move pthread_kill() and
> pthread_sigmask() to sign
Author: jamie
Date: Fri Mar 20 13:46:30 2009
New Revision: 190154
URL: http://svn.freebsd.org/changeset/base/190154
Log:
Revert r189970 until its implications get sorted out in CURRENT.
Approved by: bz(mentor)
Modified:
stable/7/sbin/ifconfig/ (props changed)
stable/7/sbin/ifconfig/
Author: rpaulo
Date: Fri Mar 20 13:43:49 2009
New Revision: 190152
URL: http://svn.freebsd.org/changeset/base/190152
Log:
Add vendor/libpcap.
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
==
--- svnadmi
Author: jamie
Date: Fri Mar 20 13:41:23 2009
New Revision: 190151
URL: http://svn.freebsd.org/changeset/base/190151
Log:
Call the interface's if_ioctl from ifioctl(), if the protocol didn't
handle the ioctl. There are other paths that already call it, but this
allows for a non-interface soc
Author: rpaulo
Date: Fri Mar 20 13:26:33 2009
New Revision: 190149
URL: http://svn.freebsd.org/changeset/base/190149
Log:
Add vendor/tcpdump.
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
==
--- svnadmi
Author: bms
Date: Fri Mar 20 13:13:50 2009
New Revision: 190148
URL: http://svn.freebsd.org/changeset/base/190148
Log:
Fix brainos introduced during mechanical KTR change.
Pointy hat to:bms
Modified:
head/sys/netinet/ip_mroute.c
Modified: head/sys/netinet/ip_mroute.c
===
Author: nyan
Date: Fri Mar 20 13:03:33 2009
New Revision: 190147
URL: http://svn.freebsd.org/changeset/base/190147
Log:
Oops, fix the previous change.
Modified:
head/sys/boot/pc98/libpc98/bioscd.c
Modified: head/sys/boot/pc98/libpc98/bioscd.c
=
Author: nyan
Date: Fri Mar 20 12:26:42 2009
New Revision: 190146
URL: http://svn.freebsd.org/changeset/base/190146
Log:
MFi386: r189749
Teach the BIOS CD driver to use bounce buffers when the destination
address is > 1 MB.
Modified:
head/sys/boot/pc98/libpc98/bioscd.c
Modified: he
Author: kib
Date: Fri Mar 20 11:08:57 2009
New Revision: 190145
URL: http://svn.freebsd.org/changeset/base/190145
Log:
Do not underflow the buffer and then report the problem. Check for the
condition before the buffer write.
Also, since buflen is unsigned, previous check was ignored.
Re
Author: kib
Date: Fri Mar 20 11:03:55 2009
New Revision: 190144
URL: http://svn.freebsd.org/changeset/base/190144
Log:
Remove unneeded braces to reduce used vertical screen space.
The location was missed in r190140.
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==
Author: kib
Date: Fri Mar 20 11:00:39 2009
New Revision: 190143
URL: http://svn.freebsd.org/changeset/base/190143
Log:
Do not forget to adjust buflen for the first resolution of the path
from namecache.
While there, compare pointers for equiality.
Reviewed by: marcus
Tested by:ph
Author: kib
Date: Fri Mar 20 10:59:06 2009
New Revision: 190142
URL: http://svn.freebsd.org/changeset/base/190142
Log:
The nc_nlen member of the struct namecache contains the length of the cached
name, not the length + 1.
PR: 132620, 132542
Reported by: bf2006a yahoo com
Tested by:
Author: kib
Date: Fri Mar 20 10:47:16 2009
New Revision: 190141
URL: http://svn.freebsd.org/changeset/base/190141
Log:
When ktracing namei operations, log a result of the __getcwd().
MFC after:1 week
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: kib
Date: Fri Mar 20 10:04:00 2009
New Revision: 190140
URL: http://svn.freebsd.org/changeset/base/190140
Log:
Remove unneeded braces to reduce used vertical screen space.
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: brueffer
Date: Fri Mar 20 09:25:21 2009
New Revision: 190139
URL: http://svn.freebsd.org/changeset/base/190139
Log:
uscanner(4) has been removed, delete it from the hardware notes to
fix the build.
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
head/release/doc/j
Author: vanhu
Date: Fri Mar 20 09:12:01 2009
New Revision: 190138
URL: http://svn.freebsd.org/changeset/base/190138
Log:
Spelling fix in a comment
Approved by: gnn(mentor)
Modified:
head/sys/netipsec/key.c
Modified: head/sys/netipsec/key.c
==
75 matches
Mail list logo