Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 98) sorted by relevance

1234

/onnv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README58 If the patch has been made official, you'll find it in:
62 If it hasn't been released, the patch will be in:
68 patch information up-to-date the real status of any patch can be
73 If it has been obsoleted, the patch will be in:
75 /net/on${RELEASE}-patch/on${RELEASE}/patches/${MACH}/obsolete
105 Solaris/SunOS 5.7_sparc patch 106950-05 (never released)
106 Solaris/SunOS 5.7_x86 patch 106951-05 (never released)
107 Solaris/SunOS 5.6_sparc patch 107733-02 (never released)
108 Solaris/SunOS 5.6_x86 patch 107734-02
114 Solaris/SunOS 5.7_sparc patch 106950-06
[all …]
/onnv-gate/usr/src/grub/
H A DREADME.grub6 Graphics patch from Red Hat:
11 the original author of this graphics patch is
15 The original graphics patch file is the grub-0.93-graphics.patch
16 which is for GRUB 0.93. The file grub-0.95-graphics.patch
24 grub-0.95-diskless-patch-2.patch
25 grub-0.95-diskless-patch-2-undi.patch
/onnv-gate/usr/src/tools/ctf/scripts/
H A Dctffindmod.sh100 patch)
127 fgrep "$module" "$table" |read junk patch ku
129 if [[ -z "$patch" ||
130 "$(expr "$patch" : '[0-9]\{6\}-[0-9][0-9]')" -ne 9 ]] ; then
132 patch="-"
146 echo "$space$patch\c"
/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif_activate.c165 uint32_t *patch; in kaif_install_dmmumiss() local
170 patch = (uint32_t *)(tgt + ((uintptr_t)&kaif_hdlr_dmiss_patch - in kaif_install_dmmumiss()
172 *patch++ |= (uintptr_t)vatotte >> 10; in kaif_install_dmmumiss()
173 *patch |= ((uintptr_t)vatotte) & 0x3ff; in kaif_install_dmmumiss()
179 uint32_t *patch; in kaif_install_immumiss() local
184 patch = (uint32_t *)(tgt + ((uintptr_t)&kaif_hdlr_imiss_patch - in kaif_install_immumiss()
186 *patch++ |= (uintptr_t)vatotte >> 10; in kaif_install_immumiss()
187 *patch |= ((uintptr_t)vatotte) & 0x3ff; in kaif_install_immumiss()
/onnv-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c214 uchar_t *patch; in kdi_idt_patch() local
220 patch = (uchar_t *)GATESEG_GETOFFSET(gd) + KDI_MSR_PATCHOFF; in kdi_idt_patch()
228 bcopy(code, patch, sz); in kdi_idt_patch()
232 patch[sz++] = 0x90; /* nop */ in kdi_idt_patch()
300 uchar_t *patch = &code[4]; in kdi_msr_add_clrentry() local
310 uchar_t *patch = &code[2]; in kdi_msr_add_clrentry()
313 bcopy(&msr, patch, sizeof (uint32_t)); in kdi_msr_add_clrentry()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.t132 ($major, $minor, $patch) = ($DB_File::db_ver =~ /^(\d+)\.(\d\d\d)(\d\d\d)/) ;
135 $patch =~ s/^0+// ;
136 $compact = "$major.$minor.$patch" ;
/onnv-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE36 1. If a patch is not significant (in size), you don't have to care about
38 2. If a patch is significant, you shouldn't apply the patch to the CVS.
50 2. Don't break backward-compatibility! Don't apply any patch which could
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DOPENSSL_VERSION_NUMBER.pod20 MMNNFFPPS: major minor fix patch status
35 MMNNFFRBB major minor fix final beta/patch
43 except the patch level got the highest bit set, to keep continuity. The
/onnv-gate/usr/src/tools/scripts/
H A Dwebrev.sh2920 rm -f $WDIR/$WNAME.patch
2924 touch $WDIR/$WNAME.patch
3073 rm -f $WDIR/$DIR/$F.patch
3077 > $WDIR/$DIR/$F.patch
3080 > $WDIR/$DIR/$F.patch
3082 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3086 > $WDIR/$DIR/$F.patch
3089 >> $WDIR/$DIR/$F.patch
3096 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
3279 if [[ -f $WDIR/$WNAME.patch ]]; then
[all …]
/onnv-gate/usr/src/cmd/ssh/doc/
H A DChangeLog30 - (stevesk) Create contrib/cygwin/ directory; patch from
249 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
268 patch from Pekka Savola <pekkas@netcore.fi>
282 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
294 - (djm) Merged big SCO portability patch from Tim Rice
304 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
316 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
358 password change patch.
367 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
487 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
[all …]
H A DCREDITS40 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> - KRB4/AFS config patch
60 Nakaji Hiroyuki <nakaji@tutrp.tut.ac.jp> - Sony News-OS patch
61 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMANIFEST.SKIP17 ^bleadperl\.patch$
/onnv-gate/usr/src/tools/onbld/Scm/
H A DBackup.py61 from mercurial import changegroup, node, patch, util
260 opts = patch.diffopts(self.ws.ui, opts={'git': True})
320 fuzz = patch.patch(diff, self.ws.ui, strip=1,
328 patch.updatedir(self.ws.ui, self.ws.repo, files)
355 opts = patch.diffopts(self.ws.ui, opts={'git': True})
/onnv-gate/usr/src/cmd/tcpd/
H A DBLURB14 This patch upgrades the tcp wrappers version 7.5 source code to
21 this patch when you built your version 7.x tcp wrapper without
H A DREADME.ipv611 The code successfully compiles on Solaris 7 + playground.sun.com IPV6 patch,
/onnv-gate/usr/src/lib/libnvpair/
H A Dmapfile-vers52 SYMBOL_VERSION SUNW_1.2.2 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions
57 SYMBOL_VERSION SUNW_1.2.1 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions
/onnv-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c37 enum mddb_cmd {none, attach, detach, patch, infolong, infoshort}; enumerator
698 cmd = patch; in main()
777 if (cmd != patch) { in main()
791 if (cmd == patch) { in main()
/onnv-gate/usr/src/cmd/avs/rdc/etc/
H A Drdc.sh125 ${RDCBOOT} -C post-patch-setids -r -s
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlhack.pod30 platforms. Some patch any reported bug that they know how to fix,
38 responsible for gathering patches, deciding on a patch-by-patch
96 4. Keep it open and exciting to use/patch/advocate Perl everywhere.
142 A patch is likely to be rejected if it closes off future avenues of
143 development. For instance, a patch that placed a true and final
167 the patch implements? And without tests, how can the patch's author be
168 confident that his/her hard work put into the patch won't be accidentally
175 a patch for the appropriate manpages as well as the source code is
192 Working code is always preferred to pie-in-the-sky ideas. A patch to
196 that someone took the time to make the patch demonstrates a strong
[all …]
/onnv-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh143 for patch in $patches
145 if [[ $patch == $req_patch ]]; then
/onnv-gate/usr/src/common/openssl/
H A DREADME173 would like to submit a patch, send it to openssl-dev@openssl.org with
175 textual explanation of what your patch does.
178 if a TSU notification and a copy of the patch are sent to crypt@bis.doc.gov
195 # diff -ur openssl-orig openssl-work > mydiffs.patch
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/
H A DREADME13 The standard MakeMaker framework is obviously not ON-aware and we can't patch
/onnv-gate/usr/src/cmd/cpio/
H A DREADME29 Solaris 2.6 for patch releases.
/onnv-gate/usr/src/cmd/syslogd/
H A DREADME28 all OS releases back to Solaris 2.6 for patch releases.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dtoke751 # 20020328 mjd-perl-patch+@plover.com at behest of jfriedl@yahoo.com
762 # 20020328 mjd-perl-patch+@plover.com at behest of jfriedl@yahoo.com
776 # 20020414 mjd-perl-patch+@plover.com # -a flag should suppress these warnings
783 # 20020414 mjd-perl-patch+@plover.com # -a flag should suppress these warnings
791 # 20020414 mjd-perl-patch+@plover.com
796 # 20020414 mjd-perl-patch+@plover.com

1234