| /titanic_53/usr/src/grub/grub-0.97/ |
| H A D | AUTHORS | 2 ZFS support added by Sun Microsystems. 10 Solaris VTOC and UFS support added by Sun Microsystems. 20 bugs, added symbolic link support to shared_src/fsys_ext2fs.c, and 33 Peter Astrand added support for a color menu. 40 Per Lundberg added graphics support to the Multiboot Specification. 45 Christoph Plattner added support for Net Boot Image Proposal. 47 Frank Mehnert added support for hercules console. 49 Kristoffer Branemyr added VSTa filesystem support. 51 Serguei Tzukanov added JFS and XFS support. 53 Jason Thomas added Linux DAC960 support and support for hiding/unhiding [all …]
|
| H A D | NEWS | 83 * A built-in, `more'-like pager is added. When a command prints too many 98 command "dump" is added. 101 * Support for Linux DAC960 is added. 102 * JFS and XFS support is added. 126 * Linux devfs support is added. 142 * EZ-BIOS support is added. 147 * Linux software RAID support is added (only for RAID-1). 148 * Hercules support is added. 158 * VSTa filesystem support is added. 159 * ELF symbol loading support is added. [all …]
|
| /titanic_53/usr/src/ucblib/libtermcap/ |
| H A D | tgoto.c | 79 static char added[10]; in tgoto() local 93 added[0] = 0; in tgoto() 172 (void) strcat(added, oncol ? in tgoto() 210 (void) strcpy(dp, added); in tgoto()
|
| /titanic_53/usr/src/common/mdesc/ |
| H A D | mdesc_diff.c | 56 md_diff_t added; member 166 diff_res->added.mdep = md2nodesp; in md_diff_init() 167 diff_res->added.nelem = md2count; in md_diff_init() 236 diff_res->added.mdep = (mde_cookie_t *)diff_res->allocp(addsz); in md_diff_init() 238 bcopy(mde_add_scr, diff_res->added.mdep, addsz); in md_diff_init() 240 diff_res->added.nelem = nadd; in md_diff_init() 295 *mde_addedp = mddp->added.mdep; in md_diff_added() 297 return (mddp->added.nelem); in md_diff_added() 355 MDD_FREE_CHECK(mddp, mddp->added.mdep, mddp->added.nelem * in md_diff_fini()
|
| /titanic_53/usr/src/cmd/stat/common/ |
| H A D | walkers.c | 259 iodev_changed(struct iodev_snapshot *iodev, int added) in iodev_changed() argument 273 added ? "added" : "removed", name); in iodev_changed() 277 added ? "added" : "removed", name); in iodev_changed() 281 added ? "mounted" : "unmounted", name); in iodev_changed() 285 added ? "added" : "removed", name); in iodev_changed() 292 added ? "added" : "removed", name); in iodev_changed()
|
| /titanic_53/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | dup_avl.c | 135 int added = 0; in find_dup_ref() local 160 added = increment_claimant(dup, ino, lfn); in find_dup_ref() 173 return (added || removed || (dup != NULL)); in find_dup_ref() 406 int added = 0; in increment_claimant() local 429 added = 1; in increment_claimant() 432 return (added); in increment_claimant()
|
| /titanic_53/usr/src/uts/common/io/aac/ |
| H A D | README | 53 UART trace support is added in this release: 59 ration line as below should be added to /etc/remote: 65 SPARC platform support is added in this release: 72 MSI interrupts supporting is added in this release: 73 Instead of supporting fixed interrupt only, the driver added the MSI
|
| /titanic_53/usr/src/uts/sun4v/io/ |
| H A D | mdeg.c | 385 mdeg_res->added.mdp = mdp; in mdeg_notify_client_reg() 386 mdeg_res->added.mdep = listp; in mdeg_notify_client_reg() 387 mdeg_res->added.nelem = nnodes; in mdeg_notify_client_reg() 735 res->added.mdp = mdeg.md_curr; in mdeg_get_diff_results() 736 res->added.nelem = md_diff_added(mdd, &(res->added.mdep)); in mdeg_get_diff_results() 738 if (res->added.nelem == -1) { in mdeg_get_diff_results() 739 bzero(&(res->added), sizeof (mdeg_diff_t)); in mdeg_get_diff_results()
|
| H A D | vsw.c | 1487 " : prev matched %d", __func__, resp->added.nelem, in vsw_mdeg_cb() 1508 if (resp->added.nelem != 0) { in vsw_mdeg_cb() 1510 if (resp->added.nelem != 1) { in vsw_mdeg_cb() 1512 "invalid: %d\n", vswp->instance, resp->added.nelem); in vsw_mdeg_cb() 1516 mdp = resp->added.mdp; in vsw_mdeg_cb() 1517 node = resp->added.mdep[0]; in vsw_mdeg_cb() 1586 " : prev matched %d", __func__, resp->added.nelem, in vsw_port_mdeg_cb() 1591 for (idx = 0; idx < resp->added.nelem; idx++) { in vsw_port_mdeg_cb() 1592 mdp = resp->added.mdp; in vsw_port_mdeg_cb() 1593 node = resp->added.mdep[idx]; in vsw_port_mdeg_cb()
|
| /titanic_53/usr/src/cmd/hal/hald/ |
| H A D | device_store.h | 49 gboolean added); 55 gboolean added);
|
| H A D | device_store.c | 151 gboolean added, in emit_device_property_changed() argument 158 device, key, added, removed); in emit_device_property_changed() 397 const char *key, gboolean removed, gboolean added, in match_device_async() argument 422 gboolean added, gpointer user_data) in store_changed() argument 426 if (!added) in store_changed()
|
| H A D | hald.c | 146 const char *key, gboolean added, gboolean removed, in gdl_property_changed() argument 150 device_send_signal_property_modified (device, key, removed, added); in gdl_property_changed() 154 if (added == FALSE && removed == FALSE) in gdl_property_changed()
|
| /titanic_53/usr/src/cmd/praudit/ |
| H A D | README | 27 files. If new strings are added which do not belong in the message catalog, 28 these strings must be added to the exclude file "praudit.xcl". See xgettext(1).
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/ |
| H A D | RELEASE88 | 9 equivalent to ${name[0]}. The prefix operator ! was added 16 typeset options -F and -E have been added for floating 102 following pipeline, has been added. 108 i. The following builtins have been added: 122 k. A typeset -n option has been added which causes the value of a 127 alias, nameref='typeset -n' has been added to aid mnemonics. 135 l. The KEYBD trap has been added which is triggered when a key 140 m. New variables have been added: 168 n. New invocation and set -o options have been added: 179 p. More work on internationalization has been added: [all …]
|
| H A D | RELEASE | 22 library added by builtin -f lib has been fixed. 68 12-06-04 By default, builtins added at runtime will restore the current 127 12-04-23 +The -L option was added to kill. The -L option is the same as -l 163 12-04-02 Made some namespace changes and added a regression test. 225 libraries were added with the builtin command has been fixed. 290 11-12-06 An optimization to read was added in the case the the read command 298 11-12-02 +A -S option was added to read to be able to read .csv format files. 357 have been added. 407 11-04-18 Changes were added to allow fixed size arrays of variable sized 411 11-04-15 +A compile option, SHOPT_2DMATCH, has been added which causes [all …]
|
| /titanic_53/usr/src/cmd/sgs/packages/common/ |
| H A D | preremove | 28 # Remove any new files that SUNWonld added to the system 31 echo "Removing new files added by SUNWonld"
|
| /titanic_53/usr/src/lib/libcurses/screen/ |
| H A D | tparm.c | 251 static char added[100]; in tparm() local 300 added[0] = 0; in tparm() 456 (void) strcat(added, xp); in tparm() 724 (void) strcpy(outp, added); in tparm()
|
| /titanic_53/usr/src/cmd/saf/ |
| H A D | pmadm.c | 426 int added; /* count number added */ local 457 added = 0; 525 added++; 534 if (added == 0) { 785 int added; /* count of config scripts added */ local 820 added = 0; 853 added++; 856 if (added == 0) {
|
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | ChangeLog | 154 - Correct in zlib.map when deflateResetKeep was added 1019 - added a FAQ file 1042 . zutil.c, zutil.h: added "const" for zmem* 1054 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) 1062 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) 1066 - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) 1078 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) 1092 - added gzputs and gzgets functions 1097 - added compress2 in zconf.h, zlib.def, zlib.dnt 1118 - added compress2() to allow setting the compression level [all …]
|
| /titanic_53/usr/src/uts/sun4v/sys/ |
| H A D | mdeg.h | 93 mdeg_diff_t added; member
|
| /titanic_53/usr/src/contrib/zlib/ |
| H A D | ChangeLog | 260 - Correct in zlib.map when deflateResetKeep was added 1125 - added a FAQ file 1148 . zutil.c, zutil.h: added "const" for zmem* 1160 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) 1168 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) 1172 - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) 1184 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) 1198 - added gzputs and gzgets functions 1203 - added compress2 in zconf.h, zlib.def, zlib.dnt 1224 - added compress2() to allow setting the compression level [all …]
|
| /titanic_53/usr/src/cmd/lp/filter/postscript/dpost/ |
| H A D | README | 26 Several new text encoding schemes, based on widthshow, have been added. Each can 38 Also added, although using it is far from trivial, is the ability to set text
|
| /titanic_53/usr/src/cmd/krb5/krb5kdc/ |
| H A D | kdc_util.c | 586 int added; /* TRUE = new realm has been added */ in add_to_transited() local 639 added = (krb5_princ_realm(kdc_context, client)->length == strlen(realm) && in add_to_transited() 697 if (!strcmp(exp, realm)) added = TRUE; in add_to_transited() 701 if (!added) { in add_to_transited() 719 added = TRUE; in add_to_transited() 745 added = TRUE; in add_to_transited() 810 if (!added) { in add_to_transited()
|
| /titanic_53/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | vfs.c | 569 size_t added = 0; in sctp_getsockaddr() local 648 sin4 += added; in sctp_getsockaddr() 665 sin6 += added; in sctp_getsockaddr() 675 added++; in sctp_getsockaddr() 676 if (added >= 1) { in sctp_getsockaddr()
|
| /titanic_53/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | dir.c | 897 struct pcdir *added; in addRootDirEnt() local 900 if ((added = findAvailableRootDirEntSlot(fd, &inCluster)) != NULL) { in addRootDirEnt() 901 insertDirEnt(added, new, inCluster); in addRootDirEnt() 902 return (added); in addRootDirEnt()
|