Age | Commit message (Expand) | Author |
2012-07-13 | Disable acpivideo(4) on ASUS laptops. | Paul Irofti |
2012-07-13 | Fix wireless scanning on slow systems with a high RX rate and interface | Stefan Sperling |
2012-07-13 | remove confuzzling comment | Henning Brauer |
2012-07-13 | Move all the macros defined here into the _KERNEL block since userland | Claudio Jeker |
2012-07-13 | Make the ACPI EC aware of the AML global lock. | Paul Irofti |
2012-07-13 | More foundation goo for amd64 hibernate | Mike Larkin |
2012-07-13 | Starting point for amd64 hibernate ... some goo copied from i386. | Mike Larkin |
2012-07-13 | Keep separate OACTIVE flags to mark full management/data tx queues, | Stefan Sperling |
2012-07-13 | Tweak node cache eviction strategy when the cache is full: kick off new nodes | Stefan Sperling |
2012-07-13 | Init the baseband processor before selecting antennas since selecting antennas | Stefan Sperling |
2012-07-12 | Be way more careful when accessing a possibly cached route in_selectsrc() | Claudio Jeker |
2012-07-12 | Three cases that should be failures, not successes when checking for avail | Mike Larkin |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin |
2012-07-12 | Temporarily don't do RLE page encoding in hibernate to fix some unpacking | Mike Larkin |
2012-07-12 | Support NetMos NM9820 cardbus (added to puc as well, for the | Theo de Raadt |
2012-07-11 | Revert the blocked FIFO open fix, as there's either a race in the | Philip Guenthe |
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin |
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-07-11 | add a check for the total size of swap, abort if too small. | Mike Larkin |
2012-07-11 | for now, restrict hibernate to root in the acpi ioctl kernel interface. | Mike Larkin |
2012-07-11 | add uvm_swap_check_range to scan for contig free space at end of swap. | Mike Larkin |
2012-07-11 | exit1(EXIT_THREAD) needs to call single_thread_check() so that it | Philip Guenthe |
2012-07-10 | Make sure that we don't schedule processes on CPUs that we havetaken out of | Mark Kettenis |
2012-07-10 | With address family translation, the ip length of the quoted ip | Alexander Bluhm |
2012-07-10 | Don't release a FILE that wan't allocated. Found by benno@ | Philip Guenthe |
2012-07-10 | We should only call need_resched() if the priority is lower than the | Christiano F. Haesbaert |
2012-07-10 | Ooops. A debug printf sneaked in. Sorry about that. | Paul Irofti |
2012-07-10 | Place declarations for internal radix functions inside radix.c, stop | Bret Lambert |
2012-07-10 | More wraping and style. | Paul Irofti |
2012-07-10 | Wrap | Paul Irofti |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-07-10 | For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks using | Philip Guenthe |
2012-07-10 | Try to cleanup the macro magic because of socket spliceing. Since struct | Claudio Jeker |
2012-07-10 | define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupid | Henning Brauer |
2012-07-10 | in_scrubprefix needs the same netmask checking as in_addprefix (which was | Claudio Jeker |
2012-07-09 | The linux emulation exit hook needs to be able to sleep, so call it | Philip Guenthe |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-07-09 | Tedu old comment concerning cpu affinity which does not apply anymore. | Christiano F. Haesbaert |
2012-07-09 | Remove apic_intrcount counting in the interrupt handlers. Not that useful | Theo de Raadt |
2012-07-09 | Remove a useless macro | Theo de Raadt |
2012-07-09 | In reboot, no need to sched_peg_curproc() to the primary, because | Theo de Raadt |
2012-07-09 | tiny little oops in untested hibernate block | Theo de Raadt |
2012-07-09 | After a resume, re-initialize the MTRR registers on the AP processors | Theo de Raadt |
2012-07-09 | Enable support for the 'weight' keyword in the 'least-states' | Joerg Zinke |
2012-07-09 | clean up ioctl() case statements | Theo de Raadt |
2012-07-09 | acpi_disable_onegpe() is not used; ok pirofti | Theo de Raadt |
2012-07-09 | Revert previous. | Kenneth R Westerback |
2012-07-09 | Compare the size of the static fd_mask against the number of bytes needed | Claudio Jeker |
2012-07-09 | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure | Theo de Raadt |