Age | Commit message (Expand) | Author |
2009-11-23 | Fix pckbd and acpihpet suspend/resume cases to fit with the future framework | Paul Irofti |
2009-11-23 | PCI suspend/resume plumbing. This code is currently not called. | Mike Larkin |
2009-11-22 | Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc. | Takuya ASADA |
2009-11-22 | Repost the vbios and remove a spurious cli on i386 ACPI resume code. | Mike Larkin |
2009-11-22 | cleanup after the NAT changes. we used to have multiple rulesets (scrub, | Henning Brauer |
2009-11-22 | removing unnecessary locks. | Takuya ASADA |
2009-11-22 | add a bunch of devices found in linux drivers | Jonathan Gray |
2009-11-22 | regen | Jonathan Gray |
2009-11-22 | add a bunch of Ethernet and zyd devices found in linux drivers. | Jonathan Gray |
2009-11-22 | Missed 4 MSRs on suspend/resume in previous version. Tested by pirofti | Mike Larkin |
2009-11-22 | Check for ISA before calling the setup function. | Paul Irofti |
2009-11-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti |
2009-11-22 | Forgot the declarations in former commit. From martin@, okay oga@. | Paul Irofti |
2009-11-22 | Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically, | Kenneth R Westerback |
2009-11-22 | Match the i386 behaviour and only care about bus_clock if we | Jonathan Gray |
2009-11-22 | Nuke TRY_AGAIN_LATER now that no driver returns it. | Kenneth R Westerback |
2009-11-22 | ncpus, ncpufound values are corrected. | Takuya ASADA |
2009-11-22 | Add basic suspend/resume autoconf functionality. | Paul Irofti |
2009-11-22 | SMP support on MIPS clock. | Takuya ASADA |
2009-11-22 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-22 | Add a framework for discipline specific ioctls. | Joel Sing |
2009-11-22 | Ensure that chunks are not already in use when creating a volume. | Joel Sing |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-11-22 | Probe modes for SATA disks, makes CF behind SATA work and gives | Jonathan Gray |
2009-11-22 | Add a lot of bpf and counter manipulation to the bridge. The bridge | Theo de Raadt |
2009-11-22 | grammar fixes in comments; from brad | Miod Vallat |
2009-11-22 | sync | Kevin Lo |
2009-11-22 | add the Terminus Technology vendor id found on VIA VT6571 | Kevin Lo |
2009-11-22 | fix RTS/CTS and CTS-to-self protection modes. | Damien Bergamini |
2009-11-22 | Fix compile error in uniprocessor kernel. | Takuya ASADA |
2009-11-22 | Correct cording style. | Takuya ASADA |
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat |
2009-11-21 | Fix uninitialized variables in db_stack_trace_print(), and honour the | Miod Vallat |
2009-11-21 | tyypo | Miod Vallat |
2009-11-21 | mplock, rw_cas implemented | Takuya ASADA |
2009-11-21 | Yet another stupid typo caught by martin@ | Miod Vallat |
2009-11-21 | knf | Henning Brauer |
2009-11-21 | Fix `print $registername' on 64 bit platforms. | Miod Vallat |
2009-11-21 | Fix registration of memory after 1GB on Octane. Found the hard way by martin@ | Miod Vallat |
2009-11-21 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-21 | when wpa is enabled, defer setting the link up until the 802.1X | Damien Bergamini |
2009-11-21 | make the led blink during a scan. | Damien Bergamini |
2009-11-21 | debug off | Damien Bergamini |
2009-11-21 | attach to the AR9227 too | Damien Bergamini |
2009-11-21 | EP80579 SATA | Jonathan Gray |
2009-11-21 | in the detach function remove our usb task before calling any other | Theo de Raadt |
2009-11-21 | Do the operations in atu_detach in the right order, as done in | Theo de Raadt |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2009-11-21 | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | Philip Guenthe |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |