mothra: add -a flag to start in alt-display mode
abaco: remove unused stuff, move pipeline() into util.c
abaco: simplify, pipeline html directly thru uhtml
uhtml: honor default charset -c when not found in document
abaco: use uhtml to handle charset conversions
pmmc: remove unsued initfreq vairables
add ricoh pci sdmmc host controller driver for X230
aml: preserve reference type when indexing into package to prevent implicit type conversion when storing to arg or local
pci: add Intel 82hm67 southbridge
rexec: redirect error (fd=2) to network for tcp17009
mothra: handle empty attributes (for base-tag and others...)
cc: fix include array overflow handling
fixed the bug that arisawa posted about on 9fans where file(1) would mistake 386 intermediates for HTML files.
increase MaxEther to 64 avoiding "too many ether cards" panic
add erik quanstros yukon2 ethernet driver
Add rt2860 to plan9.ini(8)
Add Ralink RT2860 wireless driver
wifi: make wifihdrlen() public
page: handle combination or -w and -R flags (thanks BurnZeZ)
vesa: fix blank/unblank wakeups
acpi: skip disabled LAPIC entries
pci: add intel panter point lpc south bridge
pkg(1): add jens staal's repository
nusb: only read 18 bytes for device descriptor
merge
rc(1): $ifs cleanup
sysinfo: add -e to include a reply-to e-mail address
fortunes: Let me put in a word about the Apple wireless trackpad.
vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd)
hjfs: add users command, fix newuser ? documentation
sysinfo: remove -m, add -p, which posts output at http://sysinfo.9front.org, which forwards the information to [email protected] mailing list
mtrr: fix mtrr index out of range for vcnt > Nmtrr
tcs: fix koi8-ru chars (ukrainian and belorussian)
tif: initialize max to one instead of zero for palette rescaling in case all values are zero.
tif: rescale palette color map to [0, 255]
wifi: move scanning/probe into wifi layer, avoid associating with wpa network until rsne is setup
wifi: send probe requests for hidden ssid
wifi: handle authentication independent of current bss to allow multiple ap's (roaming)
dump9660: fix volume space size field (from sources, paure)
libaml: add Concatenate instruction, fix type conversions
rio: run filename completion in background process
libaml: add Load and Unload instructions
samterm: fix crash on scroll when there is no layer (thanks BurnZeZ)
paint: restore color channel on undo after conversion thru pipe
timesync: reduce the frequency tolerance from half to double the system clock
wifi: add watchdog to drop bss if stuck in ap association or get deauthenticated by the ap
etheriwl: add rxon() debug print
wpa: fix error reporting for getptk(), use readn() to read ifstats file
wifi: fix debug print #l1 -> #1
wpa: deassociation, reply eapol version, send rsc 0 and reset install flag on message D reply, use 0 for txkey tsc
wifi: signal ap deassociation to aux/wpa with a zero length read.
etheriwl: allow switching channels in promisc mode
wifi: fix missed eapol frames
wifi: have to check for both, bssid/essid in wifictl too
wifi: allow selecting specific access point with bssid= parameter and wifictl command
wifi: add a debug flag and printing
wpa: s/peerwise/pairwise/g, fix bug where p is not incremented after
alarm: run checkalarms() only on cpu0 (from eriks alarm-once patch)
apic: eleminate splhi and apictimerlock, per cpu apictimer structure
wifi: add list of setup encryption key ciphers and lengths into ifstats file
devcons: change /dev/kmesg buffer back to normal 16K
apic: fix lapic timer divider (fixes wrong lapic frequency on boot)
reverting *notsc= option, this needs another revision
reverting guesscpuhz() changes, causes trouble
uhtml: fix wrong open error handling (fd 0 != fd 1) (thanks BurnZeZ)
ndb/dns: avoid duplicate entries for db records
disable tscticks in pc kernel (for now)
nusb/ether: fix asixread() invert/shift in wrong order
plan9.ini: add *notsc= option to disable use of TSC as righ resolution clock
libc: fix compiler warning for mips canlock() and _tas()
libdraw: fix allocscreen() memory leak with too many retries (from 9atom)
acpi: use Tblsz enum instead of sizeof(Tbl) due to alignment, enable use tsc on terminal kernel (thank erik)
auth/asm12dsa: use fd 0 instead of trying to open /dev/stdin (thanks arpunk)
libaml: pikeshedd style, handle division by zero (thanks erik)
smtp: usage for -t flag (thanks erik)
nusb/ether: fix asixwrite()
libdraw: avoid moving cursor if we dont have to for menuhit
devsrv, devshr: wstat permissions