summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-09Rename lookup/relookup to vfs_lookup/vfs_relookup.Thordur I. Bjornsson
2010-09-09Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination.Claudio Jeker
2010-09-09The resume powerhooks were always in the wrong place. Then when replacedTheo de Raadt
2010-09-08merge apm_standby() into apm_suspend()Theo de Raadt
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-08Add support for Terratec EWX 24/96 based on initial diff from ratchov@.Stefan Sperling
2010-09-08Document that the resume case is waking children which may have beenTheo de Raadt
2010-09-08Split out the guts of pccbbintr() so that we can call it carefully atTheo de Raadt
2010-09-08During suspend, do not call children's interrupt handlers after we haveTheo de Raadt
2010-09-08better to break out of the casesTheo de Raadt
2010-09-08activate NTFS, let's hope it gets less experimental soon (as beck@ said)Marc Espie
2010-09-08remove a useless commentTheo de Raadt
2010-09-08Crank ofwboot version after recent changes.Joel Sing
2010-09-08Use the offset value passed into search_label() and call it withJoel Sing
2010-09-08Introduce a disk_lookup() function which calls device_lookup(), beforeJoel Sing
2010-09-08Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us accessJoel Sing
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-08Nuke bogus comment.Joel Sing
2010-09-08Reintroduce most crypto/crypto.c r1.55:Joel Sing
2010-09-08let things request the detach of everything on the whole bus, rather thanDavid Gwynne
2010-09-08Add $OpenBSD$ prompted by mikeb@Thordur I. Bjornsson
2010-09-08creating a pfsync interface is always done from process context, soBret Lambert
2010-09-08Return EACCES when pf_test() blocks a packet in ip_output(). This allowsClaudio Jeker
2010-09-08Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLSClaudio Jeker
2010-09-08Map the TTL when building the initial MPLS stack from the encapsulatedClaudio Jeker
2010-09-08stray spaces no code changeMarco Peereboom
2010-09-08activate hooks should return a value.David Gwynne
2010-09-07no need for an activate function if it just returns 0Theo de Raadt
2010-09-07having a ca_activate function which just returns 1 is wrong on about 8 differ...Theo de Raadt
2010-09-07rename function parameter to be more like all the others in the treeTheo de Raadt
2010-09-07Restore msr unconditionnaly, why bother checking if they have changed; deraadtMiod Vallat
2010-09-07Join the cf_activate() crowd and preserve a few msr around suspend.Miod Vallat
2010-09-07enable aesni.Mike Belopuhov
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-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-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-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-06cut swapping to file over from disksort to bufq fifo's andThordur I. Bjornsson
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