Searched hist:218 (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/gnu/lib/libregex/doc/
H A Dinclude.awk218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
H A Dxregex.texi218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
H A DMakefile218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
/freebsd-10.3-release/sys/dev/nand/
H A Dnand.cdiff 259371 Sat Dec 14 01:04:47 MST 2013 ian MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.
H A Dnand.hdiff 259371 Sat Dec 14 01:04:47 MST 2013 ian MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.
H A Dnand_generic.cdiff 259371 Sat Dec 14 01:04:47 MST 2013 ian MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.
H A Dnand_id.cdiff 259371 Sat Dec 14 01:04:47 MST 2013 ian MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.
/freebsd-10.3-release/contrib/libgnuregex/
H A Dregex.c218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
/freebsd-10.3-release/gnu/lib/libregex/
H A Dregex.h218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
H A DMakefile218 Fri Jul 30 20:16:53 MDT 1993 conklin GNU Regex 0.12
/freebsd-10.3-release/lib/libc/db/man/
H A Dhash.3diff 14351 Sun Mar 03 08:53:05 MST 1996 jkh Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manual
pages.
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.hdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dzfs_iter.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dzfs_main.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dlibzfs_impl.hdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dlibzfs_sendrecv.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dlibzfs.hdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
H A Dlibzfs_dataset.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.hdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week
/freebsd-10.3-release/sys/dev/sound/pcm/
H A Ddsp.cdiff 155008 Sun Jan 29 16:48:41 MST 2006 netchild Fix some potential NULL pointer dereferences.

This is supposed to fix some Coverity Prevent errors (Ariff didn't
looked at the CID's (ENOTIME), I just told him that there are some problems
in function dsp_ioctl()).

CID: 215-218
Found with: Coverity Prevent(tm)
Submitted by: ariff
MFC after: 5 days
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.cdiff 230438 Sat Jan 21 21:13:49 MST 2012 pjd Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:

# zfs list -t snapshot -o name -s name

Because only name is needed we don't have to read all snapshot properties.

Below you can find how long does it take to list 34509 snapshots from a single
disk pool before and after this change with cold and warm cache:

before:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 525s
warm cache: 218s

after:

# time zfs list -t snapshot -o name -s name > /dev/null
cold cache: 1.7s
warm cache: 1.1s

MFC after: 1 week

Completed in 403 milliseconds