Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-06 | rdbfs(4), no ^t^t on 9front system | cinap_lenrek | |
2012-09-06 | devshr: honor noattach | cinap_lenrek | |
2012-09-06 | Prevent nusb/disk and nusb/kb from blocking nusbrc | ||
2012-09-05 | nusbd: properly handle port detach on hub disconnect | cinap_lenrek | |
2012-09-03 | usb: fix potential isoread overruns, error instead of panic on isoread in ohci | cinap_lenrek | |
2012-09-03 | usb: fix isowrite putsamples race | cinap_lenrek | |
2012-09-03 | doom: fix mixbuffer size confusion | cinap_lenrek | |
2012-09-02 | ether82563: fix format string error | cinap_lenrek | |
2012-09-02 | in soviet russia greg file expands YOU | aiju | |
2012-09-02 | in soviet russia error can not explain you! | aiju | |
2012-09-03 | Add timeout to eeprom and flash init in ether82563 driver. | ||
Prevents hang on misidentified or broken cards. | |||
2012-09-03 | Add Intel 82801JIB ICH10 southbridge | ||
2012-09-03 | Intel 82567V DOES support jumbo frames, despite claims to the contrary. | ||
2012-09-02 | Intel 82567V does not support jumbo frames. | ||
2012-09-02 | audiohda: unsigned vid/rid formating | cinap_lenrek | |
2012-09-02 | date: pikeshedding | cinap_lenrek | |
2012-09-02 | Fixes previous commit: dc3f9d299b40 | ||
2012-09-02 | Add -i flag to date: prints ISO-8601 datestamp | ||
Add -t flag to date: prints ISO-8601 timestamp | |||
2012-09-02 | Fix for i82567V-2 | ||
2012-09-01 | isodate in libc? revert every commit for great justice! | cinap_lenrek | |
2012-09-02 | Add prototypes for isotime and isodate. This should have been in the ↵ | ||
previous commit. | |||
2012-09-02 | Add -i and -t options to date for isodate and isotime display. | ||
2012-09-02 | Add isotime() and isodate() functions to libc. | ||
2012-09-02 | Fix date formatting in asctime after year 2099. | ||
2012-08-31 | rdmsr/wrmsr become tryrdmsr/trywrmsr, we can should check for trap | cinap_lenrek | |
2012-08-30 | upas/fs: catch alarm note (used in pop3 code) | cinap_lenrek | |
2012-08-29 | ndb/dns: fix mistake | cinap_lenrek | |
2012-08-29 | merge | cinap_lenrek | |
2012-08-29 | ndb/dns: bug fixes and massive cleanup | cinap_lenrek | |
removing the querylck from the DN as it was never used or being effective which saves like a ton on space per domain name. remove the Query.tcplock and put query on the stack. it is unneccesary to lock the query as its only used by one process at a time. put Query's on the stack. change outsidens() to outsidensip() which now takes the ip buffer that it fills instead of returning static buffer (which would race with multiple processes involved). eleminate mostly all of the lock(&dnlock)/unlock(&dnlock) calls. we'r not working on shared cache RR's in the resolver procs. we work on *copies* done by rrlookup() made under the dnlock. the cache garbage collection only runs when all processes are locked out and is also taking the dnlock while doing so. cleanup xmitquery(). for the tcp case, we dont need to get more nameserver addresses, just take the ip from the udp header that tcpquery() placed there for us. fixed baddelegation() to actually check for delegation loop even if theres no dom info for our host. remove lots of debug code. remove the dnforceage() as it doenst make sure other processes are locked out. this could destroy dn's currenctly refered by running queries. remove dnageallnever() as its not used. dont attach rr's to keepers to prevent outside spoofing. make myaddr() retrive the ip address if not set. | |||
2012-08-28 | fortunes, troll: epub | stanley lieber | |
2012-08-28 | /sys/lib/dist/ndb/common: for god and country, geronimo, geronimo, geronimo | stanley lieber | |
2012-08-27 | fixed RFNOMNT | aiju | |
2012-08-26 | dns: fix rr->srv memory leak in rrcopy, mark rr->sig->signer, dn aging, cleanup | cinap_lenrek | |
2012-08-26 | audiohda: add intel sch models (thanks puddingpimp on #cat-v for sending a ↵ | cinap_lenrek | |
patch) | |||
2012-08-26 | more netaudit stuff | aiju | |
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. |