Age | Commit message (Expand) | Author |
2006-01-02 | Don't call pthread_self()->tid when getthrid() will do fine. | Otto Moerbeek |
2006-01-02 | Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec | Miod Vallat |
2006-01-02 | Faster signal trampoline code for m88k: instead of pushing everything on | Miod Vallat |
2006-01-02 | Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT. | Miod Vallat |
2006-01-02 | No need to check for P_INMEM in process_set_pc() and process_sstep(), as these | Miod Vallat |
2006-01-02 | Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), and | Miod Vallat |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2006-01-02 | mention the 82801E (C-ICH) | Brad Smith |
2006-01-02 | zap, kill and eliminate unused code; | Joris Vink |
2006-01-02 | some corrections from michael knudsen; | Jason McIntyre |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | Xavier Santolaria |
2006-01-02 | +.Xr tftp-proxy 8 , | Jason McIntyre |
2006-01-02 | +.Xr tftp-proxy 8 | Jason McIntyre |
2006-01-02 | #include <signal.h>, not <sys/signal.h> | Todd C. Miller |
2006-01-02 | #include <signal.h>, not <sys/signal.h> | Todd C. Miller |
2006-01-02 | #include <sys/signal.h> not needed | Todd C. Miller |
2006-01-02 | No need to include both <sys/signal.h> and <signal.h>, only <signal.h> | Todd C. Miller |
2006-01-02 | fix typo in comment | Tom Cosgrove |
2006-01-02 | fcu(4) is a master, not slave; | Jason McIntyre |
2006-01-02 | ASB 100 here too; | Jason McIntyre |
2006-01-02 | `i2c' -> `I2C'; | Jason McIntyre |
2006-01-02 | sort the lists, and a couple minor tweaks; | Jason McIntyre |
2006-01-02 | start to cut some duplicate info from FILES; | Jason McIntyre |
2006-01-02 | ASB100 is ASB 100, which I should use consistently; thanks jmc@ | Damien Miller |
2006-01-02 | correct .Dd; | Jason McIntyre |
2006-01-02 | remove duplicate SEE ALSO entry; | Jason McIntyre |
2006-01-02 | remove duplicate SEE ALSO entry; | Jason McIntyre |
2006-01-02 | sort SEE ALSO; | Jason McIntyre |
2006-01-02 | clean up error paths using "goto", part 1. From Andrey Matveev <evol at | Hans-Joerg Hoexer |
2006-01-02 | more includes cleanup; | Xavier Santolaria |
2006-01-02 | rename variable to fix shadow warning; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2006-01-02 | add the 82801E SMBus controller id. | Brad Smith |
2006-01-02 | use the correct format string directive %llu instead of "%ull". | Reyk Floeter |
2006-01-02 | clarify tun(4) opening - set the mode and bring the interface up. also | Reyk Floeter |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2006-01-02 | regen | Jonathan Gray |
2006-01-02 | Make this generate code with ansi function declarations. | Jonathan Gray |
2006-01-02 | mostly style nits; from kent@netbsd.org. | Federico G. Schwindt |
2006-01-02 | use pci_matchbyid. | Brad Smith |
2006-01-02 | fix some typos and add open/close code of sync pipe, disabled for now. | Federico G. Schwindt |
2006-01-02 | make mixer names compatible with other audio devices. from kent@netbsd.org | Federico G. Schwindt |
2006-01-02 | regen | Brad Smith |
2006-01-02 | add ATI IXP300 SMBus controller id. | Brad Smith |
2006-01-02 | regen | Brad Smith |
2006-01-02 | add SMSC PCI vendor id and product id's for the Victory66 chipset. | Brad Smith |
2006-01-02 | add the name sparc64 calls this thing | Theo de Raadt |
2006-01-02 | document macppc and sparc64 use prom instead of scanning | Theo de Raadt |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt |