summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTEMiod Vallat
2005-12-30Introduce another console device priority level, CN_FORCED, which wins overMiod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-12-30Introduce symbolic constants for the magic conscode values.Miod Vallat
2005-12-30knfReyk Floeter
2005-12-30knf (replace lines of c++/c99 '//' comments with #if 0)Reyk Floeter
2005-12-30There is no attr_mp_nexthop() function, remove the prototype.Claudio Jeker
2005-12-30do not suggest that interactive authentication will workJason McIntyre
2005-12-30better 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-30do not use .Pp before displays;Jason McIntyre
2005-12-30- simplify an unecessary if/else construct in rcs_open()Niall O'Higgins
2005-12-30consistency tweak, from daniel matic;Jason McIntyre
2005-12-30more code cleanup, ok niallo@ and xsa@Joris Vink
2005-12-30- realloc() -> xrealloc(), was missed in the original sweep.Niall O'Higgins
2005-12-30minor style nits;Xavier Santolaria
2005-12-30Disable lint for libraries.Alexander Yurchenko
2005-12-30Remove unused attr_optlen()Claudio Jeker
2005-12-30Allow to disable lint by setting WANTLIB=noAlexander Yurchenko
2005-12-30add channel output filter interface.Reyk Floeter
2005-12-30Use sys/hash.h instead of own built functions that work similar.Claudio Jeker
2005-12-30Merge rde_attr_error() into rde_attr_parse() it is no longer necessary toClaudio Jeker
2005-12-30Initial W83791D support for lm(4).Mark Kettenis
2005-12-30make ACPI_DEBUG compileTed Unangst
2005-12-30adjust some thruth in a comment.Joris Vink
2005-12-30remove the tailq used to locate ehci's companion controllers. i haveDavid Gwynne
2005-12-30__aligned__ isn't really necessary on the struct, an aligned memberTed Unangst
2005-12-30rebuildTed Unangst
2005-12-30prototype all the thread syscalls in rthread.h for now.Ted Unangst
2005-12-30check for another sign that a lm75 is not thereTheo de Raadt
2005-12-30change thrwakeup to take an argument which specifies how many threadsTed Unangst
2005-12-30remove #if __NetBSD__ and device_ptr_t. its more readable and lessDavid Gwynne
2005-12-30while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whyDavid Gwynne
2005-12-30device_ptr_t -> struct device *David Gwynne
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-30spacingJoris Vink
2005-12-30pass LP_ABORT to cvs_vlog() instead of LP_ERR.Joris Vink
2005-12-30Some spaces->tab indentation fixes.Jonathan Gray
2005-12-30Make PT_SETFPREGS work even if the process didn't use the fpu yet.Mark Kettenis
2005-12-29W^X for G5Mark Kettenis
2005-12-29regenReyk Floeter
2005-12-29add additional Intel E7525 MCH subdevices. ok brad@Reyk Floeter
2005-12-29ichiic for intel amd64 machines; spotted by reykTheo de Raadt
2005-12-29regenReyk Floeter
2005-12-29add a VMware virtual NIC device idReyk Floeter
2005-12-29regenBrad Smith
2005-12-29add a ServerWorks PCI Express to PCI-X bridgeBrad Smith
2005-12-29standard sections;Jason McIntyre