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