Commit graph

307 commits

Author SHA1 Message Date
mischief a4650bdf83 ip/ipconfig: set ndb database file with -f argument 2015-01-10 11:27:45 -08:00
ftrvxmtrx f1b1e0d637 aux/vga: display switching for Intel adapters
Magic was discovered by abusing INT 10 on several machines
while switching cables back and forth and watching the end result.
2015-01-01 16:19:24 +01:00
ftrvxmtrx d908aff72f aux/vga: remove -s option, move scaling to the size string itself 2014-12-28 17:42:38 +01:00
ftrvxmtrx 0d5b33a9e8 aux/vga: scaling modes for VESA 2014-12-26 17:01:58 +01:00
stanley lieber 4581be5180 rc-httpd(8): add HISTORY to man page 2014-12-23 12:03:42 -05:00
mischief bf049ebdb1 pci(8): document vid/did argument 2014-12-20 22:32:51 -08:00
mischief 3f4e84292c pci(8): fix usage 2014-12-20 21:56:06 -08:00
cinap_lenrek 6379939642 add erik quanstros vblade utility 2014-12-19 02:50:22 +01:00
cinap_lenrek b9f23248c5 boot(8): the method!server notation isnt usefull anymore...
- in 9front, the bootargs are in the form: method!device args
- remove redundant and wrong paragraphs regarding tcp booting
- document il boot method
- fix boot and bootrc confusions
2014-12-17 11:18:05 +01:00
cinap_lenrek 5c1803e1ad disk/mkfs: add -o flag to list source files 2014-12-15 00:52:22 +01:00
cinap_lenrek ffa761beae plan9.ini(8): fix typo (thanks ftrvxmtrx) 2014-12-11 17:03:01 +01:00
cinap_lenrek 5ae58296a9 plan9.ini(8): etheryuk 2014-12-10 19:38:44 +01:00
cinap_lenrek ec495f37ec plan9.ini(8): document bcm and virtio ethernet and hda and ac97 audio. 2014-12-10 19:29:46 +01:00
cinap_lenrek 6357ff0e7b plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify domain name use for fs= and auth= 2014-12-10 18:34:08 +01:00
mischief 23d6c796cd ndb(8): document ndb/dnsgetip 2014-12-09 17:33:09 -08:00
cinap_lenrek 964dafbdf0 9boot(8): -from 2014-12-07 14:34:15 +01:00
cinap_lenrek a1066aa992 hjfs(8): theres no chown in plan9, link to chgrp(1) manpage. 2014-11-19 01:31:20 +01:00
cinap_lenrek 32b5b2f42d 9boot(8): remove redundant "the" 2014-11-02 21:25:37 +01:00
cinap_lenrek 9916e03947 9boot(8): improve efi documentation 2014-11-02 21:22:03 +01:00
cinap_lenrek 634c55543a efi: generate /386/efiboot.fat for generating efi bootable cd images (see -E option of mk9660) 2014-10-31 20:07:54 +01:00
cinap_lenrek 2cfbc3c1cb mk9660: add -E option to create EFI boot entry 2014-10-31 03:06:09 +01:00
cinap_lenrek dfe8c8bffb 9boot(8): document efi booting 2014-10-19 21:55:19 +02:00
cinap_lenrek b52f0c884e pc: add *bootscreen= variable to pass pre-initialized framebuffer info to kernel
EFI system has no cga or vesa anymore, so it becomes neccesary to
pass GOP framebuffer info to the kernel to get some output on the
screen.
2014-10-13 23:02:53 +02:00
stanley lieber 443b046bff fs(8): correct spelling 2014-08-10 19:00:55 -04:00
cinap_lenrek 427e925eea cwfs: add optional uid argument to allow command, unify permission override code
the allow command now takes an optional uid argument for the user
to be granted temporary god status on the fileserver for maintenance.

this was kenji okomotos idea, so thanks :)

remove wstatallow and writeallow flags. instead, we have global:

int allowed;

that contains the uid of the currently allowed user id or -1
if permission checking is globally disabled for the fileserver.
when zero, normal permission checking takes place.

added int isallowed(File*) function that returns non-zero when the
context is the console, or the allowed user. this is also used internally
by iaccess(), so all the extra code of in the callers of iaccess()
is gone now.

dont conflate allowed user with noauth flag and auto-allow on ream.
the installer already knows about noauth and allow flags so theres no
problem with bootstraping.
2014-08-11 22:36:59 +02:00
cinap_lenrek 4ad63a4c56 nusb: fix spelling, sorry 2014-06-28 19:55:14 +02:00
cinap_lenrek 4275c49e72 nusb: implement aijus stable uniqueue device names
instead of naming devices by ther dynamically assigned device address,
we hash device uniqueue fields from the device descriptor and produce
a 5 digit hex string that will identify the device across machines.

