# PaCkAgE DaTaStReAm ANDIrand 1 82 # end of header 07070100073b58000081a4000003eb00002711000000013bfa2f6f000000e8000000ec0000036600000000000000000000001100000004ANDIrand/pkginfoPSTAMP=200111201124 PKG=ANDIrand NAME=random-0.7 ARCH=sparc VERSION=0.7 CATEGORY=system DESC=random number generator CLASSES=none sed HOTLINE=http://www.cosy.sbg.ac.at/~andi/ VENDOR=Andreas Maier EMAIL=andi@cosy.sbg.ac.at BASEDIR=/ 07070100073b57000081a4000003eb00002711000000013bfa2f9200000358000000ec0000036600000000000000000000001000000004ANDIrand/pkgmap: 1 82 1 d none /etc ? ? ? 1 e sed /etc/devlink.tab ? ? ? 660 56189 959671948 1 d none /etc/init.d ? ? ? 1 f none /etc/init.d/random 0744 root sys 1064 19347 971458215 1 d none /etc/rc0.d ? ? ? 1 l none /etc/rc0.d/K50random=../init.d/random 1 d none /etc/rc2.d ? ? ? 1 l none /etc/rc2.d/S60random=../init.d/random 1 d none /usr ? ? ? 1 d none /usr/kernel ? ? ? 1 d none /usr/kernel/drv ? ? ? 1 f none /usr/kernel/drv/random 0755 root sys 9952 39400 1006251920 1 e none /usr/kernel/drv/random.conf 0644 root sys 42 3717 958888431 1 d km64 /usr/kernel/drv/sparcv9 ? ? ? 1 f km64 /usr/kernel/drv/sparcv9/random 0755 root sys 14080 32400 1006251922 1 i checkinstall 571 38687 1006244464 1 i copyright 1993 28176 959578214 1 i pkginfo 232 18549 1006251887 1 i postinstall 533 42075 961503489 1 i postremove 399 31952 959672331 1 i preremove 552 43864 971840768 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100073b58000081a4000003eb00002711000000013bfa2f6f000000e8000000ec0000036600000000000000000000000800000004pkginfoPSTAMP=200111201124 PKG=ANDIrand NAME=random-0.7 ARCH=sparc VERSION=0.7 CATEGORY=system DESC=random number generator CLASSES=none sed HOTLINE=http://www.cosy.sbg.ac.at/~andi/ VENDOR=Andreas Maier EMAIL=andi@cosy.sbg.ac.at BASEDIR=/ 07070100073b57000081a4000003eb00002711000000013bfa2f9200000358000000ec0000036600000000000000000000000700000004pkgmap: 1 82 1 d none /etc ? ? ? 1 e sed /etc/devlink.tab ? ? ? 660 56189 959671948 1 d none /etc/init.d ? ? ? 1 f none /etc/init.d/random 0744 root sys 1064 19347 971458215 1 d none /etc/rc0.d ? ? ? 1 l none /etc/rc0.d/K50random=../init.d/random 1 d none /etc/rc2.d ? ? ? 1 l none /etc/rc2.d/S60random=../init.d/random 1 d none /usr ? ? ? 1 d none /usr/kernel ? ? ? 1 d none /usr/kernel/drv ? ? ? 1 f none /usr/kernel/drv/random 0755 root sys 9952 39400 1006251920 1 e none /usr/kernel/drv/random.conf 0644 root sys 42 3717 958888431 1 d km64 /usr/kernel/drv/sparcv9 ? ? ? 1 f km64 /usr/kernel/drv/sparcv9/random 0755 root sys 14080 32400 1006251922 1 i checkinstall 571 38687 1006244464 1 i copyright 1993 28176 959578214 1 i pkginfo 232 18549 1006251887 1 i postinstall 533 42075 961503489 1 i postremove 399 31952 959672331 1 i preremove 552 43864 971840768 07070100109b72000041ed000003eb00002711000000023bfa2f9300000000000000ec0000036600000000000000000000000800000004install07070100109b73000081a4000003eb00002711000000013bfa12700000023b000000ec0000036600000000000000000000001500000004install/checkinstall# # checkinstall for random number generator # created by Willi Burmeister # # HISTORY # # 23.05.2000 wib created this file # 25.05.2000 wib check for karch # 20.11.2001 andi update case for 5.5.1 # # # we only need 64 bit modules on Sun Ultra and SunOS 5.7 or later # KARCH=`uname -m` REV=`uname -r` case $KARCH in sun4u | sun4us) case $REV in 5.[0-6]|5.5.1) ;; *) CLASSES="$CLASSES km64" ;; esac ;; *) ;; esac cat > $1 < http://www.cosy.sbg.ac.at/~andi/ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, and the entire permission notice in its entirety, including the disclaimer of warranties. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. ALTERNATIVELY, this product may be distributed under the terms of the GNU Public License, in which case the provisions of the GPL are required INSTEAD OF the above restrictions. (This clause is necessary due to a potential bad interaction between the GPL and the restrictions contained in a BSD-style copyright.) THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package stuff by Willi Burmeister 07070100109b75000081a4000003eb0000271100000001394f610100000215000000ec0000036600000000000000000000001400000004install/postinstall#!/bin/sh # # postinstall for random number generator # created by Willi Burmeister # # HISTORY # # 21.05.2000 wib created this file # 23.05.2000 wib added start of random start script # 20.06.2000 wib add_drv during jumpstart needs -b # # # PKG_INSTALL_ROOT is empty if we are NOT installing during jumpstart # if [ -z "${PKG_INSTALL_ROOT}" ]; then add_drv -m '* 0644 root sys' random /etc/init.d/random start else add_drv -b ${PKG_INSTALL_ROOT} -m '* 0644 root sys' random fi # # end of file # 07070100109b76000081a4000003eb00002711000000013933700b0000018f000000ec0000036600000000000000000000001300000004install/postremove#!/bin/sh # # postremove for random number generator # created by Willi Burmeister # # HISTORY # # 23.05.2000 wib created this file # 30.05.2000 wib removed /dev/{u}random0 lines # # # PKG_INSTALL_ROOT is set if removing during jumpstart # # we need to remove links from /dev rm -f ${PKG_INSTALL_ROOT}/dev/random rm -f ${PKG_INSTALL_ROOT}/dev/urandom # # end of file # 07070100109b77000081a4000003eb000027110000000139ed1d0000000228000000ec0000036600000000000000000000001200000004install/preremove#!/bin/sh # # preremove for random number generator # created by Willi Burmeister # # HISTORY # # 21.05.2000 wib created this file # 20.06.2000 wib rem_drv during jumpstart needs -b # 18.10.2000 wib 'exit 0' if rem_drv couldnot unload driver # # # PKG_INSTALL_ROOT is empty if we are NOT removing during jumpstart # if [ -z "${PKG_INSTALL_ROOT}" ]; then rem_drv random else rem_drv -b ${PKG_INSTALL_ROOT} random fi if [ $? -ne 0 ]; then echo "Oops, error while trying to remove driver" fi exit 0 # # end of file # 070701000a8d6e000041ed000003eb00002711000000043bfa2f9200000000000000ec0000036600000000000000000000000500000004root070701000fb940000041ed000003eb00002711000000033bfa2f9200000000000000ec0000036600000000000000000000000900000004root/etc070701000fb9b7000081a4000003eb000027110000000139336e8c00000294000000ec0000036600000000000000000000001500000004root/etc/devlink.tab# # sed class script for random number generator # created by Willi Burmeister # # HISTORY # # 21.05.2000 wib created this file # 30.05.2000 wib removed 'type=ddi_pseudo;name=random \M0\N0' # # !remove # # remove random entry from /etc/devlink.tab # /^# added for random generator/d /^type=ddi_pseudo;name=random/d # # # !install # # remove random entry from /etc/devlink.tab # /^# added for random generator/d /^type=ddi_pseudo;name=random/d # # add random entry to /etc/devlink.tab # $a\ \# added for random generator $a\ type=ddi_pseudo;name=random;addr=0;minor=random \\M0 $a\ type=ddi_pseudo;name=random;addr=0;minor=urandom \\M0 070701000fd213000041ed000003eb00002711000000023bfa2f9200000000000000ec0000036600000000000000000000001000000004root/etc/init.d070701000fd329000081a4000003eb000027110000000139e746a700000428000000ec0000036600000000000000000000001700000004root/etc/init.d/random#!/bin/sh # # start script for random number generator # created by Willi Burmeister # # HISTORY # # 23.05.2000 wib created this file # 13.10.2000 wib check for /dev/urandom before init # random_seed=/var/tmp/random-seed case $1 in 'start') # Carry a random seed from start-up to start-up # Load and then save 512 bytes, which is the size of the entropy pool echo "Initializing random number generator..." if [ -h /dev/urandom ]; then if [ -f $random_seed ]; then cat $random_seed >/dev/urandom fi dd if=/dev/urandom of=$random_seed count=1 2>/dev/null chmod 600 $random_seed echo "done." else echo "driver not loaded!" fi ;; 'stop') # Carry a random seed from shut-down to start-up # Save 512 bytes, which is the size of the entropy pool echo "Saving random seed..." if [ -h /dev/urandom ]; then dd if=/dev/urandom of=$random_seed count=1 2>/dev/null chmod 600 $random_seed echo "done." else echo "driver not loaded!" fi ;; *) echo "usage: $0 {start|stop}" ;; esac 070701000fec77000041ed000003eb00002711000000033bfa2f9200000000000000ec0000036600000000000000000000000900000004root/usr07070100101d84000041ed000003eb00002711000000033bfa2f9200000000000000ec0000036600000000000000000000001000000004root/usr/kernel070701001036b1000041ed000003eb00002711000000033bfa2f9200000000000000ec0000036600000000000000000000001400000004root/usr/kernel/drv070701001036b2000081a4000003eb00002711000000013bfa2f90000026e0000000ec0000036600000000000000000000001b00000004root/usr/kernel/drv/randomELF$ˆ4( ã¿ ’"   @” ¢€ @ ¢€@Çà‘èã¿ @  €@ Çà‘è’`‚@žã¿ €€J@+¤Ð`@’€"€ Ð`@”’  @–Çà‘è?ÿ@’£, ’ )¦˜ ”–@š €€Ð`@’Çà‘è?ÿ’ ˜ ”–`@š €€ @’ Ð`@’Çà‘è?ÿà’ ð$à” @– @@ÊÇà‘è Çà‘è?ÿã¿ €€@@%¢Ð @’„"€@ @’ Р@’Çà‘è Çà‘è?ÿã¿ @€¦`€‡2 €¦`€„?ÿÆ&àÇà‘è Р@’†"€„?ÿÄ @Ä&àÇà‘è Çà‘èã¿ @Ð €¦ €“2 Çà‘è @Р„€Çà‘è @‹Çà‘è ã¿ @“2 @Р„€Çà‘è @wÇà‘è ã¿ @“2 @Р¢€Çà‘è @c@)‘èã¿`@¢“2 @Р¨€’ @ Çà‘è ¿À’ @” @–„€¢ Çà‘覠¤¦' Ò¿ø¤$ ¢$`Ôà@O€¤`¿ÿù¦$à@9Çà‘è ã¿ ³.`³>`….`@£8 “2 @Р†€„Œ`EÇà‘è €€¦ €Ä6à€À6à„ Ä' @Çà‘è 㿘@¢ ’¿ü¤@ €€Ô¿ü’@@Çàè㿘@¢ ’¿ü¤@ €€Ô¿ü’@@Çàèã¿ ¦ @Ä † –`„  „ Ä& ˆ g hˆ ’ L‰)  ‘* ÈÀ’ `“*`ÐÀÒÀ ˆ€@ˆ ’ M’ `“*`ÒÀ  ’ 3’ `“*`ÒÀ ˆ ’ 4’ `“*`ÒÀ  ’ ’ `“*`ÒÀ ˆ ’ ’ `“*`ÒÀ  ’ ’ `“*`ÔÀ ˆ ” ”  •* ÔÀ …(  ÔÀˆ ÔÀ  ” •* Ô€ ‰1 ” Ô À” •* Ä€ ‰2 „Ä À @‘èã¿ ¢ ’@” @Ä` ˆÆ  €¢ @„€Æ „€Æ 4„€‡( …0 „ÀÄ! @ˆ &¿ÿóÄ – š Ø €¢à( žÈ ¤¡™¶zÐ Ò ¦£¡#ÆïÞ ¨ Ü2˜°ª¡Ö€€¢à€„ †*@„€”€€…+ „„€ ”€€…+ €¢à<€ „ † „€† „€”€€…+ „„€ ”€…+ ‡3 –à„€€¢àPÆ@ „€ž „€’‡1 ”€…) ˆ €˜ š`¿ÿÔ€¢à(Ä „€ Ä& Ä „€Ä& Ä „€Ä& Ä „€ Ä& Ä „€Ä& Çàèã¾HÄ` €  €E¢0ô¸ ª¡ðÑH¬£;ójì'¾¬®£‰&.·° þ •¨ ² v´ î'¾°¤ ¦ð'¾´¾¬ò'¾¸ê'¾¼ÿÿ’¤ ¦à@€¤ €¿ÿû¾¬Ò¾¬Ô¾¸ÿÿ&ľ¬Æ¾¸„€Ä'¾¬Ô¾¼Ò¾°ÿÿľ°¾¬’ ƾ¼” „€Ä'¾°Ä¾´‰0 ‡( †À„€Ä'¾´@–„€Ä` €  €¨% €¥ 4¿ÿÏì'¾¬€¾¬¾¬@’!T„ Çà‘è%s%d: can't allocate state === write(): invalied minor ;n ÈvÜAM²aXí¸ƒ ÖÖ£è›d°  âx [u]random devices v0.6randomddi_pseudourandomddi_pseudoÿñ      ÿñHÈP%(@0x@:¸¨E`pQH,YPhf˜8rÐp~t †€‘”àD£4D°T8Àx@Ò¸œßèî%-;OZp€v‚Œ Œ’˜«¿Ìàèö!2>R]P Œckrandom-32random.ccb_opsrand_openrand_closerand_readrand_writerand_chpolldev_opsrand_getinforand_attachrand_detachmodldrvmodlinkagersadd_timer_randadd_pid_randextract_entropyadd_entropy_wordsSHATransformgetminorbzeroddi_remove_minor_nodemutex_enterddi_report_devbcopynulldevmutex_destroyddi_soft_state_freemutex_exitddi_soft_state_zalloc_infomod_installgethrtime_initnodevddi_get_soft_stateddi_prop_remove_allddi_get_nameddi_soft_state_finiuiomovemod_driveropsddi_prop_opddi_create_minor_nodemod_infoddi_get_instancedrv_getparmddi_soft_state_initmod_remove_finicmn_errmutex_initÝ <V4cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-06 2001/04/18@(#)types.h 1.66 00/02/14 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)types32.h 1.4 98/02/13 SMI@(#)select.h 1.16 98/04/27 SMI@(#)param.h 1.76 00/02/14 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)uio.h 1.29 97/06/29 SMI@(#)buf.h 1.46 00/10/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.21 00/04/27 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)thread.h 1.105 00/08/22 SMI@(#)klwp.h 1.36 99/07/28 SMI@(#)condvar.h 1.13 01/03/15 SMI@(#)time.h 2.66 01/01/17 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)signal.h 1.54 99/07/26 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)pcb.h 1.33 00/08/22 SMI@(#)regset.h 1.24 99/10/05 SMI@(#)msacct.h 1.7 93/07/13 SMI@(#)ucontext.h 1.26 99/05/04 SMI@(#)lwp.h 1.30 98/01/06 SMI@(#)synch.h 1.37 99/11/16 SMI@(#)kstat.h 1.15 99/07/26 SMI@(#)modctl.h 1.65 00/05/11 SMI@(#)ioccom.h 1.14 97/10/22 SMI@(#)nexusdefs.h 1.14 99/04/08 SMI@(#)dditypes.h 1.27 00/08/22 SMI@(#)open.h 1.9 93/11/01 SMI@(#)kmem.h 1.29 99/04/14 SMI@(#)vmem.h 1.3 99/12/04 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)conf.h 1.59 99/05/26 SMI@(#)systm.h 1.112 00/08/24 SMI@(#)proc.h 1.136 00/08/24 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)user.h 1.59 99/08/31 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)model.h 1.20 97/09/22 SMI@(#)debug.h 1.22 97/05/15 SMI@(#)auxv.h 1.27 00/02/07 SMI@(#)watchpoint.h 1.6 98/01/06 SMI@(#)seg_enum.h 1.3 95/12/22 SMI@(#)copyops.h 1.4 98/07/17 SMI@(#)aio_req.h 1.2 94/11/11 SMI@(#)timer.h 1.18 01/01/17 SMI@(#)utrap.h 1.5 99/01/05 SMI@(#)refstr.h 1.1 99/03/31 SMI@(#)task.h 1.1 00/02/14 SMI@(#)id_space.h 1.1 00/02/14 SMI@(#)exacct_impl.h 1.1 00/02/14 SMI@(#)varargs.h 1.45 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)devops.h 1.42 99/04/21 SMI@(#)as.h 1.69 99/08/31 SMI@(#)seg.h 1.59 99/05/04 SMI@(#)vnode.h 1.85 99/07/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.86 99/06/01 SMI@(#)page.h 1.126 00/08/22 SMI@(#)ddidmareq.h 1.25 98/01/24 SMI@(#)ddimapreq.h 1.14 96/06/25 SMI@(#)mman.h 1.38 99/05/19 SMI@(#)ddipropdefs.h 1.15 99/04/05 SMI@(#)ddidevmap.h 1.13 00/07/23 SMI@(#)nexusintr.h 1.7 99/04/05 SMI@(#)cmn_err.h 1.29 99/03/23 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)ddi.h 1.32 98/01/06 SMI@(#)map.h 1.26 99/09/13 SMI@(#)stream.h 1.86 00/10/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)strft.h 1.2 00/10/23 SMI@(#)sunddi.h 1.115 00/10/23 SMI@(#)ddi_implfuncs.h 1.32 00/08/22 SMI@(#)ddi_isa.h 1.8 99/07/14 SMI@(#)devctl.h 1.15 00/12/11 SMI@(#)nvpair.h 1.1 00/07/14 SMI@(#)sunpm.h 1.7 00/06/08 SMI@(#)sysevent.h 1.2 00/10/10 SMI@(#)file.h 1.60 99/08/31 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-05 2001/06/04.text.rodata1.rodata.data.data1.bss.symtab.strtab.stab.index.comment.shstrtab.rela.text.rela.data.stab.indexstr( €0 €T €\ €€ €ˆ €     8 ,P ,T 4X 4Ø à à ä  ”   l t ° ¸ Ì < „ ð ø $ € „ è ð 8 @ ˆ  Ì Ô € ˆ >,/@6p6X?;¨<è<¼-èAèAÐ5ø3ü3ˆ3ì3<3Œ3Ð3„3(:h:@+ˆ+(+°,|%%¨B°'à4*T#Ì#,#|#À#t#7 <7ä080ø=L=€&È( x$È(x¸,`PP\˜`Ðh|H„tx2 222 2$2(2@2D2d209T)X)t8random.cXa ; O ; V=3.1 ; R=Sun WorkShop 6 update 1 C 5.2 Patch 109513-05 2001/06/04/home/adm/andi/root/sun/sunrand/pkg/tmp/random-0.7; /opt/SUNWspro/bin/../WS6U1/bin/cc -D_KERNEL -O -o random-32.o -c random.c -W0,-xp4 Œ À9 ü  ” °?% ð* ð0#2  v:˜$ F¼ ñO ­~Y@,D d@"p8 o#¨Ý070701001036b3000081a4000003eb0000271100000001392779ef0000002a000000ec0000036600000000000000000000002000000004root/usr/kernel/drv/random.confname="random" parent="pseudo" instance=0; 07070100108110000041ed000003eb00002711000000023bfa2f9200000000000000ec0000036600000000000000000000001c00000004root/usr/kernel/drv/sparcv907070100108253000081a4000003eb00002711000000013bfa2f9200003700000000ec0000036600000000000000000000002300000004root/usr/kernel/drv/sparcv9/randomELF+3@@@ „ †à…(° ã¿P À’"0” @¢H±<`„ …(° †à@À¢H±<`@±<`Çàè„ †à…(° ã¿P@À H ±< „ …(° †à@ÀÇàèã¿P ’`‘*0 ²°@@èã¿P…>`€  @k„?ÿ@„ †à…(° ¤¦ÀÐ\à@“< €"@Ð\à@„ †à…(° ”—4 ’À@ „?ÿ±8 Çàè@“< ¡, —4 „ †à…(° +’À„ …(° †à¨˜À”@š €@ Ð\à@“< „?ÿ±8 Çàè„ …(° †à’À„ —0 „ …(° †à˜À”@š €@ ’ @Ð\à@“< „?ÿ±8 Çàè – ðu @” @@+„ ±8 Çàè±8 Çàèã¿P…>`€  @„?ÿ@@„ †à…(° ¢¤ÀÐ\ @“<`„h’ @ ’ @Ð\ @“<`„ ±8 Çàè±8 Çàèã¿P@¡>`€¤ @ ‰2 €¤ @…9 Ävà„ ±8 Çàè„ †à…(° „ÀÐX @“9 †"` „?ÿÄZ @ÚÄvà„ ±8 Çàè„?ÿ±8 Çàèã¿P@Ð^ ¡> €¤ @„ ±8 Çàè„ †à…(° „À‰2 ÐX @“9 „`„ ±8 Çàè@È„ ±8 Çàèã¿P@„ †à…(° „À‰2 ÐX @“9 „`„ ±8 Çàè@©„ ±8 Çàèã¿P@ †àˆ ‡(ð †…2 ÐXà@“8 ¢`Çà‘è @Š@k‘èã¿@ †àˆ ‡(ð †…2 ÐXà@“8 ¦` „ …(° †à’À@ „ ±8 Çàè§·’ @¨§·” @–„@±8 Çàè  ¢  $ …< ¢$`…(°Ò€„ …8 …(°Ô€@a€¤`Oÿõ $ @J„ ±8 Çàèã¿P….`§8 @¡>  †àˆ ‡(ð †…2 ÐXà@“8 †`„ ±8 Çà脌àE@€¤ €Ä6àHÀ6à„ Äw @%„ ±8 Çàèã¿@@’§÷¢@ €H…

