Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt | |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist | |
everyone for the prompt review and ok of this work ;-) Yeah, that includes me too, or maybe especially me. I am sorry. Change the sched_lock to a mutex. This fixes, among other things, the infamous "telnet localhost &" problem. The real bug in that case was that the sched_lock which is by design a non-recursive lock, was recursively acquired, and not enough releases made us hold the lock in the idle loop, blocking scheduling on the other processors. Some of the other processors would hold the biglock though, which made it impossible for cpu 0 to enter the kernel... A nice deadlock. Let me just say debugging this for days just to realize that it was all fixed in an old diff noone ever ok'd was somewhat of an anti-climax. This diff also changes splsched to be correct for all our architectures. | |||
2005-05-25 | funcs to fetch pci intr routing table(s) | Michael Shalayeff | |
2005-05-24 | wrap into nice defines | Martin Reindl | |
ok mickey@ | |||
2005-05-22 | fix dmesg print | Michael Shalayeff | |
2005-05-22 | devices scan for the early new hppa64 machines. | Michael Shalayeff | |
match on product id as well as names in correspondent drivers. chain pluto later in case it shows up too early... | |||
2005-05-21 | stray $$ | Michael Shalayeff | |
2005-05-21 | elf64 of course! | Michael Shalayeff | |
2005-05-10 | add epic commented out | Michael Shalayeff | |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | since &func is aplt workaround the switch_trampoline and deref plt for the ↵ | Michael Shalayeff | |
func aswell | |||
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-27 | tag these as hppa64 | Theo de Raadt | |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-15 | free salt&peper commit | Michael Shalayeff | |
2005-04-13 | free STACKGAP_RANDOM commit | Michael Shalayeff | |
2005-04-01 | small batch early bottling hppa64 port | Michael Shalayeff | |
matured in mighty ukrainian oak for 23 months |