when there is a collision (less than 1% chance with 100 devices),
usbd will append the device address to the name to make it uniqueue
for this machine.

the hname is passed to drivers in the devid argument, which now has
the form addr:hname, where the colon and hname can be omited (for backwards
compatibility).

when the new behaviour isnt desired, nousbhname= environment variable
can be defined giving the old behaviour.
2014-06-28 18:09:43 +02:00
ftrvxmtrx a2f0fdbfa0 aan(8): fix aanuke synopsis 2014-04-29 23:17:06 +02:00
ftrvxmtrx b4fa1e617b man pages: fix duplicate words 2014-04-26 13:22:15 +02:00
ftrvxmtrx 244bb0038d man pages: the the wich 2014-04-26 01:47:36 +02:00
stanley lieber 1c3e6a3e5a aan(8): add HISTORY 2014-04-14 19:09:33 -04:00
stanley lieber 0812a26f00 add /rc/bin/aanuke 2014-04-14 19:05:57 -04:00
cinap_lenrek ffb120199a auth/login: find authdom instead of using hardcoded cs.bell-labs.com (thanks erik) 2014-03-23 18:10:04 +01:00
cinap_lenrek af13b1a147 plan9.ini(8): document service= boot parameter 2014-03-15 01:06:11 +01:00
cinap_lenrek bbe797c3d0 ndb(8): the truth is too hard to explain, so theres a nice lie. 2014-03-05 20:13:03 +01:00
cinap_lenrek f894ab740f ndb(8): document -x option of ndb/dnsquery (thanks mischief) 2014-03-05 19:50:34 +01:00
Matthew Veety c54271a588 documented usbwait in plan9.ini(8) 2014-02-15 17:18:58 -05:00
stanley lieber 066ef28390 cifs(4), cifsd(8): add HISTORY 2013-12-27 16:32:37 -05:00
stanley lieber 459f018d0d add HISTORY to various man pages 2013-12-27 16:22:05 -05:00
cinap_lenrek 2f9ae0f8ac removing (outdated) drawterm
drawterm is much better maintained by russ cox,
so removing this outdated copy.

for a more recent version, go to:

http://swtch.com/drawterm/
2013-11-23 01:05:33 +01:00
mischief 8c9e7ded17 auth/rsa2ssh: add SSH2 RSA output format (from plan9port) 2013-10-27 18:50:14 -07:00
cinap_lenrek e4942b78fd mkfs(8): also list -U option in table 2013-09-22 03:30:04 +02:00
stanley lieber 8aeb7a926e rc-httpd(8): fix typo (thanks, _trav) 2013-09-20 03:09:40 -04:00
stanley lieber 1556afae40 2c(1), torrent(1), uhtml(1), kbd(3), cwfs(4), hgfs(4), cifsd(8), cryptsetup(8), hjfs(8), kbdfs(8), realemu(8), wpa(8): fix spelling, typos 2013-08-23 15:48:52 -04:00
cinap_lenrek 24e8c78cb2 cwfs: add rtmp flag for check command to remove temporary files after recover 2013-07-18 15:04:37 +02:00
Alexander Polakov efe1c9087a Add rt2860 to plan9.ini(8) 2013-07-09 17:41:25 +04:00
cinap_lenrek b76142bfef hjfs: add users command, fix newuser ? documentation 2013-07-05 15:17:32 +02:00
ppatience0 e0f1e9e715 plan9.ini(8): typo 2013-07-03 21:28:49 -04:00
cinap_lenrek cf38ab75fc reintroduce *notsc= option
the issues with the previous tsc change where not related to the tsc
but where problems with timesync using an old frequency file. a
patch to fix timesync was commited, so so we reintroduce the *notsc=
again.
2013-06-25 20:32:43 +02:00
cinap_lenrek a8cc5cff0e wifi: allow selecting specific access point with bssid= parameter and wifictl command 2013-06-23 23:54:15 +02:00
cinap_lenrek 49c9955aea reverting *notsc= option, this needs another revision 2013-06-21 02:49:08 +02:00
cinap_lenrek 8da4c8dcde plan9.ini: add *notsc= option to disable use of TSC as righ resolution clock
we previously used tsc only on cpu kernel. now that
we use it on terminal kernel too, there might be some
surprises ahead.

