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