summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-07-16Put acct_shutdown() proto in a better placeTheo de Raadt
2012-07-16Move increment of ic_nnodes closer to where the node is actually insertedStefan Sperling
2012-07-16Fix a couple of possible node leaks in ieee80211_input().Stefan Sperling
2012-07-16Back out my workaround from r1.43 now that jsing has committed a better fix.Stefan Sperling
2012-07-16Make sure we have a swap partition before trying to read or writeJoel Sing
2012-07-16As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isJasper Lievisse Adriaanse
2012-07-16and we head towards releaseTheo de Raadt
2012-07-15Don't panic in hibernate resume if no swap partition exists on the root disk.Stefan Sperling
2012-07-14A known errata of R4000 and R4400 processors, is that reading the internalMiod Vallat
2012-07-14Split the existing mips64 clock code into time-of-day and generic duties inMiod Vallat
2012-07-14Make IPv6 privacy addresses appear alongside regular SLAAC addresses.sperreault
2012-07-13Use NULL instead of 0 in pointer context. approvedz blambert@Claudio Jeker
2012-07-133 line diff to fix divert using connections from local system.Claudio Jeker
2012-07-13bye bye SCCSTheo de Raadt
2012-07-13extraneous comment (corresponding code was removed a while back)Mike Larkin
2012-07-13Make hppa64 kernel compile again.Joel Sing
2012-07-13Improve diffability with amd64Mike Larkin
2012-07-13Make amd64 look like i386 for hibernate resumeMike Larkin
2012-07-13typoTheo de Raadt
2012-07-13Make amd64 like i386 for hibernate support in acpi_sleep_machdepMike Larkin
2012-07-13Try to avoid using the same wchan name twice.Theo de Raadt
2012-07-13Add support compose LED on a usb keyboardAlexandr Shadchin
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