so make it possible to disable tsc for machines where
the tsc rate is not kept constant across cores or is
dynamically adjusted by power management.
2013-06-19 20:56:01 +02:00
cinap_lenrek 646eb150e1 smtp: add SMTPS support (-t) 2013-06-12 23:39:41 +02:00
ppatience0 a5488ad1e6 plan9.ini(8): typo 2013-06-05 19:11:41 -04:00
cinap_lenrek e8efd0a242 mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch) 2013-05-03 13:57:00 +02:00
cinap_lenrek 33d00fce10 wpa(8) document -1 and -2 options 2013-03-24 02:30:11 +01:00
ppatience0 39eaaaf07d wpa(8): fix typos 2013-03-10 19:25:01 -04:00
cinap_lenrek cc02f96ed9 provide wpa(8) manual page 2013-03-09 19:18:00 +01:00
cinap_lenrek 3da5b76c0b 9boot: preserve configuration on boot error, add show command 2013-02-17 09:30:02 +01:00
cinap_lenrek 0ef41a6718 boot(8): manpage correction $objtype vs. $cputype (from /n/sources/patch/boot-cputype-objtype)
boot(8) claims that boot will launch /$objtype/init;
that is incorrect. It launches /$cputype/init (so says
both boot.c and cpurc(8)). That's the more sensible
choice. This patch fixes the man page to resolve the
mismatch.
2013-02-16 23:38:58 +01:00
cinap_lenrek 3c3808b280 plan9.ini(8): make more clear what firmware file to get for iwl 2013-02-13 11:03:19 +01:00
cinap_lenrek 42fc57d543 plan9.ini(8): document iwl options 2013-02-13 10:57:47 +01:00
stanley lieber c877493fb0 add rc-httpd 2013-02-04 16:40:05 -06:00
cinap_lenrek 245355f719 document tcp445 (CIFS/SMB) listener 2013-01-28 16:41:25 +01:00
cinap_lenrek f2f2c8687a 6in4: add -o option to make it possible to use different nets for ipv6 and ipv4 interface 2013-01-14 07:09:25 +01:00
cinap_lenrek 33768d90bf Four shall be the number thou shalt count, and the number of the counting shall be four. 2013-01-13 15:38:21 +01:00
cinap_lenrek bad3007bd6 plan9.ini(8): isa uarts 2013-01-13 11:04:24 +01:00
cinap_lenrek 1c69f9c023 vac(1), ec(2), usb(3), hjfs(8): fix source reference 2013-01-09 08:17:09 +01:00
cinap_lenrek 6d6138fbd8 tlssrv(8): fix bad cross reference 2013-01-09 07:55:58 +01:00
cinap_lenrek 23b6f7ffcc aan(8): add cpu(1) remark as it also support -p iption 2012-12-30 18:47:32 +01:00
cinap_lenrek 7a99d3c6a6 ipconfig(8): better way to say it :) 2012-12-06 07:34:56 +01:00
cinap_lenrek df8c55ec71 ipconfig(8): document new default behaviour for finding ethernet device 2012-12-06 07:30:16 +01:00
cinap_lenrek b28f60cdd3 add C-Keens tls-client-auth
This patch adds client TLS authentication to libsec in compliance with
rfc 4346.

A new -c flag has been introduced for tlsclient allowing the user to
specify a certificate in pem(8) format which will be provided to the
server upon request.

A -D debug flag has been introduced to enable debugging output.

The patch has been tested against OpenSSL 0.9.7j 04 May 2006.

It exists today because of the great (debugging) help and insight
provided by Matthias Bauer.

TODOs:

- specification of a certain client key in factotum is not possible at
	the moment
- tlssrv should support this too

These will get added in another patch.

The first try to submit this patch failed due to a network error.
Sorry for the duplication!

Kind regards,

Christian
2012-11-15 19:32:53 +01:00
cinap_lenrek fef6ff96ad update fshalt(8) manpage 2012-10-14 13:33:10 +02:00
stanley lieber 8b24e40e29 netaudit(8): english 2012-10-07 22:06:47 -05:00
cinap_lenrek df66638fb5 netaudit changes and manual page 2012-10-08 00:56:00 +02:00
stanley lieber e598b6dd31 hjfs(8): fix wording 2012-10-07 15:09:04 -05:00
stanley lieber c2881f43fb add /sys/man/8/hjfs 2012-10-07 14:39:45 -05:00
stanley lieber fa08484d47 cpuid(8): fix spelling 2012-09-28 21:49:12 -05:00
cinap_lenrek cd9ac26eb7 cpuid(8) manpage improments 2012-09-29 04:12:42 +02:00
cinap_lenrek 934442ace2 cpuid(8) manpage 2012-09-29 03:57:59 +02:00
google 2c4947656f Add manpages for atazz and smart 2012-09-20 22:51:20 +12:00
cinap_lenrek 20b4f55603 9bootpxe: try /cfg/pxe/default if /cfg/pxe/$ether fails before breaking to the prompt. 2012-08-21 14:23:52 +02:00
cinap_lenrek 37a93ef857 ppp: noauth server option (import from sources) 2012-08-07 15:57:42 +02:00
cinap_lenrek 81d43b6f9d kernel: make mp mode and msi interrupts the default. *msi -> *nomsi 2012-07-25 23:18:26 +02:00
cinap_lenrek b9ca8e8378 vga: softscreen
allow the shadow framebuffer (softscreen) to be used with any
vga driver, not just vesa. this removes the ugly scr->paddr = 0
hack employed by vesa driver to force softscreen and adds a
softscreen vgactl message that can switch the feature on and off
at runtime.

