Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-26 | fixed netaudit blunder | aiju | |
2012-08-26 | added netaudit | aiju | |
2012-08-26 | ndb/dns: fix netmkaddr() race, dnlock consistency, strcpy, cleanups | cinap_lenrek | |
2012-08-25 | archmp: checksum _MP_ structure before use, coherence() and comments (import ↵ | cinap_lenrek | |
from sources) we used to only test the checksum of the PCMP structure referenced by the _MP_ without checking _MP_ itself. now fixed. geoff added some coherence() calls and comments in the mpstartup and apic code which seems to be a good idea. | |||
2012-08-25 | games/gb: del instead of f12/o | aiju | |
2012-08-25 | games/gb: set audioproc priority | aiju | |
2012-08-25 | gb: pause function | aiju | |
2012-08-24 | fix CUT macro in cpuid | aiju | |
2012-08-24 | added aux/cpuid | aiju | |
2012-08-24 | fortunes, rob, rsc, troll: updates | stanley lieber | |
2012-08-24 | syscallfmt: use up->syserrstr instead of up->errstr (import from sources) | cinap_lenrek | |
2012-08-24 | guesscpuhz: add sanity checks for virtualbox (import from sources) | cinap_lenrek | |
2012-08-24 | add unified sigsearch() function to look for bios data structures | cinap_lenrek | |
replace the various functions that searched for bios data structures by a single sigsearch() one in pc/memory.c that will probe the various bios data areas. also, a new checksum() function was added that is to be used to validate the structures found. | |||
2012-08-24 | wait: always check up->nchild before going to sleep | cinap_lenrek | |
always make sure that there are child processes we can wait for before sleeping. put pwait() sleep into a loop and recheck. this is not strictly neccesary but prevents accidents if there are spurious wakeups or a bug. | |||
2012-08-24 | devmnt: more carefull wakeup in mountmux | cinap_lenrek | |
once we set q->done = 1 in mountmux, the sleeper might return freeing q so the wakeup might access invalid memory. we change the embedded Rendez structure in the Mntrpc into a pointer to the sleeping procs up->sleep rendez so the rendez is always going to be valid even if the rpc has been freed. the call to mntstats was moved before we set q->done also to prevent accessing invalid memory. | |||
2012-08-24 | sdvirtio: be more carefull at wakeup | cinap_lenrek | |
wakeup cannot access r->sleep once we set r->done because the sleeper might just return at this point making r invalid. make a copy of the sleep rendez pointer before setting r->done. | |||
2012-08-22 | ndb/dns: fix memory corruption and bad serveraddrs() range checks | cinap_lenrek | |
2012-08-22 | rio: rect outside screen counts as covered wcovered() | cinap_lenrek | |
2012-08-21 | 9bootpxe: try /cfg/pxe/default if /cfg/pxe/$ether fails before breaking to ↵ | cinap_lenrek | |
the prompt. | |||
2012-08-19 | calloc: check multiplication overflow | cinap_lenrek | |
2012-08-19 | plot(1) manpage corrections | cinap_lenrek | |
2012-08-19 | vncs: cleanup and error handling | cinap_lenrek | |
2012-08-18 | webfs: capture error string from tlsClient | cinap_lenrek | |
2012-08-18 | libsec: add sha256WithRSAEncryption signature alg | cinap_lenrek | |
2012-08-17 | pccpuf: add vgaradeon | cinap_lenrek | |
2012-08-17 | lib/profile: remove startupasfs, start rio as subprocess so we drop to rc if ↵ | cinap_lenrek | |
it fails (no framebuffer), drawterm | |||
2012-08-17 | webcookies: create $home/lib/webcookies as 0600 | cinap_lenrek | |
2012-08-17 | pckernel: use constants instead of hardcoding cpuid bits in various places | cinap_lenrek | |
2012-08-16 | mothra: bruteforce image src= attribute | cinap_lenrek | |
2012-08-16 | rio: fix mistake | cinap_lenrek | |
2012-08-16 | rio: add some tolerance when declaring windows covered | cinap_lenrek | |
2012-08-16 | rio: add covered (burried) windows to the menu3 hidden window list | cinap_lenrek | |
2012-08-15 | mothra: handle misplaced trailing quotes | cinap_lenrek | |
2012-08-14 | jpg: ignore sampling factors for grayscale as colormap1() doesnt handle it | cinap_lenrek | |
2012-08-14 | remove 9/pc/boot.fs file | cinap_lenrek | |
2012-08-13 | nusb/kb: increase mouse packet buffer from 32 to 64 bytes for Microsoft ↵ | cinap_lenrek | |
Sidewinder X5 Mouse (thanks Rexford Gibbs for reporting and testing) | |||
2012-08-13 | hg: hook system_rcpath and user_rcpath instead of polluting enviroment by ↵ | cinap_lenrek | |
setting HGRCPATH | |||
2012-08-12 | merge | cinap_lenrek | |
2012-08-12 | page: fix drawpage race | cinap_lenrek | |
2012-08-11 | greg | aiju | |
2012-08-11 | inst: ask to ream the filesystem in mounthjfs | cinap_lenrek | |
2012-08-11 | hjfs: fix tabs (damn google code editor) | cinap_lenrek | |
2012-08-11 | disallow walk on open chans | aiju | |
2012-08-11 | add hjfs to the dontkill list | cinap_lenrek | |
2012-08-11 | hjfs: fix permcheck bug | cinap_lenrek | |
2012-08-10 | greg | aiju | |
2012-08-10 | vgaclgd542x: support >8bit colors | cinap_lenrek | |
2012-08-10 | vgavmware: fix hardware acceleration (fill is not available with SVGA2) | cinap_lenrek | |
2012-08-10 | acid: fix cvtitoa buffer overflow | cinap_lenrek | |
2012-08-09 | fix inst/mountcwfs | cinap_lenrek | |