Age | Commit message (Expand) | Author |
2015-08-17 | Use __func__ rather than the function name in log(9) calls to remove | Martin Pieuchot |
2015-08-17 | Remove unused variable in rt_ifa_add(), prodded by bluhm@ | Martin Pieuchot |
2015-08-17 | Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry | Martin Pieuchot |
2015-08-17 | Match the free(3) semantic and accept NULL pointers in rtfree(9). | Martin Pieuchot |
2015-08-16 | dont need the biglock to call bpf now. | David Gwynne |
2015-08-16 | make bpf_mtap mpsafe by using SRPs. | David Gwynne |
2015-08-16 | avoid a toctou problem in if_input in the bpf handling. | David Gwynne |
2015-08-15 | Some bits for Loongson 3A support. | Miod Vallat |
2015-08-15 | typo | Miod Vallat |
2015-08-15 | Remove orphaned debug code. | Miod Vallat |
2015-08-15 | If the SRM has explicitely set up some ISA interrupts level-triggered, | Miod Vallat |
2015-08-15 | When sendrecv() returns -1, have rpc_call() return -1 as well. Otherwise, due | Miod Vallat |
2015-08-15 | Use signed variables to store the result of rpc_call(). | Miod Vallat |
2015-08-15 | Do not perform timeout maintainance on sc->poll_timeout if it has not been | Miod Vallat |
2015-08-15 | Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'s | Miod Vallat |
2015-08-15 | No need to cargo-cult include <alpha/pci/sioreg.h> here. | Miod Vallat |
2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an | Miod Vallat |
2015-08-15 | Enable AlphaBook 1 support in bsd.rd too | Miod Vallat |
2015-08-15 | When resetting the hwrpb after a succesfull secondary processor spinup, | Miod Vallat |
2015-08-15 | Increase the size of the masks used in i386 ldscript to account for larger | Mike Larkin |
2015-08-15 | do the global tx free accounting in myx_start with a single atomic op | David Gwynne |
2015-08-15 | rework the tx path to use a ring to keep track of dmamaps/mbufs. | David Gwynne |
2015-08-14 | The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISK | Kenneth R Westerback |
2015-08-14 | Replace sockaddr casts with the proper satosin() or satosin6() calls. | Alexander Bluhm |
2015-08-14 | move to a per rx ring timeout for refilling empty rings. | David Gwynne |
2015-08-14 | rework how we track the packets on the rx rings. | David Gwynne |
2015-08-14 | replace the asm mutexes with a c implementation. | David Gwynne |
2015-08-14 | provide ml_requeue and mq_requeue for prepending mbufs on lists/queues | David Gwynne |
2015-08-13 | Use foreach queue macros in tcp syn cache. | Alexander Bluhm |
2015-08-13 | In tcp syn cache convert the struct sockaddr casts to satosin() | Alexander Bluhm |
2015-08-13 | If no handler consumed a mbuf, free it. This also apply if an interface | Martin Pieuchot |
2015-08-12 | Remove last two 'uses' of d_subtype in tree. No point in setting | Kenneth R Westerback |
2015-08-12 | Merge two return branches in vmt_tclo_tick(). No functional changes. | Masao Uebayashi |
2015-08-12 | Remove backward compatibilify goos for IN6_IFF_DEPRECATED and instead | Martin Pieuchot |
2015-08-12 | removes two mem leaks in ti (in error path). | Sebastien Marie |
2015-08-12 | update author information of the copyright section. | Yojiro Uo |
2015-08-12 | Use a linker script when building i386 kernels to allow section padding on | Mike Larkin |
2015-08-12 | Check proper HPET period value during attach. | Mike Larkin |
2015-08-12 | Fix a free of an uninitialized variable in an error path. | Mike Larkin |
2015-08-12 | Incorrect comparison when accessing cpuid extended function 0x80000007. | Mike Larkin |
2015-08-11 | Don't inline long functions as this tends to increase object size | Alexandre Ratchov |
2015-08-11 | fix regressions introduced in my previous commmit, resulting in | Joerg Jung |
2015-08-11 | Remove unnecessary pmap == NULL checks in mips64 pmap. | Visa Hankala |
2015-08-10 | turn POOL_DEBUG back on | Stuart Henderson |
2015-08-10 | Back to -current. | Jeremie Courreges-Anglas |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-05 | Fix i217 PHY initialization | Stefan Fritsch |
2015-08-05 | Add octrtc(4) to RAMDISK. | Paul Irofti |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |