Age | Commit message (Expand) | Author |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-06 | export ipip flows, too; ok hshoexer | Markus Friedl |
2005-12-06 | regen | Jonathan Gray |
2005-12-06 | Add some devices from submitted demsgs. | Jonathan Gray |
2005-12-06 | typo | Pedro Martelletto |
2005-12-05 | Remove duplicate declaration. | Miod Vallat |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler |
2005-12-05 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt |
2005-12-05 | regen. | Federico G. Schwindt |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt |
2005-12-05 | Add older card to quirk table. This fixes the ccb timeout as reported by | Marco Peereboom |
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy |
2005-12-05 | fix func name in the comments | Michael Shalayeff |
2005-12-04 | forgot to set P_THREAD for threaded processes | Ted Unangst |
2005-12-04 | Add vn_access(), discussed with and okay uwe@ | Pedro Martelletto |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat |
2005-12-04 | In the 188 interrupt handler, only fiddle with the PSR once in the main loop. | Miod Vallat |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat |
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat |
2005-12-04 | older gcc (like real C) does not let you declare local variables after | Theo de Raadt |
2005-12-04 | Don't retry unsupported commands, or commands for invalid | Kenneth R Westerback |
2005-12-04 | Allocate all scbs during initialization to avoid using | Kenneth R Westerback |
2005-12-04 | On the 82571 and newer chipset the ICR register is meaningful only | Brad Smith |
2005-12-03 | splimp -> splhigh | Brad Smith |
2005-12-03 | splimp -> splvm | Brad Smith |
2005-12-03 | splimp -> splnet | Brad Smith |
2005-12-03 | Regen | Pedro Martelletto |
2005-12-03 | Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@ | Pedro Martelletto |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat |
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat |
2005-12-03 | Remove unused debug material. | Miod Vallat |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat |
2005-12-03 | rebuild | Ted Unangst |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat |
2005-12-03 | Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER. | Kenneth R Westerback |
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat |
2005-12-03 | Remove some typedef struct goo. | Marco Peereboom |
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith |
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat |
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt |
2005-12-02 | Use ANSI function declarations, no binary change. | Pedro Martelletto |
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler |