Matthew Veety
80845af98b
removed ukill.
2015-05-13 00:11:59 -04:00
Matthew Veety
e8c3eb87d2
Added ukill(1): Kills all processes started by a user
2015-05-13 18:48:46 -04:00
stanley lieber
2a03ed80e4
webpaste: update for modified okturing.com
2015-03-30 20:53:49 -04:00
ftrvxmtrx
0a9e7e34ce
ircrc: remove unused clonefile
2015-03-23 14:28:28 +01:00
stanley lieber
848c477af9
ssam: fix typo
2015-03-16 23:44:04 -04:00
stanley lieber
197e4d6e08
ssam: don't pollute the environment.
2015-03-16 23:42:58 -04:00
cinap_lenrek
8ef66ca212
rc-httpd: support for http basic authentication, fix cgi support to work with hgweb.cgi
2015-03-14 01:02:43 +01:00
aiju
aa3a54246b
netaudit: comment file server auth test (unreliable on cwfs)
2015-03-11 16:13:42 +01:00
stanley lieber
9b63280ae8
g: search .awk and .rc files
2015-03-08 21:46:00 -04:00
cinap_lenrek
48c5cf1f11
ircrc: dont require nick and user to be the same for auth/userpasswd (thanks spew)
2015-02-12 18:40:20 +01:00
mischief
31e1c15d44
ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tls
...
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-27 23:38:21 -08:00
cinap_lenrek
d1799f65ca
nusb/serial: fix nusb/serial hang with ftdi
...
have to create process, not a thread in ftdi code so main
process can exit after posting fs service.
2014-12-24 11:04:18 +01:00
mischief
d44d679793
pci: import pci script and updated database from 9atom
2014-12-20 21:41:34 -08:00
cinap_lenrek
2e802acf34
hpost: break up tags with newlines to avoid sed line buffer limit
2014-11-16 01:59:29 +01:00
cinap_lenrek
4cd03abefe
hpost: fix multipart/form variable name mangeling when field value contains newlines
...
com='MH3U
pic unrelated
' hpost -u ... -m post com:$com
resulted in wrong field name like:
--HJBOUNDARY
Content-Disposition: form-data; name="com pic unrelated"
MH3U
pic unrelated
2014-11-15 23:51:01 +01:00
khm
39cabc7269
Don't quit ircrc on blank line (thanks Ray)
2014-11-07 12:51:16 -05:00
cinap_lenrek
0aea317dd2
inst: copy efi bootloader in bootsetup
2014-11-05 21:38:28 +01:00
cinap_lenrek
0560d1d6b6
termrc: setup mouse when we have a framebuffer
...
previously, we setup mouse only when vgasize= was specifid in
plan9.ini. with efi systems, the framebuffer is already setup
for us and theres no requirement for going thru aux/vga setup,
but we still want to setup the mouse.
so do the mouseport= check once theres a framebuffer by testing
the existence of '#i/winname' (which fails when thers no
framebuffer).
2014-11-05 20:42:47 +01:00
stanley lieber
c82569c6dd
bullshit: don't pollute the environment
2014-11-02 13:16:33 -05:00
stanley lieber
678db0fbb1
newt: delete lines
2014-10-29 00:20:41 -04:00
stanley lieber
e02e4045f2
newt: do not print first message twice when stepping through messages
2014-10-29 22:49:08 -04:00
Kurt H Maier
392ca817ba
disable useless ssh daemon by default
2014-10-29 13:12:44 -04:00
stanley lieber
cefc352c74
newt: only print a date if we've managed to extract a date
2014-10-29 12:03:32 -04:00
stanley lieber
e1b0ab1745
newt: removed unused function
2014-10-28 00:43:52 -04:00
stanley lieber
6213e137ff
newt: implement ned-style address ranges and overhaul h command to suit
2014-10-28 00:38:58 -04:00
cinap_lenrek
d91fe5b38b
inst: ignore *bootscreen= variable when generating plan9.ini
2014-10-19 21:17:08 +02:00
BurnZeZ
81e0d6e988
sysupdate/psfax/play: fix unquoted brackets causing rc to perform unnecessary file lookups
2014-10-15 15:57:51 -04:00
aiju
02ea56dbda
added gbatype
2014-09-30 20:46:13 +02:00
cinap_lenrek
59ab557f31
sysinfo: relax regex for start of kernel boot messages
...
we used to look for /^Plan 9$/ for the start of kernel
boot messages in /dev/kmesg. but the xen kernel prints
Plan 9 (.....) on boot. so just look for line starting
with /^Plan 9/ for now.
2014-09-21 18:28:35 +02:00
ftrvxmtrx
d14b6a0bf9
usps: yet another update
2014-08-01 20:44:58 +02:00
cinap_lenrek
98d518cc8c
fstype: fix kfs detection (thanks kenji okomoto)
2014-07-30 20:34:45 +02:00
stanley lieber
b46a3ee95f
rc-httpd/handlers/serve-static: restore simple test for file type and hardcode max_age to 1 hour (thanks eekee)
2014-07-11 23:24:27 -04:00
cinap_lenrek
2fb18c3339
sysinfo: add cpuid info
2014-07-11 23:20:15 +02:00
cinap_lenrek
336e605a11
support for huawei e220 g3 modem, cleanup nusb/serial
2014-07-05 23:19:13 +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
stanley lieber
e9b6f349b8
termrc, cpurc: clarify comments by removing lies
2014-06-12 15:56:54 -04:00
ftrvxmtrx
f815f7273a
g: add *.cpp
2014-06-05 12:10:43 +02:00
cinap_lenrek
b98b2c57cf
play: set user-agent, otherwise server thinks we'r mozilla m(
2014-05-14 01:15:33 +02:00
cinap_lenrek
bf093528fd
usps: remove redundant uhtml pipeline
2014-05-12 02:46:04 +02:00
stanley lieber
ab2838aa39
newt: write message header and body to virtual file before printing, to avoid stutter
2014-04-25 09:25:08 -04:00
cinap_lenrek
c88d48d58d
termrc, cpurc: exclude wpa from oom kill and swap
2014-04-22 04:26:17 +02:00
stanley lieber
c57fe0690f
aanuke: only print commands to kill the current user's aan procs
2014-04-14 21:01:55 -04:00
stanley lieber
d8e4904d0a
aanuke: check both /net and /net.alt (thanks, mischief)
2014-04-14 19:24:27 -04:00
stanley lieber
0812a26f00
add /rc/bin/aanuke
2014-04-14 19:05:57 -04:00
stanley lieber
4ae2015d86
newt: add 'kf' command to grep $home/lib/newsgroups for group names
2014-04-11 13:19:18 -04:00
stanley lieber
794197adb1
newt: improve input filtering
2014-04-09 01:57:03 -04:00
stanley lieber
ea3c192bb5
newt: always prefix single digit days with 0 in 'h' view
2014-04-09 21:26:43 -04:00
stanley lieber
a4d818eedb
newt: fix 'h' formatting
2014-04-09 21:20:02 -04:00
stanley lieber
95c100a3d6
newt: clean up regexp
2014-04-02 15:49:24 -04:00
stanley lieber
8347075fd9
add newt(1): nntp client for use with nntpfs(4)
2014-04-01 14:34:29 -04:00