summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
spotted by joris@
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
spotted by joris@
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
ok deraadt@ espie@
2005-12-30Remove unused attr_optlen()Claudio Jeker
2005-12-30Allow to disable lint by setting WANTLIB=noAlexander Yurchenko
ok deraadt@ espie@
2005-12-30add channel output filter interface.Reyk Floeter
ok djm@, suggested by markus@
2005-12-30Use sys/hash.h instead of own built functions that work similar.Claudio Jeker
While there reorder some structs to help with alignment.
2005-12-30Merge rde_attr_error() into rde_attr_parse() it is no longer necessary toClaudio Jeker
have a separate error function. It is no porblem to call rde_update_err() directly.
2005-12-30Initial W83791D support for lm(4).Mark Kettenis
ok krw@
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
absolutely no idea how this compiled since the usb_cardbus struct (which is what the list was made of) was defined in usb_cardbus.h. usb_cardbus.h was removed from the tree over 8 months ago. gcc must be crap.
2005-12-30__aligned__ isn't really necessary on the struct, an aligned memberTed Unangst
will make the right thing happen. verified by kettenis and drahn
2005-12-30rebuildTed Unangst
2005-12-30prototype all the thread syscalls in rthread.h for now.Ted Unangst
update for new thrwakeup that takes a count argument
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
to wakeup.
2005-12-30remove #if __NetBSD__ and device_ptr_t. its more readable and lessDavid Gwynne
confusing now.
2005-12-30while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whyDavid Gwynne
did i put that in? this cleans up the if __NetBSD__ goo
2005-12-30device_ptr_t -> struct device *David Gwynne
i hate typedefs
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
makes the code a lot more readable and understandable. ok xsa@ and niallo@
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
ok miod@
2005-12-29W^X for G5Mark Kettenis
ok drahn@, totally groovy deraadt@
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
from ray lai, tweaked by me;
2005-12-29supply missing args to .Xr;Jason McIntyre
from ray lai
2005-12-29we were wrongly decrementing cvs_mtskt_depth when handlingJoris Vink
a '-' MT response. this caused checkout and update to fail remotely. caught by xfree().
2005-12-29Put the existing _np functions into separate file; introduceOtto Moerbeek
pthread_stackseg_np(), from existing pthread lib. discussed with tedu@ ok marc@
2005-12-29Correctly bounds check transfers passed to vndstrategy()Pedro Martelletto
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
a write that will globber the whole buffer, and it's not in cache, do not bother reading it in. That's wrong, since the user may be trying to write beyond the disk extent, in which case we definitely want to return an error, rather than returning saying the write was okay, and failing later on at an 'uncatched' biodone(). Okay tedu@.
2005-12-29mention the keywords "wireless network interface" for the -M switch;Reyk Floeter
consistency with other 802.11-specific commands descriptions. thanks to Andreas Bihlmaier
2005-12-29implement pthread_main_np(); ok tedu@Otto Moerbeek
2005-12-29zap unused ohash_lookup_string declaration; ok espieJared Yanovich
2005-12-29remove duplicate sentence;Jason McIntyre
from mike belopuhov;