Age | Commit message (Expand) | Author |
2005-12-31 | Implement suspend/resume and creation of initially suspended threads. | Otto Moerbeek |
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 | document -MM; ok djm@ | Kevin Steves |
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 | Fix parse_prefix() for IPv4 addresses. Looks like fallout after IPv6 addition. | Claudio Jeker |
2005-12-30 | Remove exitinng thread from the list of threads. ok tedu@ | Otto Moerbeek |
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 | Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> to | Claudio Jeker |
2005-12-30 | use queue.h macros for thread house keeping; make some vars non-static | Otto Moerbeek |
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 | Reyk Floeter |
2005-12-30 | knf (replace lines of c++/c99 '//' comments with #if 0) | Reyk Floeter |
2005-12-30 | There is no attr_mp_nexthop() function, remove the prototype. | Claudio Jeker |
2005-12-30 | do not suggest that interactive authentication will work | Jason McIntyre |
2005-12-30 | better wording, based on a diff from daniel matic; | Jason McIntyre |
2005-12-30 | - zap unused 'rf_ref' member of RCSFILE structure. | Niall O'Higgins |
2005-12-30 | do not use .Pp before displays; | Jason McIntyre |
2005-12-30 | - simplify an unecessary if/else construct in rcs_open() | Niall O'Higgins |
2005-12-30 | consistency tweak, from daniel matic; | Jason McIntyre |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-30 | - realloc() -> xrealloc(), was missed in the original sweep. | Niall O'Higgins |
2005-12-30 | minor style nits; | Xavier Santolaria |
2005-12-30 | Disable lint for libraries. | Alexander Yurchenko |
2005-12-30 | Remove unused attr_optlen() | Claudio Jeker |
2005-12-30 | Allow to disable lint by setting WANTLIB=no | Alexander Yurchenko |
2005-12-30 | add channel output filter interface. | Reyk Floeter |
2005-12-30 | Use sys/hash.h instead of own built functions that work similar. | Claudio Jeker |
2005-12-30 | Merge rde_attr_error() into rde_attr_parse() it is no longer necessary to | Claudio Jeker |
2005-12-30 | Initial W83791D support for lm(4). | Mark Kettenis |
2005-12-30 | make ACPI_DEBUG compile | Ted Unangst |
2005-12-30 | adjust some thruth in a comment. | Joris Vink |
2005-12-30 | remove the tailq used to locate ehci's companion controllers. i have | David Gwynne |
2005-12-30 | __aligned__ isn't really necessary on the struct, an aligned member | Ted Unangst |