Age | Commit message (Expand) | Author |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2005-12-31 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-31 | Search for the devices to attach to mainbus, not hardcoded. ok miod@ | Dale Rahn |
2005-12-31 | Nuke unused cdev_wscons_init() macro. | Miod Vallat |
2005-12-31 | Kill a pcvt leftover. | Miod Vallat |
2005-12-31 | whitespace cleanup. | Dale Rahn |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-31 | Better bounds for the lm7x register repeat test; ok deraadt@ | Miod Vallat |
2005-12-31 | This port does not use dev/cninit.c. | Miod Vallat |
2005-12-31 | Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h | Todd C. Miller |
2005-12-31 | Nuke unused variable 'space' found by lint. Eliminate some trailing | Kenneth R Westerback |
2005-12-31 | amdiic enable. if problems or worries, we shut things off before a release | Theo de Raadt |
2005-12-31 | if you don't enable amdiic, when will people test it? | Theo de Raadt |
2005-12-31 | we do not look at the proberegs anymore, always full dumps | Theo de Raadt |
2005-12-31 | if a register dump is going to find that all the registers are the same, | Theo de Raadt |
2005-12-31 | Rework (once again) the console code, in order to match the PROM's logic better. | Miod Vallat |
2005-12-31 | Sync with recent kernel changes: recognize more models, use the same logic | Miod Vallat |
2005-12-31 | Add AMD-8111 SMBus controller driver. | Alexander Yurchenko |
2005-12-31 | The Sony DSC-P41 it's actually UFI, not SCSI. Unfortunately (all?) DSC | Federico G. Schwindt |
2005-12-31 | spacing | Theo de Raadt |
2005-12-31 | we think we can now probe chips correctly. only print the register dump | Theo de Raadt |
2005-12-31 | add macros for the expansion ROM base address register | David Gwynne |
2005-12-31 | regen. | Federico G. Schwindt |
2005-12-31 | sort and some cleanup. | Federico G. Schwindt |
2005-12-31 | add lots of comments. run the xeontemp probe stuff on other architectures as | Theo de Raadt |
2005-12-31 | reyk, touching a file I am actively hacking on without talking to me is a ser... | Theo de Raadt |
2005-12-30 | add asbtm iic sensor; ok kettenis@ | Damien Miller |
2005-12-30 | add i2c driver for Asus ASB100 sensors using register info from lm_sensors | Damien Miller |
2005-12-30 | regen | Jolan Luff |
2005-12-30 | typo | Jolan Luff |
2005-12-30 | Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_t | Todd C. Miller |
2005-12-30 | Properly detect AS99127F rev 1. | Mark Kettenis |
2005-12-30 | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ | Miod Vallat |
2005-12-30 | Kill conforced, and have console devices use CN_FORCED priority instead. | Miod Vallat |
2005-12-30 | Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTE | Miod Vallat |
2005-12-30 | Introduce another console device priority level, CN_FORCED, which wins over | Miod Vallat |
2005-12-30 | When a driver claims console, let it set conscode to itself, instead of | Miod Vallat |
2005-12-30 | Introduce symbolic constants for the magic conscode values. | Miod Vallat |
2005-12-30 | knf (replace lines of c++/c99 '//' comments with #if 0) | Reyk Floeter |
2005-12-30 | Initial W83791D support for lm(4). | Mark Kettenis |
2005-12-30 | make ACPI_DEBUG compile | Ted Unangst |
2005-12-30 | remove the tailq used to locate ehci's companion controllers. i have | David Gwynne |
2005-12-30 | rebuild | Ted Unangst |
2005-12-30 | check for another sign that a lm75 is not there | Theo de Raadt |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst |
2005-12-30 | remove #if __NetBSD__ and device_ptr_t. its more readable and less | David Gwynne |
2005-12-30 | while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. why | David Gwynne |
2005-12-30 | device_ptr_t -> struct device * | David Gwynne |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |