summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat
2005-12-03Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.Kenneth R Westerback
2005-12-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
2005-12-03Remove some typedef struct goo.Marco Peereboom
2005-12-03Allow strings descriptor 0 to be fetched. It's the default language index.Brad Smith
2005-12-02Better choice of types for struct pmap members and cmmu functions;Miod Vallat
2005-12-02Fix a few instruction display glitches.Miod Vallat
2005-12-02add registers for 4 new clocksTheo de Raadt
2005-12-02Use ANSI function declarations, no binary change.Pedro Martelletto
2005-12-02no 91Mhz mode for now, because the OSCR0 does not run in low-power mode;Uwe Stuehler
2005-12-02Remove one tab that cause a line to overflow. No functional change.Marco Peereboom
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.Robert Nagy
2005-12-02only poll if scsi_poll was requestedMichael Shalayeff
2005-12-02Missing 'break;'. Spotted by lint.Kenneth R Westerback
2005-12-02typo.Marco Peereboom
2005-12-01allow RST if the th_seq matches rcv_nxt in case the RST follows theMarkus Friedl
2005-12-01Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary.Miod Vallat
2005-12-01Do not depend on MAX_CPUS being 4.Miod Vallat
2005-12-01Add missing cache_purge() in msdosfs_rename().Pedro Martelletto
2005-12-01i hate mpt_softc_t, so replace use of it with struct mpt_softc. add someDavid Gwynne
2005-12-01fix #endif crudTheo de Raadt
2005-12-01move some things around so i have less trouble reading this, fix a spellingDavid Gwynne
2005-12-01bus_dma code clean up. No functional change. Polished form of diffKenneth R Westerback
2005-12-01bus_dma code clean up. No functional change. Polished form of diffKenneth R Westerback
2005-12-01shrink code size by sharing some printf code, no change in how it worksTheo de Raadt
2005-11-30- add initial SB Audigy supportBrad Smith
2005-11-30regenXavier Santolaria
2005-11-30new vendor: Thrustmaster; OK deraadt@.Xavier Santolaria
2005-11-30spacingTheo de Raadt
2005-11-30format string mishandlingTheo de Raadt
2005-11-30Use suser() to check for root privileges, okay hshoexer@ deraadt@Pedro Martelletto
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
2005-11-30reorder slightlyDavid Gwynne
2005-11-30determine the status of fan, volt, and temp sensors by reading theDavid Gwynne
2005-11-30regenMichael Shalayeff
2005-11-30a few more saa philips tv cardsMichael Shalayeff
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-29Add support for ASIX AX88772 10/100 based adapters which are very similiarJonathan Gray
2005-11-29regenJonathan Gray
2005-11-29Add generic id for ASIX AX88772.Jonathan Gray
2005-11-29Put this back in...Brad Smith
2005-11-29Fix IPv6 hmac calculation.Marco Pfatschbacher
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-11-29apply patch from david hill for two netbsd prs:Ted Unangst
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-29backout miod's change because he did not compile libc.Theo de Raadt
2005-11-29add some casts to please lint. these are the typical tv_sec vs time_tTheo de Raadt
2005-11-29potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonTheo de Raadt
2005-11-28correct attach() outputTheo de Raadt