1. (n.)patch a smallpiece of material used to mend a tear or break, cover a hole, or strengthen a weak place.
2. patch a piece of material used to cover or protect a wound, an injured part, etc.
3. patch an adhesive patch that applies to the skin and gradually delivers drugs or medication to the user: using a nicotine patch to try to quit smoking.
4. patch any of the pieces of cloth sewn together to form patchwork.
5. patch a small piece, scrap, or area of anything: a patch of ice on the road.
6. patch a small plot, esp. one in which a specific type of plant grows: a cabbage patch.
7. patch a cloth emblem worn on the sleeve of a military uniform to identify the wearer's unit.
8. patch an organizational or affiliational emblem of cloth sewn to one's jacket, shirt, cap, etc.
9. patch a tiny, usu. black piece of material applied to the face or neck, as to set off a feature or to cover a flaw.
10. patch a connection or hookup, as between radio circuits or telephone lines.
11. (v.t.)patch to mend, cover, or strengthen with or as if with a patch.
12. patch to repair or restore, esp. in a hasty or makeshift way (usu. fol. by up).
13. patch to make by joining patches or pieces together: to patch a quilt.
14. patch to settle or smooth over (a quarrel or difference) (often fol. by up).
15. patch (esp. in radio and telephone communications) to connect or hook up (circuits, programs, conversations, etc.) (often fol. by through, into, etc.).
16. (v.i.)patch to make a connection between radio circuits, telephone lines, etc. (often fol. by in or into).
17. (n.)patch clown; fool.
Etymology: (1540–50; perh. < It pazzo fool)
Definition of 'Patch'
Princeton's WordNet
1. (noun)spot, speckle, dapple, patch, fleck, maculation a small contrasting part of something "a bald spot"; "a leopard's spots"; "a patch of clouds"; "patches of thin ice"; "a fleck of red"
2. (noun)plot, plot of land, plot of ground, patch a small area of ground covered by specific vegetation "a bean plot"; "a cabbage patch"; "a briar patch"
4. (noun)while, piece, spell, patch a period of indeterminate length (usually short) marked by some action or condition "he was here for a little while"; "I need to rest for a piece"; "a spell of good weather"; "a patch of bad weather"
5. (noun)patch a short set of commands to correct a bug in a computer program
6. (noun)temporary hookup, patch a connection intended to be used for a limited time
7. (noun)mend, patch, darn sewing that repairs a worn or torn hole (especially in a garment) "her stockings had several mends"
8. (noun)eyepatch, patch a protective cloth covering for an injured eye
9. (verb)bandage, patch a piece of soft material that covers and protects an injured part of the body
10. (verb)patch, piece to join or unite the pieces of "patch the skirt"
11. (verb)patch provide with a patch; also used metaphorically "The field was patched with snow"
12. (verb)patch, patch up mend by putting a patch on "patch a hole"
13. (verb)piece, patch repair by adding pieces "She pieced the china cup"
1. (noun)Patch a piece of cloth, or other suitable material, sewed or otherwise fixed upon a garment to repair or strengthen it, esp. upon an old garment to cover a hole
2. (noun)Patch a smallpiece of anything used to repair a breach; as, a patch on a kettle, a roof, etc
7. (noun)Patch a paltry fellow; a rogue; a ninny; a fool
8. (verb)Patch to mend by sewing on a piece or pieces of cloth, leather, or the like; as, to patch a coat
9. (verb)Patch to mend with pieces; to repair with pieces festened on; to repair clumsily; as, to patch the roof of a house
10. (verb)Patch to adorn, as the face, with a patch or patches
11. (verb)Patch to make of pieces or patches; to repair as with patches; to arrange in a hasty or clumsy manner; -- generally with up; as, to patch up a truce
4. A set of modifications to binaries to be applied by a patching
program. IBM operating systems often receive updates to the operating
system in the form of absolute hexadecimal patches. If you have modified
your OS, you have to disassemble these back to the source. The patches
might later be corrected by other patches on top of them (patches were said
to “grow scar tissue”). The result was often a convoluted
patch space and headaches galore.
5. [Unix] the
patch(1)
program, written by Larry Wall, which automatically applies a patch (sense
3) to a set of source code.
There is a classicstory of a tiger team
penetrating a secure militarycomputer that illustrates the danger inherent
in binary patches (or, indeed, any patches that you can't — or don't
— inspect and examine before installing). They couldn't find any
trap doors or any way to penetrate security of IBM's
OS, so they made a sitevisit to an IBM office (remember, these were
officialmilitary types who were purportedly on official business), swiped
some IBM stationery, and created a fakepatch. The patch was actually the
trapdoor they needed. The patch was distributed at about the right time
for an IBM patch, had officialstationery and all accompanying
documentation, and was dutifully installed. The installationmanager very
shortly thereafter learned something about proper procedures.