summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-04Let cmmu_init() now return the cpuid of the master cpu.Miod Vallat
2005-12-04In the 188 interrupt handler, only fiddle with the PSR once in the main loop.Miod Vallat
2005-12-04Slight cmmu code cleanup; use shorter function names, remove parity_enableMiod Vallat
2005-12-04Simplify ptrace branch handling code.Miod Vallat
2005-12-04Oops, simplelock leftover.Miod Vallat
2005-12-04older gcc (like real C) does not let you declare local variables afterTheo de Raadt
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
2005-12-04copy powerpc atomic_lock implementation from libpthread.Brad Smith
2005-12-04Don't retry unsupported commands, or commands for invalidKenneth R Westerback
2005-12-04Allocate all scbs during initialization to avoid usingKenneth R Westerback
2005-12-04On the 82571 and newer chipset the ICR register is meaningful onlyBrad Smith
2005-12-03splimp -> splhighBrad Smith
2005-12-03splimp -> splvmBrad Smith
2005-12-03splimp -> splnetBrad Smith
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
2005-12-03RegenPedro Martelletto
2005-12-03Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@Pedro Martelletto
2005-12-03Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking,Miod Vallat
2005-12-03Implement __cpu_simple_lock_t for m88k.Miod Vallat
2005-12-03Fast __HAVE_MUTEX implementation for m88k platforms.Miod Vallat
2005-12-03Dissociate pmap locks and spl usage; code will now do explicit spl processingMiod Vallat
2005-12-03Remove unused debug material.Miod Vallat
2005-12-03rcs for the makefileTed Unangst
2005-12-03ARGSUSED signal handlerTheo de Raadt
2005-12-03remove shadowing variables; ok pvalTheo de Raadt
2005-12-03intstack does not need to be visible from C code anymore.Miod Vallat
2005-12-03syscall is actually sched_yield now, as millert suggestedTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst
2005-12-03rebuildTed Unangst
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03kernel support for threaded processes (rthreads).Ted Unangst
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03- whoops, its -t-string or -tfile, not the other way aroundNiall O'Higgins
2005-12-03- document `-t' option.Niall O'Higgins
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat
2005-12-03- add support for -t[description] and -t-[file containing description]Niall O'Higgins
2005-12-03Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.Kenneth R Westerback
2005-12-03Use PERL_INT_MAX instead of INT_MAX in previous commit for consistencyTodd C. Miller
2005-12-03todd@ reminds me:Joris Vink
2005-12-03fix date handling in opencvs, this was broken since the very start.Joris Vink
2005-12-03- teach opencvs about Entries.Log and what to do with itJoris Vink
2005-12-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
2005-12-03respect Q flag in output;Joris Vink
2005-12-03i386 threads support.Mark Kettenis
2005-12-03Threads support.Mark Kettenis
2005-12-03Remove some typedef struct goo.Marco Peereboom
2005-12-03nuke unused vars;Joris Vink
2005-12-03Allow strings descriptor 0 to be fetched. It's the default language index.Brad Smith