home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8586 < prev    next >
Encoding:
Text File  |  1992-11-08  |  22.1 KB  |  577 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!acd4!iedv7!smm
  3. From: smm@iedv7.acd.com ( Steve McCoole       )
  4. Subject: BSDI BSD/386 Ported Software List 02/02
  5. Message-ID: <1992Nov7.200930.4267@acd4.acd.com>
  6. Followup-To: comp.unix.bsd
  7. Sender: news@acd4.acd.com (USENET News System)
  8. Organization: Applied Computing Devices, Inc., Terre Haute IN
  9. References: <1992Nov7.200754.4197@acd4.acd.com>
  10. Date: Sat, 7 Nov 1992 20:09:30 GMT
  11. Lines: 564
  12.  
  13.  
  14. ========================================================================
  15.  
  16. Subject: Section 3.  Patches or enhancments for BSDI systems.
  17. Date: Tue, 13 Oct 1992 09:00 EST
  18.  
  19. ========================================================================
  20. [ Admin Note:  Most (All?) of the patches and extensions listed here
  21.  are available on BSDI.COM in one of the download directories or
  22.  in one of the mailing list archives.  Some of the early listings
  23.  are probably only available from one of the mailing list archives.
  24.  -SMM ]
  25.  
  26. Patches to nfs_socket.c adding code that searches through the reserved
  27. ports, and binds the socket to the first unused port it finds.  This
  28. is done just after the call to soconnect, that creates the socket used
  29. by the nfs client.  Rob Fristrom <rrf@cs.umd.edu>
  30. -----
  31. Patches for tolower(), toupper(), floor(), and ceil() functions from
  32. the libm math library.  donn@ibapah.bsdi.com (Donn Seeley)
  33. -----
  34. Patches to support German [ and more generic? ] keyboad maps.   "Dirk
  35. Husemann" <Dirk.Husemann@informatik.uni-erlangen.de>
  36. -----
  37. Compatiblity routines for re_comp and re_exec using the new
  38. regcomp/regexec routines.   James da Silva <jds@cs.umd.edu>
  39. -----
  40. Patches for MouseSystems compatible 3-button mouse.
  41. jtkohl@kolvir.elcr.ca.us (John T Kohl)
  42. -----
  43. Parallel (printer) port and bus mouse drivers.   Also includes a
  44. printer filter for ascii to postscript printing. The busmouse driver
  45. is at version 3.0 and the printer driver is version 5.0.
  46. Erik also reports having a Logitech version of his
  47. busmouse driver that he has not tested extensively since he does not
  48. have a Logitech.  David Boyce reports that he has had the Logitech
  49. busmouse driver working since June.
  50. (GAMMA) A version of the Logitech busmouse driver has been created
  51. by Erik and is available.
  52. erik@eab.retix.com (Erik Forsberg)
  53. -----
  54. Additions to math lib including srand48(), drand48(), erf(), and
  55. erfc().   bts!bill@uunet.uu.net ( Bill Hatch )
  56. -----
  57. I have a patch for the tty compatibility code that makes it more
  58. careful about setting the ISTRIP flag when doing TIOCGETP followed by
  59. TIOCSETP.  With this change installed in the kernel
  60. (/usr/src/sys/kern/tty_compat.c), I was able to run vi in 8-bit mode
  61. and edit a file with non-ASCII characters on the console.  (I'm using
  62. a derivative of Dirk Husemann's keyboard modifications to use ALT as a
  63. meta key.)  Mike Karels ( sent by Jeff Polk <polk@bsdi.com> )
  64. -----
  65. PD version of the pr program.  Posted to the beta list.  This is part
  66. of the distribution on GAMMA releases.  bjorn@sysadmin.com
  67. (Bjorn Satdeva) 
  68. -----
  69. Package that allows booting BSDI or DOS from the same hard disk.
  70. Requires bootany.zip from DOS archives such as ftp.uu.net.
  71. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  72. -----
  73. Patch to pccons.c to allow ALT key to generate META for emacs on BSDI
  74. console.  John T Kohl <jtkohl@kolvir.elcr.ca.us>
  75. -----
  76. This patch makes init do proper "logging out" (according to utmp/wtmp)
  77. of users.  John T Kohl <jtkohl@kolvir.elcr.ca.us>
  78. -----
  79. The following patch adds the "buffered" and "unbuffered" commands
  80. to mt(1) to enable and disable buffered writes.
  81. visenix!beattie@uunet.uu.net (Brian Beattie)
  82. -----
  83. I made a small modification to the kernel source file
  84. i386/isa/pccons.c to allow
  85. SCO-style terminal escapes to change colors on a character-mode screen, for
  86. those of us who haven't gotten X to work yet. The escape sequences are:
  87. ESC[=nF - set normal foreground color to n
  88. ESC[=nG - set normal background color to n
  89. ESC[=nH - set reverse video foreground color to n
  90. ESC[=nI - set reverse video background color to n
  91. where n is one of the following:
  92. 0 - black    1 - blue    2 - green    3 - cyan
  93. 4 - red        5 - magenta    6 - brown    7 - white
  94. 8 - gray    9 - light blue    10 - lt green     11 - lt cyan
  95. 12 - lt red    13 - lt magenta    14 - yellow    15 - hi white
  96. For the background settings, colors 8-15 are the same as 0-7, and the 0x8 bit
  97. turns on blinking (at least on my hardware). This can be changed by
  98. reprogramming the meaning of the bit in the hardware, but I haven't done that
  99. yet. Kent Peacock <kentp@svmp03>
  100. -----
  101. Fix for select(2) inadvertently turning a very short timeout value into
  102. a zero (infinite) sleep request.  John T Kohl <jtkohl@kolvir.elcr.ca.us>
  103. -----
  104. Some people have not had great success using uucp as supplied with
  105. the BSDI package.  I recompiled the uucp sources to use exclusively
  106. BNU style configuration (which I understand), created BNU configuration
  107. files, and now things work great.  brian@apt.bungi.com (Brian Litzinger)
  108. -----
  109. I have an older Wangtek QIC150 tape drive that does not fully support
  110. SCSI-1.  The drive seems to be support some of the features of SCSI-1
  111. so, to better support it I have made some modifications to the scsi tape
  112. device driver.  These changes may be usefull to others who have drive
  113. that do not fully support SCSI-1.  visenix!beattie@uunet.uu.net
  114. (Brian Beattie) 
  115. -----
  116. I have a new version of the console terminal emulator code (kernel pccons.c)
  117. with a number of changes from various beta sites, as well as some fixes
  118. that I have made and a lot of cleanup.  It is based on fixes from
  119. John Haugen for the PS/2 machines and the code from Dirk Husemann
  120. to do (most of) the German keyboard stuff using the ALT key(s).
  121. It does not (yet?) have Greg Lehey's code for German multiple-key
  122. sequences.  The current tables use ALT as a meta key except where
  123. it is used for alternate characters.
  124.  
  125. Because the files are moderately large, I have put them out for
  126. anonymous FTP from liberty.BSDI.COM for the moment; they are in
  127. /hidden/pccons.shar.  I will mail them on request to folks
  128. without FTP access, and will mail them now those who have already
  129. requested them.
  130.  
  131. I think it fixes these problems:
  132.  
  133. o left and right shift, control and alt keys are recognized separately,
  134.   and it correctly deals with pressing both keys and then releasing one.
  135.  
  136. o it recognizes extended-keyboard keys separately from the main keyboard
  137.   (or keypad) equivalents (this was needed for right control and alt).
  138.   As a result, arrow keys and editing keypad keys no longer produce digits.
  139.  
  140. o The arrow keys are now supported.
  141.  
  142. o The num lock key is recognized and used, and the keypad produces numbers
  143.   only when num lock is on.  Num lock is set at initialization.
  144.  
  145. o the normal, standout and kernel foreground/background colors are settable
  146.   by SCO-compatible escape sequences (from Kent Peacock), and the cursor
  147.   can be changed to a block cursor.
  148.  
  149. o a problem resulting in reentrance of sput is fixed, and output reordering
  150.   problems that resulted seem to be fixed.  A side effect may be that
  151.   more of the output processing, including scrolling, will be done
  152.   at base priority rather than spltty.  (This may help reduce silo
  153.   overflows on machines where the console is in use but X is not.)
  154.  
  155. o a lot of the code has been cleaned up, and even uses manifest constants
  156.   for many of the magic numbers (not yet all)
  157.  
  158. o no longer crashes when cursor addressing, etc. are out of range
  159.  
  160. o the cursor is kept in sync during most kernel output (during autoconfig,
  161.   for kernel input, etc.)
  162.  
  163.  
  164. At least the following are not yet fixed:
  165.  
  166. o recognition of the stupid pause key code sequence (it still toggles num lock)
  167.  
  168. o function keys, arrow keys, still do nothing useful, although the keys
  169.   are recognized and they can now be defined to produce a string.
  170.   Similarly for numeric keypad keys when num-lock is not set.
  171.   I don't know what these keys should send.
  172.  
  173. o the standalone kbd.c has not been converted yet; I compile it using
  174.   the old pcconstab.* files for now.
  175.  
  176.  
  177. Notes on the new escape sequences:
  178.  
  179. Color codes:
  180.  
  181. 0 - black    1 - blue    2 - green    3 - cyan
  182. 4 - red        5 - magenta    6 - brown    7 - white
  183.  
  184. For foreground, the following "intense" color variants are available.
  185. (In background, these set the corresponding value above plus the blinking
  186. attribute.)
  187.  
  188. 8 - gray    9 - light blue    10 - lt green     11 - lt cyan
  189. 12 - lt red    13 - lt magenta    14 - yellow    15 - hi white
  190.  
  191. ESC[=nF - set normal foreground color to n (default white)
  192. ESC[=nG - set normal background color to n (default black)
  193. ESC[=nH - set reverse video foreground color to n (default black)
  194. ESC[=nI - set reverse video background color to n (default white)
  195. ESC[=nK - set kernel foreground color to n (default hi white, had been yellow)
  196. ESC[=nL - set kernel background color to n (default blue)
  197.  
  198. ESC[1_  - set block cursor
  199. ESC[0_  - set underscore cursor
  200. karels@bsdi.com (Mike Karels)
  201. -----
  202. Patches to pccons to allow German keyboard multiple key sequences.
  203. uunet!lemis!grog (Greg Lehey)
  204. -----
  205. Patches to com driver for modem control. Com driver is at version 3.0
  206. with some additional patches.
  207. Brad Huntting <huntting@misc.glarp.com>
  208. -----
  209. Patches for gcc2.2.1 compilation errors. block@gmf.eds.com (Jon Block)
  210. -----
  211. Patches for gnu linker bug that shows up with g++.
  212. donn@bsdi.com (Donn Seeley)
  213. -----
  214. Patches to allow you to read 720k floppies in a HD 3.5" drive. 
  215. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  216. -----
  217. Patches for pbmplus compilation on bsdi.
  218. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  219. -----
  220. Program reads /etc/slipsite to determin which of two gateways
  221. to call for slip.
  222.  
  223. And here are some diffs for sbin/slattach/slattach.c to allow it
  224. to catch HUP's when the line dies, syslog when it connects and when
  225. it dies, allow more creative line speeds, leave the line speed
  226. alone when you dont specificly ask for a particular speed (this is
  227. not the way its advertised, I just think the "default baud rate"
  228. bit is ludicrously ussless).
  229. Brad Huntting <huntting@misc.glarp.com>
  230. -----
  231. Patch to talk program to allow automatic word wrap.
  232. Marc G. Frank <mfrank@well.sf.ca.us>
  233. -----
  234. When attempting to get uucp to work, I noticed that uucico would
  235. reliably dump core when it was the wrong time to make a call. The fault
  236. was a zero dereference in fcall(), thus:
  237. Andy Rutter <andy@hoskyns.co.uk>
  238. -----
  239. Someone else's patches to GNU emacs for 386BSD apply equally well to
  240. BSD/386's emacs, to make subprocess signals to work properly (this
  241. problem has been oustanding for quite a while).  I've attached them
  242. (relative to the beta EMACS sources).  Thanks to Bill Sommerfeld
  243. (sommerfeld@apollo.hp.com)!
  244. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  245. ------
  246. Workaround for FPE emulation on systems with no hardware co-processor.
  247. karels@bsdi.com
  248. ------
  249. ksh dies because the setvbuf routine is defective.  Here is a fix that
  250. Chris Torek has sent me.
  251. pc@bsdi.com
  252. ------
  253. Patches to allow you to build libg++-2.2.  You may have configure
  254. problems using /bin/sh, I used bash and did a 'configure bsdi'.
  255. block@gmf.eds.com (Jon Block)
  256. ------
  257. Patches to the com.v3 driver to allow use of a multi-port comm board.
  258. brian@apt.bungi.com (Brian Litzinger)
  259. ------
  260. Patches to fix NFS pwd problems on a client of a BSDI server.
  261. karels@bsdi.com
  262. ------
  263. Filehandles patch for perl. Required for perl man package to work.
  264. block@gmf.eds.com (Jon Block)
  265. ------
  266. Patches to allow the SoundBlaster driver posted to alt.sources work
  267. under BSDI.
  268. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  269. (GAMMA) Patches to John's patches to allow the SoundBlaster driver to
  270. work under GAMMA release.
  271. Steve McCoole <smm@acd4.acd.com>
  272. ------
  273. Fixes for the floating point emulator.
  274. karels@bsdi.com
  275. ------
  276. Another set of patches for gcc-2.2.2.
  277. Roland Wilcher <raw@ushiva.ncoast.org>
  278. ------
  279. Patches to tar so that it does not require the minus in front of
  280. options.
  281. John T Kohl <jtkohl@kolvir.elcr.ca.us>
  282. ------
  283. Posting of SLIP scripts and experiences in setting it up.
  284. "Lee A. Butler" <butler@brl.mil>
  285. -------
  286. (GAMMA) Fixes to beta and gamma db(3) bugs.
  287. Robert Willis <rwillis@bbn.com>
  288. -------
  289. Patches to make elm mailer compile by Brian Litzinger.  Sent by
  290. Marc.
  291. Marc G. Frank <mgfrank@avernus.com>
  292. -------
  293. Gcc 2.2.2 fix for recursive code generation bug.
  294. Taavi Talvik <taavi@abc.postimees.ee>
  295. -------
  296. (GAMMA) Fix to boot stopping while updating the LEDs on the keyboard.
  297. This fix was for beta and gamma.
  298. Tom Markson <tom@usblues.rt.com>
  299. -------
  300. (GAMMA) Fix to wangtek tape driver to allow it to read more than one
  301. archive off of a tape.  Patch is for beta and gamma.
  302. Tom Markson <tom@usblues.rt.com>
  303. -------
  304. (GAMMA) Patch to correctly set paths.el for emacs in beta and gamma.
  305. composer@beyond.dreams.org (Jeff Kellem)
  306. -------
  307. (GAMMA) Fix for getloadavg in libkvm for not closing file descriptors.
  308. This fixes the bug mentioned in the gamma release notes and takes care
  309. of the sendmail problem.
  310. composer@beyond.dreams.org (Jeff Kellem)
  311. -------
  312. (GAMMA) Fix for monop that makes the random number generator work properly.
  313. Tom Markson <tom@usblues.rt.com>
  314. -------
  315. (GAMMA) Filters and setup to support postscript printers under gamma.
  316. erik@eab.retix.com (Erik Forsberg)
  317. -------
  318. (GAMMA) Fix for sort dumping core on "sort +3".
  319. composer@beyond.dreams.org (Jeff Kellem)
  320. -------
  321. (GAMMA) Fix for uucp problem of SEGV when a "from" argument is not specified.
  322. Tom Markson <tom@usblues.rt.com>
  323. -------
  324. (GAMMA) Fix to the new uucp from UUNET to recognize entries in the
  325. CONFIG file.
  326. Tom Markson <tom@usblues.rt.com>
  327. -------
  328. (GAMMA) Another fix to the new uucp from UUNET.
  329. Eric Ziegast <ziegast@uunet.uu.net>
  330. -------
  331. (GAMMA) Fixes to xload to make it work under BSD/386 gamma (0.9.1).
  332. composer@beyond.dreams.org (Jeff Kellem)
  333. -------
  334. Agetty a replacement for getty on machines running SysV, SunOS or BSDI 
  335. BSD/386.  It supports hardware handshaking, bidirectional line support and
  336. other stuff.  brian@apt.bungi.com (Brian Litzinger)
  337. -------
  338. Perl scripts for starting up slip automatically.
  339. Curtis Villamizar <curtis@ans.net>
  340. -------
  341. Su program, sudo, that supports the -c option.
  342. brian@apt.bungi.com (Brian Litzinger)
  343. -------
  344. Attached is a uuencoded tar.Z of vgaset, a program for interactively
  345. sizing screens. It can be run from another terminal and is thus usable
  346. even if the display is not readable. It outputs a mode line suitable
  347. for inclusion in Xconfig. Documentation is included.
  348. uunet!lemis!grog (Greg Lehey)
  349. -------
  350. Yagetty.  Yet Another getty program with handling for dial-ins and
  351. dial-outs on the same port.
  352. uunet!lemis!grog (Greg Lehey)
  353. -------
  354. Patch to com.v3 that:
  355. Added MODEM_OPEN macro that tests to see if the minor device has the 5th
  356. bit set.  If it does then it does the wait for CD otherwise it does not.  The
  357. UNIT number now can be from 0-15 (are more needed?).
  358.  
  359. After applying the below patch on the Com.v3 driver...
  360.  
  361. Do a:
  362.     mknod /dev/com0 c 8 0        for hard-wired terminals (the default)
  363.     -or-
  364.     mknod /dev/com0 c 8 16        for modems (hang waiting for CD)
  365.  
  366. or hey:
  367.     mknod /dev/com0 c 8 0
  368.     -AND-
  369.     mknod /dev/modem0 c 8 16    AND HAVE BOTH (what a concept :-).
  370. gray@antaire.com (Gray Watson)
  371. -------
  372. Patch to X server to eliminate having to use stty and a long sleep to get
  373. raw mode when using some MouseSystems Mice.
  374. Robert "J.Dunlop" <rjd@chaser.co.uk>
  375. -------
  376. Promiscuous mode was not implemented in the Western Digital
  377. driver (at least in the Beta version).  Here is a patch that adds
  378. promiscuous mode and makes tcpdump work.
  379. andy@terasil.terasil.com (Andrew H. Marrinson)
  380. -------
  381. I believe the below patch fixes at least 2 bugs from the bug list (#455 and
  382. ???) .  The second one I turned in the other day but forgot the auto-response
  383. number.
  384.  
  385. Hopefully it won't create any new ones.  :-)
  386.  
  387. This patch fixes the problems:
  388.  
  389. - 'kill -HUP 1' did not respawn a job if you've changed its command line.
  390. - init restarted too fast (I stuck in 2 second pause before job spawning)
  391. - init respawned a job too fast after it was respawning too fast.  I split
  392.     one define into two.
  393.  
  394. Let me know if I've done something bad here but our system has been up for
  395. hours (and numerous kill -HUP 1 calls) with no problems.
  396.  
  397. Also, the logout.patch from the patch directory that I applied, generate tons
  398. of "can't register logout..." messages (1 for each time a job restarted) so I
  399. removed the else and the warning.  Anyone else have this problem?
  400. gray@antaire.com (Gray Watson)
  401. -------
  402. (GAMMA) Recently I purchased a Longshine LCS-8880 el-cheapo 4-port serial card
  403. from Altex Electronics for about $75 plus shipping.  The card has a single DB37
  404. on the back panel with a cable that fans out to four male DB25 connectors, has
  405. socketted 16450-style UARTs (easy to swap out for 16550's if needed), and in
  406. general looks like pretty solid hardware.
  407.  
  408. It supports two address ranges, 0x1a0-0x1bf, or 0x2a0-0x2bf in the 'enhanced'
  409. mode where all four ports share one interrupt line, which can be 2/9,3,4,5,6,7.
  410. bdale@gag.com (Bdale Garbee)
  411. -------
  412. Tcl/Tk patches working under beta.  Setenv/unsetenv hack may not be
  413. robust.  Problems with the strod function as provided by the package (
  414. BSDI has a prototype for the function but not the function itself ).
  415. hartzell@cory.berkeley.edu (George Hartzell)
  416. -------
  417. Tcl/Tk patches also working under beta.
  418. cpetterb@javelin.sim.es.com (Cary Petterborg)
  419. -------
  420. We aquired a used DEC hard drive which did not seem to spin up at all.
  421. After digging around an Ultrix system, we discovered that the drive
  422. needed a START_UNIT command to get it going.  Here is a fix for the
  423. scsi/sd.c driver which will issue a start unit upon boot (only to a
  424. DEC drive at this moment.  Issueing the start unit did not
  425. cause problems for other drives, so I think the DEC compare can be
  426. safely removed).  If anyone else is having trouble getting unknown drives
  427. to spin-up this will probably fix the problem.
  428. tomm@ingres.com (Tom Markson)
  429. -------
  430. (GAMMA) We seem to get a lot of requests to look up ASC/ASCQ codes...
  431. I'll append a patch to the scsicmd sources below which will let you
  432. extract an English translation of these values like this:
  433.  
  434.     % scsicmd -a 0x14/0
  435.     recorded entity not found
  436.     %
  437.  
  438. Scsicmd appears in gamma; if you don't have gamma and you want scsicmd,
  439. ask Jeff for a copy.
  440. donn@bsdi.com (Donn Seeley)
  441. -------
  442. (GAMMA)  Patch for problems with floating point instructions in rundos
  443. envirionment.
  444. karels@bsdi.com (Mike Karels)
  445. -------
  446. (GAMMA)
  447. I can't live without my 8 port serial card, so I quickly hacked
  448. gamma 0.9 com.c to support it with my generic multiport modifications.
  449.  
  450. While testing the bidirectional line usage, I discovered a bug, at
  451. least in my opinion, in the DCD detection (fix included).
  452.  
  453. This version isn't as robust as the latest stuff I had for beta 0.3.3,
  454. but it works. Also, something is interfering with the bidirectional
  455. line usage.
  456.  
  457. (Sorry about posting this to both gamma and beta lists, but I wasn't
  458. sure if a gamma list exists)
  459.  
  460. You have to add something along the lines of the following to your config
  461. file:
  462.  
  463. # COM ports
  464. # APT HSS08 multi-port serial card
  465. device        com0    at isa? port 0x100
  466. device        com1    at isa? port 0x108
  467. device        com2    at isa? port 0x110
  468. device        com3    at isa? port 0x118
  469. device        com4    at isa? port 0x120
  470. device        com5    at isa? port 0x128
  471. device        com6    at isa? port 0x130
  472. device        com7    at isa? port 0x138
  473.  
  474. The HSS08 shares one IRQ for all the ports, so I get warnings about
  475. conflicting IRQs from the autoconfigurator during boot, but it works.
  476.  
  477. I also added:
  478.     stty -f /dev/com0 clocal
  479.     stty -f /dev/com1 clocal
  480.     ...
  481.  
  482. to my /etc/rc.local, so things would stop blocking unexpectedly.
  483.  
  484. Brian Litzinger <brian@apt.bungi.com>
  485. -------
  486.  
  487. ========================================================================
  488.  
  489. Subject: Section 4.  BSDI Archive Sites
  490. Date: Tue, 13 Oct 1992 09:00 EST
  491.  
  492. ========================================================================
  493.  
  494.  
  495. [ These are the sites that are currently willing to archive stuff for
  496. the BSDI system.  They are numbered and described below.  Please
  497. contact the person listed in the description with problems, not me.  I
  498. won't be able to help you. ]
  499.  
  500. 1.  nic.funet.fi
  501.  
  502. Please, if possible, ftp all binaries/sources/patches of BSD/386 to
  503. nic.funet.fi (128.214.6.100). There is plenty of disk space available
  504. and I'm willing to try to keep things in order there.
  505. The directory in nic is ~pub/unix/386ix/bsd386/incoming . I just got added
  506. to beta list, after being reading the idle alpha list for a while, so
  507. please tell me about the other archive sites containing bsd/386 material!
  508. We have had this directory in nic since we got the alpha release, but the
  509. only material I have had there is some xview3 patches.
  510.  
  511. Send me a note at <antsu@nic.funet.fi> , if you upload something to nic,
  512. describing the bits you sent.
  513.  
  514. Happy hacking, Antti-Pekka 
  515.  
  516.  
  517. 2.  ftp.unm.edu
  518.  
  519. In addition, on the machine ftp.unm.edu is available via anon ftp.
  520. It has a directory called pub/BSDI-386 (to hopefully cut some of the
  521. confusion with 386BSD) and at the moment contains very little.
  522.  
  523. Any patches relating to BSD/386 that I receive (via email or 
  524. other means) will be place there. At the moment, I only have 
  525. ~60 megs of space to deal with so I can't deal with too many
  526. full sources, but we are working on a 2 gig ftp server and 
  527. when that becomes a reality, I don't think space will be
  528. a problem.
  529.  
  530. Any patches posted to the beta list from this point on will
  531. appear there, if you have posted a patch to the list in the
  532. past, please mail it to me directly.
  533.  
  534. Steve Freed  <sfreed@ariel.unm.edu>
  535.   
  536.  
  537. 3.  bsdi.com
  538.  
  539. An archive is now available for programs, patches, information, and ports
  540. for BSD/386 systems.  The archive is at bsdi.com [192.48.96.23] in the
  541. directories under "/bsdi.sw/sw".  Please report problems with the site
  542. to mccoole@bsdi.com or smm@acd4.acd.com.  Sorry it took me so long to 
  543. get things going but I think that you will like it.  
  544.  
  545. The archive includes all of the patches that have been posted to the beta 
  546. mailing list and a list of all postings to the bata list, stored by month.  
  547. Also available are whole ported programs or patches to some well known 
  548. packages to make them run under BSD/386.  If you have software or patches 
  549. that you would like to contribute to the archive, please drop me a message.
  550.  
  551. I will also be setting up a "gamma" directory under /bsdi.sw/sw/gamma
  552. for storing programs and patches for the gamma release of BSD/386.
  553. The gamma mailing list will also be archived there on a monthly basis.
  554.  
  555. Steve
  556.  
  557. 4. ftp.uni-erlangen.de
  558.  
  559. ftp.uni-erlangen.de:/pub/BSD/BSDI contains a mirror of the relevant/interesting
  560. files on bsdi.com.
  561.  
  562. Dirk
  563.  
  564. 5. ftp.dit.co.jp
  565.  
  566. For the Japanese BSDI users, ftp.dit.co.jp:/pub/bsd386 contains
  567. a mirror of bsdi.com:/sw.
  568.  
  569. -- toku --
  570.  
  571. Yoshitaka Tokugawa        Internet: toku@dit.co.jp
  572. dit Co., Ltd.            Yamada Bldg. 4F, 2-11-10 Iidabashi
  573. Phone +813-3239-7240        Chiyoda-ku, Tokyo, 102 Japan
  574.  
  575.  
  576.  
  577.