Age | Commit message (Expand) | Author |
2012-07-17 | Add the Huawei Mobile E303. | David Coppa |
2012-07-17 | regen | Kirill Bychkov |
2012-07-17 | add a bunch of devices found in different laptops and desktops. | Kirill Bychkov |
2012-07-17 | use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-07-16 | Forgot these files during the recent clock churning. | Miod Vallat |
2012-07-16 | oops, need sys/acct.h too | Theo de Raadt |
2012-07-16 | Add shorter form function aml_node_setval() for setting an int | Theo de Raadt |
2012-07-16 | Put acct_shutdown() proto in a better place | Theo de Raadt |
2012-07-16 | Move increment of ic_nnodes closer to where the node is actually inserted | Stefan Sperling |
2012-07-16 | Fix a couple of possible node leaks in ieee80211_input(). | Stefan Sperling |
2012-07-16 | Back out my workaround from r1.43 now that jsing has committed a better fix. | Stefan Sperling |
2012-07-16 | Make sure we have a swap partition before trying to read or write | Joel Sing |
2012-07-16 | As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is | Jasper Lievisse Adriaanse |
2012-07-16 | and we head towards release | Theo de Raadt |
2012-07-15 | Don't panic in hibernate resume if no swap partition exists on the root disk. | Stefan Sperling |
2012-07-14 | A known errata of R4000 and R4400 processors, is that reading the internal | Miod Vallat |
2012-07-14 | Split the existing mips64 clock code into time-of-day and generic duties in | Miod Vallat |
2012-07-14 | Make IPv6 privacy addresses appear alongside regular SLAAC addresses. | sperreault |
2012-07-13 | Use NULL instead of 0 in pointer context. approvedz blambert@ | Claudio Jeker |
2012-07-13 | 3 line diff to fix divert using connections from local system. | Claudio Jeker |
2012-07-13 | bye bye SCCS | Theo de Raadt |
2012-07-13 | extraneous comment (corresponding code was removed a while back) | Mike Larkin |
2012-07-13 | Make hppa64 kernel compile again. | Joel Sing |
2012-07-13 | Improve diffability with amd64 | Mike Larkin |
2012-07-13 | Make amd64 look like i386 for hibernate resume | Mike Larkin |
2012-07-13 | typo | Theo de Raadt |
2012-07-13 | Make amd64 like i386 for hibernate support in acpi_sleep_machdep | Mike Larkin |
2012-07-13 | Try to avoid using the same wchan name twice. | Theo de Raadt |
2012-07-13 | Add support compose LED on a usb keyboard | Alexandr Shadchin |
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 |