softscreen can greatly improve graphics performance when bus
reads are slow even tho it disables hardware acceleration.
2012-07-18 10:16:00 +02:00
stanley lieber 7a704e4ab6 cryptsetup(8): add SOURCE and reference aes(2) 2012-07-07 16:19:07 -05:00
stanley lieber eddec3a69f cryptsetup(8): grammar, clarity 2012-07-07 16:13:49 -05:00
cinap_lenrek fdfce9d864 hproxy: simple http proxy server 2012-07-06 15:49:33 +02:00
cinap_lenrek 1e04852c3d merge 2012-07-05 20:00:24 +02:00
cinap_lenrek a427fbba8d add socksd to ipserv(8) 2012-07-05 19:59:40 +02:00
stanley lieber 1231ba045a cryptsetup(8): english 2012-07-05 12:34:26 -05:00
cinap_lenrek 4472cbe66e add cryptsetup(8), add crypt command doc to fs(3) 2012-07-05 19:17:03 +02:00
cinap_lenrek 8ac89d66a5 plan9.ini(8): ACPI update 2012-06-30 21:09:09 +02:00
cinap_lenrek 536815009a fshalt(8): ACPI 2012-06-29 17:49:41 +02:00
stanley lieber 3500a4fafe fshalt(8): add /sys/src/cmd/scram.c 2012-06-29 09:18:24 -05:00
cinap_lenrek bfb84cc46a boot(8): make clear that username can be set from user= plan9.ini 2012-06-22 23:16:08 +02:00
stanley lieber e7788cffff kbdfs(8): correct spelling error 2012-06-01 21:30:23 -05:00
cinap_lenrek fcfaa7bd61 plan9.ini(8): 9boot quirk in BUGS section 2012-05-16 02:09:59 +02:00
cinap_lenrek d0007933f2 disk/format: FAT32 support 2012-05-07 18:06:17 +02:00
cinap_lenrek 466808d9e3 remove dmaon 2012-05-07 22:21:31 +02:00
cinap_lenrek 7e4d9a4bfa boot(8): fix example 2012-04-24 06:53:15 +02:00
cinap_lenrek 8745e29e15 make pc kernels graphics image memory pool unlimited by default, add *imagemaxmb= kernel parameter 2012-03-18 20:12:29 +01:00
cinap_lenrek bc5ef91bc2 new dns manpage updates from sources 2012-03-09 06:14:20 +01:00
cinap_lenrek ce6b942ff1 vncs: /dev/kbd support by running kbdfs and forwarding keycodes thru kbdin 2012-02-25 23:47:09 +01:00
glenda c63c542ab3 Man page style. 2012-02-15 19:50:34 -03:00
cinap_lenrek e283619ecb add aux/statusmsg 2012-02-11 01:51:38 +01:00
cinap_lenrek 733dab56a1 listen1: add process limit option 2011-12-12 10:08:02 +01:00
cinap_lenrek 3d189a4452 listen: add process limit option 2011-12-11 18:35:03 +01:00
cinap_lenrek a4a3f519a6 9boot: add wait word 2011-11-09 15:26:26 +01:00
cinap_lenrek b6901035d0 vesa: *vesashadow -> *novesashadow 2011-11-05 11:06:24 +01:00
cinap_lenrek 563437cb6d remove realmode and e820 code from kernel 2011-11-05 06:19:52 +01:00
cinap_lenrek d8c69ebafd plan.ini(8): document new kernel options 2011-11-05 05:17:26 +01:00
iru b0c53264fe Little improvements. 2011-10-20 13:07:59 -02:00
cinap_lenrek 97a86f2766 plan9.ini(8): remove obsolete usb documentation 2011-10-13 06:18:30 +02:00
cinap_lenrek 1404cc5077 nusb: fix documentation, cleanup, remove /sys/src/cmd/usb 2011-08-26 05:24:55 +02:00
cinap_lenrek 94e7de1531 apm(8): support off state 2011-08-23 07:53:55 +02:00
cinap_lenrek 0e5148b269 improve swap 2011-08-22 10:03:15 +02:00
cinap_lenrek 83f08e65a7 fix bad manpage cross reference format 2011-08-22 03:55:31 +02:00
stanley lieber 80c89cfa32 memory(8): man page improvements 2011-08-18 15:46:35 -05:00
stanley lieber 3b22e9a59f memory(8): new man page 2011-08-18 15:12:35 -05:00
cinap_lenrek 8ca1e9c14d root/boot typo 2011-08-18 22:54:52 +02:00
cinap_lenrek d20c754094 nusb manpages 2011-08-18 22:54:07 +02:00
iru 115e8f0a72 Minor 9boot(8) improvements. 2011-07-13 17:50:06 -03:00
cinap_lenrek 8fa679d041 manpages 2011-06-17 18:17:09 +02:00
cinap_lenrek fcf30f314b manpages 2011-06-15 21:57:04 +02:00
cinap_lenrek 0f8c8d416d manpages 2011-06-15 21:41:55 +02:00
cinap_lenrek 7bdb181812 boot(8) manpage 2011-06-15 15:27:01 +02:00
cinap_lenrek e3e5702780 9boot(8): fix section order 2011-06-12 14:48:03 +00:00
cinap_lenrek 69f33ad54d 9boot(8) update 2011-06-12 14:33:14 +00:00
cinap_lenrek 2df6dd8fc3 ajust booting(8) to 9boot reality 2011-06-10 01:53:59 +00:00
cinap_lenrek fbbb449cc0 big /dev/kbd change, new format, support Alt+Stuff (key composing) 2011-05-28 08:16:01 +00:00
cinap_lenrek c266a31572 kbdfs: disable console processing if /dev/kbd is open 2011-05-27 00:41:58 +00:00
stanley lieber 5600f6a718 scram(8) is described in fshalt(8) 2011-05-18 14:39:17 +00:00
stanley lieber 490d748487 icanhasmsi(8): add man page 2011-05-18 03:34:47 +00:00
stanley lieber d0649f3542 scram(8): corrections, references 2011-05-18 03:22:46 +00:00
stanley lieber a0d1570c3b scram(8): add man page 2011-05-18 03:10:52 +00:00
aiju 27dc8032ab added scram(8) 2011-05-18 04:17:27 +00:00
stanley lieber e084144650 kbdfs(8): cleanup 2011-05-14 06:22:53 +00:00
stanley lieber e5c69dab3c kbdfs(8): troff, grammar 2011-05-11 23:31:29 +00:00
cinap_lenrek d390eb8884 fscahe! 2011-05-12 19:08:38 +00:00
cinap_lenrek c8a551c414 manpage updates 2011-05-12 18:36:46 +00:00
cinap_lenrek 3a78a07143 ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage 2011-05-10 05:33:43 +00:00
cinap_lenrek 4b550911d9 add cifsd 2011-05-09 10:42:20 +00:00
cinap_lenrek 7dfb8b6ec5 replace aquarela with ip/cifsd 2011-05-09 10:38:45 +00:00
cinap_lenrek 54a313181e fix manpages 2011-05-04 09:02:04 +00:00
cinap_lenrek 458120dd40 add hg and python 2011-05-03 11:25:13 +00:00
stanley lieber 7d0262ecd3 minor man page fixes. 2011-04-18 01:18:36 +00:00
stanley lieber 17f97406ad remove references to fossil from most man pages. 2011-04-17 07:12:00 +00:00
cinap_lenrek d9862e4ad3 remove fossil manpages 2011-04-18 06:40:01 +00:00
stanley lieber 26984c0350 clean up. 2011-04-17 08:17:01 +00:00
cinap_lenrek 1a595c50d1 update manpages for 9boot 2011-04-15 20:48:57 +00:00
stanley lieber 2867e54fc1 remove references to 9load(8) from most pages that mention it. 2011-04-13 02:58:33 +00:00
stanley lieber ee91bb90a3 actually remove 9load man page. 2011-04-12 23:55:45 +00:00
cinap_lenrek f9c1d16835 missing realemu manpage 2011-04-12 17:37:27 +00:00
Taru Karttunen a9060cc06b Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
Taru Karttunen b41b903422 Import sources from 2011-03-30 iso image - sys/man 2011-03-30 16:49:47 +03:00