summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-07shorten fpu critical sections so that all frees and other manipulationsMike Belopuhov
2010-09-07fix a formatting issue for -E;Jason McIntyre
2010-09-07add a little more detail to this page;Jason McIntyre
2010-09-07no need for this page to refer to MAKEDEV(8);Jason McIntyre
2010-09-07Bring the promiscuous/multicast handling code in line with the current OpenBSDMiod Vallat
2010-09-07rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workqTheo de Raadt
2010-09-07Allow NTFS to compile by cutting it over to the new VOP world order.Thordur I. Bjornsson
2010-09-07Update the documentation reflecting the latest churn in the vop layer.Thordur I. Bjornsson
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationThordur I. Bjornsson
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-09-06syncTheo de Raadt
2010-09-06Make sure bus_dmamap_sync() always involves a function call, to prevent theMark Kettenis
2010-09-06Save and restore pci config space registers common to all PCI-CardBusMark Kettenis
2010-09-06Make the interrupt handler bail out early if the device wen away. FixesMark Kettenis
2010-09-06Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(),Philip Guenthe
2010-09-06enable wide character support; ok nicm@Christian Weisgerber
2010-09-06Enable wide character support in ncurses. It is built into libcurses,Nicholas Marriott
2010-09-06add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>Christian Weisgerber
2010-09-06decl before code for compiler compatibilityTheo de Raadt
2010-09-06cut swapping to file over from disksort to bufq fifo's andThordur I. Bjornsson
2010-09-06over-eager doc, as noticed by the guysMarc Espie
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-09-06now that the drm issue is resolved, switch to using ca_activate callsTheo de Raadt
2010-09-06Fix previous.Owain Ainsworth
2010-09-06Rev 1.67 of intagp (agp_i810.c) was added to deal with the problemOwain Ainsworth
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse
2010-09-06Some stupid hardware marks PCI BARs as prefetchable that aren't side-effectMark Kettenis
2010-09-06- sync description for clean.Jasper Lievisse Adriaanse
2010-09-06Only run the nbr_idtimer() when this side is acting as master (establishingClaudio Jeker
2010-09-06The nbr_reset_*() timer fucntions are the same as the nbr_start_* function.Claudio Jeker
2010-09-06move away from using /**/ to ## for cpp paste in sh locoreJonathan Gray
2010-09-06fix an off by one found by parfaitJonathan Gray
2010-09-05Both old and new groff behave in the following way: Literal tabs areIngo Schwarze
2010-09-05Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningMark Kettenis
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-09-05Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago.Mark Kettenis
2010-09-05Fix inline assembler to make it acceptable to gcc4. Similar to what we'veMark Kettenis
2010-09-05Properly invoke bus_dmamap_sync() around the ring descriptors. No functionalMiod Vallat
2010-09-05Unbreak the tree. Bad tedu, no cookie.Mark Kettenis
2010-09-04revert previous "simplification". kcornies at gmail says it doesn't work.Ted Unangst
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-09-04Remove redundant prototype left behind by deraadt@Mark Kettenis
2010-09-04Update 'Fastest Defeat In Chess' fortune, trying to dispel GibaudKenneth R Westerback
2010-09-04zap a load of wholly unneccessary .Pp;Jason McIntyre
2010-09-04syncMiod Vallat
2010-09-04Compile the v3 demangler support code in libiberty, bump minor. Will be usedMiod Vallat
2010-09-04update the description of se(4);Jason McIntyre
2010-09-04Off-by-two in the length check for CISTPL_CONFIG tuples.Miod Vallat