Age | Commit message (Expand) | Author |
2012-10-08 | push irqloop warnings into #ifdef DEBUG | Theo de Raadt |
2012-10-08 | Make carp_ourether() shorter and more generic. Only a mac address | Camiel Dobbelaar |
2012-10-08 | make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdev | Markus Friedl |
2012-10-08 | Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to | Camiel Dobbelaar |
2012-10-08 | sync | Kirill Bychkov |
2012-10-08 | Add Garmin Dakota 20 GPS reciever. | Kirill Bychkov |
2012-10-08 | enable 3 new OAK usb sensors on at least two architectures | Theo de Raadt |
2012-10-08 | Protect vnode.h from multiple inclusions. | Joel Sing |
2012-10-08 | Provide a mechanism for the kernel to pass data through to the discipline | Joel Sing |
2012-10-08 | If we have booted from a disk that is a member of a bootable softraid | Joel Sing |
2012-10-08 | Change handling for volumes that are marked no-auto assemble. If we booted | Joel Sing |
2012-10-08 | bzero the right variable. | Joel Sing |
2012-10-08 | Avoid accessing .data or .bss from real mode, since they may not be within | Joel Sing |
2012-10-08 | reduce the difference between i386 and amd64 versions of the speedstep code | Jonathan Gray |
2012-10-07 | spacing | Mike Belopuhov |
2012-10-07 | Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC | Mark Kettenis |
2012-10-06 | Remove bridge_rttrim(). It's only triggered in the unlikely event that the | Camiel Dobbelaar |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | include sys/mbuf.h | Camiel Dobbelaar |
2012-10-05 | missing NCARP define and fix indent | Camiel Dobbelaar |
2012-10-05 | missing include for pf | Camiel Dobbelaar |
2012-10-05 | protect against multiple inclusion | Camiel Dobbelaar |
2012-10-05 | Avoid uninitiliazed use of ctl and corresponding warnings. | Christiano F. Haesbaert |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko |
2012-10-04 | Clean up uninitialized warnings from cryptosoft and aesni. | Christiano F. Haesbaert |
2012-10-04 | Clean up uninitialized warnings from ar9003. | Christiano F. Haesbaert |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat |
2012-10-03 | Don't include <mips64/archtype.h> when you don't need it. | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-10-03 | attach to D-Link WUA-2340, from Aaron Wirtz on misc@ | Stuart Henderson |
2012-10-03 | sync | Stuart Henderson |
2012-10-03 | add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@ | Stuart Henderson |
2012-10-01 | More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, | Philip Guenthe |
2012-10-01 | Make groupmember() check the effective gid too, so that the checks are | Philip Guenthe |
2012-09-30 | Correct the addition of the 39320LPE controller. The actual product name | Brad Smith |
2012-09-30 | There is no need to set IFF_OACTIVE in vlan, since there is no DMA ring | Claudio Jeker |
2012-09-30 | Remove duplicated chunk; noticed by David Gilmore | Miod Vallat |
2012-09-30 | Simplify the gem(4) variant detection code a bit. | Brad Smith |
2012-09-29 | When running a.out OMAGIC binaries, be sure to round ep_daddr to a page | Miod Vallat |
2012-09-29 | Work in progress support for the Power Indigo2 R8000 system (IP26). This is | Miod Vallat |
2012-09-29 | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, | Miod Vallat |
2012-09-29 | Do not hardcode ARCBios vector base, but rather compute it at runtime. | Miod Vallat |
2012-09-29 | Basic R8000 processor support. R8000 processors require MMU-specific code, | Miod Vallat |
2012-09-29 | Forgot this in previous commit | Miod Vallat |
2012-09-29 | Store the base value of coprocessor 0 system register, when running userland, | Miod Vallat |
2012-09-29 | Sort cpu and fpu list, and don't bother printing those we don't run on (yet). | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Avoid an unnecessary copyin() call in the SYS__syscall handling path. | Miod Vallat |