Commit Graph

9477 Commits

Author SHA1 Message Date
tnozaki 4ba9b09748 remove *.mps entry that doesn't exists. 2006-08-19 11:13:18 +00:00
tnozaki 2ad099c737 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
2006-08-19 10:58:40 +00:00
jld 1a62815660 vnode_if.src says that VOP_POLL's vnode is unlocked, and has said so
since 1998; adjust the man page to reflect that.
2006-08-17 04:38:27 +00:00
reed 8e5c0d9d4d Mention the VESA frame buffer display for i386.
Add definitions for WSDISPLAYIO_SSPLASH and
WSDISPLAYIO_SPROGRESS.

Add i386/vesafb(4) to SEE ALSO.
2006-08-17 02:00:09 +00:00
reed 4eda374899 Shorten one-line description.
Add a few more kernel configurations to synopsis.

Mention wscons and wsdisplay.

Describe the kernel options.

Add SEE ALSO section.

Mention about VESAFB_PM hanging systems.

Review by jmcneill on tech-kern list.
2006-08-17 01:58:26 +00:00
mike 99445ded4c Fixed minor typo. 2006-08-15 03:59:59 +00:00
bjh21 9bce138739 Remove manual pages for deleted keyboard drivers. 2006-08-14 22:25:32 +00:00
thorpej 1d08e83afc Correct copyright date and description. 2006-08-14 18:58:34 +00:00
thorpej 941317eec2 dk actually first appeared in 3.0. 2006-08-14 18:57:02 +00:00
ad 5ed2f11fe6 Minor update for per-LWP creds. 2006-08-14 13:59:30 +00:00
wiz a7d5983a14 Bump date for acpi attachment. 2006-08-14 09:50:18 +00:00
itohy cdb1835aff ACPI frontend for Yamaha OPL3-SA[23].
Derived from PR kern/33991 by jasper at pointless dot net.
2006-08-14 09:34:43 +00:00
wiz a06a1b0add Remove superfluouos Pp. Fix RCS Id (I hope). Improve English.
Break line after 80 chars. Use .Nx. Set date to import date.
2006-08-13 23:29:49 +00:00
wiz a007d06dc9 Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193. 2006-08-13 09:28:23 +00:00
plunky 885b13c515 rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.
2006-08-13 09:03:21 +00:00
simonb af29995e74 Add a port of the OpenBSD Intel 3945ABG wpi(4) wireless driver, by
Jean-Baptiste Campesato.

From PR kern/33778.
2006-08-13 02:21:45 +00:00
plunky 2d44f42cce Remove obsolete file - bthub is no more 2006-08-12 13:40:37 +00:00
christos ce0ef6cfc4 Pretending to be Elad's keyboard:
fileassoc.diff adds a fileassoc_table_run() routine that allows you to
pass a callback to be called with every entry on a given mount.

veriexec.diff adds some raw device access policies: if raw disk is
opened at strict level 1, all fingerprints on this disk will be
invalidated as a safety measure. level 2 will not allow opening disk
for raw writing if we monitor it, and prevent raw writes to memory.
level 3 will not allow opening any disk for raw writing.

both update all relevant documentation.

