Age | Commit message (Expand) | Author |
2012-01-26 | Don't printf (recoverable) xruns unless UAUDIO_DEBUG is defined | Alexandre Ratchov |
2012-01-26 | stop the calibration timeout when stopping the interface (i noticed | Theo de Raadt |
2012-01-25 | There is no need to explicitly skip ic_bss when iterating over cached nodes. | Stefan Sperling |
2012-01-25 | Clean inactive authenticated nodes during cache timeout as well. | Stefan Sperling |
2012-01-25 | A signal handled by __thrsigdivert() shouldn't be marked pending | Philip Guenthe |
2012-01-24 | Add a short cut for atomic IPv6 fragments. They will be processed | Alexander Bluhm |
2012-01-23 | Do not keep state when dropping overlapping IPv6 fragments in pf | Alexander Bluhm |
2012-01-23 | The ingress filter of pipex and npppd become configurable and disabled | YASUOKA Masahiko |
2012-01-22 | Repair 68030 support, broken by mistake in 1.67. Found the hard way and | Miod Vallat |
2012-01-22 | Convert softraid(4) to new bio(4) status interface. This allows bioctl(8) | Joel Sing |
2012-01-22 | Move list initialisation to the start of the function - this prevents us | Joel Sing |
2012-01-22 | Disable the softraid disk attach hook on detach. | Joel Sing |
2012-01-22 | Ensure that the sc_lock is held before the status functions are called. | Joel Sing |
2012-01-21 | Implement missing bits of node inactivity accounting in hostap mode. | Stefan Sperling |
2012-01-21 | Hold interrupts blocked while comparing a cached node's refcount to zero | Stefan Sperling |
2012-01-21 | When disklabels can't be read before attempting to mount root, make | Kenneth R Westerback |
2012-01-21 | Make the KERN_FILE2 sysctl() report ENOMEM as documented in sysctl(3). | Philip Guenthe |
2012-01-21 | Do not wait for DKF_OPENED to be set if we never actually created a | Joel Sing |
2012-01-21 | Split sr_uuid_print() into two functions - one that formats and one that | Joel Sing |
2012-01-20 | Ansify ppp... function definitions. | Alexander Bluhm |
2012-01-20 | save content of the pci attach args, not the pointer; from Christian Ehrhardt | Mike Belopuhov |
2012-01-20 | Add bio(4) status interface structs and utility functions to softraid(4). | Joel Sing |
2012-01-20 | Implement a status message interface for bio(4) capable devices. | Joel Sing |
2012-01-19 | Teach pppoe(4) about RFC 4638. This allows negotiating increased MTU with | Stuart Henderson |
2012-01-18 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2012-01-18 | Don't unconditionally allocate new nodes in the hostap auth frame input path. | Stefan Sperling |
2012-01-18 | Make it possible to free cached nodes which never associated (e.g. nodes | Stefan Sperling |
2012-01-18 | Fix a problem that causes LCP keepalive timeout. In case the ack number of | YASUOKA Masahiko |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |
2012-01-17 | Fix trailing whitespace. | Alexander Bluhm |
2012-01-17 | Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printf | Miod Vallat |
2012-01-17 | Move the bio(4) cookie into a separate struct and make this struct the | Joel Sing |
2012-01-17 | Check the metadata level against the assembly level before proceeding with | Joel Sing |
2012-01-17 | Add missing ioctl DNPRINTFs and nuke some rogue commas. | Joel Sing |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-17 | During IPv6 source address selection, give address scope higher priority | Stefan Sperling |
2012-01-16 | Pass struct pf_pdesc to pf_walk_option6() and pf_walk_header6() to | Alexander Bluhm |
2012-01-16 | Ensure that all disk attach callbacks have completed before attempting | Joel Sing |
2012-01-16 | mpi_get_ccb and mpi_put_ccb are only called via iopools now, so change | David Gwynne |
2012-01-16 | do carp demotion adjustments on syncdev link state change. | Mike Belopuhov |
2012-01-16 | bpf devices behave similar to raw sockets and never block on write, | Philip Guenthe |
2012-01-15 | Calling pf_normalize_ip() from pf_setup_pdesc() was bad as the | Alexander Bluhm |
2012-01-15 | As SiS IDE has the same PCI product id for different revisions | Jonathan Gray |
2012-01-14 | Remove struct mclsizes, this is a left over. | Christiano F. Haesbaert |
2012-01-14 | KNF whitespace; no change with diff -w | Stuart Henderson |
2012-01-14 | Support Huawei K4510 with DEV_UMASS5; Daniele Pilenga | Stuart Henderson |
2012-01-14 | sync | Stuart Henderson |
2012-01-14 | add Huawei K4510; Daniele Pilenga | Stuart Henderson |
2012-01-13 | Simplify function wsfont_map_unichar. | Alexandr Shadchin |
2012-01-13 | Always set DKF_OPENED in the disk attach callback. | Joel Sing |