Age | Commit message (Expand) | Author |
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 |
2012-09-29 | Add a few more coprocessor 0 cause and config registers defines. | Miod Vallat |
2012-09-29 | Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb | Miod Vallat |
2012-09-29 | Introduce assembly macros for specific processor hazards: tlb update, status | Miod Vallat |
2012-09-29 | Move proc_trampoline, which is not really exception processing, from exception.S | Miod Vallat |
2012-09-29 | Use a much simpler linker script for the kernel, adapted from loongson | Miod Vallat |
2012-09-29 | Provide a few more macros in <machine/asm.h> to wrap coprocessor 0 | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-09-29 | add support for hardware flow control, from FreeBSD | Jonathan Gray |
2012-09-29 | regen | Jonathan Gray |
2012-09-29 | add some uslcom devices from FreeBSD | Jonathan Gray |
2012-09-29 | From Gavin Atkinson in FreeBSD SVN rev 238778: | Jonathan Gray |
2012-09-28 | fix adress family for ipv6 bpf packet capture; ok yasuoka | Markus Friedl |
2012-09-28 | free the control message in udp_input() if the packet is passed to pipex | Markus Friedl |
2012-09-28 | update my copyright | Mike Belopuhov |
2012-09-28 | Add support for the Adaptec 39320LPE controller. | Brad Smith |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-27 | Use a smaller buffer size when not attached to a high speed/usb2 | Jonathan Gray |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-27 | make smsc work on big endian archs | Jonathan Gray |
2012-09-26 | Do not report link status unless the interface is up as the status is | Brad Smith |
2012-09-26 | Add support for VLAN sized frames. | Brad Smith |
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-26 | cleanup the pathconf function a bit. Same MD5. | Brad Smith |
2012-09-26 | Explicitly annotate setjmp() and longjmp() (and friends) as | Brad Smith |
2012-09-25 | Make sure we send MSIs to the primary CPU like we do on amd64. | Stuart Henderson |
2012-09-25 | Add minimal support for gen7/ivy bridge in inteldrm. | Jonathan Gray |
2012-09-25 | Remove unused acpi locking code. | Paul Irofti |
2012-09-25 | Reduce the diff between amd64/stand and i386/stand, requested by deraadt@. | Pascal Stumpf |
2012-09-22 | revert previous, breaks the tree | Stuart Henderson |
2012-09-21 | Make sure we send MSIs to the primary CPU like we do on amd64. | Mark Kettenis |