veriexec concept is okay blymn@.
2006-08-11 19:17:47 +00:00
wiz 78c9a76781 Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).
2006-08-08 18:41:11 +00:00
pavel a3ea6cc335 describe that hw VLAN tagging is not supported ATM.
(see sys/dev/ic/rtl8169.c rev. 1.23 .)
2006-08-07 20:41:16 +00:00
xtraeme 9c74798bdd AMD PowerNow!/Cool`n'Quiet driver for NetBSD/amd64,
adapted from OpenBSD.

Tested on a few machines:

http://bigbird.dohd.org:3021/NetBSD/dmesg
http://www.bsd.org.il/netbsd/acpi/dmesg

Thanks to cube, elad and others for testing and fixes.

Enabled by default on GENERIC.
2006-08-06 15:37:21 +00:00
wiz e95cae6b93 New sentence, new line. Use more markup.
Bump date for previous.
2006-08-04 23:30:53 +00:00
martin 915709d082 If user buffers do not match kernel buffers our kernel returns EINVAL,
not EIO.
2006-08-04 23:22:30 +00:00
wiz e7be999408 Fix typo in xref, remove superfluous space. 2006-08-04 17:08:52 +00:00
martin 56a7b59bd8 Clarify netmask problem description. Repeat reference to PPPOE_SERVER
under options section.
2006-08-04 10:10:49 +00:00
rpaulo 9e819e2505 Sync with FreeBSD v 1.107 2006-08-02 00:33:22 +00:00
rpaulo 4ff56bdbde Add NetBSD 3.0.1 and DragonFly 1.6.0.
Both released on the same day.
What a coincidence...
Both use pkgsrc.
What a coincidence...
2006-08-01 11:34:50 +00:00
drochner 556a01ff65 mention joy@eap, xref manpage, add warning about use of joy attachment,
from Bjoern Johannesson per PR kern/34054, with minor changes by me
2006-08-01 11:25:40 +00:00
drochner bb8e221d8d mention joy@eap and xref manpage, from Bjoern Johannesson per
PR kern/34052
2006-08-01 11:08:17 +00:00
wiz bda1fe0c81 Mention spc(4). 2006-08-01 07:14:28 +00:00
wiz 65bca1b8f3 Sort sections. 2006-08-01 07:13:17 +00:00
hubertf ded0447fa8 spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Björn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@
2006-07-31 23:29:54 +00:00
hubertf 94ab62a411 NetBSD has no scanimage(1).
Xref pkgsrc/graphics/sane-backends
2006-07-31 01:00:48 +00:00
elad 25cf4840f3 more for 4.0: VERIFIED_EXEC no longer needed. 2006-07-30 22:16:29 +00:00
wiz 2ca3b72c7e Bump date for previous. 2006-07-30 00:25:24 +00:00
wiz 698ba8e09a Fix xref. New sentence, new line. Remove superfluous quotes. 2006-07-30 00:20:06 +00:00
wiz 08124ae215 Serial comma. 2006-07-30 00:19:43 +00:00
wiz a3fee4aeb4 Bump date for previous. New sentence, new line. 2006-07-30 00:18:09 +00:00
wiz a331bcbf83 Bump date for previous. Sort SEE ALSO.
Sort sections. New sentence, new line.
2006-07-30 00:06:17 +00:00
wiz a56a2e23bb Bump date for previous. Sort SEE ALSO. New sentence, new line. 2006-07-29 23:57:03 +00:00
wiz 4783dcb5ed Use Dv for defined values. Add commas between SEE ALSO entries.
Remove trailing whitespace. Punctuation nits.
2006-07-29 23:47:01 +00:00
ad d8360081f7 Remove RASTERCONSOLE support from the pmax port. 2006-07-29 19:10:56 +00:00
wiz ef2b4b6a60 Install twa(4) and add it to set list. 2006-07-29 08:54:51 +00:00
wrstuden 760d124e50 Add a manpage for the twa driver, contributed by Jordan Rhody
of Wasabi Systems.
2006-07-28 17:53:52 +00:00
dyoung 01868ae406 Let there be no mistake, m_makewritable() does not guarantee that
the writable bytes [off, off+len) are consecutive.
2006-07-28 17:30:53 +00:00
lukem 7569b63e4d Remove a mirror that was decommissioned almost five years ago
and was removed from the mirrors database at the time.
Somehow this file slipped through the cracks...
2006-07-27 23:01:27 +00:00
gdt 306758ad1c man pages contributed by Igor Sobrado. 2006-07-27 00:00:56 +00:00
elad 93c6afe74f document data-structures, defines, and a macro. 2006-07-26 16:30:37 +00:00
tron fdeefd9c3e Bluetooth fixes by Iain Hibbert:
Create "/etc/rc.d/btcontrol" to attach bluetooth devices at boot.
2006-07-26 11:14:55 +00:00
cube 1d78709e65 Only list the attachments to the interface attributes. Finding a place to
list all devices exposing the scsi and atapi attributes would be good too,
though.

Ends PR#34085.
2006-07-26 10:59:52 +00:00
tron 30d6332135 Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.
2006-07-26 10:43:01 +00:00
tron 5d67049004 Bluetooth fixes by Iain Hibbert:
- Update bthidev(4) to use property lists for configuration.
2006-07-26 10:40:50 +00:00
tron 4241fec1bf Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.
2006-07-26 10:30:59 +00:00
elad 71cef668d9 first take at veriexec(9) man page, finally documenting some more
internals.
2006-07-25 21:16:16 +00:00
riz a84f35d25f Update falloc() to match current reality. 2006-07-25 05:15:56 +00:00
uwe d4491bfa15 Switch sh3 to gcc4.
sh3el tested on hpcsh.  sh3eb only compile-tested with an mmeye build.
2006-07-24 23:54:15 +00:00
gdt 030ff0dd8d clarifications based on wiz@ comments:
Explain that the UGEN_BULK_RA_WB option enables the USB_SET_BULK_*
ioctls.

Explain that select works in BULK mode, but not in the unbuffered
mode.

Explain more clearly that UGEN_SET_BULK_RA causes the driver to read
from the device whenever there is space in the buffer.
2006-07-24 18:13:42 +00:00
wiz 7e04cdd341 New sentence, new line. Add "options UGEN_BULK_RA_WB" to SYNOPSIS.
Bump date for previous.

XXX: there should be a sentence or two about UGEN_BULK_RA_WB.
2006-07-24 17:00:52 +00:00
gdt f9f3dc0a85 Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read
ahead and write behind, improving performance for the Universal
Software Radio Peripheral (USRP) used with GNU Radio.

Enable UGEN_BULK_RA_WB in GENERIC and GENERIC_LAPTOP; behavior is
unchanged unless the new ioctl is called.

This code was written by Joanne Mikkelson under funding from DARPA's
ACERT program.

ok'd by christos@, tested by Berndt Josef Wulf
2006-07-24 14:24:48 +00:00
wiz 4181023cfa Add Xr for amrctl(8). Bump date. 2006-07-23 13:24:34 +00:00
lukem 2c9b699f2a add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5 2006-07-23 12:31:29 +00:00
lukem a032824b81 document MKDEBUG & MKDEBUGLIB 2006-07-23 12:01:56 +00:00
lukem cacf5bfacc Implement MKDEBUG:
If "no", don't build and install separate debugging symbols
	into /usr/libdata/debug.
	Default: no
2006-07-23 11:41:24 +00:00
elad 686626bd00 sync with reality. 2006-07-22 09:26:29 +00:00
lukem 8b3ce8625c Rename MKDEBUG to MKDEBUGLIB. 2006-07-22 05:29:03 +00:00
rumble 14b3937642 s/BUGS/CAVEATS/ - The Challenge-S slot restrictions are a hardware design
decision, not an unplanned misfeature.
2006-07-21 10:00:11 +00:00
wiz d88803d5d9 Use standard section headers. Make HTML-ready. 2006-07-20 18:50:46 +00:00
wiz 6d489fb77f New sentence, new line. Uppercase Ethernet. Use Xr for cross
references.
2006-07-20 18:48:45 +00:00
elad 0553a6cee4 add caveats section mentioning that kpi routines can result in a call to
VOP_GETATTR() and note this should be considered when using the interface.
also say this limitation is planned on being removed.
2006-07-20 18:47:22 +00:00
elad 5fed711bc8 add note about how listeners should not sleep. 2006-07-20 18:40:28 +00:00
rumble fe2d2e401d Mention Challenge-S systems where appropriate. 2006-07-20 13:23:29 +00:00
rumble c870f3705b Note that on Challenge-S only one DMA-capable adapter may inhabit a GIO
slot. Explain further that which slot may be inhabited depends on the
adapter in question.
2006-07-20 13:07:16 +00:00
jnemeth f4f7b6192c PR/34028 -- add TBH to be honest 2006-07-18 09:33:50 +00:00
elad e93bf9ef64 correct documentation wrt/KAUTH_PROCESS_CANSEE. 2006-07-17 17:17:58 +00:00
ad 70611312d6 Sync with reality. 2006-07-17 15:14:14 +00:00
elad d9a7152c3e add KAUTH_GENERIC_CANSEE, which is like the KAUTH_PROCESS_CANSEE, only
for two kauth_cred_t rather than kauth_cred_t and struct proc *.

advise against using it in the man-page; it should be used only in cases
where we either don't have an object-specific op or when we can't easily
use one.
2006-07-16 20:10:11 +00:00
elad 9be7229906 expose less api; prompted by yamt@. 2006-07-16 19:37:55 +00:00
tnozaki 309c4c3cc7 corrrect invalid charset mask. 2006-07-16 10:42:26 +00:00
rillig 566c2a43ba Added an explicit statement about the differences between the user-space
snprintf and the kernel snprintf.
2006-07-16 08:25:07 +00:00
tnozaki 41efa2e2cd 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
2006-07-16 06:13:29 +00:00
elad f8b95e308b sync examples with reality.. oops. 2006-07-15 07:19:51 +00:00
wiz f475f1e3d6 Use Dv for defined values. Update history, this KPI appeared in 4.0.
Some other minor fixes.
2006-07-14 22:12:16 +00:00
wiz 3d46a8c2b5 Drop trailing whitespace. 2006-07-14 22:05:57 +00:00
elad e18158212d kauth(9) will be in netbsd 4.0. 2006-07-14 21:58:46 +00:00
peter 669a86ac31 MKPAM default is "yes". 2006-07-14 21:37:10 +00:00
elad b5d09ef065 okay, since there was no way to divide this to two commits, here it goes..
introduce fileassoc(9), a kernel interface for associating meta-data with
files using in-kernel memory. this is very similar to what we had in
veriexec till now, only abstracted so it can be used more easily by more
consumers.

this also prompted the redesign of the interface, making it work on vnodes
and mounts and not directly on devices and inodes. internally, we still
use file-id but that's gonna change soon... the interface will remain
consistent.

as a result, veriexec went under some heavy changes to conform to the new
interface. since we no longer use device numbers to identify file-systems,
the veriexec sysctl stuff changed too: kern.veriexec.count.dev_N is now
kern.veriexec.tableN.* where 'N' is NOT the device number but rather a
way to distinguish several mounts.

also worth noting is the plugging of unmount/delete operations
wrt/fileassoc and veriexec.

tons of input from yamt@, wrstuden@, martin@, and christos@.
2006-07-14 18:41:40 +00:00
yamt 164d1b4197 fix a typo. 2006-07-14 15:49:58 +00:00
wiz 74f3446a06 Add two entries for SCM. Sort. 2006-07-14 13:54:50 +00:00
tnozaki 3ce59d0949 ISO-8859-7:1987 -> ISO-8859-7:2003 2006-07-12 16:56:35 +00:00
jschauma 1a55271438 revert previous: as pointed out by tsutsui@, we're talking about
MACHINE_ARCH, not MACHINE, so x86_64 should be noted, not amd64.
2006-07-11 16:22:23 +00:00
jschauma 2b6f56fbdc use 'amd64' instead of 'x86_64' to avoid confusing new users of amd64
who are not aware that it used to be called x86_64.
2006-07-11 15:43:38 +00:00
wiz 85172e5f7e Bump date for previous, formatting nit.
Fix typo (I think).
2006-07-09 09:24:44 +00:00
wiz e3fc3c2ffa Remove trailing space. 2006-07-09 09:21:35 +00:00
tsutsui fb2badbe15 - add a reference to RFC 1144
- put an author's name of RFC 1055
2006-07-09 02:30:50 +00:00
tsutsui d901da2e66 Use spelling Jacobson rather than Jacobsen, as per RFC 1144.
(I guess it's oe umlaut so both may be okay)
2006-07-08 20:51:35 +00:00
tsutsui 835463e99a Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
  specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
  (rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
2006-07-08 17:22:14 +00:00
skrll 849f87f3e9 Some section 9 man page edits:
- Update ctxsw(9) to reflect reality a little better
	- chooselwp doesn't exist in the kernel so remove the man page.
	- Remove the references to chooseproc which existed briefly.
2006-07-08 17:17:30 +00:00
christos 022420c883 PR/33672: Hauke Fath: sl(4) manpage does not document link[0-2] 2006-07-08 16:36:53 +00:00
matt 49decd4131 Switch vax to GCC 4 2006-07-08 00:32:08 +00:00
wiz 7affbf72ab Bump date for previous.
Remove superfluous word.
2006-07-06 06:20:52 +00:00
nisimura 000497ee3b Fix a spell error and mention to UDP4CSUM HW bug which is common
among KSZ8842 and KS8695P.
2006-07-06 03:00:25 +00:00
wiz ba0c83431c Bump date for previous. 2006-07-05 16:45:00 +00:00
wiz 8df51986ae End sentence with a dot. 2006-07-05 16:44:54 +00:00
tnozaki d1116a2478 fix wrong alias, s/iso646-gb/iso646-cn/ is correct. 2006-07-05 15:31:50 +00:00
tnozaki 2a35d342e7 added fallback U+2015 -> 1-1-29. 2006-07-05 15:27:53 +00:00
martin 63ab94f2a7 Add man page for ugensa 2006-07-05 10:17:20 +00:00
wiz f0acf8b126 Bump date for previous. 2006-07-02 01:36:24 +00:00
wiz b74d2650ce New sentence, new line. Various other fixes. 2006-07-02 01:34:33 +00:00
mrg 252f1af0f5 -std=gnu99 can be applied with GCC>=3, not MACHINE != vax. 2006-07-01 06:02:51 +00:00
mrg 878c667fb1 vax needs NOPIC for >= GCC3 not just == GCC3. 2006-07-01 06:02:01 +00:00
xtraeme 40a89559d7 Enable kse(4). 2006-06-30 23:12:48 +00:00
wiz d45f9162e9 Sort sections. New sentence, new line. English improvements. 2006-06-30 21:25:59 +00:00
nisimura 4a671d8f4a Have kse(4) man page. 2006-06-30 17:27:11 +00:00
wiz 717d3757fa Split [] expression for better grepability. 2006-06-30 17:19:18 +00:00
xtraeme 93a63d1398 Mention IT8211. 2006-06-30 17:02:53 +00:00
chap 9631f044f6 woops, meant to change .Nx version, thanks xtraeme 2006-06-30 16:18:09 +00:00
chap 710af63468 Ankh-Morpork, we have a MIDI driver....
Merge from chap-midi branch, after
~month for review
Comments by thorpej@ drochner@ and Alexandre Ratchov

Incorporated: points by thorpej@ drochner@; preliminary support for
a stats-collecting ioctl suggested by martin@ from comments by A.R.

PR kern/32441 kern/32442 kern/32567 kern/32588 kern/32694 kern/33590
kern/33614 and one instance of kern/32651

ok martin@
2006-06-30 13:56:25 +00:00
mrg 72ccefa820 powerpc64 is big endian. 2006-06-30 05:46:33 +00:00
wiz fc140c0e39 Bump date for previous, slightly improve markup. 2006-06-29 22:16:45 +00:00
dogcow b6f3fd3b9d note the 1GB problem with bce, and workaround. 2006-06-29 20:31:11 +00:00
christos 83fa6c2aad Explain that the terse error message descriptions can be found in mbr.8 2006-06-29 20:24:13 +00:00
xtraeme 084b0f8cdc Mention new suppported controllers: PDC20775 and PDC40518. 2006-06-29 05:08:22 +00:00
jdc 73d9096de7 netstat(1,) -> netstat(1), 2006-06-28 21:09:51 +00:00
peter 61307ac1a3 Add man4.hpcarm. Pointed out by Hisashi T Fujinaka. 2006-06-27 21:43:26 +00:00
rpaulo 89e2703366 Sync with FreeBSD v1.105. 2006-06-27 18:19:12 +00:00
peter 37b481fc07 Add intro(4) manual page for port hpcarm. 2006-06-27 14:55:07 +00:00
mrg 9db1a19397 don't install crypto files with MKCRYPTO=no. with these changes, a
MKCRYPTO=no build completes.
2006-06-26 19:50:56 +00:00
drochner c89713e730 switch alpha to gcc4 2006-06-26 15:30:05 +00:00
lukem 9dde4120d5 Don't invoke LD with LDFLAGS, since the latter is for CC.
If we need similar support for LD, we can implement another variable.
I couldn't find any obvious need for LDFLAGS by users of <bsd.kmod.mk>.
2006-06-26 04:07:34 +00:00
lukem 6be844e18e support MAKEVERBOSE 2006-06-25 15:17:22 +00:00
lukem 9e21440fb1 Move LDFLAGS to the CC section instead of the LD section. 2006-06-25 15:04:31 +00:00
wiz b6aca06c61 Remove a superfluous comma. 2006-06-25 13:48:38 +00:00
kent 19880a7e53 - remove a sentence about no support for S/PDIF
- add supported codec names
- bump date
2006-06-25 13:44:37 +00:00
wiz 83b25f2177 Various minor improvements. 2006-06-25 13:24:45 +00:00
yamt 54460ad919 document kmem_alloc, kmem_free, kmem_zalloc. 2006-06-25 13:07:49 +00:00
mrg d1d848dac8 put hppa in to the list of working but not switched to GCC4 platforms. 2006-06-25 05:14:36 +00:00
wiz 5a6a71279e Moved to othersrc/usr.sbin/sushi, where the program now lives. 2006-06-24 21:12:19 +00:00
wiz 1018f0f979 New sentence, new line. Remove trailing whitespace and empty BUGS section. 2006-06-24 18:43:08 +00:00
wiz 7dcb52b3b2 Comment out "/usr/share/doc/papers/timecounter.ascii.gz", since we do not
have this in NetBSD (yet?)
2006-06-24 18:41:37 +00:00
kardel 0013820b0f move geodecntr.4 into i386 section where it actually belongs 2006-06-24 12:22:52 +00:00
kardel 7186fdff87 document new attachment due to coexistence with geodecntr 2006-06-24 12:20:19 +00:00
kardel 8830115a72 add microuptime.9 (from FreeBSD) for timecounters 2006-06-24 08:47:19 +00:00
kardel fd0e890da3 include timecounter.9 description 2006-06-24 08:32:17 +00:00
kardel 363372b781 add description for geodecntr 2006-06-24 08:27:16 +00:00
kardel 6c4fd9dde2 import timecounter interface description
from FreeBSD (time.9)
2006-06-24 08:22:46 +00:00
garbled 1880a81bca Switch powerpc to gcc4. Confirmed working with prep and macppc ports. 2006-06-24 06:35:54 +00:00
mrg 157b90ce05 switch sun2 over to GCC4. however, turn off profiling for sun2 since
GCC4 generates bogus code when calling mcount().
2006-06-24 05:24:56 +00:00
mrg a1299d95e9 default MKISCSI to yes. 2006-06-24 05:16:32 +00:00
mrg 2ed89a9707 add support for MKISCSI=no. 2006-06-24 05:14:01 +00:00
christos 5ec62d9961 add SSTO 2006-06-23 22:03:18 +00:00