R]t \ckrandom-64random.ccb_opsrand_openrand_closerand_readrand_writerand_chpolldev_opsrand_getinforand_attachrand_detachmodldrvmodlinkagersadd_timer_randadd_pid_randextract_entropyadd_entropy_wordsSHATransformgetminorbzeroddi_remove_minor_nodemutex_enterddi_report_devbcopynulldevmutex_destroyddi_soft_state_freemutex_exitddi_soft_state_zalloc_infomod_installgethrtime_initnodevddi_get_soft_stateddi_prop_remove_allddi_get_nameddi_soft_state_finiuiomovemod_driveropsddi_prop_opddi_create_minor_nodemod_infoddi_get_instancedrv_getparmddi_soft_state_initmod_remove_finicmn_errmutex_initç <V4cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-06 2001/04/18@(#)types.h 1.66 00/02/14 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)types32.h 1.4 98/02/13 SMI@(#)select.h 1.16 98/04/27 SMI@(#)param.h 1.76 00/02/14 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)uio.h 1.29 97/06/29 SMI@(#)buf.h 1.46 00/10/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.21 00/04/27 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)thread.h 1.105 00/08/22 SMI@(#)klwp.h 1.36 99/07/28 SMI@(#)condvar.h 1.13 01/03/15 SMI@(#)time.h 2.66 01/01/17 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)signal.h 1.54 99/07/26 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)pcb.h 1.33 00/08/22 SMI@(#)regset.h 1.24 99/10/05 SMI@(#)msacct.h 1.7 93/07/13 SMI@(#)ucontext.h 1.26 99/05/04 SMI@(#)lwp.h 1.30 98/01/06 SMI@(#)synch.h 1.37 99/11/16 SMI@(#)kstat.h 1.15 99/07/26 SMI@(#)modctl.h 1.65 00/05/11 SMI@(#)ioccom.h 1.14 97/10/22 SMI@(#)nexusdefs.h 1.14 99/04/08 SMI@(#)dditypes.h 1.27 00/08/22 SMI@(#)open.h 1.9 93/11/01 SMI@(#)kmem.h 1.29 99/04/14 SMI@(#)vmem.h 1.3 99/12/04 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)conf.h 1.59 99/05/26 SMI@(#)systm.h 1.112 00/08/24 SMI@(#)proc.h 1.136 00/08/24 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)user.h 1.59 99/08/31 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)model.h 1.20 97/09/22 SMI@(#)debug.h 1.22 97/05/15 SMI@(#)auxv.h 1.27 00/02/07 SMI@(#)watchpoint.h 1.6 98/01/06 SMI@(#)seg_enum.h 1.3 95/12/22 SMI@(#)copyops.h 1.4 98/07/17 SMI@(#)aio_req.h 1.2 94/11/11 SMI@(#)timer.h 1.18 01/01/17 SMI@(#)utrap.h 1.5 99/01/05 SMI@(#)refstr.h 1.1 99/03/31 SMI@(#)task.h 1.1 00/02/14 SMI@(#)id_space.h 1.1 00/02/14 SMI@(#)exacct_impl.h 1.1 00/02/14 SMI@(#)varargs.h 1.45 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)devops.h 1.42 99/04/21 SMI@(#)as.h 1.69 99/08/31 SMI@(#)seg.h 1.59 99/05/04 SMI@(#)vnode.h 1.85 99/07/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.86 99/06/01 SMI@(#)page.h 1.126 00/08/22 SMI@(#)ddidmareq.h 1.25 98/01/24 SMI@(#)ddimapreq.h 1.14 96/06/25 SMI@(#)mman.h 1.38 99/05/19 SMI@(#)ddipropdefs.h 1.15 99/04/05 SMI@(#)ddidevmap.h 1.13 00/07/23 SMI@(#)nexusintr.h 1.7 99/04/05 SMI@(#)cmn_err.h 1.29 99/03/23 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)ddi.h 1.32 98/01/06 SMI@(#)map.h 1.26 99/09/13 SMI@(#)stream.h 1.86 00/10/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)strft.h 1.2 00/10/23 SMI@(#)sunddi.h 1.115 00/10/23 SMI@(#)ddi_implfuncs.h 1.32 00/08/22 SMI@(#)ddi_isa.h 1.8 99/07/14 SMI@(#)devctl.h 1.15 00/12/11 SMI@(#)nvpair.h 1.1 00/07/14 SMI@(#)sunpm.h 1.7 00/06/08 SMI@(#)sysevent.h 1.2 00/10/10 SMI@(#)file.h 1.60 99/08/31 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-05 2001/06/04.text.rodata1.rodata.data.data1.bss.symtab.strtab.stab.index.comment.shstrtab.rela.text.rela.data.stab.indexstr8"ð<$ð@#ðH ðt"ðx$ð|#ð€ ðÈ"ðÌ$ðÐ#ðÔ ðˆ"$”#˜ ¨" ¬$ °# ¸ Ü"0ü$0#0 0"8$8 #8( 8D"H$L#P Ô" Ø$ Ü# ä ø"$# "$#   "¤$¨#° " $# Ô"Ø$Ü#à œ" $¤#¨ 8"<$@#D ´"¸$¼#À 4"8$<#@ ¤"¨$¬#°  "¤$¨#¬ $@L1`8´8ŒAä=>Ì>(/dCìC<7|5ô5¸5X5Ô5T5Ä5À5Ì<8<ä-X- - 0.L''|D„)Ä6,d%%¬%,%œ%˜%9 9<2œ2L?¬?è( H* D&  ¨( (0 ˜X ˆ `¨ ì° °À è ˆø Øà 4 4 4 84 @4 H4 P4 x4 €4 ¸4 `; ˜+  + Ø: random.cXa ; O ; V=3.1 ; R=Sun WorkShop 6 update 1 C 5.2 Patch 109513-05 2001/06/04/home/adm/andi/root/sun/sunrand/pkg/tmp/random-0.7; /opt/SUNWspro/bin/../WS6U1/bin/cc -D_KERNEL -O -xarch=v9 -o random-64.o -c random.c -W0,-xp@ \  = à  00C%x*xx#2 ðx:h$ FŒ ñO #}~Y@$ èd@/èpo2Xç07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!