]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/port
syscallfmt: use up->syserrstr instead of up->errstr (import from sources)
[plan9front.git] / sys / src / 9 / port /
2012-08-24 cinap_lenreksyscallfmt: use up->syserrstr instead of up->errstr...
2012-08-24 cinap_lenrekwait: always check up->nchild before going to sleep
2012-08-24 cinap_lenrekdevmnt: more carefull wakeup in mountmux
2012-08-07 aijuadded hjfs
2012-08-07 cinap_lenrekadd Echange[] error string
2012-07-30 cinap_lenrektsemacquire: manpage and syscallfmt
2012-07-29 cinap_lenrekadd tsemacquire syscall for go
2012-07-08 cinap_lenrekqio: raise critical queue bloat threshold from 2 to...
2012-05-03 cinap_lenrekbring back il protocol support
2012-05-03 cinap_lenrekkernel: move duplicated random.c to port
2012-04-28 cinap_lenrekmerge
2012-04-28 cinap_lenrekavoid leaking up->dot into the closeproc
2012-04-27 cinap_lenrekfix missed clunkq wakeup race
2012-04-27 cinap_lenrekasync clunk for cached mounts, fix closeproc explosion
2012-03-28 cinap_lenrekmerge
2012-03-28 cinap_lenrekpanic: trailing newlines
2012-03-28 cinap_lenrekport/chan.c: fix locking issue
2012-03-07 cinap_lenrekusbehci: import changes from sources (portreset, port...
2012-02-23 cinap_lenrekcorrecting unicode superscripts for 1 2 and 3
2012-02-20 cinap_lenrekdevdraw: use QLock to serialize sleep on refresh to...
2012-02-16 cinap_lenrekmerge
2012-02-16 cinap_lenrekkernel: remove duppage debug, add comments, cleanup
2012-02-16 glendamerge
2012-02-16 cinap_lenrekkernel: duppage checking
2012-02-13 cinap_lenrekmerge
2012-02-13 cinap_lenrekdevmouse: add twitch mousectl command
2012-02-08 cinap_lenrekadd Etoolong error string, cleanup genbuf truncation fix
2012-02-07 cinap_lenrekfix endless devwalk loops caused by genbuf truncation
2012-02-06 cinap_lenrekmake smalloc() uninterruptable as most callers cant...
2012-02-05 cinap_lenrekfix potential double ready in postnote() for rendezvous
2012-02-05 cinap_lenrekmore checking for eqlock
2012-02-04 cinap_lenrekmerge
2012-02-04 cinap_lenrekdevuart: fix no memory panic with zero number of uarts
2012-01-23 cinap_lenrekfix double free in exec
2012-01-22 cinap_lenrekfix unlock(&procalloc) race on mp systems
2012-01-15 cinap_lenrekeqlock: cleanup
2012-01-12 cinap_lenrekfix race condition of the CCACHE flag by clearing the...
2012-01-09 cinap_lenrekkernel: keep segment locked for data2txt
2012-01-09 cinap_lenrekeqlock: dont rely on notepending flag when detecting...
2011-12-22 cinap_lenrekswap: make sure swapchan doesnt use the mntcache
2011-12-22 cinap_lenrekkernel: make mntcache effective, be carefull
2011-12-21 cinap_lenrekkernel: better pidalloc()
2011-12-20 cinap_lenrekkernel: add pidalloc() and reuse pid once the counter...
2011-12-13 cinap_lenrekdevfs: dont raise "no more trees" if malloc fails
2011-12-13 cinap_lenrekkillbig(): fix crash if no process could be found
2011-12-13 cinap_lenrekpanic(): dont print message twice. for terminals, dont...
2011-12-12 cinap_lenrekdevbridge: fix
2011-12-12 cinap_lenrekglitch :-)
2011-12-12 cinap_lenrekkernel: fix more malloc/smalloc errors
2011-12-12 cinap_lenrekdevfs: fix cryptio memory leak
2011-12-12 cinap_lenrekkernel: fix inproper use of malloc/smalloc
2011-12-12 cinap_lenrekdevssl: tiny fixes (from plan 9)
2011-12-06 cinap_lenrekmerge
2011-12-06 cinap_lenrekfix cdrom media change
2011-11-03 cinap_lenrekdevmouse: allow multiple writers on /dev/mousein
2011-11-02 cinap_lenrekeqlock: fix postnote/qunlock race
2011-10-25 cinap_lenrekfix _tos->pcycles, make _tos->kcycles actually count...
2011-09-17 cinap_lenrekdevcons: readd dummy consctl file so telnetd has someth...
2011-09-02 cinap_lenrekmerge
2011-09-02 cinap_lenrekchan: use chanpath() in chan DBG, do more checking...
2011-08-28 cinap_lenrekbootrc: prefer 9660 filesystem as default on cdboot...
2011-08-26 cinap_lenrekcalculate the real number of pages used by segments...
2011-08-24 cinap_lenrekfix kernel: pio()/mfreeseg() race
2011-08-24 cinap_lenrekswap: do less print spamming, sched after killbig so...
2011-08-24 cinap_lenrekdont hang if swap is full
2011-08-20 aijuadded interrupt proc ctl message
2011-08-19 cinap_lenrekusb: fix potential uninterruptable calls
2011-08-17 cinap_lenrekchange definition of Chan.create to return a chan like...
2011-08-17 cinap_lenrekfix broken cross platform build
2011-08-16 cinap_lenrekserial console stuff
2011-08-15 cinap_lenrekbind devshr to /shr
2011-08-15 cinap_lenrekmerge
2011-08-15 cinap_lenrekdevshr: security!
2011-08-14 cinap_lenrekdevshr/devsrv
2011-08-11 cinap_lenrekeqlock(): use eqlock when interruption is possible
2011-08-11 cinap_lenrekmerge
2011-08-11 cinap_lenrekeqlock(): use separate lock to protect eql, fix missing...
2011-08-10 cinap_lenrekqio: fix block leak introduced by eqlock change
2011-08-10 cinap_lenrekadded eqlock(), a interruptable version of qlock. addre...
2011-08-01 cinap_lenrekusb: added buffer delay control
2011-07-30 aijumerge
2011-07-30 aijudevshr: changed #σc to contain directories
2011-07-30 cinap_lenreknusb: change usbevent format, put nusbrc in bootfs
2011-07-28 cinap_lenrekmerge
2011-07-28 aijudevshr: rename hook
2011-07-27 aijudevshr: fixed crash
2011-07-25 aijudevshr: fixed memory leaks / race condition
2011-07-24 aijudevshr: added unmounting
2011-07-23 aijumerge
2011-07-24 aijuadded devshr
2011-07-20 cinap_lenrekdevaudio: ignore non absolute volume items with range 0
2011-07-19 cinap_lenrekmerge
2011-07-18 aijuadd message on OOM kill, fix issue #70
2011-07-12 cinap_lenreksegdesc: add /dev/^(ldt gdt) support
2011-07-10 cinap_lenrekmerge sd changes from 9atom
2011-07-09 cinap_lenrekmerge
2011-07-09 cinap_lenrekqio: naive fixing attempt on issue #64
2011-07-03 cinap_lenrekaudio: cleanup
2011-07-03 cinap_lenrekaudio: add delay control
2011-06-27 cinap_lenrekmerge
next