9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] update
@ 2006-10-24  2:15 Skip Tavakkolian
  0 siblings, 0 replies; 12+ messages in thread
From: Skip Tavakkolian @ 2006-10-24  2:15 UTC (permalink / raw)
  To: 9fans

for those who have joined rangboom, i've added everyone to my
personal group (skip) and to (9fans) group. i've shared out a collection
of pictures i've taken with the first group.

on (9fans) i've shared out my windows drawterm build directory.
there's an experimental device called /dev/showfile (devcons.c,
win32.c) to send URLs directly to windows (to open in the browser).
there's already a rule to plumb URLs to winstart; here's my version:

cpu% cat /rc/bin/winstart
#!/bin/rc

echo $* > /mnt/term/dev/showfile



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] update
@ 2005-04-25 20:45 jmk
  0 siblings, 0 replies; 12+ messages in thread
From: jmk @ 2005-04-25 20:45 UTC (permalink / raw)
  To: 9fans

There are new top level directories /amd64 and /sparc64.
There's not much there yet, only some includes to enable
libmach to compile with the support for those 2 architectures
(there are updates to libmach too). There may be something
I missed in making the updates so let me know if there's
something amiss.

Action brought to you by your friendly prejudiced dickhead.


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] Update
@ 2001-05-26 17:07 rob pike
  0 siblings, 0 replies; 12+ messages in thread
From: rob pike @ 2001-05-26 17:07 UTC (permalink / raw)
  To: 9fans

I've posted a tiny new wrap file, dated 03270526, that incorporates presotto's
speedup to /proc, a new #p/nnn/args file that holds a process's arguments,
a change to ps so the -a flag will report those arguments, and an unrelated
update of the control library.

-rob



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] update
@ 2001-04-25 16:15 presotto
  0 siblings, 0 replies; 12+ messages in thread
From: presotto @ 2001-04-25 16:15 UTC (permalink / raw)
  To: 9fans

We stuck an partial wrap update on the update page.  It has a pointer
to a file listing all the changes, mostly bug fixes.  The biggest
addition is the journaling flash file system for the bitsy.  I also
made the bitsy startup less 1127 specific.

We didn't stick in any binaries to you'll have to do compiles yourself.

Cheers.


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] Update
@ 2001-03-28  4:59 rob pike
  0 siblings, 0 replies; 12+ messages in thread
From: rob pike @ 2001-03-28  4:59 UTC (permalink / raw)
  To: 9fans

An update of the 3rd release is now available at
	http://plan9.bell-labs.com/plan9
This is likely to be the last shipment using the original protocol;
the next release will probably be called the 4th edition and will use
the new version of 9P.

Note:
	If you installed Plan 9 between October 29, 2000 and November 29,
	2000, you need to grab a new /wrap/plan9/971556349/md5sum file before
	installing the update.  The update page has details.

Today's update is substantially larger than previous ones, but there
are substantially more things updated....

There are a number of new things, including:

- Support for Lucent Orinoco (Wavelan) cards (thanks to Francisco
	Ballesteros).
- Support for the Netgear GA620 gigabit Ethernet cards.
- A much faster VNC viewer, vncviewer(1).
- A preliminary kernel for the Compaq iPAQ h3650 and h3630, also known
	as the `bitsy'; look in /sys/src/9/bitsy.  Associated with this are
	a variety of new pieces including a `scribble' library for character
	recognition and some tools; see scribble(2) and bitsyload(1).
- A new compression/decompression library, flate(2).
- A new library for grouped allocation, bin(2), plus a per-process
	allocator for threaded programs, privalloc(2).
- A variety of tweaks to libc including case-insensitive string
	matching and pread and pwrite system calls (read and write with
	the file offset in the call rather than the fd).
- Multiple boot configurations in plan9.ini(8).
- Partial support of X.509 certificates.
- Partial support of PNG images.
- New Acme interfaces for news and wiki.
- Support for rc(1)-style quoted strings in the C library, quote(2).
	This is the harbinger of future things, including:
- A preliminary library of graphic controls (widgets);
	see control(2).

There are plenty of bugs fixed, too.

Kernel and networking fixes include:

- Better timesync algorithms (no longer requiring floating point).
- TCP/IP:
	- No longer loses queued bytes when shutting down a connection.
	- Too aggressive rexmits removed.
	- Reads now return as much data as possible instead of just
	    the next segment's worth.
- ip/dhcpd:
	- copy the contents of the gateway field from BOOTP/DHCP requests to replies
	- deal with requests containing huge leases
	- some protection against systems that don't give up their leases when
	  they run out.
- Graphics:
	- important fixes to alpha blending and allocation of images.
	- better conversion of true color to mapped images (rgb2cmap).
- Libmp + libsec completely replace libcrypt.
	- Also assembly routines for various architectures speed things up.

And of course zillions of other application and library fixes and
enhancements.

-rob




^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [9fans] Update
@ 2000-11-12 14:21 rob pike
  0 siblings, 0 replies; 12+ messages in thread
From: rob pike @ 2000-11-12 14:21 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 37 bytes --]

It was incorrect.  Weird.

-rob


[-- Attachment #2: Type: message/rfc822, Size: 1475 bytes --]

From: Richard Miller <miller@hamnavoe.demon.co.uk>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Update
Date: Sun, 12 Nov 2000 09:34:25 0000
Message-ID: <E13utXI-000LOS-0A@finch-post-10.mail.demon.net>

Are you sure the md5sum prefix quoted on the website for the
11 Nov update is correct?

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [9fans] Update
@ 2000-11-12  9:34 Richard Miller
  2000-11-12 13:36 ` Boyd Roberts
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Miller @ 2000-11-12  9:34 UTC (permalink / raw)
  To: 9fans

Are you sure the md5sum prefix quoted on the website for the
11 Nov update is correct?



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] Update
@ 2000-11-12  1:33 rob pike
  0 siblings, 0 replies; 12+ messages in thread
From: rob pike @ 2000-11-12  1:33 UTC (permalink / raw)
  To: 9fans

I have posted a new update to the Plan 9 web site
	http://plan9.bell-labs.com/plan9
Grab it by the usual procedure.

The new file is called 10141111.9gz and includes fixes to heinous bugs in
acme, rio, and astro.  OK, the astro one may not be as critical but I felt foolish
standing in the waiting for an occultation that didn't happen.

-rob



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [9fans] Update
@ 2000-06-17 18:46 rob pike
  0 siblings, 0 replies; 12+ messages in thread
From: rob pike @ 2000-06-17 18:46 UTC (permalink / raw)
  To: 9fans

We've just placed a new package and update on
	http://plan9.bell-labs.com/plan9
This is the last one for a while, because we're
heading off to Usenix and won't be around to tend.
Also it's time to start shifting back into our
regularly scheduled programming.

I urge you to pick up this package, labeled June 17,
or update your old package.  The update package on
the site will update your existing installation
regardless of how many prior updates you have
installed.

This update includes a large improvement to the wrap
software that will make it easier to track and maintain
updates in the future.  Russ will post a separate
explanation of that.

We're well over 2000 successful downloads and still
counting.  Thanks for all your help, encouragement,
enthusiasm, and bug-finding.

See you in San Diego.

-rob


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-10-24  2:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <rob@plan9.bell-labs.com>
2000-07-29 18:43 ` [9fans] Update rob pike
2000-07-29 18:55   ` Scott Schwartz
2006-10-24  2:15 [9fans] update Skip Tavakkolian
  -- strict thread matches above, loose matches on Subject: below --
2005-04-25 20:45 jmk
2001-05-26 17:07 [9fans] Update rob pike
2001-04-25 16:15 [9fans] update presotto
2001-03-28  4:59 [9fans] Update rob pike
2000-11-12 14:21 rob pike
2000-11-12  9:34 Richard Miller
2000-11-12 13:36 ` Boyd Roberts
2000-11-12  1:33 rob pike
2000-06-17 18:46 rob pike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).