Age | Commit message (Expand) | Author |
2012-01-28 | Only pass bio ioctls through to the softraid bio ioctl handler. Rename the | Joel Sing |
2012-01-28 | improve icmp virtual id generation for ND and MLD packets so that | Mike Belopuhov |
2012-01-28 | try to lookup the icmp state based on a correct packet descriptor; | Mike Belopuhov |
2012-01-28 | Don't panic when switching an ath interface in hostap mode from 11a to 11b. | Stefan Sperling |
2012-01-28 | Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct. | Stefan Sperling |
2012-01-28 | Fix dot11Rate for 11b entries in the 11g rates table. | Stefan Sperling |
2012-01-28 | Remove a horrible sppp(4)-specific "fast queue" used for tcp ports 21 23 513. | Stuart Henderson |
2012-01-28 | Luna88k multi-processor support, step 2. | Kenji Aoyama |
2012-01-28 | Force usb_needs_explore() at DVACT_RESUME time; from Alexander Polakov | Theo de Raadt |
2012-01-28 | do not show direct configuration example | Theo de Raadt |
2012-01-27 | If some length checks in pflog_bpfcopy() failed, the function | Alexander Bluhm |
2012-01-26 | Clean up the pf normalization code: | Alexander Bluhm |
2012-01-26 | Minor fixes for pf_walk_header6(): | Alexander Bluhm |
2012-01-26 | when table content changes we need to reset index | Mike Belopuhov |
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 |