Age | Commit message (Expand) | Author |
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 |
2005-12-30 | rebuild | Ted Unangst |
2005-12-30 | prototype all the thread syscalls in rthread.h for now. | 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 |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-30 | spacing | Joris Vink |
2005-12-30 | pass LP_ABORT to cvs_vlog() instead of LP_ERR. | Joris Vink |
2005-12-30 | Some spaces->tab indentation fixes. | Jonathan Gray |
2005-12-30 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-29 | W^X for G5 | Mark Kettenis |
2005-12-29 | regen | Reyk Floeter |
2005-12-29 | add additional Intel E7525 MCH subdevices. ok brad@ | Reyk Floeter |
2005-12-29 | ichiic for intel amd64 machines; spotted by reyk | Theo de Raadt |
2005-12-29 | regen | Reyk Floeter |
2005-12-29 | add a VMware virtual NIC device id | Reyk Floeter |
2005-12-29 | regen | Brad Smith |
2005-12-29 | add a ServerWorks PCI Express to PCI-X bridge | Brad Smith |
2005-12-29 | standard sections; | Jason McIntyre |