mk9660: write data in alphabetical order
9660srv: keep data and metadata separate in the cache with a tag
9660srv: go back to 128k clusters
inst: fix download task using ip/httpfile to mount a iso over http and prompt for installurl
httpfile: fix evictblock() so we wont consume all the memory
libFLAC: fix compiler warnings by properly declaring void function arguments
ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.h
cpp: search source file directory first for quoted #include (thanks Ori_B)
ether82563: fix multicast filter (based on openbsd em(4) driver)
page: make lookahead fetch work in backwards direction
tftpd: count only options we understand so we wont send empty oack message
etherrt2860: add multicast stub
etheriwl: add multicast stub
etherwpi: dont enable transmit power for invalid channels, add multicast stub
wifi: reflect current transmit rate in mbps
etheriwl: dont clear descriptors after completion
wifi: adjust transmit rate on error (for etheriwl), small mkfile changes
kernel: use HDR_MAGIC constant to handle Exec header extension, make rebootcmd() handle AOUT_MAGIC macro
sysexec(): need () arround AOUT_MAGIC comparsion to handle #define hack on mips
sysexec(): make the mips compiler happy
kernel: reject bogus two byte "#!" shell scripts in sysexec()
kernel: various cleanups of imagereclaim(), pagereclaim(), freepages(), putimage()
5e: enable VFP emulation by default, doubles only need to be 4 byte aligned
pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer division
ape: port libc smp tas() for arm
libc/arm: implement _tas() with LDREX/STREX, execute memory barrier on smp systems (zynq)
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
5e: approximate LL/SC with cas()
5e: make sure stack base is aligned to avoid unaligned memory trap on arm
nusb/audio: dont sysfatal on bad endpoint (no altc)
nusbrc: handle fat formated usb drives without partition table
etherwpi: remove debug prints, use iprint() in interrupt
wpa: do not prompt for key when there is already one in factotum
etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks aap)
pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, print nmi status
wifi: berlin prime bunny hopping
5e: implement DSB,DMB,ISB and CLREX instructions
kernel: do not pull in atom.s from libc for arm kernels
exec(2): return register (R0) contains address of Tos structure.
kernel: ignore last page at the top of virtual kernel address space for xalloc()
ndb(6): fix typo (thanks, pena)
dhcpd(8): the fs attribute refers to the file server, not the name server (thanks, pena)
zynq: use KADDR() for kmap() if we can avoiding the mapping
kernel: ignore memory pages with singular kernel addresses
kernel: do not inherit Proc.dot (current working directory) in kproc()
kernel: do not inherit current directory channel (dot) to pager
stats: add kernel malloc and kernel draw allocation size graphs
devcons: add current pool allocations to #c/swap
kernel: remove waserror() arround newpage() in mntcache
kernel: add pagechaindone() to wakeup processes waiting for memory
dontkill: only use noswap flag to mark processes as not to be terminated on oom
kernel: implement separate wait queues for page allocation
hjfs: defer parent directory permission check for wstat
nusb/serial: remove unused channel
zynq: remove unused PTE typedef
zynq: remove unused statistics fields from Mach structure
ndb/dns: cleanup forwarding code (redistrib())
theo: You are on your own.
htmlroff: fix wrong newline in \name handling (| -> ||)
qc, 9/ppc, 9/mtx: fix wrong if statements
kernel: dont use smalloc() to allocate pte array in ibrk()
vblade, cifs, usbuhci: fix parenthesis
lock: reopen lockfile after changing mode to make lock effective
lib9p: fix lib9p wstat qid.type/mode checks (fixes lock(1) for ramfs/hjfs)
ndb/dns: use same buffer size of udp packet in redistrib() as dnudpserver() (fixes assert)
games/doom: remove Makefile
games/doom: fix desyncing demo (thanks qwx)
kernel: fix accounttime() for HZ >= 1000
zynq: increase kernel memory for graphics
zynq: make screen and cursor kprocs exit properly
zynq: add support for hardware cursor
fix strncmp/memcmp used with a wrong number
cifsd: smbrename is still ok when file is readonly (fixed git)
remove drawlsetrefresh and convM2Tnoenc: undefined functions
addpt(2): put badrect in .SH NAME so that it gets into the searchindex
esetcursor(2), alarm(2): fix prototypes
event(2): fix estartfn prototype
authsrv.h: remove nonexistent prototypes
libdraw: sync allocimage/allocwindow prototypes with man pages
ip: fix wrong radix for iphash() (thanks yoann padioleau)
zynq: add /dev/fbctl to attach framebuffer to devdraw
devsegment: fix parsecmd() memory leak
libdraw: consistent use of nil for pointers, error handling
authsrv: remove unused opasstokey
addpt(2): document badrect function