Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | cons(3): add /dev/mordor to the list | stanley lieber | |
2013-01-14 | 6in4: add -o option to make it possible to use different nets for ipv6 and ↵ | cinap_lenrek | |
ipv4 interface | |||
2013-01-13 | Four shall be the number thou shalt count, and the number of the counting ↵ | cinap_lenrek | |
shall be four. | |||
2013-01-13 | plan9.ini(8): isa uarts | cinap_lenrek | |
2013-01-12 | webfs: preauth support | cinap_lenrek | |
2013-01-11 | hget(1): fix typo, various cleanups | cinap_lenrek | |
2013-01-11 | hget(1): document restrictions for name@file with -m flag, fix examples, usage | cinap_lenrek | |
2013-01-09 | hjfs(4): update man page | stanley lieber | |
2013-01-09 | vac(1), ec(2), usb(3), hjfs(8): fix source reference | cinap_lenrek | |
2013-01-09 | tlssrv(8): fix bad cross reference | cinap_lenrek | |
2013-01-09 | audio(1): various cleanups | cinap_lenrek | |
2013-01-07 | hjfs: network announce/listen support | cinap_lenrek | |
2013-01-03 | nusb(4): document debug flags for usbd | cinap_lenrek | |
2013-01-01 | upas/marshal: change Inline: to Include: header, interpret even withou -8 flag | cinap_lenrek | |
after some thought, the file attachment headers Attach: and Include: (before Inline:) are more like the Subject: line and should be interpreted every time. | |||
2013-01-01 | upas/marshal: interpret Attach: and Inline: headers only when -8 flag is given | cinap_lenrek | |
2012-12-30 | aan(8): add cpu(1) remark as it also support -p iption | cinap_lenrek | |
2012-12-26 | nusb/kb: remove mouse acceleration -a flag | cinap_lenrek | |
mouse acceleration can be done by software in the kernels devmouse device like: echo hwaccel off >/dev/mousectl echo accelerated 5 >/dev/mousectl it is hard to pass nusb/kb parameters anyway as it is started from nusbrc in bootfs.paq, so i remove the option. | |||
2012-12-25 | bio: remove useless Breadn() as it does the same as Bread() | cinap_lenrek | |
Bread() always reads exactly nbytes of data if it can. only when it reaches end of file or an error it will return less. so the Breadn() function that was introduced has been removed. sorry for the confusion. | |||
2012-12-21 | cpu(8): option -A before -R | cinap_lenrek | |
aan announce option -A has to be specified before -R and -O so reflect this in the manual page. | |||
2012-12-14 | audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, ↵ | cinap_lenrek | |
µlaw in wav support to support µ-law audio embedded in wav and big endian pcm in sun audio files the µ-law and a-law and big endian integer decoding was added to pcmconv. sundec now parses the sun audio header supporting stereo now. | |||
2012-12-08 | audio(1): µlawdec reference | cinap_lenrek | |
2012-12-08 | µlaw audio support (from erik quanstro) | cinap_lenrek | |
2012-12-08 | audio: add audio/pcmconv program | cinap_lenrek | |
instead of duplicating resampling and pcm format conversion code, put it in the new pcmconv program. | |||
2012-12-06 | ipconfig(8): better way to say it :) | cinap_lenrek | |
2012-12-06 | ipconfig(8): document new default behaviour for finding ethernet device | cinap_lenrek | |
2012-12-06 | nusb(4): document new nusb/ether options | cinap_lenrek | |
2012-11-27 | upas: handle Bcc: header | cinap_lenrek | |
when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers. add -B option for Bcc. it is also now valid to pass recipient list on upas/marshal arguments and have -8 flag set. make nedmail and /rc/bin/mail call upas/marshal with -8 now to make it effective. | |||
2012-11-21 | derp: handle file type changes | cinap_lenrek | |
handle cases when files become directories or directories become files. | |||
2012-11-15 | add C-Keens tls-client-auth | cinap_lenrek | |
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-08 | pstree: manpage, print pid in first column, bio, silly walks | cinap_lenrek | |
2012-11-07 | remove tty(1) command as kbdfs now handles interrupts | cinap_lenrek | |
2012-11-05 | fplot(1) man page | iru | |
2012-11-02 | derp(1) spelling (thanks pap) | cinap_lenrek | |
2012-11-02 | add directory-examining recursive compare derp(1) | cinap_lenrek | |
2012-10-23 | pkg(1): update man page | stanley lieber | |
2012-10-18 | document urlencode in hget(1) | cinap_lenrek | |
2012-10-18 | hpost: add -l flag to get location url after POST | cinap_lenrek | |
2012-10-14 | update fshalt(8) manpage | cinap_lenrek | |
2012-10-14 | formpost becomes hpost | cinap_lenrek | |
2012-10-12 | ircrc(1): man page fixes, thanks pap | stanley lieber | |
2012-10-11 | hget(1): fix man page errors, add another example | stanley lieber | |
2012-10-11 | add /rc/bin/formpost; add formpost to hget(1) man page | stanley lieber | |
2012-10-11 | ircrc(1): fix error | stanley lieber | |
2012-10-11 | add /sys/man/1/ircrc, thanks pap | stanley lieber | |
2012-10-09 | vncv: snarfvers race, silly walks, add -l option for clipboard charset | cinap_lenrek | |
2012-10-07 | netaudit(8): english | stanley lieber | |
2012-10-08 | netaudit changes and manual page | cinap_lenrek | |
2012-10-07 | hjfs(8): fix wording | stanley lieber | |
2012-10-07 | add /sys/man/8/hjfs | stanley lieber | |
2012-10-06 | hjfs(4): fly your flag | stanley lieber | |