Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | nintendo(1): update for gbc compatability | stanley lieber | |
2015-04-10 | mothra(1): replace code.google.com with code.9front.org | stanley lieber | |
2015-03-30 | nintendo(1): add SOURCE entry for games/gba | cinap_lenrek | |
2015-03-18 | pushtls(2): tls.h -> libsec.h (thanks, pr) | stanley lieber | |
2015-03-16 | mp(2) man page: mpinvert, not mpinverse (thanks, pr) | stanley lieber | |
2015-03-15 | rsa(8): recommend secstore(1) for Plan 9 RSA private key storage | cinap_lenrek | |
2015-03-11 | encode(2): clarify lim argument to enc*(), add SOURCE reference for encodefmt() | cinap_lenrek | |
2015-03-10 | wpa(8): the -p flag will also prompt for user/password on wpa enterprise | cinap_lenrek | |
2015-03-10 | pushtls(2): fix signature to TLSconn.trace() | cinap_lenrek | |
2015-03-04 | col(1): add SOURCE (thanks, qrstuv) | stanley lieber | |
2015-03-04 | libthread: get rid of chaninit() (thanks qrstuv) | cinap_lenrek | |
chaninit() does not initialize Chan.qentry and Chan.nentry and there is no way to get rid of such a channel. nobody is using it, so removing the function to avoid confusion. | |||
2015-02-28 | thread(2): remove another instance of /mnt/temp | cinap_lenrek | |
2015-02-28 | libthread: use devdup instead of mounting pipe to /mnt/temp for ↵ | cinap_lenrek | |
close-on-exec in procexec() the namespace might be shared by other processes. instead, we create a anonymous pipe with pipe() and use devdup to open one end close-on-exec. this is shorter and avoids the race condition. do not touch Execargs after writing the error message as the process might be gone after the write. this was to manually close the fd which isnt neccesary as the kernel will do it for us on the following exit. | |||
2015-02-20 | restore balance to reality | khm | |
2015-02-20 | io(1), seg(1): add HISTORY section to man pages (thanks, jpm_) | stanley lieber | |
2015-02-12 | ircrc(1): remove auth/userpasswd complaint from BUGS section | cinap_lenrek | |
2015-02-12 | build and document auth/userpasswd | cinap_lenrek | |
2015-02-05 | fplot: add modulus % operator | cinap_lenrek | |
2015-01-29 | factotum(4): fix typo | cinap_lenrek | |
2015-01-29 | factotum(4): document mschapv2 and wpapsk protocols | cinap_lenrek | |
2015-01-29 | tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8) | cinap_lenrek | |
2015-01-29 | ircrc(1): tlsclient(8) -> tlssrv(8) | cinap_lenrek | |
2015-01-29 | 6in4(8): document ayiya | cinap_lenrek | |
2015-01-29 | ircrc(8), ndb(8): fix manpage reference | cinap_lenrek | |
2015-01-25 | auth(2): fix prototype for auth_getinfo() in manual page | cinap_lenrek | |
2015-01-12 | plan9.ini(8) man page: update links to iwn and ral firmware blobs | stanley lieber | |
2015-01-10 | ip/ipconfig: set ndb database file with -f argument | mischief | |
2015-01-10 | xargs(1) man page: rewritten -> implemented | stanley lieber | |
2015-01-10 | xargs(1) man page: add HISTORY (thanks, jpm_) | stanley lieber | |
2015-01-05 | vncs: turn off auth with -A, do not require -c for -x | mischief | |
2014-12-31 | bin(2): fix tab formatting | mischief | |
2015-01-01 | aux/vga: display switching for Intel adapters | ftrvxmtrx | |
Magic was discovered by abusing INT 10 on several machines while switching cables back and forth and watching the end result. | |||
2014-12-28 | memlayer(2): fix memdraw signature | mischief | |
2014-12-28 | aux/vga: remove -s option, move scaling to the size string itself | ftrvxmtrx | |
2014-12-27 | ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tls | mischief | |
previously ircrc dialed through /net itself and resolved ips on its own. this prevented the use of an ip address, and also prevented use of ipv6. now you can use an ip, or a dns name that resolves to ipv6. the -T flag is also added to use tlsclient for encrypted connections. | |||
2014-12-26 | aux/vga: scaling modes for VESA | ftrvxmtrx | |
2014-12-26 | vga, vesa: revert. this needs to be in aux/vga instead | ftrvxmtrx | |
2014-12-26 | vga, vesa: scaling modes | ftrvxmtrx | |
At least on some NVIDIA cards the default scaling mode makes black borders visible on all sides, even on native resolution. This patch adds a generic "scaling MODE" command to vgactl and adds support for it on VESA through NVIDIA VBE OEM extension. It hasn't been tested on any other video cards, but shouldn't break anything as the scaling mode is only set on write to vgactl. | |||
2014-12-24 | 5l: remove -f flag and add -F flag to disable VFP code generation | cinap_lenrek | |
almost nobody uses FPA anymore, so make VFP the default but provide -F flag to disable it. | |||
2014-12-23 | rc-httpd(8): add HISTORY to man page | stanley lieber | |
2014-12-20 | pci(8): document vid/did argument | mischief | |
2014-12-20 | pci(8): fix usage | mischief | |
2014-12-21 | merge | ftrvxmtrx | |
2014-12-21 | sam: '^' and '_' cmds; same as '<' and '|' except that stdout goes to the ↵ | ftrvxmtrx | |
command window | |||
2014-12-19 | add erik quanstros vblade utility | cinap_lenrek | |
2014-12-19 | sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/lun | cinap_lenrek | |
we cannot type æ character in the bootloader console, so allow the shorthand syntax id!lun which gets translated to id!#æ/aoe/lun. | |||
2014-12-18 | hgfs(4): add SOURCE to man page (thanks, spew) | stanley lieber | |
2014-12-18 | hgfs(4): add HISTORY to man page | stanley lieber | |
2014-12-17 | fstype(1): cleanup | cinap_lenrek | |
2014-12-17 | boot(8): the method!server notation isnt usefull anymore... | cinap_lenrek | |
- 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 |