Age | Commit message (Expand) | Author |
2011-03-16 | revert previous as it breaks nfs client as reported by kili@ | Jasper Lievisse Adriaanse |
2011-03-16 | Recognize LM6002 as prefix for earlier Fuloong designs, and also recognize | Miod Vallat |
2011-03-16 | If we get a packet larger than if_hardmtu skip it. | Jonathan Gray |
2011-03-15 | unbreak tree for nested endian.h includes | Theo de Raadt |
2011-03-15 | Bunch of white space and style adjustments to make amd64 version | Kenneth R Westerback |
2011-03-15 | Attach one sensordev per softraid device rather than one sensordev per | Joel Sing |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-14 | Don't confuse limiting spoofed partitions with limiting how many | Kenneth R Westerback |
2011-03-14 | use DPLL5 as a 120MHz reference clock to be used by the usb subsystem which | Jasper Lievisse Adriaanse |
2011-03-14 | Support pieces for usb (not working just yet). | Dale Rahn |
2011-03-14 | - replace a magic number with an address define, as checked against | Jasper Lievisse Adriaanse |
2011-03-14 | fixed a use-after-free bug introduced at 1.7 in pipex_mppe_output(). | YASUOKA Masahiko |
2011-03-14 | fix typo | YASUOKA Masahiko |
2011-03-14 | Accept broadcast frames so MCR0_BROADCAST bit must be zero; | Kevin Lo |
2011-03-14 | When a process reads from a spliced socket that already got an | Alexander Bluhm |
2011-03-14 | Fix spelling in comment | Philip Guenthe |
2011-03-13 | Disable write gathering on devio settings we inherit from ARCS. | Miod Vallat |
2011-03-13 | Wake On LAN support for vr(4). | Stefan Sperling |
2011-03-13 | Wake On LAN support for re(4). | Stefan Sperling |
2011-03-13 | Add a way to enable/disable Wake On LAN with ifconfig. | Stefan Sperling |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-12 | Be more paranoid when attempting to parse an IA record, and make sure we | Miod Vallat |
2011-03-12 | Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@) | Philip Guenthe |
2011-03-12 | incorrect parameters to warn() | Theo de Raadt |
2011-03-12 | sync | Theo de Raadt |
2011-03-12 | In the original sparc V7 book (and in the v8 book), the divrem leaf code used | Theo de Raadt |
2011-03-12 | There existed a race when a process was trying to read from a spliced | Alexander Bluhm |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-03-12 | Add missing __statement modifiers in various endian.h files and correct | Philip Guenthe |
2011-03-12 | Provide distinct segments for the %fs and %gs selectors to use by | Philip Guenthe |
2011-03-11 | Zap stack garbage before passing buffer to biosd_io(), which may | Kenneth R Westerback |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-03-10 | Add support for detecting the NXP SA56004X (we have not actually | Theo de Raadt |
2011-03-09 | Log MAC address changes in the IPv6 neighbor discovery protocol | Alexander Bluhm |
2011-03-09 | Knock out a bunch more UPS devices from attaching to uhid(4). | Stuart Henderson |
2011-03-09 | sync | Stuart Henderson |
2011-03-09 | - add IDs for various USB HID UPS devices, extracted from NUT | Stuart Henderson |
2011-03-09 | HW stats debugging via ifconfig emX debug instead of | Marco Pfatschbacher |
2011-03-08 | Fix a subtle carp reconfiguration problem. | Marco Pfatschbacher |
2011-03-08 | vrng should go onto the ramdisk. | Theo de Raadt |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2011-03-08 | regen | Jasper Lievisse Adriaanse |
2011-03-08 | - add Trust and two mice | Jasper Lievisse Adriaanse |
2011-03-07 | Declare the inline function pf_addr_compare() non-static in pfvar.h | Alexander Bluhm |
2011-03-07 | The scheduling 'nice' value is per-process, not per-thread, so move it | Philip Guenthe |
2011-03-07 | noone will ever use NTFS on alpha | Theo de Raadt |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2011-03-06 | fix function name in error/debug messages; ok marco | Stefan Sperling |
2011-03-06 | Extract the new function frag6_deletefraghdr() from frag6_input() | Alexander Bluhm |
2011-03-06 | Make sure MEMORYBARRIER(SYNC_REG) performs a read/write bus_space_barrier, | Miod Vallat |